@charset "UTF-8";

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, strong, sub, sup,
dl, dt, dd, ol, ul, li, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
	text-decoration: none;
}

h2 {
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 80%;
	font-weight: bold;
	color: #7e6b5a;
	background-color: #f2eade;
	text-align: center;
}

#recommends {
	clear: both;
/*	width: 185px;*/
	width: 100%;
}

#recommends .show-case {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 0 5px 0;
}

#recommends .show-case .image {
	position: relative;
/*	width: auto;
	height: 190px;*/
	width: 100%;
	height: auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#recommends .show-case .label {
	background-color: rgba(60, 60, 60, 0.6);
	color: #ffffff;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 2px 6px 0 6px;
/*	width: 185px;*/
	width: 100%;
	overflow: hidden;
	font-size: 75%;
	font-weight: bold;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
