/* "SP" Style Sheet */


/* =====================================================
▼ COMMON
===================================================== */
.wow {
	visibility: hidden;
}

.inner1200 {}
.inner800 {}
.fs-90 {
	font-size: 90%;
	line-height: 1.5em;
}
.fs-120 {
	font-size: 120%;
	line-height: 1.5em;
}
.fs-150 {
	font-size: 150%;
	line-height: 1.5em;
}
.fw-normal {
	font-weight: normal;
}
.fw-bold {
	font-weight: bold;
}
.bg-brown {
	background-color: #352B2B;
}
.sec-wrap {
	padding: 30px 0;
}
.box-wrap {
	padding: 15px;
}
.center-left {
	text-align: left;
}
.relative {
	position: relative;
}
.btn-link {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 110%;
	line-height: 1.5em;
	text-align: center;
}
.btn-link a {
	display: block;
	color: #D7B26F;
	border: solid 1px #D7B26F;
	padding: 10px 30px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}
.btn-link a:hover {
	text-decoration: none;
	color: #F4F4EA;
	background-color: #D7B26F;
}

.btn-link-sns {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;
}
.btn-link-sns a {
	display: block;
	color: #FFF;
	background-color: #D7B26F;
	padding: 15px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}
.btn-link-sns a:hover {
	text-decoration: none;
	background-color: #7F7739;
}
.btn-link-sns.tw a {
	background-color: #55ACEE;
}
.btn-link-sns.tw a:hover {
	background-color: #3B78A6;
}
.btn-link-sns.fb a {
	background-color: #084272;
}
.btn-link-sns.fb a:hover {
	background-color: #062E50;
}

div.age-switch {
	position: fixed;
	top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #F4F4EA;
	background-color: #140D0D;
	padding: 100px 0;
	z-index: 1000;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
div.age-switch p.age-explain {}
div.age-switch p.age-explain:before {
	content: "";
	display: block;
	width: 100%;
	border-top: solid 1px #6D6262;
	padding-bottom: 20px;
}
div.age-switch p.age-explain:after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: solid 1px #6D6262;
	padding-top: 20px;
}
div.age-switch table.birth-wrap {
	border-collapse: separate;
	border-spacing: 10px 30px;
	margin: 0 auto;
}
div.age-switch table.birth-wrap tr {}
div.age-switch table.birth-wrap tr td {
	text-align: center;
}
div.age-switch table.birth-wrap tr td input[type="tel"] {
	font-family: 'Oswald', sans-serif;
	font-size: 200%;
	line-height: 1.5em;
	text-align: center;
	border: none;
	background: #352B2B;
	padding: 20px;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
div.age-switch table.birth-wrap tr td input[type="tel"]:focus {
  outline: solid 2px #D7B26F;
}
div.age-switch table.birth-wrap tr td button[type=button],
div.age-switch table.birth-wrap tr td button[type=submit] {
	width: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 120%;
	line-height: 1.5em;
	color: #D7B26F;
	border: solid 1px #D7B26F;
	background-color: transparent;
	padding: 10px 30px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}
div.age-switch table.birth-wrap tr td button[type=button]:hover,
div.age-switch table.birth-wrap tr td button[type=submit]:hover {
	color: #F4F4EA;
	background-color: #D7B26F;
}
div.age-switch table.birth-wrap tr td button[type=button]:focus,
div.age-switch table.birth-wrap tr td button[type=submit]:focus {
  outline: none;
}



/* =====================================================
▼ FORM TEMPLATE
===================================================== */

validate[required]{
	height:100px;
}
article section#form-sec {}
article section#form-sec table.form-list {
	width: 100%;
}
article section#form-sec table.form-list tr {}
article section#form-sec table.form-list tr th {
	display: block;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}
