/* "PC" Style Sheet */


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

.inner1200 {
	width: 1200px;
	margin: 0 auto;
}
.inner800 {
	width: 800px;
	margin: 0 auto;
}
.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: 50px 0;
}
.box-wrap {
	padding: 30px;
}
.center-left {
	text-align: center;
}
.relative {
	position: relative;
}
.btn-link {
	display: inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 110%;
	line-height: 1.5em;
	text-align: center;
}
.btn-link.fit.btn-adjust {
	width: 100%;
	margin-top: 25px;
}
.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.fix {
	min-width: 300px;
	
}
.image{
	position: absolute;
	left: 550px;
}
.btn-link.fixxx{
	width: 300px;
/* 	position: absolute; */
	left:55%;
	top:228%;
}
.btn-link.fixx{
	width: 300px;
	position: absolute;
	left: 590px;
	top:280px;
	background-image: url(../img/whisky/bg_whisky_kv_pc.png);
}
.btn-link.fit {
	width: 100%;
}

.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 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-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: 500px;
	border-top: solid 1px #6D6262;
	padding-bottom: 20px;
}
div.age-switch p.age-explain:after {
	content: "";
	display: block;
	width: 500px;
	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 30px;
	
	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] {
	min-width: 300px;
	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
===================================================== */
article section#form-sec {}
article section#form-sec table.form-list {
	border-collapse: separate;
	border-spacing: 0 10px;
	width: 100%;
}
article section#form-sec table.form-list tr {}
article section#form-sec table.form-list tr th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 30px;
}
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 {
	width: 100%;
	vertical-align: top;
}

/*問い合わせフォーム。*/
article section#form-sec table.form-list tr td input[type="text"],
article section#form-sec table.form-list tr td input[type="email"],
article section#form-sec table.form-list tr td input[type="tell"] {
	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: 150px;
	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;
}

.g-recaptcha {
	text-align: center;
}
.g-recaptcha > div {
	display: inline-block;
}



/* =====================================================
▼ HEADER
===================================================== */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #352B2B;
	z-index: 100;
}
header div.logo-cont {
	float: left;
}
header div.logo-cont h1 {
	margin-top: 8px;
}
header nav {
	float: right;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



/* =====================================================
▼ FOOTER
===================================================== */
footer {
	background-color: #352B2B;
	padding: 15px;
	overflow: hidden;
}
footer ul.sns-list {
	position: absolute;
	top: -12px;
	right: 0;
	font-size: 200%;
	line-height: 1.5em;
}
footer ul.sns-list li {
	float: left;
	padding: 8px 0;
	margin-left: 10px;
}
footer ul.sns-list li.txt {
	font-size: 50%;
	line-height: 3em;
	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: left;
	color: #F4F4EA;
}



/* =====================================================
▼ CONTENTS "COMMON"
===================================================== */
.top-space {
	margin-top: 62px;
}
article {
	overflow: hidden;
}
article section {}
article section h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 160%;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
}
article section h1:after {
	content: "";
	display: block;
	max-width: 500px;
	border-bottom: solid 1px #6D6262;
	padding-top: 10px;
	margin: 0 auto;
	margin-bottom: 30px;
}
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: 140%;
	line-height: 1.5em;
	font-weight: normal;
	border-left: solid 5px #F4F4EA;
	padding-left: 20px;
	margin-bottom: 30px;
}
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: 10px;
	margin-bottom: 20px;
}
aside {
	float: right;
	width: 280px;
	margin-bottom: 50px;
}
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: 5px 10px;
	margin-bottom: 5px;
}
aside section#new-arrival-sec p.post-ttl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
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: 5px 10px;
	margin-bottom: 5px;
}
article section ul.post-list01 > li h2 a {
	color: #F4F4EA;
}
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: 46%;
	margin-right: 8%;
}
article section ul.gallery-list li:nth-child(2n) {
	margin-right: 0;
}
article section ul.gallery-list li:nth-child(n+3) {
	margin-top: 30px;
}

article section div.share-btn-wrap {
	text-align: center;
	background-color: #262121;
	padding: 30px;
}
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 {
	width: calc((100% - 80px) / 2);
	margin-right: 80px;
}
article section#links-sec ul.bnr-list li:nth-child(2n) {
	margin-right: 0;
}
article section#links-sec ul.bnr-list li:nth-child(n+3) {
	margin-top: 10px;
}



/* =====================================================
▼ 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;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: -150px;
}
div.main-sld-wrap div.main-sld figure.kv-wrap figcaption {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div.main-sld-wrap div.main-sld figure.kv-wrap figcaption img.logo {}
div.main-sld-wrap div.main-sld figure.kv-wrap figcaption p {
	font-size: 150%;
	line-height: 2em;
	color: #F4F4EA;
}
div.main-sld-wrap div.main-sld figure.kv-wrap img.bottle {
	display: table-cell;
	vertical-align: middle;
}
.back-image{
	background-image: url(../img/202004whisky/倉吉桜.jpeg);
}
article#home {}
article#home section figure.catch-text.img-right {
	position: relative;
	min-height: 300px;
	height: auto;
	background-image: url(shared/home/img_distillery_01.png) no-repeat;
}
article#home section figure.catch-text.img-right > img {
	position: absolute;
	top: 10;
	right: 0;
}
article#home section figure.catch-text.img-right figcaption {
	width: 100%;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 0;
	padding-right: 500px;
	position: absolute;
	left: 10px;
	
}

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: 30px;
}
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;
	margin: 0 20px;
}
article#home section#whisky-sec ul.bottle-list li:nth-child(n+8) {
	margin-top: 30px;
}

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;
}
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 {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
}
article#whisky section.whisky-sec nav.page-navi ul.type-list > li:nth-child(4n) {
	margin-right: 0;
}
article#whisky section.whisky-sec nav.page-navi ul.type-list > li:nth-child(n+5) {
	margin-top: 30px;
}

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

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

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

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

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_pc.png);
	background-repeat: no-repeat;
	background-position: center center;
}

article#company section#prof-sec {}
article#company section#prof-sec ul.prof-wrap {}
article#company section#prof-sec ul.prof-wrap li {
	width: 47%;
	margin-right: 6%;
}
article#company section#prof-sec ul.prof-wrap li:nth-child(2n) {
	margin-right: 0;
}
article#company section#prof-sec ul.prof-wrap li:nth-child(n+3) {
	margin-top: 30px;
}
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: 10px 20px;
}
article#company section#prof-sec ul.prof-wrap li table.prof-list tr td {
	width: 100%;
	padding: 10px 20px;
}

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;
}
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: 140%;
	line-height: 1.5em;
	font-weight: normal;
	border-left: solid 5px #F4F4EA;
	padding-left: 20px;
	margin-bottom: 10px;
}
article#faq section#faq-sec dl.faq-list dd {
	margin-bottom: 50px;
}
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: 20px;
	padding-bottom: 10px;
}
div.cat-area ul.cat-list {}
div.cat-area ul.cat-list li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
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 {
	float: left;
	width: 680px;
}
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 {
	float: left;
	width: 680px;
}
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 {}













