@charset "utf-8";

/*------------------------------------------------------------
	archive
	舟屋日和からのお知らせ
------------------------------------------------------------*/

#post .titleblock {
	background: url(../images/archive/bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

/*------------------------------------------------------------
	sampo
	activity
	spot
	model
------------------------------------------------------------*/

#post #title_sampo.titleblock,
#post #title_activity.titleblock,
#post #title_spot.titleblock,
#post #title_model.titleblock {
	background: url(../images/asobikata/bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

/*------------------------------------------------------------
	arcive.php
	一覧ページ
------------------------------------------------------------*/

#post h2 {
	text-align: center;
	padding: 0 0 70px 0;
}

#post h2 img {
	max-width: 350px;
	width: 100%;
	height: auto;
}

#post .sub_page {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

#post .sub_page .categorylistblock {
	padding: 0 0 0 0;
}

#post .sub_page .categorylistblock ul {
	text-align: center;
}

#post .sub_page .categorylistblock ul li {
	display: inline-block;
	margin: 0 16px 0 0;
}

#post .sub_page .categorylistblock ul li:last-child {
	margin: 0;
}

#post .sub_page .categorylistblock ul li a {
	border: 1px solid #1c50a1;
	color: #1c50a1;
	padding: 8px 25px;
	text-decoration: none;
	border-radius: 40px;
}

#post .sub_page .categorylistblock ul li.current-cat a {
	background: #1c50a1;
	color: #fff;
}

/*------------------------------------------------------------
	pagenation
------------------------------------------------------------*/

.pagination {
	text-align: center;
}

.pagination ul {
	display: inline-block;
	margin: 0 0 0 20px;
}

.pagination ul li {
	font-size: 100%; /* font-size: 14px; */
	float: left;
	margin: 0 20px 0 0;
}

.pagination ul li a {
	border: 1px solid #1c50a1;
	display: block;
	padding: 7px 14px;
	color: #1c50a1;
	text-decoration: none;
}

.pagination ul li span.current {
	border: 1px solid #1c50a1;
	display: block;
	padding: 7px 14px;
	background: #1c50a1;
	color: #fff;
}

.pagination ul li a.prev,
.pagination ul li a.next {
	padding: 7px 28px;
}

.pagination ul li a.prev {
	background: url(../images/archive/pagenation_pt_prev.png) no-repeat 18% center;
	background-size: 6px auto;
}

.pagination ul li a.next {
	background: url(../images/archive/pagenation_pt_next.png) no-repeat 82% center;
	background-size: 6px auto;
}

.pagination ul li span.dots {
	display: block;
	padding: 7px 0px;
	color: #1c50a1;
}

/*------------------------------------------------------------
	single.php
	投稿ページ
------------------------------------------------------------*/

#post #single.sub_page h2 {
	text-align: center;
	padding: 90px 0 70px 0;
}

#post #single h2 img {
	max-width: 350px;
	width: 100%;
	height: auto;
}

#post .sub_page .contents {
	padding: 80px 0 0 0;
}

#post .sub_page .contents .articleheader {
	padding: 0 0 35px 0;
}

#post .sub_page .contents .articleheader p {
	font-size: 114%; /* font-size: 16px; */
	font-weight: bold;
	margin: 0 0 20px 0;
}

#post .sub_page .contents .articleheader p a {
	text-decoration: none;
	color: #4d4d4d;
	margin: 0 4px;
}

#post .sub_page .contents .articleheader h3 {
	border-top: 1px solid #dcebf0;
	border-bottom: 1px solid #dcebf0;
	font-size: 20px; /* font-size: 20px; */
	font-weight: bold;
	padding: 30px 0;
}

#post .sub_page .contents .articleblock {
	max-width: 690px;
	width: 100%;
	margin: 0 auto;
}

#post .sub_page .contents .articleblock .mainimg {
	text-align: center;
	margin: 0 0 50px 0;
}

#post .sub_page .contents .articleblock .mainimg dt {
	padding: 0 0 20px 0;
}

#post .sub_page .contents .articleblock .mainimg dt img {
	max-width: 540px;
	width: 100%;
	height: auto;
}

#post .sub_page .contents .articleblock .subimgblock {
	margin: 0 0 50px 0;
}

#post .sub_page .contents .articleblock .subimgblock:after {
	content: "";
	display: block;
	clear: both;
}

#post .sub_page .contents .articleblock .subimg {
	float: left;
}