article section#form-sec table.form-list tr th.required:after {
	content: "必須";
	font-size: 80%;
	line-height: 1.5em;
	color: #F4F4EA;
	border-radius: 3px;
	background-color: #C1272D;
	padding: 3px 5px;
	margin-left: 5px;
}
article section#form-sec table.form-list tr th.required.en:after {
	content: "Required";
}
article section#form-sec table.form-list tr th.required.ch:after {
	content: "必需";
}
article section#form-sec table.form-list tr td {
	display: block;
	margin-bottom: 20px;
}
article section#form-sec table.form-list tr:last-child td {
	margin-bottom: 0;
}
article section#form-sec table.form-list tr td input[type="text"],
article section#form-sec table.form-list tr td input[type="tell"],
article section#form-sec table.form-list tr td input[type="email"],
article section#form-sec table.form-list tr td input[type="tell"] {
	width: 100%;
	font-size: 16px;
	line-height: 1.8em;
	color: #352B2B;
	border: none;
	border-radius: 3px;
	padding: 10px;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
article section#form-sec table.form-list tr td input[type="checkbox"] {
	margin-right: 0.5em;
}
article section#form-sec table.form-list tr td input[type="radio"] {
	margin-right: 0.5em;
}
article section#form-sec table.form-list tr td label {
	margin-right: 1em;
}
article section#form-sec table.form-list tr td select {
	height: 35px;
}
article section#form-sec table.form-list tr td textarea {
	width: 100%;
	height: 200px;
	font-size: 16px;
	line-height: 1.8em;
	color: #352B2B;
	border: none;
	border-radius: 3px;
	padding: 10px;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
article section#form-sec table.form-list tr td p.count {
	position: absolute;
	top: -2em;
	right: 0;
}
article section#form-sec input[type=reset],
article section#form-sec input[type=submit] {
	border: none;
	border-radius: 3px;
	padding: 10px 30px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}
article section#form-sec input[type=reset] {
	text-decoration: none;
	color: #F4F4EA;
	background-color: #6D6262;
}
article section#form-sec input[type=reset]:hover {
	background-color: #514747;
}
article section#form-sec input[type=submit] {
	text-decoration: none;
	color: #F4F4EA;
	background-color: #D7B26F;
}
article section#form-sec input[type=submit]:hover {
	background-color: #D29533;
}
.test{
	color:black;
}
.g-recaptcha {}
.g-recaptcha > div {
	margin-left: calc(((100vw - 8% - 30px) - 304px) / 2);
	
	transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
}



/* =====================================================
▼ HEADER
===================================================== */
header {}
header div.logo-cont {}
header div.logo-cont h1 {
	position: fixed;
	top: 5px;
	left: 10px;
	z-index: 10;
}
header div.logo-cont h1 img {
	width: 100px;
	height: auto;
}



/* =====================================================
▼ FOOTER
===================================================== */
footer {
	text-align: center;
	background-color: #352B2B;
	padding: 10px;
	overflow: hidden;
}
footer ul.sns-list {
	display: inline-block;
	font-size: 200%;
	line-height: 1.5em;
	vertical-align: top;
	margin-bottom: 10px;
}
footer ul.sns-list li {
	float: left;
	padding: 5px 0;
	margin-left: 10px;
}
footer ul.sns-list li.txt {
	font-size: 60%;
	line-height: 2.5em;
	padding: 0;
}
footer ul.sns-list li a {
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}
footer ul.sns-list li a:hover {
	text-decoration: none;
	color: #D29533;
}
footer div.copyright {
	font-size: 80%;
	line-height: 1.5em;
	font-weight: 300;
	text-align: center;
	color: #F4F4EA;
}



/* =====================================================
▼ CONTENTS "COMMON"
===================================================== */
.top-space {
	margin-top: 50px !important;
}
article {
	overflow: hidden;
}
article section {}
article section h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 140%;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
}
article section h1:after {
	content: "";
	display: block;
	border-bottom: solid 1px #6D6262;
	padding-top: 10px;
	margin-bottom: 20px;
}
article section h1 span.sub {
	font-size: 70%;
	line-height: 1.5em;
}
article section.bg-brown h1:after {
	border-bottom: solid 1px #F4F4EA;
}
article section h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 130%;
	line-height: 1.5em;
	font-weight: normal;
	border-left: solid 5px #F4F4EA;
	padding-left: 15px;
	margin-bottom: 20px;
}
article section h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: normal;
	border-bottom: solid 1px #6D6262;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
