@charset "utf-8";

/*

【CSS表記ルール】
CSSの表記につきましては以下のルールに則って記述をお願いいたします。

1.bodyタグにid等を付けない
フレームワークの仕様により、bodyタグの出し分けが困難なためbodyにディレクトリ毎のidを振るのは禁止とさせて頂きます。
その代わりbody直下のwrapperに対してはディレクトリ毎のidを振って頂いて大丈夫です。

2.class名、id名の表記
フレームワークの仕様により、公開時は全てのCSSが1つのファイルに統合されます。
そのためclass,idの名前が被らないよう以下のルールに則って記述をお願いいたします。

#(wrapperのid名) .(wrapperのid名)_(個別のクラス名)
例:
#about .about_box{
	margin:10px auto;
}

3.!important は使わないようお願いたします。（どうしても必要な場合はご連絡ください。）

4.@importでのcssの読み込みはしないようお願いいたします。

*/
#smart #smart_area{
	margin:0 10px;
}
#smart #smart_area h4{
	font-size:20px;
	color:#EE2500;
	padding:15px;
	background:#FEF3F2;
	margin: 20px 0;
}
#smart #smart_area h4:before{
	content:'';
	border-left:7px solid #EE2500;
	padding-right:10px;
}
#smart_text_top #smart_h3_text{
	font-size:18px;
	font-weight:bold;
	color:#000000;
	margin-top:50px;
	padding:10px 0;
	width: 864px;
	border-bottom: 1px solid  #c8c8c8;
	box-shadow: 0 1px 0 #868686;
}
#smart_area .smart_h3_maintext{
	line-height:1.8;
	font-size:14px;
	padding:15px 5px 15px 0;
	margin-bottom:50px;
}

