@charset "UTF-8";

/*===============================================
●mian.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){

.main_area {
	clear: both;
	float: left;
	margin-bottom: 40px;
}

.imageAll {
	clear: both;
	padding: 8px 8px 50px 10px;
	overflow: hidden;
	font-size: 0px;
}
.imageBox_unit {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 4% 4% 0;
	display: inline-block;
}
.imageBox_last {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 0 4% 0;
	display: inline-block;
}
.image img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	width: auto;
	border: none;
}
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){


.main_area {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.category_title {
	clear: both;
	float: left;
	width: 100%;
	text-align: center !important;
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-family: 'Droid Serif', serif;
}
.imageAll {
	clear: both;
	padding: 8px 8px 50px 8px;
	overflow: hidden;
	font-size: 0px;
}
.imageBox_unit {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 4% 4% 0;
	display: inline-block;
}
.imageBox_last {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 0 4% 0;
	display: inline-block;
}
.box_left {
	width:49%;
	margin-right: 2%;
}
.box_right {
	width:49%;
	margin-right: 0%;
}
.image img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	width: auto;
	border: none;
}
}