aside {
	margin-bottom: 30px;
}
aside section {}
aside section div.sec-wrap {
	padding-bottom: 0;
}
aside section h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 110%;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
	background-color: #352B2B;
	padding: 10px;
	margin-bottom: 10px;
}
aside section#new-arrival-sec {}
aside section#new-arrival-sec ul.post-list {}
aside section#new-arrival-sec ul.post-list li {
	border-bottom: dashed 1px #6D6262;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
aside section#new-arrival-sec ul.post-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
aside section#new-arrival-sec p.post-date {
	display: inline-block;
	font-size: 90%;
	line-height: 1em;
	color: #FFF;
	background-color: #841414;
	padding: 8px 10px;
	margin-bottom: 5px;
}
aside section#new-arrival-sec p.post-ttl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 110%;
	line-height: 1.5em;
}
aside section#new-arrival-sec p.post-ttl a {
	color: #FFF;
}
aside section#tw-sec {}
aside section#ig-sec {}
aside section#ig-sec div.ig-wrap {
	height: 350px;
	overflow: scroll;
}
aside section#bnr-sec {}
aside section#bnr-sec ul.bnr-list {}
aside section#bnr-sec ul.bnr-list li {
	margin-bottom: 10px;
}
aside section#bnr-sec ul.bnr-list li:last-child {
	margin-bottom: 0;
}

article section div.kv-area {}
article section div.kv-area table.kv-wrap {
	width: 100%;
}
article section div.kv-area table.kv-wrap tr {}
article section div.kv-area table.kv-wrap tr td {
	vertical-align: middle;
}

article section ul.whisky-list {}
article section ul.whisky-list li {
	margin-bottom: 50px;
}
article section ul.whisky-list li:last-child {
	margin-bottom: 0;
}

article section ul.post-list01 {}
article section ul.post-list01 > li {
	margin-bottom: 50px;
}
article section ul.post-list01 > li:last-child {
	margin-bottom: 0;
}
article section ul.post-list01 > li p.post-date {
	display: inline-block;
	font-size: 100%;
	line-height: 1em;
	color: #FFF;
	background-color: #841414;
	padding: 10px 15px;
	margin-bottom: 5px;
}
article section ul.post-list01 > li h2 a {
	color: #F4F4EA;
}
article section ul.post-list01 > li figure img {
	max-width: inherit;
}
article section ul.post-list01 > li figure figcaption ul.post-cat-list {
	margin-bottom: 5px;
}
article section ul.post-list01 > li figure figcaption ul.post-cat-list li {
	float: left;
	font-size: 80%;
	line-height: 1.5em;
	text-align: center;
	white-space: nowrap;
	margin-right: 1px;
	margin-bottom: 1px;
}
article section ul.post-list01 > li figure figcaption ul.post-cat-list li a {
	display: block;
	color: #D7B26F;
	border: solid 1px #D7B26F;
	padding: 2px 5px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
}
article section ul.post-list01 > li figure figcaption ul.post-cat-list li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #D7B26F;
}

article section ul.gallery-list {}
article section ul.gallery-list li {
	width: 49%;
	margin-right: 2%;
}
article section ul.gallery-list li:nth-child(2n) {
	margin-right: 0;
}
article section ul.gallery-list li:nth-child(n+3) {
	margin-top: 10px;
}

article section div.share-btn-wrap {
	text-align: center;
	background-color: #262121;
	padding: 15px;
}
article section div.share-btn-wrap ul.share-btn-list {
	display: table;
	table-layout: fixed;
	width: 100%;
}
article section div.share-btn-wrap ul.share-btn-list li {
	display: table-cell;
	vertical-align: top;
}

article section#links-sec {}
article section#links-sec ul.bnr-list {}
article section#links-sec ul.bnr-list li {
	margin-bottom: 10px;
}
article section#links-sec ul.bnr-list li:last-child {
	margin-bottom: 0;
}



