@charset "utf-8";
/*===============================================
●共通
===============================================*/
#contents .title01 h2{
width: 12em;
}
#contents .title01 span {
width: 23em;
}

/* lawTable
---------------------------------------- */
#lawTable table {
	width:100%;
   margin:0 auto;
}

#lawTable th,
#lawTable td {
	line-height:1.5em;
	padding:0.5em;
	vertical-align:middle;
	border:#116532 1px solid;
}
#lawTable th {
	background-color:#e7efea;
}
#lawTable td {
	text-align:left;
}

/*===============================================
●画面の横幅が740px以下
===============================================*/
@media screen and (max-width: 739px){
	#lawTable th,
	#lawTable td {	
		display:block;
		width:100%;
		box-sizing:border-box;
	}
	#lawTable td {
		margin-bottom:10px;
	}
}

/*===============================================
●画面の横幅が740px以上
===============================================*/
@media screen and (min-width: 740px){
	
	#container {
		width:100%;
		max-width:1200px;
		margin:0 auto;
		padding:3em 10px 0;
		box-sizing:border-box;
	}	
		#lawTable th {
		width:25%;
	}
}