@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
info
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#tabNav {
	text-align: center;
	border-bottom: 1px solid #444;
}
#tabNav ul {
	vertical-align: top;
	display: inline-block;
}
#tabNav ul:after {
	content: "";
	display: block;
	clear: both;
}
#tabNav ul li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 44px;
}
#tabNav ul li a {
	display: block;
	padding: 0 20px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#tabNav ul li a:after {
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	right: 50%;
	bottom: -1px;
	background: #fff;
	position: absolute;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
#tabNav ul:hover li a:after {
	left: 100%;
	right: 0;
}
#tabNav ul li a:hover:after,
#tabNav ul li.current a:after {
	left: 0;
	right: 0;
}
#tabNav ul li:hover ~ li a:after {
	left: 0;
	right: 100%;
}
#tabs .tab {
	display: none;
}
#tabs .tab.active {
	display: block;
}

@media screen and (min-width:981px){
	#mainVis {
		background-image: url(../images/info/main_pc.jpg);
	}

	#tabNav,
	#tabs {
		width: 915px;
		margin-left: auto;
		margin-right: auto;
	}

	#tabs { padding-bottom: 85px; }
	#tabs .postList {
		padding: 50px 0 80px;
	}
	#tabs .postList:after {
		content: "";
		display: block;
		clear: both;
	}
	#tabs .postList li {
		float: left;
		width: 280px;
		margin-bottom: 40px;
		transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
	}
	#tabs .postList li a:hover {
		background: #d8cfc1;
	}
	#tabs .postList li:nth-child(3n+1),
	#tabs .postList li:nth-child(3n+2) { margin-right: 37px; }
	#tabs .postList .thumb {
		height: 172px;
		overflow: hidden;
	}
	#tabs .postList a {
		color: #000;
		display: block;
		background: #fff;
	}
	#tabs .postList .thumb { position: relative; }
	#tabs .postList .thumb img { width: 100%; }
	#tabs .postList .thumb:after {
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
	}
	#tabs .postList a:hover .thumb:after {
		background: rgba(0,0,0,.4);
	}
	#tabs .postList .info {
		position: relative;
		padding: 5px 20px 14px 23px;
	}
	#tabs .postList .info:before {
		content: "";
		width: 1px;
		height: 50px;
		display: block;
		position: absolute;
		top: -25px;
		left: 15px;
		background: #000;
	}
	#tabs .postList h2 {
		font-size: 18px;
		line-height: 1.5;
		overflow: hidden;
		max-height: 3em;
		margin: 8px 0 8px;
	}
	#tabs .postList .text {
		line-height: 22px;
		overflow: hidden;
		max-height: 66px;
	}
	#tabs .postList .date {
		text-align: right;
		margin-top: 11px;
	}

	#tabs .wp-pagenavi {
		font-size: 0;
		position: relative;
		text-align: center;
	}
	#tabs .wp-pagenavi > * {
		color: #fff;
		height: 28px;
		font-size: 18px;
		line-height: 28px;
		padding: 0 8px;
		background: #000;
		border: 1px solid #fff;
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px;
		transition-duration: .2s;
		-moz-transition-duration: .2s;
		-webkit-transition-duration: .2s;
	}
	#tabs .wp-pagenavi > span,
	#tabs .wp-pagenavi > a:hover {
		color: #000;
		background: #fff;
	}
	#tabs .nextpostslink { right: 0; }
	#tabs .previouspostslink { left: 0; }
	#tabs .nextpostslink,
	#tabs .previouspostslink {
		top: 0;
		position: absolute;
		border-left: none;
		border-right: none;
		border-top: none;
		font-size: 14px;
		padding: 0 10px;
	}
	#tabs .nextpostslink:after,
	#tabs .previouspostslink:before {
		content: "";
		width: 0;
		height: 0;
		display: inline-block;
		vertical-align: middle;
		border: solid transparent;
		border-width: 3.5px 6px;
	}
	#tabs .nextpostslink:after {
		margin-left: 10px;
		border-left-color: #fff;
	}
	#tabs .previouspostslink:after {
		margin-right: 10px;
		border-right-color: #fff;
	}
	#tabs .nextpostslink:hover:after {
		border-left-color: #000;
	}
	#tabs .previouspostslink:hover:after {
		border-right-color: #000;
	}
}

