/*
エリケンホームについてのサブCSS
接頭語は .eri_
*/

/*◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆*/
@media only screen and (min-width: 641px) {



/*サービス*/
.eri_ser_box {
	margin-bottom:20px;
	padding: 10px;
	border: 1px solid #774d1e;
	background-color:#FFF;
	overflow:hidden;
}

.eri_ser_box_img {
	margin-right:20px;
	float:left;
}
.eri_ser_box_img img{
	width:300px;
}



.eri_ser_cell {
	float:left;
	width:658px;
}

.eri_ser_cell_title {
	font-size: 20px;
	font-weight: bold;
	line-height:105%;
}

.eri_ser_cell_price {
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
	text-align: right;
	color: #F36;
}
.eri_ser_cell_note {
	font-size: 70%;
	text-align: right;
	margin-bottom: 10px;
}
.eri_ser_cell_txt {
	margin-bottom: 10px;
	font-size:90%;
	line-height:100%;
}

/*忘れずに部分強調*/

.sub_caution{
	font-size:1.3em;
	color:#B92B2E;
	border-bottom:4px double #B92B2E;
}


/*◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆*/
@media only screen and (max-width: 640px) {



/*サービス*/
.eri_ser_box {
	margin-bottom:20px;
	padding: 10px;
	box-sizing:border-box;
	border: 1px solid #774d1e;
	background-color:#FFF;
	overflow:hidden;
}

.eri_ser_box_img {
	margin-bottom:15px;
}
.eri_ser_box_img img{
	width:100%;
}



.eri_ser_cell {
	float:left;
	width:100%;
}

.eri_ser_cell_title {
	font-size: 20px;
	font-weight: bold;
	line-height:105%;
}

.eri_ser_cell_price {
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	text-align: right;
	color: #F36;
}
.eri_ser_cell_note {
	font-size: 70%;
	text-align: right;
	margin-bottom: 10px;
}
.eri_ser_cell_txt {
	margin-bottom: 10px;
	font-size:90%;
	line-height:100%;
}



/*テーブル*/
.eri_tbl1{
    width: 100%;
    border:none;
    padding: 10px;	
}

.eri_tbl1 th{
    width: 100%;
	display:block;
	box-sizing:border-box;
	padding:8px 5px;
	background-color:#774d1e;
	color:#FFF;
}
.eri_tbl1 td{
    width: 100%;
	border-bottom: none;
	display:block;
	box-sizing:border-box;
	padding:5px 5px 5px 15px;
	padding-left:15px;
	margin-bottom:15px;
}


/*忘れずに部分強調*/

.sub_caution{
	font-size:1.2em;
	line-height:1.6em;
	color:#B92B2E;
	border-bottom:4px double #B92B2E;
}

/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/	
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/	



