@charset "UTF-8"






/*  1. Set up
================================================================================= */


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height:0;
	}
.clearfix {
	min-height: 1px;
	}
* html .clearfix {
	height: 1px;
	/*��*//*/
	height: auto;
	overflow: hidden;
	/**/
	}


/*  2. MATERIALS
================================================================================= */


#copy {
	margin: 20px 0 35px;
	}

.box1,.box2 {
	padding: 10px 15px;	
	}

.box1 div.explain {
	float: left;
	}

.box1 img.material {
	float: right;
	}

.box2 div.explain {
	float: right;
	}

.box2 img.material {
	float: left;
	}

.explain {
	margin-top: 40px;
	padding-bottom: 10px;
	width: 350px;
	border-bottom: 1px dotted #DDD;
	}

.explain p {
	padding: 0;
	margin-top: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
	}

