@charset "UTF-8";


/* blog
---------------------------------------------------------------------------*/

#blogContents {
	padding: 100px 0 0;
}

#blogContents.single {
	padding: 0;
}

.blog-list {
	box-sizing: border-box;
	border-radius: 10px;
	background: #ffffff;
	border: 3px solid #FFF100;
	width: 990px;
	margin: 0 auto 60px;
	padding: 30px 0;
}

.blog-list ul {
	border-top: 2px dotted #E95516;
	width: 998px;
	margin: 0 0 0 -8px;
}

.blog-list ul:first-child {
	border-top: none;
}

.blog-list li {
	position: relative;
	float: left;
	width: 320px;
	margin: 0;
	padding: 20px 0;
	text-align: left;
}

.blog-list li:nth-child(1) {
	width: 340px;
}

.blog-list li:nth-child(3) {
	width: 330px;
}

.blog-list li .inner {
	box-sizing: border-box;
	width: 320px;
	padding: 70px 40px 30px;
	text-align: left;
}

.blog-list ul:first-child li .inner {
	padding: 30px 40px 20px;
}

.blog-list li:nth-child(1) .inner {
	margin: 0 0 0 15px;
	border-right: 2px dotted #E95516;
}

.blog-list li:nth-child(2) .inner {
	border-right: 2px dotted #E95516;
	padding: 70px 38px 20px;
}

.blog-list li figure {
	position: relative;
	border-radius: 50%;
	background: #F9F8EE;
	width: 210px;
	height: 210px;
	margin: 0 auto 35px;
}

.blog-list li figure img {
	border-radius: 50%;
	width: 210px;
	height: 210px;
}

.blog-list li figure:before {
	display: block;
	content: '';
	position: absolute;
	top: -28px;
	right: 8px;
	background: url(../img/share/img-crest.png) no-repeat;
	width: 99px;
	height: 69px;
	z-index: 9999;
}

.blog-list li h2 {
	margin: 0 0 15px;
}

.blog-list li h2 span {
	background: linear-gradient(transparent 70%, #FFF000 0%);
	padding: 0 0 2px;
	color: #E95516;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.6;
}

.blog-list li a:hover,
.blog-list li a:hover h2 span,
.blog-list li a:hover p {
	opacity: 0.5;
	color: #392214;
}

.blog-list li a:hover h2 span {
	color: #E95516;
}

.blog-list li h2 span,
.blog-list li a p {
	transition: .2s linear;
}


/* .date
------------------------------------*/

.date {
	position: absolute;
	top: 90px;
	left: 45px;
	width: 60px;
	height: 60px;
	z-index: 9999;
}

.blog-list ul:first-child .date {
	top: 50px;
}

.blog-list ul li:nth-child(1) .date {
	left: 60px;
}

.date i {
	display: block;
	position: absolute;
	top: 0;
	left: 2px;
	width: 60px;
	opacity: 0;
	z-index: -1px;
}

.date i:before,
.date i:after {
	display: block;
	content: '';
	position: absolute;
	top: 18px;
	background: #E95516;
	width: 18px;
	height: 1px;
}

.date i:before {
	left: -4px;
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.date i:after {
	right: -1px;
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.date i span {
	display: block;
	position: absolute;
	top: 10px;
	left: 13px;
	color: #E95516;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.2em;
}

.date .date-inner {
	position: relative;
	box-sizing: border-box;
	border-radius: 30px;
	background: #ffffff;
	border: 2px solid #000000;
	width: 60px;
	height: 60px;
}

.date .date-inner:after {
	display: block;
	content: '';
	position: absolute;
	top: 24px;
	left: 7px;
	background: #000000;
	width: 38px;
	height: 1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: .2s linear;
}

.date span.month {
	display: block;
	position: absolute;
	top: 10px;
	left: 7px;
	width: 20px;
	font-weight: bold;
	text-align: center;
}

.date em {
	position: absolute;
	top: 27px;
	right: 11px;
	width: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}


/* blog - single
---------------------------------------------------------------------------*/

#blogContents .contents {
	overflow: hidden;
	margin: 0 auto 120px;
	padding: 100px 0 0;
}

.blog-area {
	float: left;
	box-sizing: border-box;
	border-radius: 10px;
	background: #ffffff;
	width: 760px;
	padding: 70px 40px 50px;
}

.blog-title {
	position: relative;
	width: 680px;
	min-height: 60px;
	margin: 0 0 45px;
}

.blog-title h1 {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 360px;
	margin: 0;
	opacity: 0;
}

.blog-title h1 i {
	display: block;
	position: absolute;
	top: -17px;
	left: 0;
	color: #E95516;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.1em;
}

.blog-title h1 span {
	background: linear-gradient(transparent 90%, #FFF000 0%);
	padding: 0 0 7px;
	color: #E95516;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.9;
	letter-spacing: 0.09em;
	text-align: left;
}

.blog-title table {
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
}

.blog-title th {
	width: 100px;
	padding: 0 0 2px;
	font-size: 12px;
	vertical-align: bottom;
}

.blog-title td {
	width: 180px;
	border-bottom: 1px solid #000000;
	padding: 8px 0 4px;
	line-height: 1.6;
}

.blog-title tr:first-child td {
	letter-spacing: 0.15em;
}


/* .blog-area - media query
-----------------------------------*/

@media (max-width: 1060px) {

.blog-area {
	width: 740px;
	margin: 0 0 0 10px;
	padding: 70px 30px 50px;
}

}


/* .blog-main
------------------------------------*/

.blog-main {
	width: 680px;
}

.blog-main p {
	margin: 0 0 20px;
	letter-spacing: 0.04em;
	font-size: 15px;
	line-height: 1.9;
}

.blog-main img {
	max-width: 680px;
	height: auto;
	padding: 15px 0;
}

.blog-main a {
	color: #E95516;
	text-decoration: underline;
}

.blog-main a:hover {
	opacity: 0.5;
}

.blog-main strong {
	font-weight: bold;
}

.blog-main em {
	font-style: italic;
}

.blog-main del {
	text-decoration: line-through;
}

.blog-main ul li {
	list-style: disc;
	margin-left: 25px;
}

.blog-main ol li {
	list-style: decimal;
	margin-left: 25px;
}

.blog-main blockquote {
	background: #F9F8EE;
	padding: 20px;
}

.blog-main blockquote p {
	margin: 0 !important;
}


/* .blog-table
------------------------------------*/

.blog-table {
	border-top: 1px dashed #515151;
	width: 85%;
	margin: 60px 0 0;
	color: #6F5240;
	line-height: 1.6;
}

.blog-table tr {
	border-bottom: 1px dashed #515151;
}

.blog-table th {
	width: 110px;
	padding: 15px 10px 15px 15px;
	font-weight: bold;
	letter-spacing: 0.10em;
	text-align: left;
}

.blog-table td {
	padding: 15px 5px 15px 15px;
	letter-spacing: 0.05em;
}


/* .blog-link
------------------------------------*/

.blog-link {
	margin: 50px 0 0;
	line-height: 1.6;
}

.blog-link li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
}

.blog-link li:before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	background: url(../img/share/ico-arrow-detail@2x.png) no-repeat;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
}

.blog-link li a {
	color: #E95516;
	text-decoration: underline;
}

.blog-link li a:hover {
	opacity: 0.5;
}


/* .nav-page-single
------------------------------------*/

.nav-page-single {
	position: relative;
	width: 680px;
	min-height: 37px;
	margin: 100px 0 0;
}

.nav-page-single li {
	position: absolute;
}

.nav-page-single li.prev {
	top: 0;
	left: 195px;
}

.nav-page-single li.back {
	top: 13px;
	left: 50%;
	width: 80px;
	margin: 0 0 0 -39px;
	text-align: center;
}

.nav-page-single li.next {
	top: 0;
	right: 195px;
}

.nav-page-single li a {
	position: relative;
	color: #E95516;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.3em;
}

.nav-page-single li a:hover {
	opacity: 0.5;
}

.nav-page-single li.prev a,
.nav-page-single li.next a {
	margin: -20px 0 0;
}

.nav-page-single li.prev a {
	padding: 9px 0 9px 50px;
}

.nav-page-single li.next a {
	padding: 9px 50px 9px 0;
}

.nav-page-single li.prev a:before,
.nav-page-single li.next a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	width: 37px;
	height: 37px;
}

