@charset "utf-8";


/* pagevav 
__________________________________ */
nav.pagenav ul {
width: 100%;
}
nav.pagenav ul li{
	width: calc(97% / 3);
	margin-right: 1.5%;
	float: left;
}
nav.pagenav ul li:last-child{
	margin-right: 0;
}
nav.pagenav ul li img{
	width: 100%;
}

/* dataTable01
__________________________________ */
table.dataTable01 {
	margin-bottom: 0.5em;
	border-top: 1px dotted #CCCCCC;
	width: 100%;
}
table.dataTable01 th,
table.dataTable01 td {
	padding: 0.9em 1em;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	width: auto;
}
table.dataTable01 th {
	vertical-align: middle;
	color: #000000;
	background-color: #F1F9FA;
	white-space: nowrap;
	line-height: 1.5;
}
table.dataTable01 th:nth-of-type(2){
	width: 130px;
}
table.dataTable01 tr:nth-child(odd) td{
	background-color: #fbfbfb;
}
table.dataTable01 td:nth-of-type(2){
	text-align: center;
}
table.dataTable01 td p{
	display: table-cell;
}
table.dataTable01 span{
	color: #FFFFFF;
	padding: 0.5em 0.2em;
	border-radius: 0.4em;
	font-weight: bold;
	margin-right: 1em;
	font-size: 0.7rem;
	width: 5em;
	text-align: center;
	display: inline-block;
	letter-spacing: normal;
	float: left;
	margin-top: -0.3em;
	line-height: 1;
}
table.dataTable01 span.icn01 {
	background-color: #4496d5;
}
table.dataTable01 span.icn02 {
	background-color: #41b56c;
}
table.dataTable01 span.icn03 {
	background-color: #41B4B5;
}
table.dataTable01 span.icn04 {
	background-color: #cb80d6;
}
table.dataTable01 span.icn05 {
	background-color: #d5b544;
}
table.dataTable01 caption {
	margin-bottom: 0.5em;
	width: 100%;
	text-align: left;
	font-weight: bold;
}
table.dataTable01 caption .logo_cspoint {
	font-weight: bold;
	float: right;
	width: 25%;
	margin-top: -.5em;
}
.arwlink a::before, a.arwlink::before {
	top: 0;
}
@media screen and (min-width:1px) and (max-width:767px) {
	
		/* pagevav 
		__________________________________ */
		nav.pagenav ul li{
			width: calc(98% / 3);
			margin-right: 1%;
			margin-bottom: 0.2em;
			float: left;
		}
		nav.pagenav ul li:nth-child(3n){
			margin-right: 0;
		}

		/* dataTable01
		__________________________________ */
		table.dataTable01{
			font-size: 1rem;
		}
		table.dataTable01 td p{
			display: block;
		}
		table.dataTable01 th:nth-of-type(2) {
			width: 10%;
		}
		table.dataTable01 span{
	float: none;
	margin-bottom: 0.5em;
		}
	

}
