/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }

body {
	line-height: 1; }

ol, ul {
	list-style: none; }

blockquote, q {
	quotes: none; }

blockquote:before, blockquote:after {
	content: '';
	content: none; }

q:before, q:after {
	content: '';
	content: none; }

table {
	border-collapse: collapse;
	border-spacing: 0; }


body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: auto;
	font-size: 14px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #333;
	background-color: #fff; }

.clearfix {
	*zoom: 1; }
.clearfix:before, .clearfix:after {
	content: " ";
	display: table; }
.clearfix:after {
	clear: both; }

.clearfix {
	zoom: 1; }
.clearfix:before, .clearfix:after {
	content: "";
	display: block; }
.clearfix:after {
	clear: both; }

#header, .item {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }

.item-image img {
	transition: opacity 0.3s ease;
	opacity: 1; }
.item-image:hover img {
	opacity: 0.7; }

a {
	color: #bd081c;
	text-decoration: none; }

body {
	background: #e9e9e9;
	color: #333;
}

#container {
	padding-bottom: 50px;
}

@media screen and (max-width: 568px) {
	#container {
		width: 100%;
		box-sizing: border-box;
		padding-left: 7px;
		padding-right: 7px; }
}

#content {
	width: 1250px;
	margin: 0 auto;
	/*border: 1px solid #f00;*/
}

#tphead {
	width: 1250px;
	margin: 0 auto;
	/*border: 1px solid #f00;*/
}

@media screen and (max-width: 1024px) {
	#content {
		width: 100%; }

#tphead {
	width: 100%;

}



}
@media screen and (max-width: 768px) {
	#content {
		width: 100%; }



#tphead {
	width: 100%;

}


}
@media screen and (max-width: 568px) {
	#content {
		width: 100%; }

#tphead {
	width: 100%;

}
}

.content {
	width: 100%;
}

.item {
	color: #333;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #eee; }

.item-description, .item-like {
	padding: 10px;
	border-top: 1px solid #e9e9e9;
	font-size: 16px;
}

.item {
	float: left;
	margin: 14px 6px 0;
	width: 236px;                                 /* 236 */
	overflow: hidden;
}

@media screen and (max-width: 568px) {
	.item {
		margin: 7px 0 0;
		width: 100%;
}
}

.item-image {
	display: block; }
.item-image img {
	width: 100%;
	height: auto;
	vertical-align: bottom; }

.item-detail {
	border-top: 1px solid #e9e9e9; }

.item-heading {
	padding: 10px; }

.item-title {
	float: left;
	font-size: 16px;
	color: #00f;
}

.item-label {
	float: right;
	line-height: 16px;
	font-size: 12px;
	/*
	vertical-align: middle;
	*/
	line-height: 30px;
	color: #555;
}

.item-description {
	word-wrap: break-word;
	line-height: 1.4; }

