@charset "UTF-8";


/* news
---------------------------------------------------------------------------*/

body#news header {
	border-bottom: 1px solid #DEDEDE;
	margin: 0 auto 60px;
	padding: 60px 0 30px;
}

#newsContents #contentsWrap {
	padding: 50px 0 0;
}

#newsContents .contents {
	overflow: hidden;
}


/* .blog-area
------------------------------------*/

.blog-area {
	float: left;
	width: 720px;
}

#newsContents.archive .blog-area article,
#newsContents.category .blog-area article {
	margin: 0 0 140px;
}

.blog-title {
	overflow: hidden;
	margin: 0 0 45px -2px;
}

.blog-title .category {
	float: left;
	margin: 0 0 0 3px;
}

.blog-title .category li {
	position: relative;
	float: left;
	margin: 0 15px 0 0;
}

.blog-title .category li:after {
	display: block;
	content: ',';
	position: absolute;
	top: 0;
	right: -5px;
}

.blog-title .category li:last-child:after {
	display: none;
}

.blog-title .category li a {
	color: #434343;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-decoration: underline;
}

.blog-title time {
	display: block;
	float: left;
	margin: 1px 0 0;
	color: #7B7B7B;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.blog-title h1 {
	clear: both;
	padding: 15px 0 0;
}

.blog-title h1 a {
	display: inline;
	border-bottom: 3px solid #FFF000;
	padding: 0 0 5px;
	color: #8FB412;
	font-size: 22px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}


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

.blog-main p {
	margin: 0 0 25px;
	line-height: 2;
	letter-spacing: 0.05em;
}

.blog-main .blog-h2 {
	margin: 50px 0 25px;
}

.blog-main .blog-h2 strong {
	display: inline;
	border-bottom: 3px solid #FFF000;
	padding: 0 0 5px;
	color: #8FB412;
	font-size: 22px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.blog-main .blog-h3 {
	margin: 50px 0 25px;
}

.blog-main .blog-h3 strong {
	display: inline;
	border-bottom: 3px solid #FFF000;
	padding: 0 0 5px;
	color: #8FB412;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.blog-main .blog-h4 {
	margin: 50px 0 20px;
}

.blog-main .blog-h4 strong {
	display: inline-block;
	background: #FAFFE0;
	padding: 12px 15px 7px;
	color: #8FB412;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.blog-main img {
	display: block;
	max-width: 720px;
	height: auto;
	margin: 30px 0 30px;
}

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

.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: #FFFEEC;
	margin: 20px 0;
	padding: 25px 30px 5px 30px;
}

.blog-main blockquote p {
	margin: 0 0 20px;
	color: #392214;
	line-height: 1.9;
}


/* .table-post
------------------------------------*/

.table-post {
	margin: 50px 0 0;
}

.table-post li {
	margin: 0 0 10px;
}


/* .post-link
------------------------------------*/

.post-link {
	margin: 50px 0 0 39px;
}

.post-link .btn-detail{
  display: block;
  margin-bottom: 10px;
  
}
.post-link .btn-detail a {
	letter-spacing: 0.1em;
}


/* .post-file
------------------------------------*/

.post-file {
	background: #FAFFE0;
	margin: 50px 0 0;
	padding: 20px 20px 13px 20px;
}

.post-file li {
	margin: 0 0 7px 40px;
}


/* .contact-area
------------------------------------*/

.contact-area {
	overflow: hidden;
	background: url(../img/share/bg-semicircle3.png) no-repeat;
	width: 720px;
	margin: 100px auto 80px;
	padding: 55px 0 0;
}

.contact-area figure {
	float: left;
	width: 160px;
	margin: 0 0 0 10px;
}

.contact-area figure img {
	width: 100%;
	height: auto;
}

.contact-area .txt-set {
	overflow: hidden;
	float: right;
	width: 500px;
	margin: 10px 0 0;
}

