@charset "UTF-8";

/*メインイメージ
---------------------------------------------------------*/
/* メインイメージ */
.contentpage #header {background-image: url(../images/topics/m_img_blog@2x.jpg);}
.contentpage .cat_7 #header {background-image: url(../images/topics/m_img_news@2x.jpg);}
.contentpage .cat_8 #header {background-image: url(../images/topics/m_img_news@2x.jpg);}



/*共通
--------------------------------------------------------------------*/
.w900 {
	width: 94%;
	padding: 0 3%;
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}
.topics {
	padding-top: 150px;
}
.topics a {
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	transition: opacity .6s;
}

.no_page {
	margin-bottom: 150px;
}

article {
	border-top: solid 1px #a6bacb;
	position: relative;
	padding: 60px 0 80px;
}

article img {
	max-width: 100%;
	height: auto;
}
article p {
	margin-top: 1.5em;
}
article p:first-child {
	margin-top: 0;
}

/* タイトル */
article .entry-inf {
	position: relative;
	z-index: 1;
	margin-bottom: 1.5em;
}
article .entry-date {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #545055;
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
article .entry-title {
	font-family: ryo-text-plusn,serif;
	font-weight: 400;
	font-style: normal;
	color: #006598;
	font-size: 200%;
	letter-spacing: .15em;
	line-height: 1.4em;
}
article .entry-title a {
	color: #006598;
	text-decoration: none;
}
article .entry-title a:hover {
	opacity: 0.6;
}

/* 記事内リンク：詳細ページ */
.txt_summary a,
.entry-content a {
	color: #006598;
	text-decoration: underline;
}
.txt_summary a:hover,
.entry-content a:hover {
	opacity: 0.6;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.topics {
	padding-top: 6%;
}
	
.no_page {
	margin-bottom: 10%;
}
	
article {
	padding: 6% 0;
}
	
/* タイトル */
article .entry-inf {
	font-size: 85%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.topics {
	padding-top: 8%;
}
	
.no_page {
	margin-bottom: 15%;
}

article {
	padding: 10% 0;
}

/* タイトル */
article .entry-inf {
	margin-bottom: 1.0em;
	
}
article .entry-date {
	font-size: 100%;
	margin-bottom: .2em;
}
article .entry-title {
	font-size: 140%;
	letter-spacing: .05em;
}

article p {
	margin-top: 1.0em;
}
}



/*一覧ページ
--------------------------------------------------------------------*/
.float_box .img_thumbnail {
	float: right;
	width: 350px;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.float_box .img_thumbnail:before {
    content:"";
    display: block;
    padding-top: 63%;
}
.float_box .img_thumbnail img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.float_box .txt_summary {
	width: calc(96% - 350px);
	float: left;
}

/* アーカイブタイトル */
.archive-title {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 110%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.float_box .img_thumbnail {
	width: 30%;
}
.float_box .txt_summary {
	width: 67%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.float_box .img_thumbnail {
	float: none;
	width: 70%;
	margin: 6% auto 0;
}
.float_box .txt_summary {
	width: 100%;
	float: none;
}
}



/*個別ページ
--------------------------------------------------------------------*/
.single_page article {
	padding-bottom:150px;
}

/* 画像 */
.single_page article img {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.single_page article img.alignright {
	margin: 0 0 10px 20px;
	display: inline;
	text-align: right;
}
.single_page article img.alignleft {
	margin: 0 20px 10px 0;
	display: inline;
	text-align: left;
}	
.single_page article .alignright {
	float: right;
}
.single_page article .alignleft {
	float: left;
}

.topics .page_link li a,
.topics .list_link a {
	color: #006598;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.topics .page_link li a:hover,
.topics .list_link a:hover {
	opacity: 0.6;
}

/* 前後の記事へ */
.topics .page_link {
	border-top: solid 1px #a6bacb;
	padding: 1.5em 0;
}
.topics .page_link li {
	width: 50%;
}
.topics .page_link li.flt_l {
	text-align: left;
}
.topics .page_link li.flt_r {
	text-align: right;
}
.topics .page_link li.flt_l a,
.topics .page_link li.flt_r a {
	position: relative;
}
.topics .page_link li.flt_l a {
	padding-left: 2.0em;
}
.topics .page_link li.flt_r a {
	padding-right: 2.0em;
}
.topics .page_link li.flt_l a::before,
.topics .page_link li.flt_r a::before {
	font-family: 'fontello';
	color: #43b8d1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.topics .page_link li.flt_l a::before {
	content: '\e809';
	left: 0;
}
.topics .page_link li.flt_r a::before {
	content: '\e80a';
	right: 0;
}

/* 一覧へもどる */
.topics .list_link {
	border-top: solid 1px #a6bacb;
	padding-top: 2.0em;
	text-align: center;
}
.topics .list_link a {
	position: relative;
	padding-right: 2.0em;
}
.topics .list_link a::after {
	font-family: 'fontello';
	content: '\e800';
	color: #43b8d1;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page article {
	padding-bottom: 10%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page article {
	padding-bottom: 15%;
}
	
/* 前後の記事へ */
.topics .page_link {
	margin: 0;
	padding: .8em 0;
}
.topics .page_link li {
	width: 100%;
	float: none;
	text-align: center !important;
	margin: .5em 0;
}

/* 一覧へもどる */
.topics .list_link {
	padding-top: 1.5em;
}
}



/*page number
-----------------------------------------------------*/
.wp-pagenavi {
	padding-top: 2.0em;
	border-top: solid 1px #a6bacb;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 120%;
	line-height: 1.0em;
	clear: both;
	width: 100%;
	text-align: center;
	background: transparent;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {	
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	line-height: 2.0em;
	width: 2.0em;
	letter-spacing: normal;
	position: relative;
}
.wp-pagenavi span::before,
.wp-pagenavi a::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 100%;
	background: #006598;
	opacity: 0;
}

/* 数字 */
.wp-pagenavi .current,
.wp-pagenavi .page:hover {
	color: #006598;
}
.wp-pagenavi .current::before,
.wp-pagenavi .page:hover::before {
	opacity: 1;
}

/* 左右の矢印 */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	position: relative;
}
/*.wp-pagenavi .nextpostslink {
	padding-right: 1.0em;
}
.wp-pagenavi .previouspostslink {
	padding-left: 1.0em;
}*/
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
	font-family: 'fontello';
	position: absolute;
	color: #43b8d1;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wp-pagenavi .nextpostslink::after {
	content: '\e80a';
	right: 0;
}
.wp-pagenavi .previouspostslink::after {
	content: '\e809';
	left: 0;
}


/* 最初・最後のリンク */
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover{
	opacity: 0.5;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}

 
 
/*ウィジェット
-----------------------------------------------------*/ 
.widget_box {
	margin-top: 150px;
	background: #f4f4f2;
	padding: 80px 0;
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 2.0em;
}
.widget_box .near_box {
	width: 45%;
	float: left;
}
.widget_box .calendar_box {
	width: 45%;
	float: right;
}
.widget_box h5 {
	color: #003a6a;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.widget_box .near_list li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(62,58,57,0.3);
	line-height: 1.6em;
}
.widget_box #wp-calendar {
	border: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: #fff;
}
.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	font-size: 100%;
	line-height: 1.0em;
}
.widget_box #wp-calendar caption {
	letter-spacing: .2em;
	padding-bottom: 15px;
}
.widget_box #wp-calendar thead th {
	background: #003a6a;
	color: #fff;
	font-size: 100%;
	line-height: 1.0em;
	font-weight: bold;
	padding: 15px 0;
	vertical-align: bottom;
}

