@charset "utf-8";

/*■header位置調整----------------*/
#home #header_nav_box {
	position:absolute;
	width:100%;
	min-width:1000px;
	height: 65px;
}
/*■container位置調整----------------*/
#container_box{
	position:absolute;
	width:100%;
	min-width:1000px;
	top: 75px;
}

#container{background-color:#fff;}

.col{
	padding:20px !important;
	
	
}

.h_under{
	border-bottom:3px solid #3fd1ec;
	font-weight:bold;
	font-size:large;
	color:#000;
	padding-left:0.3em;
}

.h_under > span{
	font-size:x-small;
	font-weight:normal;
	color:#2e76e8;
	margin-left:1em;
	
}

.tbl_under {
	font-size: 12px;
	color: #000;
	padding: 5px;
	
}

.tbl_under tr td,.tbl_under tr th {
	padding: 8px 15px;
	text-align: left;
	border-bottom:1px solid #ccc;
}

.tbl_under tr th {
	border-bottom:2px solid #3fd1ec  !important;
	font-weight:bold;
}