#smart #smart_area h5{
	font-size:20px;
	margin-bottom: 30px;
}
#smart_area .smart_infomation{
	padding-bottom:40px;
	margin-top:50px;
	height:auto;
}
#smart_area .smart_infomation li{
	display:inline-block;
	width:300px;
	height:auto;
	vertical-align:top;
	text-align:center;
	padding: 0 2px;
}
#smart_area .smart_infomation li p{
	text-align:center;
	line-height:1.8;
	font-size:12px;
	color:#000000;
	padding-top:15px;
}
#smart_area .smart_infomation li img{
	vertical-align:top;
}
#smart #smart_area .smart_text{
	margin-bottom:30px;
}
#smart #smart_area .smart_text ol{
	padding-left:23px;
}
#smart #smart_area .smart_text ol li{
	padding:0 0 5px 5px;
}
#smart #smart_area .smart_text .kaitei{
	text-align:right;
	font-size:12px;
	padding-top:20px;
}
/*#smart #smart_area .security{

}
#smart #smart_area .security_illust{
	background:url(/images/smart/smart_member_back.png) no-repeat center bottom;
	margin:20px 0;
	height:234px;
	position:relative;
}
#smart #smart_area .security h5{
	font-size:20px;
	color:#0087B4;
	margin:0 0 30px 0;
	text-align:center;
}
#smart #smart_area .security .security_priceoff{
	font-size:18px;
	vertical-align: top;
	margin-bottom: 30px;
	text-align:center;
}
#smart #smart_area .security .security_priceoff .font_largered{
	font-size:43px;
	color:#ee2500;
}
#smart #smart_area .security .security_illust .inner{
	display:block;
	position: absolute;
	top:0;
	left:20px;
	font-size:18px;
	color:#0070B6;
}
#smart #smart_area .security .security_illust .first{
	display:block;
	position: absolute;
	top:0;
	left:265px;
	font-size:18px;
	color:#0070B6;
}
#smart #smart_area .security .security_illust .second{
	display:block;
	position: absolute;
	top:0;
	left:425px;
	font-size:18px;
	color:#0070B6;
}
#smart #smart_area .security .security_illust .third{
	display:block;
	position: absolute;
	top:0;
	left:595px;
	font-size:18px;
	color:#0070B6;
}
#smart #smart_area .security .security_illust .more{
	display:block;
	position: absolute;
	top:0;
	left:750px;
	font-size:18px;
	color:#0070B6;
}
#smart #smart_area .security .security_illust .member{
	display:block;
	position: absolute;
	top:43px;
	left:60px;
	font-size:18px;
	color:#fff;
}
#smart #smart_area .security .security_illust .smart_security{
	display:block;
	width:140px;
	position: absolute;
	top:110px;
	left:120px;
	font-size:18px;
	color:#008944;
}
#smart #smart_area .security .security_illust .discount_a{
	display:block;
	width:120px;
	position: absolute;
	top:137px;
	left:355px;
	font-size:18px;
	color:#0070B6;
}
#smart #smart_area .security .security_illust .discount_b{
	display:block;
	width:120px;
	position: absolute;
	top:137px;
	left:520px;
	font-size:18px;
	color:#0070B6;
}
#smart #smart_area .security .security_illust .discount_c{
	display:block;
	width:120px;
	position: absolute;
	top:137px;
	left:687px;
	font-size:18px;
	color:#0070B6;
}
#smart #smart_area .security .security_illust .discount_d{
	display:block;
	width:120px;
	position: absolute;
	top:137px;
	left:810px;
	font-size:18px;
	color:#0070B6;
}
#smart #smart_area p.security_text{
	margin-bottom: 15px;
}*/
#smart #smart_area #smart_welldone{
	border:5px solid #ee2500;
	margin-bottom:50px;
}
#smart #smart_area #smart_welldone p{
	font-size:15px;
	line-height:1.8;
	text-align:center;
	vertical-align:middle;
	padding:20px 0;
}
#smart #smart_area strong{
	border-bottom:1px dashed #ee2500;
}
#smart #smart_area .smart_table_n{
	margin-bottom: 50px;
}
#smart #smart_area .smart_table_n h6.smart_n{
	font-size:20px;
	color:#946B00;
	margin-bottom: 10px;
	font-weight: normal;
}
#smart #smart_area .cap_small{
	font-size:15px;
}
#smart #smart_area .smart_table_n table{
	border:1px solid #bbbbbb;
	border-collapse: collapse;
	width: 100%;
}
#smart #smart_area .smart_table_n table.smart_normal_l{
	float:left;
}
#smart #smart_area .smart_table_n table.smart_normal_r{
	float:right;
}
#smart #smart_area .smart_table_n table th{
	color: #fff;
	background:#0069b3;
	text-align:center;
	padding:10px 0;
	border-right:1px solid #bbbbbb;
	width:27%;
}
#smart #smart_area .smart_table_n table th:first-child{
	color: #fff;
	background:#0069b3;
	text-align:center;
	padding:10px 0;
	border-right:1px solid #bbbbbb;
	width:19%;
}
#smart #smart_area .smart_table_n table th:last-child{
	color: #fff;
	background:#0069b3;
	text-align:center;
	padding:10px 0;
	border-right:none;
}
#smart #smart_area .smart_table_n table tr:nth-child(odd){
	background:#fff;
}
#smart #smart_area .smart_table_n table tr:nth-child(even){
	background:#F6F6F6;
}
#smart #smart_area .smart_table_n table tr:first-child{
	background:#DDB376;
}
#smart #smart_area .smart_table_n table td{
	text-align:center;
	font-size:14px;
	padding:5px 0;
	border-right:1px solid #bbbbbb;
}
#smart #smart_area .smart_table_n table td:first-child{
	text-align:center;
	padding:7px 0;
	border-right:1px solid #bbbbbb;
}
#smart #smart_area .smart_table_n table td:last-child{
	text-align:center;
	padding:5px 0;
	border-right:none;
}
#smart #smart_area .smart_table_s{
	margin-bottom: 30px;
}
#smart #smart_area .smart_table_s h6.smart_s{
	font-size:20px;
	color:#0085B2;
	margin-bottom: 10px;
	font-weight: normal;
}
#smart #smart_area .cap_small{
	font-size:15px;
}
#smart #smart_area .smart_table_s table{
	width:450px;
	border:1px solid #bbbbbb;
	border-collapse: collapse;
}
#smart #smart_area .smart_table_s table.smart_super_l{
	float:left;
}
#smart #smart_area .smart_table_s table.smart_super_r{
	float:right;
}
#smart #smart_area .smart_table_s table th{
	color: #fff;
	background:#0085B2;
	text-align:center;
	padding:10px 0;
	border-right:1px solid #bbbbbb;
	width:27%;
}
#smart #smart_area .smart_table_s table th:first-child{
	color: #fff;
	background:#0085B2;
	text-align:center;
	padding:10px 0;
	border-right:1px solid #bbbbbb;
	width:19%;
}
#smart #smart_area .smart_table_s table th:last-child{
	color: #fff;
	background:#0085B2;
	text-align:center;
	padding:10px 0;
	border-right:none;
}
#smart #smart_area .smart_table_s table tr:nth-child(odd){
	background:#fff;
}
#smart #smart_area .smart_table_s table tr:nth-child(even){
	background:#F6F6F6;
}
#smart #smart_area .smart_table_s table td{
	text-align:center;
	font-size:18px;
	padding:5px 0;
	border-right:1px solid #bbbbbb;
}
#smart #smart_area .smart_table_s table td:first-child{
	text-align:center;
	font-size:18px;
	color:#0086B3;
	font-weight:bolder;
	padding:7px 0;
	border-right:1px solid #bbbbbb;
}
#smart #smart_area .smart_table_s table td:last-child{
	text-align:center;
	font-size:18px;
	padding:5px 0;
	border-right:none;
}
#smart #smart_area .smart_money{
	margin-bottom: 50px;
}
#smart #smart_area .smart_money h6{
	font-size:12px;
}
#smart #smart_area .smart_money .smart_money_image{
	margin:0 0 25px 0;
	text-align:center;
	background:#fffaed;
	padding:25px 0;
}
#smart #smart_area .smart_money .smart_money_image h5{
	font-size:16px;
	color:#0087B4;
	margin:0 0 15px 0;
}
#smart #smart_area .smart_money .smart_money_image .smart_mony_illust{
	background:url(/images/smart/smart_money_back.png) no-repeat center top;
	height:70px;
	position:relative;
	margin:15px 0 30px 0;
	font-size:16;
}
#smart #smart_area .smart_money .smart_money_image .smart_mony_illust p.money_left{
	position:absolute;
	text-align:center;
	width:205px;
	top:10px;
	left:75px;
	font-size:16px;
	color:#fff;
	line-height:1.2;
}
#smart #smart_area .smart_money .smart_money_image .smart_mony_illust p.money_center{
	position:absolute;
	text-align:center;
	width:205px;
	top:10px;
	left:360px;
	font-size:16px;
	color:#fff;
	line-height:1.2;
}
#smart #smart_area .smart_money .smart_money_image .smart_mony_illust p.money_right{
	position:absolute;
	text-align:center;
	width:205px;
	top:10px;
	right:75px;
	font-size:16px;
	color:#fff;
	line-height:1.2;
}
#smart #smart_area .smart_money .smart_money_image .smart_mony_illust .price{
	font-size:30px;
}
#smart #smart_area .smart_money .smart_money_image .font_largered{
	font-size:43px;
	color:#ee2500;
}
#smart #smart_area .smart_money .smart_money_image .basemiddle{
	vertical-align: top;
	font-size:20px;
}
#smart #smart_area .smart_money .smart_money_image strong{
	border-bottom:2px dashed #ee2500;
}
#smart #smart_area .smart_money .smart_money_caution{
	font-size:12px;
}
#smart #smart_area .smart_form{
	background:url(/images/smart/smart_red_back.jpg);
	border:2px solid #ee2500;
	padding:20px;
	margin-bottom: 30px;
}
#smart #smart_area .smart_form h5{
	color:#ee2500;
	font-size:20px;
	margin-bottom: 20px;
	text-align:center;
}
#smart #smart_area .smart_form .smart_forweb{
	width:410px;
	/*float:left;*/
	background:#fff;
	padding:15px 10px 10px 10px;
	text-align:center;
	font-size:16px;
}
#smart #smart_area .smart_form .smart_forweb a{
	display:block;
	background:#ee2500;
	color:#fff;
	text-align:center;
	font-size:20px;
	margin-top:10px;
	padding:30px 0 0 0;
	height:50px;
	text-decoration: none;
}
#smart #smart_area .smart_form .smart_agreement a{
	display:block;
	background:#0056B5;
	color:#fff;
	text-align:center;
	font-size:20px;
	margin-top:10px;
	padding:30px 0 0 0;
	height:50px;
	text-decoration: none;
}
#smart #smart_area .smart_form .smart_faq a{
	display:block;
	background:#2fd92b;
	color:#fff;
	text-align:center;
	font-size:20px;
	margin-top:10px;
	padding:30px 0 0 0;
	height:50px;
	text-decoration: none;
}