.nav-page-single li.prev a:before {
	left: 0;
	background: url(../img/share/btn-prev.png) no-repeat;
}

.nav-page-single li.next a:before {
	right: 0;
	background: url(../img/share/btn-next.png) no-repeat;
}

.nav-page-single li.back a {
	padding: 22px 0 10px;
	font-size: 12px;
}

.nav-page-single li.back a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background: url(../img/share/btn-back.png) no-repeat;
	width: 20px;
	height: 14px;
	margin: 0 0 0 -13px;
}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {

.nav-page-single li.prev a:before {
	background: url(../img/share/btn-prev@2x.png) no-repeat;
	background-size: 37px 37px;
}

.nav-page-single li.next a:before {
	background: url(../img/share/btn-next@2x.png) no-repeat;
	background-size: 37px 37px;
}

.nav-page-single li.back a:before {
	background: url(../img/share/btn-back@2x.png) no-repeat;
	background-size: 20px 14px;
}

}


/* .taxonomy-list
------------------------------------*/

.taxonomy-list {
	float: right;
	width: 200px;
	margin: 65px 0 0;
}

.taxonomy-list dt {
	margin: 0 0 15px 6px;
	color: #E95516;
	font-weight: bold;
	letter-spacing: 0.3em;
}

.taxonomy-list dd {
	margin: 0 0 60px 3px;
}

.recent-list li {
	border-bottom: 1px dashed #AA8B6E;
	padding: 0 0 0 3px;
}

.recent-list li a {
	display: block;
	padding: 22px 0 12px;
}

.recent-list li a:hover {
	color: inherit !important;
	opacity: 0.5;
}

.recent-list li p:nth-child(1) {
	margin: 0 0 3px;
	font-size: 12px;
	letter-spacing: 0.15em;
}

.recent-list li p:nth-child(1) i {
	display: inline-block;
	margin: -4px 0 0 3px;
	color: #E95516;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.2em;
	line-height: 1;
	vertical-align: middle;
}

.recent-list li p:nth-child(2) {
	color: #E95516;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

.category-list li {
	border-bottom: 1px dashed #AA8B6E;
	padding: 0 0 0 3px;
}

.category-list li a {
	display: block;
	padding: 22px 0 12px;
	color: #E95516;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.category-list li a:hover {
	opacity: 0.5;
}

.btn-archive {
	overflow: hidden;
	width: 199px;
	transition: .2s linear;
	cursor: pointer;
}

.btn-archive:hover {
	opacity: 0.5;
}

.btn-archive select {
	cursor: pointer;
}

.btn-archive .customSelect {
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #E95516;
	background: #ffffff;
	width: 100%;
	padding: 15px;
	color: #E95516;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.btn-archive .customSelect .customSelectInner {
	width: 100% !important;
}


/* .taxonomy-list - media query
-----------------------------------*/

@media (max-width: 1060px) {

.taxonomy-list {
	margin: 65px 25px 0;
}

.taxonomy-list dt {
	margin: 0 0 15px 8px;
}

}