/* =====================================================
▼ CONTENTS "HOME"
===================================================== */
div.main-sld-wrap,
div.main-sld-wrap div.main-sld {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
}
div.main-sld-wrap div.main-sld > div {
	height: 100%;
}
div.main-sld-wrap div.main-sld figure.kv-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: -200px;
}
div.main-sld-wrap div.main-sld figure.kv-wrap figcaption {
	margin-bottom: 30px;
}
div.main-sld-wrap div.main-sld figure.kv-wrap figcaption img.logo {
	width: 200px;
	height: auto;
}
div.main-sld-wrap div.main-sld figure.kv-wrap figcaption p {
	font-size: 120%;
	line-height: 2em;
	color: #F4F4EA;
}
div.main-sld-wrap div.main-sld figure.kv-wrap img.bottle {
	width: 300px;
	height: auto;
}

article#home {}
article#home section#news-sec {}
article#home section#news-sec table.news-list {
	width: 100%;
}
article#home section#news-sec table.news-list tr {
	display: block;
	border-bottom: solid 1px #6D6262;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
article#home section#news-sec table.news-list tr:last-child {
	margin-bottom: 0;
}
article#home section#news-sec table.news-list tr th {
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 20px;
}
article#home section#news-sec table.news-list tr td {
	width: 100%;
	vertical-align: top;
}

article#home section#whisky-sec {
	overflow: hidden;
}
article#home section#whisky-sec ul.bottle-list {
	display: inline-block;
	vertical-align: top;
}
article#home section#whisky-sec ul.bottle-list li {
	float: left;
	width: 18%;
	margin: 0 1%;
}
article#home section#whisky-sec ul.bottle-list li:nth-child(n+6) {
	margin-top: 20px;
}

article#home section#distillery-sec {}

article#home section#company-sec {}

article#home section#faq-sec {}

article#home section#contact-sec {}



/* =====================================================
▼ CONTENTS "WHISKY"
===================================================== */
article#whisky {}
article#whisky section.whisky-sec {}
article#whisky section.whisky-sec div.kv-area {
	background-image: url(../img/whisky/bg_whisky_kv_pc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
article#whisky section.whisky-sec nav.page-navi {}
article#whisky section.whisky-sec nav.page-navi ul.type-list {}
article#whisky section.whisky-sec nav.page-navi ul.type-list > li {
	margin-bottom: 30px;
}
article#whisky section.whisky-sec nav.page-navi ul.type-list > li:last-child {
	margin-bottom: 0;
}

article#whisky section#kurayoshi-sec {}

article#whisky section#tottori-sec {}

article#whisky section#menzei-sec {}

article#whisky section#matsui-sec {}

article#whisky section#matsui-menzei-sec {}

article#whisky section#sanin-sec {}

article#whisky section#umeshu-sec {}

article#whisky section#spilits-sec {}



/* =====================================================
▼ CONTENTS "DISTILLERY"
===================================================== */
article#distillery {}
article#distillery section#distillery-sec {}
article#distillery section#distillery-sec div.kv-area {
	background-image: url(../img/distillery/bg_distillery_kv_pc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

article#distillery section#intro-sec {}
article#distillery section#intro-sec div.kv-area {
	background-image: url(../img/distillery/bg_intro_kv_pc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

article#distillery section#greeting-sec {}
article#distillery section#greeting-sec div.kv-area {
	background-image: url(../img/distillery/bg_greeting_kv_pc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

article#distillery section#gallery-sec {}
article#distillery section#gallery-sec ul.gallery-sld li img {
	width: 100%;
	height: auto;
}

article#distillery section#contact-sec {}



/* =====================================================
▼ CONTENTS "COMPANY"
===================================================== */
article#company {}
article#company section#vision-sec {}
article#company section#vision-sec div.kv-area {
	background-image: url(../img/company/bg_vision_kv_sp.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

article#company section#prof-sec {}
article#company section#prof-sec ul.prof-wrap {}
article#company section#prof-sec ul.prof-wrap li {
	margin-bottom: 0;
}
article#company section#prof-sec ul.prof-wrap li:last-child {
	margin-bottom: 0;
}
article#company section#prof-sec ul.prof-wrap li table.prof-list {
	width: 100%;
}
article#company section#prof-sec ul.prof-wrap li table.prof-list tr {
	border-bottom: solid 1px #6D6262;
}
article#company section#prof-sec ul.prof-wrap li table.prof-list tr th {
	font-weight: normal;
	white-space: nowrap;
	padding: 15px;
}
article#company section#prof-sec ul.prof-wrap li table.prof-list tr td {
	width: 100%;
	padding: 15px;
}
article#company section#prof-sec ul.prof-wrap li table.prof-list.en tr th {
	display: block;
	font-size: 120%;
	line-height: 1.5em;
	padding: 15px;
}
article#company section#prof-sec ul.prof-wrap li table.prof-list.en tr td {
	display: block;
	padding: 15px;
	padding-top: 0;
}