.contact-area .txt-set h2 {
	display: inline-block;
	border-bottom: 3px solid #FFF100;
	margin: 0 0 25px;
	padding: 0 0 5px;
	color: #8FB412;
	font-size: 15px;
	letter-spacing: 0.05em;
}

.contact-area .free-dial {
	float: left;
	margin: 0 20px 0 0;
}

.contact-area .free-dial address {
	color: #8FB412;
}

.contact-area time {
	margin: 8px 0 18px;
	float: left;
	color: #8FB412;
	font-size: 12px;
	letter-spacing: 0.15em;
}

.contact-area .tel-fax {
	float: left;
	font-size: 18px;
}

.contact-area .tel-fax dt {
	width: 40px;
}

.contact-area .tel-fax dd {
	padding: 0 0 0 40px;
}


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

.nav-page {
	overflow: hidden;
	width: 100%;
}

.nav-page ul {
	overflow: hidden;
	margin: 0 0 35px;
}

.nav-page li {
	width: 280px;
}

.nav-page li.prev { float: left; }
.nav-page li.next { float: right; }

.nav-page li a {
	overflow: hidden;
	display: block;
	font-size: 12px;
}

.nav-page li figure {
	display: table-cell;
	vertical-align: middle;
}

.nav-page li figure img {
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.nav-page li .txt-set {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	width: 190px;
}

.nav-page li.next .txt-set {
	padding: 0 18px 0 0;
}

.nav-page li.prev .txt-set {
	padding: 0 0 0 18px;
}

.nav-page li .txt-set p {
	margin: 0 0 2px;
	color: #8FB412;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.nav-page li .txt-set h3 {
	display: block;
	font-size: 14px;
	text-decoration: underline;
	line-height: 1.6;
}

.nav-page .btn-link a {
	width: 719px;
	font-size: 16px;
	line-height: 1.7;
}


/* .side
------------------------------------*/

.side {
	float: right;
	width: 230px;
	margin: 25px 0 0;
}

.side h2 {
	box-sizing: border-box;
	border: 2px solid #AACD37;
	width: 100%;
	margin: 0 0 35px;
	padding: 15px;
	color: #8FB412;
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.2em;
}

.side .sec-side {
	margin: 0 0 65px;
}

.side .sec-side li {
	border-bottom: 1px dashed #999999;
}

.side .sec-side li a {
	display: block;
}


/* .recent-list
------------------------------------*/

.recent-list li {
	overflow: hidden;
}

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

.recent-list li:first-child a {
	padding: 5px 0 12px;
}

.recent-list li figure {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	padding: 0 0 0 3px;
}

.recent-list li figure img {
	border-radius: 50%;
}

.recent-list li .recent-title {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 0 0 18px;
}

.recent-list li time {
	display: block;
	margin: 6px 0 8px;
	color: #8FB412;
	font-size: 11px;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0.15em;
}

.recent-list li h3 {
	margin: 0 0 3px;
	font-size: 13px;
	line-height: 1.55;
	letter-spacing: 0.08em;
}


/* .category-list
------------------------------------*/

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

.category-list li a {
	position: relative;
	padding: 10px 5px 10px 35px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.category-list li:first-child a {
	padding: 0 5px 10px 35px;
}

.category-list li a:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	left: 5px;background: url(../img/share/ico-book.png) no-repeat;
	width: 16px;
	height: 16px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.category-list li a:before {
	background: url(../img/share/ico-book@2x.png) no-repeat;
	background-size: 16px 16px;
}
}

.category-list li:first-child a:before {
	top: -2px;
}

.category-list li.current-cat a {
	color: #8FB412;
}


/* .btn-archive
------------------------------------*/

.btn-archive {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 50px;
	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: 8px;
	background: #AACD37;
	width: 100%;
	padding: 14px 15px 13px !important;
}

.btn-archive .customSelect .customSelectInner {
	width: 100% !important;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.1em;
}

