
.box_div{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

#header h1{
	position:absolute;
	top:20px;
	right:40px;
}

.sp_only{
	display:none;
}


#gloval_div{
	margin-top:16px;
	box-sizing:border-box;
}
#gloval_div ul, #gloval_div li{
	list-style:none;
	box-sizing:border-box;
}
#gloval_div li{
	width:20%; float:left;
	text-align:center;
	border-right:1px solid #ccc;
	font-size:85%;
}
#gloval_div li:last-child{
	border-right:0px;
}


/****** 疑似テーブル ********/

.vr_table .htext{
	width:100%;
	box-sizing:border-box;
	list-style:none;
	margin:0px;
	padding:0px;
	background-color:#EFEFEF;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.vr_table ul:after{
	content: ""; 
	display: block; 
	clear: both;
}
.vr_table li{
	box-sizing:border-box;
	margin:0px;
	padding:10px;
	vertical-align:top;
	list-style:none;
}
.vr_table .htextlast{
	border-bottom:1px solid #ccc;
}
.vr_table .th_mode{
	width:35%;
	float:left;
	border-bottom:0px;
}
.vr_table .td_mode{
	width:65%;
	float:left;
	background-color:#fff;
	border-left:1px solid #ccc;
}
.vr_table .td_mode:after{
	content: ""; 
	display: block; 
	clear: both;
}
