@charset "UTF-8";

/*   Contents   */

article .body_block .exmple_box{
	margin:0;
	width:330px;
}
/*------------------------------
SmartPhone---768breakPoint
================================*/
@media screen and (max-width: 768px) {
/*   Contents   */

article .body_block .exmple_box{
	margin:0 0 30px 0;
	width:100%;
}

}