@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 700px) {
	div.info01{width:100%; height:auto;}
	div.info01:after{ content:"";clear:both;}
	div.info-05,div.info-04,div.info-03,div.info-02{position:relative; float:left;}
}
@media only screen and (min-width: 701px) {
div.info01 {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:320px;
}

div.info-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:644px;
	height:45px;
}

div.info-02 {
	position:absolute;
	left:0px;
	top:45px;
	width:644px;
	height:109px;
}

div.info-03 {
	position:absolute;
	left:0px;
	top:154px;
	width:351px;
	height:59px;
}

div.info-04 {
	position:absolute;
	left:351px;
	top:154px;
	width:293px;
	height:59px;
}
div.info-05 {
	position:absolute;
	left:0px;
	top:213px;
	width:351px;
	height:107px;
}
}