.widget_box #wp-calendar tbody td {
	letter-spacing: normal;
	padding: 10px 0;
}
.widget_box #wp-calendar a {
	color: #43b8d1;
	font-weight: bold;
	text-decoration: underline;
}
.widget_box #wp-calendar a:hover {
	opacity: 0.6;
	text-decoration: none;
}
.widget_box #wp-calendar tfoot {
	width: 100%;
	position: absolute;
	top: 0;
}
.widget_box #wp-calendar tfoot a {
	text-decoration: none;
	display: block;
}
.widget_box #wp-calendar #prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	text-align: center;
}
.widget_box #wp-calendar #next {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	text-align: center;
}
.widget_box #wp-calendar #next a::before,
.widget_box #wp-calendar #prev a::before {
	font-family: 'fontello';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget_box #wp-calendar #next a::before {
	content: '\e80a';
	right: 0;
}
.widget_box #wp-calendar #prev a::before {
	content: '\e809';
	left: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.widget_box {
	margin-top: 10%;
	padding: 6% 0 8%;
}
.widget_box h5 {
	font-size: 110%;
}
.widget_box .near_list li {
	font-size: 90%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.widget_box {
	margin-top: 15%;
	padding: 8% 0 10% 0;
	font-size: 105%;
	letter-spacing: .05em;
	line-height: 2.0em;
}
.widget_box .near_box {
	width: 100%;
	float: none;
}
.widget_box .calendar_box {
	width: 100%;
	max-width: auto;
	float: none;
	margin: 0 auto;
	padding-top: 10%;
}
.widget_box h5 {
	font-size: 110%;
}
}