
/* =============================================================== 
	*** commons *** 
=============================================================== */

.box_guide {
	float: right;
	width: 74%;
}


/* =============================================================== 
	*** index page *** 
=============================================================== */



@media screen and (max-width: 768px) {
	
/* =============================================================== 
	*** commons *** 
=============================================================== */

.box_guide {
	float: right;
	width: 67%;
}

	
}


@media screen and (max-width: 640px) {
	
/* =============================================================== 
	*** commons *** 
=============================================================== */

.box_guide {
	width: 100%;
}

}