/*===============================================
●layout.css 画面の横幅が600px以上　スマホ横とタブレット込み
===============================================*/
@media screen and (min-width: 600px) {
.art-box-p4{
	margin-left: 4%;
	margin-right: auto;
	width: 95%;
	font-size: 16px;
}
.p4-jisseki-nend{
}
.p4-jisseki-nend ul{
	margin: 0;
	list-style-type: none;
}
.p4-jisseki-nend li{
	background-image: url(../images/en_56.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 45px;
	background-position: 0% 10px;
}
.p4-jisseki-nend li a{
	color: #003E8D;

}
.p4-jisseki-nend li a:hover  {
	color: #569BC4;
	text-decoration: none;
	position: relative;
	top: 1px;
	left: 1px;
}


.art-box {
	width: 90%;
	margin-right: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 16px;
}
.p4_gr {
}
.p4_gr ul {
}
.p4_gr ul li {
	width: 16%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted #989898;
	margin-right: 2%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	height: auto;
	max-height: 240px;
	min-height: 200px;
}
.p4_title {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	background-color: #D1D1D1;
	height: 50px;
	text-align: center;
}

.other{
	padding: 2%;
		color: #323232;
	text-align: right;
	}
/*----------------------------------------------------
    .table_a
----------------------------------------------------*/
.table_a {
	border-collapse: collapse;
	border: 1px dotted #CCCCCC;
	padding: 5px;
	width: 98%;
	font-size: 16px;
	color: #323232;
} 
.table_a thead th {
	border: 1px dotted #CCCCCC;
	border-collapse: collapse;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
	background-color: #D8EFFC;
	}
.table_a tbody td,tbody th {
	border: 1px dotted #CCCCCC;
	border-collapse: collapse;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	vertical-align: top;
	}


}
