@charset "UTF-8";

/*----------------------------------------
	cmn_system_code
-----------------------------------------*/
.cmn_system_code h4{
	margin:0 auto 20px auto;
}
.cmn_system_code p{
	margin: 0 0 50px 0;
}
.cmn_system_code ul{
	margin:0 auto 50px auto;
}

/*----------------------------------------
	cmn_system_tab
-----------------------------------------*/
.cmn_system_tab table, td, th {
border: 1px #c9c9b5 solid;
	line-height: 1.5;
	background: #fff;
	vertical-align: middle;
}
.cmn_system_tab  table{
	width: 100%;
}
.cmn_system_tab  td, th{
	padding: 10px;
}
.cmn_system_tab  th{
	background: #f8f8ec;
	font-weight: normal;
}

/*----------------------------------------
	margin
-----------------------------------------*/
#evl02{
	margin-bottom: 120px;
}


/*media Queries タブレットサイズ（769px～1200px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	

}
/*media Queries スマートフォンサイズ（768px以下）で適応したいCSS - スマホ
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

	
/*----------------------------------------
	cmn_system_code
-----------------------------------------*/
.cmn_system_code h4{
	margin:0 auto 20px auto;
}
.cmn_system_code p{
	margin: 0 0 40px 0;
}
.cmn_system_code ul{
	margin:0 auto 30px auto;
}

/*----------------------------------------
	cmn_system_tab
-----------------------------------------*/

.cmn_system_tab td, th{
	padding: 5px;
}
.cmn_system_tab th{
	text-align: center;
	width: 70px;
}

/*----------------------------------------
	margin
-----------------------------------------*/
#evl02{
	margin-bottom: 40px;
}	

	
}/*解像度768px以下*/

