@charset "utf-8";
@import url('./reset.css');
@import url('./general.css');
@import url('./default.css');
@import url('./header.css');
@import url('./footer.css');
#article {
	padding-bottom: 50px;
}
#category {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 4px;
	border-collapse: separate;
	border-spacing: 4px 0px;
}
#category a {
	position:relative;
	display: table-cell;
	width: auto;
	height: 40px;
	border: #bfbfbf 1px solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
	text-decoration: none;
	color: #4b4b4b;
}
#category a:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('../../image/shop/category_off.png');
}
#category a.select:before { background-image: url('../../image/shop/category_on.png'); }
#category a:first-child { background-image: url('../../image/shop/category_okome.png'); }
#category a:nth-child(2) { background-image: url('../../image/shop/category_omochi.png'); }
#category a:nth-child(3) { background-image: url('../../image/shop/category_ocha.png'); }
#category a:nth-child(4) { background-image: url('../../image/shop/category_daizu.png'); }
@media screen and (max-width: 639px) {
	#category a {
		background-image: none !important;
		padding: 0 0 0 10px;
		font-size: 0.9em;
	}
	#category a:before {
		background-size: 60%;
		background-position: -3px center;
	}
}
#category a.select:first-child { background-color: #faffdc; }
#category a.select:nth-child(2) { background-color: #fff5e7; }
#category a.select:nth-child(3) { background-color: #f6fffa; }
#category a.select:nth-child(4) { background-color: #fff6f9; }

#contents .koe_date,
#contents .koe_cate {
	padding: 0 30px;
	color: #7e6b5a;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 0.9em;
}
#contents .koe_date { background-image: url('../../image/general/date_ico.png'); }
#contents .koe_cate { background-image: url('../../image/general/cate_ico.png'); }

#contents .koe_tit {
	height: 40px;
	display: table;
	width: 100%;
	background-image: url('../../image/general/titbg.gif');
}
#contents .koe_tit a {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 25px 5px 10px;
	background: url('../../image/general/navbtn.png') no-repeat right center;
	text-decoration: none;
	line-height: 1.2em;
	color: #7e6b5a;
}
#contents .koe_tit p {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
	line-height: 1.2em;
	color: #7e6b5a;
}
#contents .koe_entry {
	margin: 10px 0 30px;
	text-align: left;
}
@media screen and (max-width: 749px) {
	#contents .koe_entry { font-size: 1.2rem!important; }
}
#contents .koe_entry p {
	margin: 20px 0;
}
.koe_entry .koe_img { text-align: center; }

@media screen and (min-width: 751px) {
	.koe_entry {
		display: table;
		width: 100%;
	}
	.koe_entry .koe_img,
	.koe_entry .koe_txt {
		display: table-cell;
		vertical-align: top;
	}
	.koe_entry .koe_img { width: 400px; }
	.koe_entry .koe_txt {
		padding-top: 0;
		padding-left: 10px;
	}
}

#pager {
	display: table;
	table-layout:fixed;
	width: 100%;
	height: 50px;
	background: #fcfbf9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: #e0d9ce 1px solid;
	font-size: 0.9em;
}
#pager a,
#pager p {
	position:relative;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1em;
	color: #7e6b5a;
}
#pager a#top {
	width: 50px;
	border-left: #e0d9ce 1px solid;
	border-right: #e0d9ce 1px solid;
	background: #f5f1e7 url('../../image/general/totop.png') no-repeat center center;
}
#pager a#prev {
	padding-left: 30px;
}
#pager a#next {
	text-align: right;
	padding-right: 30px;
}
#pager a#prev:before,
#pager a#next:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 15px;
	margin: auto;
	border: 10px solid transparent;
}
#pager a#prev:before {
	left: 0;
	border-right: 12px solid #a6937c;
}
#pager a#next:before {
	right: 0;
	border-left: 12px solid #a6937c;
}

#pagination {
	text-align: center;
}
#pagination a,
#pagination span {
	display: inline-block;
	border: #e0d9ce 1px solid;
	margin: 0 2px;
	font-size: 0.9em;
	padding: 5px 10px;
}
#pagination a {
	background: #fcfbf9;
	text-decoration: none;
	color: #7e6b5a;
}

#koelist {
	margin: 30px auto;
}
#koelist dt {
	display: table;
	width: 100%;
	height: 50px;
	background-image: url('../../image/general/titbg.gif');
}
#koelist dt p {
	display: table-cell;
	vertical-align: middle;
	padding: 2px 30px;
	background: url('../../image/general/cate_ico1.png') no-repeat 10px center;
	color: #7e6b5a;
}
#koelist dd {
	width: 100%;
	display: table;
	height: 50px;
}
#koelist > dl > dd:nth-child(2n+1) { background-color: #f7f3ee; }
#koelist dd a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	color: #7e6b5a;
	padding: 2px 25px 2px 10px;
	line-height: 1.2em;
	background: url('../../image/general/navbtn.png') no-repeat right center;
	
}
#koelist dd a span {
	display: inline-block;
	width: 5em;
	color: #eb6100;
}



#shopbanner { margin: 40px auto; }

/* koefooter */
#koefooter {
	margin-top: 20px;
	border-top: #a6937c 1px solid;
	font-size: 0.9em;
}
#koefooter > dl{
	border-bottom: #a6937c 1px solid;
}
#koefooter > dl > dt {
	position:relative;
	width: 100%;
	height: 50px;
	color: #7e6b5a;
	line-height: 50px;
	cursor: pointer;
	padding: 0 30px;
	background-color: #f5f1e7;
	background-repeat: no-repeat;
	background-position: 10px center;
}
#koefooter > dl#cate > dt { background-image: url('../../image/general/cate_ico1.png'); }
#koefooter > dl#date > dt { background-image: url('../../image/general/date_ico1.png'); }


#koefooter > dl > dt:after {
	content: "";
	width: 20px;
	height: 20px;
	position:absolute;
	top: 0;
	bottom: 0;
	right: 6px;
	margin: auto;
	background: url('../../image/general/acc_off.png') no-repeat center center;
}
#koefooter > dl > dt.open:after {
	background: url('../../image/general/acc_on.png') no-repeat center center;
}

#koefooter > dl > dd ul {
	border-top: #a6937c 1px solid;
}
#koefooter > dl > dd li {
	display: table;
	width: 100%;
	height: 50px;
	border-bottom: #e1dad0 1px solid;
	background: #fcfbf9 url(../../image/general/linkpoint.png) no-repeat 10px center;
}
#koefooter > dl > dd a {
	display: table-cell;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	text-decoration: none;
	color: #7e6b5a;
	padding: 2px 30px;
	background: url(../../image/general/navbtn.png) no-repeat right center;
}
#article #message {
	background-image: -webkit-linear-gradient( top, #e2f2ff 0%, #fff 100% );
	background-image: linear-gradient( to bottom, #e2f2ff 0%, #fff 100% );
	padding: 40px 0 0;
	font-size: 0.9em;
}
