@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600);

/* ==========================================================================
CSS Reset
============================================================================= */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
blockquote,
th,
td,
p {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	/* Safari, Chrome用 */
	/* Firefox用 */
	-ms-box-sizing: border-box;
	/* IE8用 */
	box-sizing: border-box;
	/* CSS3（Opera用） */
}

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

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear: both;
}

.center {
	text-align: center;
}

.mt10 {
	margin-top: 10px;
}

p.img_l {
	float: left;
	padding: 0 10px;
}

img {
	-ms-interpolation-mode: bicubic;
}


/* ==========================================================================
Base / Link
============================================================================= */

body {
	font: 12px/1.8 Lato, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #534e4b;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.3px;
	background: #f1f1e8;
}

a,
a:visited {
	color: #0889b3;
	text-decoration: none;
}

a:hover,
a:active {
	color: #111;
	text-decoration: none;
}

a:active,
a:focus {
	outline: 0 none;
}

a img {
	border: none;
}

.pickup-title a,
.new-title a,
.c-title a,
.cate_shoki_inner .p01 a,
.pan a,
#news a,
#reco p a,
#footer a {
	border-bottom: 1px dotted;
}


/* ==========================================================================
Layout
============================================================================= */

#wrap {
	max-width: 950px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	zoom: 1;
	-webkit-box-shadow: 0px 0px 10px #aaa;
	box-shadow: 0px 0px 10px #aaa;
}

#container {
	overflow: hidden;
	zoom: 1;
}

#contents {
	background: url(image/contents.png) center top repeat-x;
	padding-top: 50px;
	clear: both;
}

#main {
	float: right;
	width: 720px;
	margin-left: 5px;
}

#menu {
	width: 210px;
	margin-right: 5px;
	line-height: 1.2;

}

#footer {
	clear: both;
	text-align: center;
	padding: 20px 10px;
	border-top: 1px dotted #ccc;
}


/* ==========================================================================
Header
============================================================================= */

#header p {
	float: left;
	width: 21%;
	font-size: 10px;
	margin-top: 40px;
}

a.logo {
	display: block;
	float: left;
	width: 35%;
}

a.first_read,
a.contact {
	display: block;
	float: right;
	width: 20%;
	text-align: right;
}


/* ==========================================================================
Main
============================================================================= */

#main_inner {
	width: 700px;
	overflow: hidden;
}


/********** pickup **********/

.pickup_box {
	text-align: center;
	margin: 10px 0;
	overflow: hidden;
	padding: 10px 0;
}

.pickup_box_inner {
	border: 1px solid #dedddd;
	width: 23%;
	height: 210px;
	float: left;
	margin: 0 5px;
	padding: 5px;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=3, enabled=true);
	/* IE5.5+ */
	background: #fff;
}



.pickup-img {
	text-align: center;
	height: 140px;
	border: 1px solid #dedddd;
	padding: 5px;
	overflow: hidden;
}

.pickup-img img {
	width: 130px;
}

.pickup-title {
	margin-top: 3px;
	line-height: 1.6;
}

.pickup-title span {
	line-height: 2;
	font-size: 11px;
	color: #666;
}


/********** New Item **********/

.newitem_box {
	margin: 10px 10px 40px;
}

.newitem_box_inner {
	height: 90px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 5px 10px;
	clear: both;
}

.new-img {
	float: left;
	margin-right: 10px;
}

.new-img img {
	width: 80px;
}

.new-title {
	padding: 5px 0 0 20px;
	line-height: 1.4;
}

.new-title a {
	line-height: 2.5;
	letter-spacing: 1px;
}


/********** Sale **********/

#sale,
#news,
#reco {
	width: 49%;
	overflow: hidden;
}

.sale_inner,
.news_inner,
.reco_inner {
	border: 2px solid #dedddd;
	border-top: none;
	padding: 10px;
	line-height: 1.4;
}

#sale {
	float: left;
}

#sale p {
	margin-bottom: 10px;
}

#sale span {
	font-size: 10px;
	text-align: center;
	margin: 0 auto -15px auto;
	display: block;
	letter-spacing: 1.5px;
}

.sale_inner a img,
.reco_inner a img {
	display: block;
	margin: 0 auto 10px auto;
}

#news,
#reco {
	float: right;
}

#news ul li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0px;
	padding: 7px 5px 7px 5px;
}

#news ul li span {
	margin-right: 15px;
	font-size: 10px;
}

#reco {
	margin-top: 10px;
}

#reco span {
	font-size: 10px;
	color: #ae0707;
}

#reco p br {
	display: block;
	margin-bottom: 5px;
}

#reco p {
	margin-bottom: 10px;
}

.reco_inner a img {
	max-height: 70px;
}

.pagetop {
	clear: both;
	text-align: right;
	padding: 40px 20px 10px 0;
}


/* ==========================================================================
Menu
============================================================================= */

#menu_inner {
	width: 200px;
	margin-left: 10px;
}

.topcate {
	margin-top: 10px;
	border-bottom: 1px solid #e2ded3;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	border-bottom: 1px dotted #ccc;
}

