@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
} article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
html {-webkit-text-size-adjust: none;height:100%;}
a {color: #333;text-decoration: none;}
a:link { }
a:visited { }
a:hover { }
a:active { }

/*===== 1: CLEARFIX ==========================================*/
.clearfix{
	zoom: 1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/content:".";display: block;height:0px;clear:both;visibility:hidden;}
* html .clearfix{display:inline-table;/*\*/display:block;/**/}

#waku {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

ul#item_list {
	margin: 0 auto;
}

ul#item_list li {
	float: left;
	width: 380px;
	margin-right: 5px;
	margin-bottom: 24px;
}
ul#item_list li.last {
	margin-right: 0px;
}

ul#item_list li img {
	display: block;
	width: 370px;
}

@media screen and (max-width: 779px){
#waku {
	width: 100%;
	text-align: center;
}
ul#item_list li {
	width: 43%;
	margin-right: 2%;
	margin-bottom: 4%;
}
ul#item_list li img {
	width: 100%;
}
}
