@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/
html{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body{
	font: 90%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	color: #333;
}
.small{ font-size: 0.8em!important; }

/*文字の横位置*/
.al-l{ text-align: left; }
.al-r{ text-align: right; }
.al-c{ text-align: center; }


.main-wrapper{
	width: 800px;
	margin: 10px auto;
}
.main-wrapper h1{
	margin: 0px 0 10px 5px;
	padding: 0 0 1px;
	font-weight: bold;
	font-size: 1.1em;
}
.main-wrapper h2{
	margin: 20px 0 10px 5px;
	padding: 0 0 1px;
	font-weight: bold;
	font-size: 1.0em;
	border-bottom: 1px dashed #ccc;
}
.main-wrapper h3{
	margin: 30px 0 10px 5px;
	padding: 0 0 1px;
	font-weight: bold;
	font-size: 1.0em;
}
.main-wrapper h3.first{
	margin: 0px 0 10px 5px;

}
.main-wrapper p{
	font-size: 0.8em;
	margin: 0px 10px 10px 5px;
}
.main-wrapper ul,
.main-wrapper ol{
	margin: 0 0 0 -1.5em;
	font-size: 0.8em;
}
.main-wrapper ul li,
.main-wrapper ol li{
	margin: 0 10px 10px 0;
}


/*法律に基づく表示*/

.law {
	width: 800px;
	margin: 20px auto;
}
.law h1{
	margin: 0px 0 10px 5px;
	padding: 0 0 1px;
	font-weight: bold;
	font-size: 1.2em;
}
.w25{ width: 25%; }

table{
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th{
	padding: 0;
}
th{
	background-color: #e9e9e9;
	font-weight: bold;
	text-align: left;
}
table.table-block{
	width: 100%;
	margin: 1em 0;
	padding: 0;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}

.table-block th,
.table-block td{
	padding: 1.25em 1em;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	vertical-align: top!important;
}


.law ul,
.law ol{
	margin: 0 0 0 -1.5em;

}
.law li{
	margin: 0 0 0.5em 0;
}


/*意思確認*/
.links {
	width: 700px;
	margin: 20px auto;
}

img{
	height: auto;
	max-width: 100%;
	border: 0;
}

img{
	max-width: none\9;/*IE8への対応*/
}

html:not(:target) img{
    max-width: 100%; /*IE9以上への対応*/
}


@media only screen and (max-width:800px) {
.main-wrapper,
.law {
	width: 98%;
}

	/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/
	.table-block,
	.table-block thead,
	.table-block tbody,
	.table-block tfoot,
	.table-block tr,
	.table-block th,
	.table-block td{
		display: block;
	}

	.table-block{
		border-bottom: 1px solid #959595;
	}
	
	.table-block th,
	.table-block td{
		float: left;
		width: 100%!important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.table-block:after{
		content : '';
		display : block;
		clear : both;
		height:0;
	}

	.table-scroll:before{
		content: "※はみ出ている場合、横にスクロールできます。"
	}
}


@media
only screen and (max-width : 750px){
	html,
	body,
	.containr{
		min-width: 0;
		font-size: 90%;
		line-height:1.6;
}
.main-wrapper ul,
.main-wrapper ol{
	margin: 0 0 0 -2.0em;
}
/*.main-wrapper ul li,
.main-wrapper ol li{
font-size: 90%;
}*/
}
@media
only screen and (max-width : 700px){
.links {
	width: 100%;
}
}