@charset "UTF-8";

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

/* .blog-list
------------------------------------*/
.blog-list-wrap {
	width: 930px;
	margin: 0 auto;
}

.blog-list {
	overflow: hidden;
}

.blog-list li {
	float: left;
	width: 290px;
	margin: 0 30px 55px 0;
}

.blog-list li:nth-of-type(3n) { margin-right: 0; }

.blog-list li a {
	display: block;
}

.blog-list figure {
	overflow: hidden;
	width: 290px;
	height: 216px;
	margin-bottom: 25px;
}

.blog-list figure img {
	min-width: 290px;
}

.blog-list figure .noimg {
	width: 100%;
	height: auto;
}

.blog-list h2,
.blog-list h3 {
	margin: 0 0 18px 3px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.blog-list h2 span{
  font-size: 12px;
  display: block;
  padding-top: 5px;
}

.post-categories {
	overflow: hidden;
}

.post-categories li {
	position: relative;
	width: auto;
	margin: 0;
	padding-right: 16px;
}

.post-categories li:after {
	display: block;
	content: '/';
	position: absolute;
	top: 1px;
	right: 4px;
}

.post-categories li:last-of-type:after {
	display: none;
}

.post-categories li a {
	position: relative;
	display: inline-block;
	padding: 0 3px 4px 4px;
	letter-spacing: 0.1em;
}

.post-categories li a:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 3px;
	background: #F1F35B;
	width: 100%;
	height: 3px;
}

/* single
---------------------------------------------------------------------------*/
.blog-wrap {
	overflow: hidden;
	width: 930px;
	margin: 0 auto;
}

/* .blog-area
------------------------------------*/
.blog-area {
	float: left;
	box-sizing: border-box;
	width: 660px;
}

.blog-area article {
	position: relative;
}

.blog-title .post-categories {
	overflow: hidden;
	margin-left: -3px;
}

.blog-title .post-categories li {
	display: inline-block;
	padding-right: 12px;
}

.blog-title .post-categories li:after {
	right: 0px;
}

.blog-title h1,
.blog-title h2 {
	margin-bottom: 35px;
	padding-top: 12px;
}

.blog-title h1 a,
.blog-title h2 a {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

/* .blog-main
------------------------------------*/
.blog-main {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.blog-main p {
	margin-bottom: 15px;
	font-size: 15px;
	text-align: justify;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.blog-main img {
	display: block;
	max-width: 660px;
	height: auto;
	padding-bottom: 20px;
	text-align: center;
}

.blog-main .wp-caption {
	max-width: 100%;
	margin-bottom: 25px;
}

.blog-main .wp-caption-text {
	margin-top: -5px;
}

.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,
.blog-main ol {
	margin: 30px 0;
	font-size: 15px;
}

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

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

.blog-main blockquote {
	background: #F0F0F0;
	margin: 35px 0;
	padding: 18px 22px;
	font-size: 13px;
}

.blog-main blockquote p {
	font-size: 13px;
}

.blog-main blockquote p:last-of-type {
	margin-bottom: 0;
}

/* .sec-table
------------------------------------*/
.sec-table {
	width: 660px;
	margin: 70px 0 0;
}

.sec-table h3 {
	margin: 40px 0 28px 5px;
}

.sec-table h3:first-of-type {
	margin-top: 0;
}

.sec-table .dl-common dt {
	width: 100px;
	padding: 16px 0 16px 5px;
}

.sec-table .dl-common dd {
	padding: 16px 0 16px 110px;
}

/* .blog-link
------------------------------------*/
.blog-link {
	overflow: hidden;
	margin-top: 20px;
}

.blog-link li {
	float: left;
	margin: 20px 20px 0 0;
}

/* .nav-page
------------------------------------*/
.nav-page {
	position: relative;
	margin-top: 60px;
}

.nav-page ul {
	overflow: hidden;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 16px 5px 20px;
}

.nav-page li {
	position: relative;
	width: 270px;
}

.nav-page li.new-link {
	float: left;
	padding-left: 34px;
}

.nav-page li.old-link {
	float: right;
	padding-right: 30px;
}

.nav-page li.new-link:before,
.nav-page li.old-link:before {
	display: block;
	content: '';
	position: absolute;
	top: 33px;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	width: 21px;
	height: 21px;
}

.nav-page li.new-link:before {
	background-image: url(../img/share/btn-prev-s.png);
	left: 0;
}

.nav-page li.old-link:before {
	background-image: url(../img/share/btn-next-s.png);
	right: 0;
}

.nav-page li a {
	display: block;
}

.nav-page li h2 {
	margin-bottom: 9px;
}

.nav-page li .title-line strong {
	font-size: 12px;
	letter-spacing: 0.1em;
}

.nav-page li h3 {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.08em;
}


/*
.nav-page li.old-link h2,
.nav-page li.old-link h3 {
	text-align: right;
}
*/

/* .side-area
------------------------------------*/
.side-area {
	float: right;
	width: 195px;
	margin-top: 30px;
}

.side-area h2 {
	margin: 0 0 15px 5px;
}

.side-area .category-list {
	margin-bottom: 40px;
}

.side-area .category-list li {
	background: linear-gradient(to left, #999999 40%, #FFFFFF 40%, #FFFFFF 100%) left bottom repeat-x;
	background-size: 5px 1px;
}

.side-area .category-list li a {
	display: block;
	padding: 22px 6px 11px;
	font-size: 15px;
	letter-spacing: 0.1em;
}

/* .btn-archive
------------------------------------*/
.btn-archive {
	position: relative;
	box-sizing: border-box;
	width: 190px;
	margin-left: 5px;
	padding: 0 5px 5px 0;
	-webkit-transform:perspective(0);
}

.btn-archive:before,
.btn-archive:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000000;
}

.btn-archive:before {
	width: 97%;
	height: 1px;
}

.btn-archive:after {
	width: 1px;
	height: 91%;
}

.side-area .btn-archive select {
	cursor: pointer;
	z-index: 2;
}

.side-area .btn-archive .customSelect {
	position: relative;
	display: block;
	box-sizing: border-box;
	border: 1px solid #000000;
	width: 100%;
	padding: 11px 26px 10px;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.15em;
	transition: .05s ease-in-out;
	cursor: pointer;
}

.side-area .btn-archive:hover .customSelect {
	-webkit-transform: translate(3px,3px);
	-ms-transform: translate(3px,3px);
	transform: translate(3px,3px);
}

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

/* .other-list
------------------------------------*/
.other-list {
	position: relative;
	overflow: hidden;
	width: 930px;
	margin: 150px auto 0;
}

.other-list h2 {
	margin: 12px 0 55px;
	text-align: center;
}

.other-list h2 strong {
	font-size: 24px;
}

.other-list .btn-link {
	position: absolute;
	top: 0;
	right: 5px;
}

.other-list .btn-link a {
	padding-right: 35px;
	padding-left: 35px;
}