article#company section#contact-sec {}



/* =====================================================
▼ CONTENTS "FAQ"
===================================================== */
article#faq {}
article#faq section#faq-sec {}
article#faq section#faq-sec div.kv-area {
	background-image: url(../img/faq/bg_faq_kv_pc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
article#faq section#faq-sec dl.faq-list {}
article#faq section#faq-sec dl.faq-list dt {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 130%;
	line-height: 1.5em;
	font-weight: normal;
	border-left: solid 5px #F4F4EA;
	padding-left: 15px;
	margin-bottom: 10px;
}
article#faq section#faq-sec dl.faq-list dd {
	margin-bottom: 30px;
}
article#faq section#faq-sec dl.faq-list dd:last-child {
	margin-bottom: 0;
}



/* =====================================================
▼ CONTENTS "POSTLIST COMMON"
===================================================== */
article#postlist {}
article#postlist section#postlist-sec {}



/* =====================================================
▼ CONTENTS "POSTLIST NEWS"
===================================================== */
article#postlist.news {}
article#postlist.news section#postlist-sec {}



/* =====================================================
▼ CONTENTS "POSTLIST BLOG"
===================================================== */
div.cat-area {
	background-color: #262121;
	padding-top: 15px;
	padding-bottom: 10px;
}
div.cat-area ul.cat-list {}
div.cat-area ul.cat-list li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.cat-area ul.cat-list li a {
	display: block;
	color: #D7B26F;
	border: solid 1px #D7B26F;
	padding: 10px 15px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
}
div.cat-area ul.cat-list li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #D7B26F;
}

article#postlist.blog {}
article#postlist.blog section#postlist-sec {}
article#postlist.blog section#postlist-sec ul.post-list01 > li p.post-date {
	margin-bottom: 0;
}



/* =====================================================
▼ CONTENTS "POSTDTL COMMON"
===================================================== */
article#postdtl {}
article#postdtl section#postdtl-sec {}



/* =====================================================
▼ CONTENTS "POSTDTL NEWS"
===================================================== */
article#postdtl.news {}
article#postdtl.news section#postdtl-sec {}



/* =====================================================
▼ CONTENTS "POSTDTL BLOG"
===================================================== */
article#postdtl.blog {}
article#postdtl.blog section#postdtl-sec {}
article#postdtl.blog section#postdtl-sec h1:after {
	margin-bottom: 15px;
}
article#postdtl.blog section#postdtl-sec ul.post-cat-list {
	text-align: center;
	margin-bottom: 5px;
}
article#postdtl.blog section#postdtl-sec ul.post-cat-list li {
	display: inline-block;
	font-size: 80%;
	line-height: 1.5em;
	text-align: center;
	white-space: nowrap;
	margin-right: 1px;
	margin-bottom: 1px;
}
article#postdtl.blog section#postdtl-sec ul.post-cat-list li a {
	display: block;
	color: #D7B26F;
	border: solid 1px #D7B26F;
	padding: 2px 5px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
}
article#postdtl.blog section#postdtl-sec ul.post-cat-list li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #D7B26F;
}



/* =====================================================
▼ CONTENTS "POSTDTL LP"
===================================================== */
article#postdtl.lp {}
article#postdtl.lp section#postdtl-sec {}


