#menu ul li a {
	display: block;
	background: url(image/list.png) 5px center no-repeat;
	padding-left: 12px;
	padding: 5px 5px 3px 17px;
}

#menu ul li a:hover {
	background: url(image/list.png) 5px center no-repeat #f1f1e8;
}


/* ==========================================================================
CategoryPage
============================================================================= */

.pan {
	margin: -10px 10px 5px;
}

.cate_box {
	overflow: hidden;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.cate_box_inner {
	border: 1px solid #dedddd;
	width: 30%;
	/* height: 370px; */
	overflow: hidden;
	margin: 0 0 15px;
	padding: 5px 5px 10px;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=3, enabled=true);
	/* IE5.5+ */
	background: #fff;
}

.c-img img {
	width: 100%;
	max-height: 200px;
	display: block;
	vertical-align: middle;
}

.c-img {
	border: 1px solid #dedddd;
	height: 198px;
	margin-bottom: 5px;
}

.c-price,
.c-detail,
.c-title {
	margin: 0 3px;
}

.c-title {
	font-weight: bold;
	line-height: 1.4
}

.c-price {
	font-size: 11px;
	color: #ae0707;
	letter-spacing: 1px;
	margin: 6px 3px 1px;
}

.c-detail {
	line-height: 1.4;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0px;
}

.cate_box_shoki {
	padding: 20px;
}

.cate_shoki_inner {
	margin-bottom: 20px;
	line-height: 1.5
}

.p01 {
	margin-top: 0px;
}

.p01 a {
	line-height: 2.5
}


/********** Pagebute **********/

#count {
	clear: both;
	overflow: hidden;
	text-align: left;
	margin: 20px;
	padding: 30px 0 20px;
	font-size: 12px;
}

#count a {
	border: 1px solid #ccc;
	padding: 0px 7px;
}

#count a:hover {
	background: #493b30;
	color: #fff;
}

#count a.link_next,
#count a.link_before {
	border: none;
	border-bottom: 1px dotted;
	padding: 0;
	margin: 0 10px;
}

#count a.link_next:hover,
#count a.link_before:hover {
	background: #fff;
	color: #111;
}


/* ==========================================================================
First Read
============================================================================= */

.first_box {
	margin: 20px;
}

.midashi {
	background: url(image/midashi.jpg) left bottom no-repeat;
	padding: 5px 30px;
	font-weight: bold;
}

.text {
	padding: 10px 20px 30px;
}


/* ==========================================================================
Contact
============================================================================= */

table.mailform {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px;
}

table.mailform th {
	width: 20%;
	background: #f1f1e8;
	text-align: right;
	padding: 5px 10px;

}

table.mailform td {
	width: 60%;
	padding: 5px 10px;
}

table.mailform td input,
table.mailform td textarea {
	width: 100%;
	height: 20px;
}

table.mailform td textarea {
	height: 200px;
}

table.mailform td input.sm {
	width: 50%;
	padding: 5px;
	height: auto;
}



/* ==========================================================================
Media Queries -- 950px
============================================================================= */

@media screen and (max-width: 950px) {

	img {
		max-width: 100%;
	}

	#wrap,
	#main_inner,
	#menu_inner {
		width: 100%;
	}

	a.logo {
		display: block;
		float: left;
	}

	#main {
		width: 75%;
		margin-right: 10px;
	}

	#menu {
		width: 20%;
	}

	#header p {
		float: none;
		position: absolute;
		width: 100%;
		top: 0px;
		text-align: center;
		margin-top: 0;
	}

	.pickup_box_inner,
	.pickup-img,
	.newitem_box_inner {
		height: auto;
	}

	.new-title {
		padding-top: 0;
		overflow: hidden;
	}

	.cate_box {
		text-align: center;
	}

	.cate_box_inner {
		float: none;
		vertical-align: top;
		height: auto;
		margin-left: 5px;
	}


	.c-img {
		height: auto;
	}


}


/* ==========================================================================
Media Queries -- 680px
============================================================================= */

@media screen and (max-width: 680px) {

	#main,
	#menu,
	#sale,
	#news,
	#reco {
		width: 100%;
		float: none;
		padding-right: 10px;
	}

	#menu {
		margin-top: 20px;
	}

	#menu_inner {
		padding-right: 10px;
	}

	#menu ul li a {
		padding: 5px 5px 5px 17px;
	}

	.pickup_box_inner {
		width: 45%;
		margin-bottom: 15px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	#sale,
	#news,
	#reco {
		padding: 0;
		margin-bottom: 10px;
	}

	img.top_midashi {
		width: 100%;
	}

	.topcate {
		text-align: center;
	}


}

/* ==========================================================================
Media Queries -- 510px
============================================================================= */

@media screen and (max-width: 510px) {

	.cate_box_inner {
		display: block;
		width: 100%;
		height: auto;
		margin: 10px 0;
		padding: 10px;
		clear: both;
	}

	.c-img {
		text-align: center;
		border: none;
		float: left;
		width: 100px;
		height: 100px;
		margin-right: 15px;
	}

	.c-img img {
		width: auto;
		margin: 0 auto;
	}

	.c-detail {
		overflow: hidden;
	}


}