#post .sub_page .contents .articleblock .subimg:nth-child(2n) {
	float: right;
}

#post .sub_page .contents .articleblock .subimg dt {
	padding: 0 0 20px 0;
}

#post .sub_page .contents .articleblock .subimg dt img {
	max-width: 340px;
	width: 100%;
	height: auto;
}

#post .sub_page .contents .articleblock .subimg dd {
	text-align: center;
}

#post .sub_page .contents .articleblock .textblock {
	font-size: 114%; /* font-size: 16px; */
	margin: 0 0 0 0;
}

#post .sub_page .contents .articleblock .textblock p {
	margin: 0 0 3em 0;
	line-height: 1.8em;
}

#post .sub_page .postdetafooter {
	text-align: center;
	padding: 30px 0 0 0;
}

/*------------------------------------------------------------
	Share(投稿ページ）
------------------------------------------------------------*/

#post .sub_page .sharebtn {
	border-left: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	display: inline-block;
	margin: 0 0 75px 0;
}

#post .sub_page .sharebtn dl {
	border-left: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	margin: 0 5px;
	padding: 0 10px;

}

#post .sub_page .sharebtn dl:after {
	content: "";
	display: block;
	clear: both;
}

#post .sub_page .sharebtn dl dt {
	float: left;
	font-size: 18px; /* font-size: 18px; */
	padding: 0 10px;
}

#post .sub_page .sharebtn dl dd {
	float: left;
	padding: 0 10px;
}

#post .sub_page .sharebtn dl dd img {
	max-width: 28px;
	width: 100%;
	height: auto;
}

/*------------------------------------------------------------
	Pagenavi(投稿ページ）
------------------------------------------------------------*/

#post .sub_page .pagenavi_sp {
	display: none;
}

#post .sub_page .pagenavi_pc ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 100%;
	border-top: 1px solid #dcebf0;
	border-bottom: 1px solid #dcebf0;
	padding: 12px 0;
	margin: 0 0 125px 0;
}

#post .sub_page .pagenavi_pc ul:after {
	content: "";
	display: block;
	clear: both;
}

#post .sub_page .pagenavi_pc ul li {
	text-align: center;
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	width: 50%;
	border-right: 1px solid #dcebf0;
	box-sizing: border-box;
}

#post .sub_page .pagenavi_pc ul li:last-child {
	border-right: none;
}

#post .sub_page .pagenavi_pc ul li .thumbnail {
	float: left;
	height: 68px;
	overflow: hidden;
	margin: 0 20px 0 0;
}

#post .sub_page .pagenavi_pc ul li.next .thumbnail {
	float: right;
	margin: 0 0 0 20px;
}

#post .sub_page .pagenavi_pc ul li .thumbnail img {
	max-width: 103px;
	width: 100%;
	height: auto;
}

#post .sub_page .pagenavi_pc ul li p {
	overflow: hidden;
	line-height: 2em;
	margin: 0;
	padding: 5px 0 0 0;
}

#post .sub_page .pagenavi_pc ul li a {
	text-decoration: none;
	color: #4d4d4d;
	display: block;
}

#post .sub_page .pagenavi_pc ul li.next {
	float: right;
	padding: 10px 28px 10px 20px;
	text-align: left;
	background: url(../images/archive/pt_next.png) no-repeat right center;
	background-size: 5px auto;
}

#post .sub_page .pagenavi_pc ul li.prev {
	padding: 10px 20px 10px 28px;
	text-align: left;
	background: url(../images/archive/pt_prev.png) no-repeat left center;
	background-size: 5px auto;
}

/*------------------------------------------------------------
	Postdata（投稿記事内）
------------------------------------------------------------*/

.postdata h4 {
	font-size: 120%; /*font-size: 20px;*/
	font-weight: 500; /* Medium */
	margin: 0 0 5px 0;
}

.postdata h5 {
	border-right: 3px solid #3f3f3f;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
	font-size: 110%; /*font-size: 18px;*/
	font-weight: 500; /* Medium */
}

.postdata h6 {
}

.postdata dl {
	margin: 0 0 10px 0;
}

.postdata dl dt {
	font-size: 110%; /*font-size: 18px;*/
	font-weight: 500; /* Medium */
	border-bottom: 3px solid #3f3f3f;
}

.postdata dl dd {
	background: #f3f3f3;
	padding: 10px;
	margin: 0 0 15px 0;
}