#smart #smart_area .smart_form .smart_forweb a:before, #smart #smart_area .smart_form .smart_agreement a:before, #smart #smart_area .smart_form .smart_faq a:before{
	content:url('/images/smart/smart_arrow_red_r.png');
	margin-right: 5px;
}
#smart #smart_area table{
}
#smart #smart_area .smart_member_faq_table{
	margin-top:50px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}
#smart #smart_area .smart_member_faq_table .smart_faq_no{
	text-align:center;
}
#smart #smart_area .smart_member_faq_table .smart_faq_sort{
	min-width:98px;
	text-align:center;
}
#smart #smart_area .smart_member_faq_table td{
	vertical-align:middle;
	padding-left:2em;
	padding-right: 2em;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12.5px;
}
/*#smart #smart_area .smart_form .smart_fortel{
	width:850px;
	background:#fff;
	padding:15px 10px 10px 10px;
	text-align:center;
	font-size:16px;
}
#smart #smart_area .smart_form .smart_fortel a{
	display:block;
	/*margin-top:10px;*/
	background:#0070B6;
	text-align:center;
	text-decoration: none;
	color:#fff;
	font-size:12px;
	/*padding:10px 0 0 0;*/
	height:70px;
}*/
#smart #smart_area .smart_form .smart_fortel a p.service_center{
	font-size:14px;
	margin-bottom: 3px;
}
#smart #smart_area .smart_form .smart_fortel a .telephone{
	display:inline-block;
	font-size:30px;
}
#smart #smart_area .smart_form .smart_fortel a .telephone:before{
	content:url('/images/smart/smart_dial.png');
	margin-right: 5px;
	vertical-align: middle;
}
#smart #smart_area .smart_form .smart_fortel a p.daytime{
	font-size:12px;
	display:inline-block;
	line-height:1.2;
	margin-left: 10px;
	padding-top: 3px;
}
#smart #smart_area .smart_form .smart_fortel a p.service_back{
	font-size:20px;
	padding:25px 0;
	background:#5e5e5e;
}
#smart #smart_area .smart_form .smart_fortel a img{
	float:left;
	padding-left: 55px;
}
#smart #smart_area .smart_service{

}
#smart #smart_area .smart_service h5{
	margin-top: 15px;
}
#smart #smart_area .smart_service{
	margin:35px 0;
}
#smart #smart_area .smart_service li{
	float:left;
	margin-right: 15px;
	width:286px;
}
#smart #smart_area .smart_service li:last-child{
	float:left;
	width:286px;
}
#smart #smart_area .smart_service h6{
	font-size:18px;
	color:#ED2500;
	margin:10px 0 10px 12px;
}
#smart #smart_area .smart_service p{
	margin-left: 12px;
}
#smart #smart_area .smart_important{
	margin-bottom: 30px;
}
#smart #smart_area .smart_footer{
	background:url(/images/smart/smart_footer_back.jpg);
	padding:20px;
	margin-bottom: 30px;
}
#smart #smart_area .smart_footer .sumauma{
	width:300px;
	float:left;
	text-align:center;
}
#smart #smart_area .smart_footer .sumauma_profile{
	float:left;
	width:560px;
	line-height: 1.6;
}
#smart #smart_area .smart_footer .sumauma_profile dl dt{
	float:left;
	color:#0074B8;
	width: 80px;
	text-align:right;
}
#smart #smart_area .smart_footer .sumauma_profile dl dd{
	margin-left: 80px;
}


