@charset "euc-jp";
/*------------------------------------------------------

	特定商取引法に基づく表記

------------------------------------------------------*/

.tokutei_box p { margin-bottom: 0px;}

.sk_tbl { width: 100%; border: solid 1px #ccc; border-collapse: collapse;}
.sk_tbl th, .sk_tbl td { vertical-align: top; padding: 10px; border: solid 1px #ccc;}
.sk_tbl th {
	background-color: #e2f1f6;
	width: 25%;
}
.sk_tbl td table, .sk_tbl td th, .sk_tbl td td { border: none; padding: 0px;}

@media only screen and (max-width: 760px) {
	.tokutei_box { font-size: 0.9em;}
	.tokutei_box .pagettl01.fo16 { font-size: 1.4em !important;}
	
	.sk_tbl, .sk_tbl tbody, .sk_tbl tr, .sk_tbl th, .sk_tbl td { display: block; width: 100% !important;}
	.sk_tbl { border: none; border-bottom: solid 1px #ccc;}
	.sk_tbl th, .sk_tbl td { border-bottom: none;}
}