@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;
}

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

#contents .blog_tit {
	height: 40px;
	display: table;
	width: 100%;
	background-image: url('../../image/general/titbg.gif');
}
#contents .blog_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 .blog_tit p {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
	line-height: 1.2em;
	color: #7e6b5a;
}
#contents .blog_entry,
#contents .blog_more {
	margin: 10px 0 30px;
	text-align: left;
}
@media screen and (max-width: 749px) {
	#contents .blog_entry,
	#contents .blog_more { font-size: 1.2rem!important; }
}
#contents .blog_more { margin-bottom: 80px; }
#contents a.pagemore {
	display: block;
	padding: 30px 0;
}
#contents .blog_entry p,
#contents .blog_more p,
#contents .blog_entry img,
#contents .blog_more img {
	margin: 20px 0;
}

#relation {
	margin-bottom: 20px;
}
#relation dt {
	width: 100%;
	height: 50px;
	background: #f5f1e7 url('../../image/general/listpoint.png') no-repeat 10px center;
	border-top: #a6937c 1px solid;
	border-bottom: #a6937c 1px solid;
	padding: 0 30px;
	color: #7e6b5a;
	line-height: 50px;
}
#relation dd {
	display: table;
	width: 100%;
	height: 50px;
	border-bottom: #e1dad0 1px solid;
	background-color: #fcfbf9;
	background-repeat: no-repeat;
	background-position: 10px center;
}
#relation dd.blog_date { background-image: url('../../image/general/date_ico.png'); }
#relation dd.blog_cate { background-image: url('../../image/general/cate_ico.png'); }
#relation dd a,
#relation dd p {
	position:relative;
	display: table-cell;
	width: 100%;
	min-height: 50px;
	vertical-align: middle;
	text-decoration: none;
	color: #7e6b5a;
	font-size: 0.9em;
	padding: 2px 30px;
	background: url('../../image/general/navbtn.png') no-repeat right center;
}
#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/blogpage/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;
}


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



#shopbanner { margin: 40px auto; }

/* blogfooter */
#blogfooter {
	border-top: #a6937c 1px solid;
	font-size: 0.9em;
}
#blogfooter > dl{
	border-bottom: #a6937c 1px solid;
}
#blogfooter > 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;
}
#blogfooter > dl#cate > dt { background-image: url('../../image/general/cate_ico1.png'); }
#blogfooter > dl#date > dt { background-image: url('../../image/general/date_ico1.png'); }


#blogfooter > 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;
}
#blogfooter > dl > dt.open:after {
	background: url('../../image/general/acc_on.png') no-repeat center center;
}

#blogfooter > dl > dd ul {
	border-top: #a6937c 1px solid;
}
#blogfooter > 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;
}
#blogfooter > 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;
}