#smart .attbox{
	border: 2px solid #EE2500;
	margin: 20px 0;
	color:  #EE2500;
}

#smart .attbox h6{
	margin: 10px auto;
	width: 97%;
	font-size: 16px !important;
}

#smart .attbox p{
	margin: 10px auto;
	width: 97%;
}


/*ad 150730*/

#smart #smart_area .smart_form .smart_forweb.full_width, #smart #smart_area .smart_form .smart_agreement.full_width, #smart #smart_area .smart_form .smart_faq.full_width{
	width:850px;
	/*float:left;*/
	background:#fff;
	padding:15px 10px 10px 10px;
	text-align:center;
	font-size:16px;
	margin-top:15px;
}
#smart #smart_area .smart_form .smart_forweb.full_width a{
	display:block;
	background:#ee2500;
	color:#fff;
	text-align:center;
	font-size:20px;
	margin-top:0px;
	padding:30px 0 0 0;
	height:50px;
	text-decoration: none;
}
#smart #smart_area #smart_bottom_chuushaku{
	margin-top:30px;
}
#smart #smart_area #smart_bottom_chuushaku p{
	font-size:12px;
	line-height:1.8;
	text-align:left
}

/*ad 170115*/
#smart #smart_area ol{
	list-style-position:inside;
	line-height: 1.5;
}

#smart #smart_area .smart_area_agreement_list{
	padding: 10px;
}

#smart #smart_area .newSmart_faq_table{
	border: solid 1px #000;
	border-collapse: collapse;
	margin-bottom: 40px;
}

#smart #smart_area .newSmart_faq_table .newSmart_faq_table_cell1{
	width: 20px;
}

#smart #smart_area .newSmart_faq_table .newSmart_faq_table_cell2{
	width: 120px;
}

#smart #smart_area .newSmart_faq_table .newSmart_faq_table_cell3{
	width: 220px;
}

#smart #smart_area .newSmart_faq_table tr:nth-child(2n){
	background: #F6F6F6;
}

#smart #smart_area .newSmart_faq_table td{
	border-right: 1px solid #bbbbbb;
	padding: 10px;
}

#smart #smart_area .newSmart_faq_table td:last-child{
	border-right: none;
}
