/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

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

#clearfix {
	min-height: 1px;
}

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

ul,li,ol,dt,dl,dd {
	list-style: none;
}

body {
	background: #EFEFEF;
}

.blog-title a,.credits p:first-child a,.credits p:first-child {
	color: #000;
}

.header-image {
	display: none;
}

.credits p + p {
	display: none;
}

.post-content a {
	color: #000;
	text-decoration: underline;
}

#jp-relatedposts,.post-date,.header.section-inner {
	display: none !important;
}

.post-title {
	font-size: 1.5em;
	line-height: 120%;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	font-family: -webkit-pictograph;
}

.post-inner {
	width: 1200px;
}

.goodsExplanation {
	text-align: center;
}

#itemsCode,#spec,#button a {
	font-size: 1rem;
	font-family: "リュウミン M-KL", "Ryumin Medium KL", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
	margin-bottom: 50px;
}

.flex-control-thumbs li {
	width: 100% !important;
	float: none !important;
	margin: 0;
	border: 1px solid #ccc;
	padding: 15px 5px;
}

.post-content ol {
	list-style: decimal;
	margin-left: 1.5em;
	float: none;
	width: 130px;
	position: absolute;
	top: 0;
	left: inherit;
	right: 0 !important;
	padding: 0;
	margin: 0;
	display: block;
}

.flexslider {
	position: relative;
}

.flex-direction-nav {
	display: none;
}

.flex-control-nav li {
}

#favoriteItems {
	background: #fff;
	padding: 30px 0;
	margin: 30px 0 0;
}

#favoriteItems ul {
}

#favoriteItems li {
/* float: left; */
	padding: 5px 10px;
	display: table-cell;
	text-align: center;
}

#favoriteItems .wpfp-span {
	text-align: center;
}

#favoriteItems li img {
	width: 150px;
}

#favoriteItems a {
	color: #000;
}

#favoriteItems .dataBox ul {
	margin: 0 auto;
	display: table;
}

#favoriteItems li a + a {
	display: block;
	padding: 10px 0;
	background: #ccc;
	margin: 10px 0 0;
}

#favoriteItems a {
	font-size: .8rem;
	font-family: "Century Gothic", Arial, Hiragino;
}

.post-title {
	font-size: 1rem;
}

.post-title span {
	display: block;
	text-align: center;
	font-family: 'Cinzel', serif !important;
	font-size: 2rem;
	padding: 0 0 20px;
}

.section-inner {
	width: 100%;
	min-width: 100%;
	background: #fff;
}

.content .single {
	width: 1240px;
	max-width: 90%;
	margin: 0 auto;
}

.goodsExplanation {
	font-weight: 300;
	font-size: 1.3rem;
}

#explanation {
/*border-top: 1px solid #ccc;*/
	padding: 10px 0 0;
	font-family: "リュウミン M-KL", "Ryumin Medium KL", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
	font-size: .7rem;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.goodsExplanation_sub {
	font-size: .8rem;
	text-align: center;
	line-height: 2em !important;
	letter-spacing: .1em;
	padding-top: 20px;
}

.goodsCode,.name,.name_en,.price,.collection,.material,.explanation,.spec {
	display: none;
}

.section-inner,.post-container {
	background: none;
}

.flexslider {
	margin: 0 !important;
}

.flexslider .slides img {
	max-width: 800px;
	margin: 0 auto;
}

#favoriteItems {
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

body #spec dd {
	display: block;
}

#spec {
	font-size: 12px;
	padding: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

#spec dd + dt {
	padding-top: 20px;
	border-top: 1px dotted #ccc;
	margin-top: 20px;
}

#button {
	display: table;
	width: 80%;
	margin: 0 auto 50px;
}

#button a {
	display: table-cell;
}

#button a.wpfp-span {
	background: #000;
	margin: 0 15px;
}

#button a p {
	background: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	margin: 0 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.navigation,.credits {
	display: none;
}

#button a.disabled {
	text-decoration: none;
	cursor: default;
}

#button a.disabled p {
	background: #BDBDBD;
}

.navigation + img + a {
	display: none;
}	
}

@media screen and (max-width: 33em) {
	.post-title span {
		display: block;
		text-align: center;
		font-family: 'Cinzel', serif !important;
		font-size: 1.3rem;
		padding: 0 0 20px;
		line-height: 2rem;
	}
	
	.favoriteItems a {
		background-size: contain !important;
	}
	
	#button {
		width: 90%;
	}
	
	#button a {
		display: block;
	}
	
	.post-inner {
		width: 100%;
	}
	
	.fancybox-opened {
		width: 95%;
		margin: 0 2.5%;
	}
}

/* debug */
/*
.post-content dl {
	display: table;
}

.post-content dl dt {
	display: table-cell;
}

.post-content dd {
	display: table-cell !important;
}
*/
/*debug */