@media screen and (max-width:980px){
	#mainVis {
		background-image: url(../images/info/main_sp.jpg);
	}

	#tabNav {
		overflow: auto;
	}
	#tabNav ul {
		font-size: 0;
		line-height: 26px;
		white-space: nowrap;
		padding: 33px 15px 0;
		border-bottom: 1px solid #444;
	}
	#tabNav ul li {
		float: none;
		font-size: 12px;
		display: inline-block;
		vertical-align: bottom;
		border-bottom: 1px solid #444;
		margin-bottom: -1px;
	}
	#tabNav ul li + li { margin-left: 10px; }
	#tabNav ul li:hover,
	#tabNav ul li.active {
		border-bottom-color: #fff;
	}
	#tabNav ul li a {
		height: 26px;
		padding: 0 12px;
		line-height: 26px;
	}
	#tabs .postList li {
		width: 210px;
		margin: 15px auto 0;
	}
	#tabs .postList a {
		color: #000;
		display: block;
		background: #fff;
		line-height: 1;
	}
	#tabs .postList .info {
		position: relative;
		padding: 8px 13px 13px 20px;
	}
	#tabs .postList .info:after {
		content: "";
		width: 1px;
		height: 38px;
		top: -19px;
		left: 14px;
		display: block;
		background: #000;
		position: absolute;
	}
	#tabs .postList img { width: 100%; }
	#tabs .postList .cat {
		font-size: 10px;
		margin-bottom: 14px;
	}
	#tabs .postList h2 {
		font-size: 15px;
	}
	#tabs .postList .text {
		font-size: 11px;
		line-height: 16px;
		margin: 14px 0 16px;
	}
	#tabs .postList .date {
		font-size: 11px;
		text-align: right;
	}

	#tabs .wp-pagenavi {
		padding: 16px 16px 78px;
	}
	#tabs .wp-pagenavi:after {
		content: "";
		display: block;
		clear: both;
	}
	#tabs .wp-pagenavi > * {
		display: none;
	}
	#tabs .nextpostslink,
	#tabs .previouspostslink {
		display: block;
		padding: 0 11px;
		font-size: 14px;
		border-bottom: 1px solid #fff;
	}
	#tabs .nextpostslink {
		float: right;
	}
	#tabs .previouspostslink {
		float: left;
	}
	#tabs .nextpostslink:after,
	#tabs .previouspostslink:before {
		content: "";
		width: 0;
		height: 0;
		display: inline-block;
		vertical-align: middle;
		border: solid transparent;
		border-width: 3.5px 6px;
	}
	#tabs .nextpostslink:after {
		margin-left: 10px;
		border-left-color: #fff;
	}
	#tabs .previouspostslink:after {
		margin-right: 10px;
		border-right-color: #fff;
	}
	#tabs .nextpostslink:hover:after {
		border-left-color: #000;
	}
	#tabs .previouspostslink:hover:after {
		border-right-color: #000;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
post
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#post img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width:981px){
	#post {
		padding-left: 140px;
		padding-right: 140px;
	}
	#post .info {
		line-height: 19px;
	}
	#post .info span {
		margin-left: 7px;
		padding-left: 5px;
		display: inline-block;
		border-left: 1px solid #fff;
	}
	#post header h1 {
		font-size: 24px;
		font-weight: bold;
	}
	#post header ~ * { margin-top: 20px; }
	#post h2 {
		font-size: 18px;
		margin-bottom: -18px;
	}
	#post h3 {
		font-size: 16px;
		margin-top: 20px;
		border-bottom: 1px solid #444;
	}
	#post a {
		color: #bfa37b;
		text-decoration: underline;
	}
	#post a:hover {
		text-decoration: none;
	}
	#post ul { padding-left: 26px; }
	#post ul li {
		padding-left: 1em;
		text-indent: -1em;
		line-height: 30px;
	}
	#post ul li:before {
		content: "●";
		color: #bfa37b;
	}

	.return {
		text-align: center;
		padding-bottom: 50px;
	}
	.return a {
		padding: 0 20px;
		font-size: 14px;
		display: inline-block;
		border-bottom: 1px solid #fff;
	}
}
@media screen and (max-width:980px){
	#post {
		padding: 22px 17px 24px;
	}
	#post header { line-height: 1.5; }
	#post .info { font-size: 10px; }
	#post .info span {
		margin-left: 7px;
		padding-left: 7px;
		border-left: 1px solid #fff;
	}
	#post header h1 {
		font-size: 15px;
		margin: 7px 0 14px;
	}
	#post p { line-height: 20px; }
	#post header ~ * + * { margin-top: 10px; }
	#post h2 { font-size: 15px; }
	#post h3 {
		font-size: 13px;
		border-bottom: 1px solid #444;
	}
	#post ul li {
		padding-left: 1em;
		text-indent: -1em;
		line-height: 30px;
	}
	#post ul li:before {
		content: "●";
		color: #bfa37b;
	}
	.return {
		text-align: center;
		padding-bottom: 50px;
	}
	.return a {
		padding: 0 20px;
		font-size: 14px;
		display: inline-block;
		border-bottom: 1px solid #fff;
	}
}