@charset "utf-8";
 @media print, screen and (min-width: 751px) {
#main {
	color: #ffffff;
}

.right{
		 text-align: right;
	 }
	 
#area01 .logoBox {
	position: relative;
}
#area01 .imgBox {
	width: 237px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
#area01 .txtBox {
	width: 650px;
	float: right;
}
#area02 .boxTable table th {
	width: 30%;
	vertical-align:middle;
}
#area03 .box3_1_pc {
	float: left;
	margin-right: 16px;
}
#area03 .box3_1_pc:nth-child(2n) {
	margin-right: 0;
}

#area04 .boxTable th{
	position:relative;
	width:12%;
}
#area04 .boxTable th .mo{
	position:absolute;
	top:15px;
	right:10px;
}
}
