@charset "utf-8";
/* CSS Document */

.contentBox .leftBox{
	float:left;
	width:64%;}

.contentBox .rightBox{
	float:right;
	width:30%;}

@media (max-width: 640px){
	.contentBox .leftBox{
		float:none;
		width:100%;}
	
	.contentBox .rightBox{
		float:none;
		width:100%;
		margin-top:30px;}
}

