/* ----------------------------------
 style
---------------------------------- */
body{
	font-family:'メイリオ',Meiryo, 'ヒラギノ Pro W3',Hiragino Kaku Gothic Pro,'ＭＳ Ｐゴシック','MS PGothic',osaka,sans-serif;
    line-height:1.6;
	background:url(../images/main_bg.png) repeat 0 0 #ffffff;
	color:#292f33;
}
img{
	max-width:100%;
	height:auto;
}
a{
	color:#292f33;
	text-decoration:none;
}
a:hover{
	color:#292f33;
	text-decoration:none;
}
a:focus{
	outline:none;
}
#mainCol a{
	text-decoration:none;
}
#mainCol a:hover{
	text-decoration:none;
}
#sb-site{
    background-color: transparent;
}
*{ 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----------------------------------
 00=editor style
---------------------------------- */
#postCont h1,
#postCont h2,
#postCont h3,
#postCont h4,
#postCont h5,
#postCont h6{
	color:#292f33;
	font-weight:bold;
	margin-bottom:10px;
}
#postCont h1{
	font-size:131%;
}
#postCont h2{
	font-size:124%;
}
#postCont h3{
	font-size:116%;
}
#postCont h4{
	font-size:108%;
}
#postCont h5{
	font-size:100%;
}
#postCont h6{
	font-size:100%;
}
#postCont p,
#postCont ul,
#postCont ol,
#postCont ol{
	margin-bottom:0.7em;
	text-align:justify;
}
#postCont blockquote,
#postCont q{
	padding:15px;
	text-align:justify;
	background:#f0f0f0;
}
#postCont blockquote p:last-child,
#postCont q p:last-child{
	margin-bottom:0;
}
#postCont strong{
	font-weight:bold;
}
#postCont em{
	font-style:italic;
}
#postCont del{
	text-decoration:line-through;
}
#postCont sub{
	vertical-align:sub;
}
#postCont sup{
	vertical-align:super;
}
#postCont img{
	text-align:center;
	display:block;
	margin:0 auto;
}
#postCont .wp-caption{
	max-width:100%;
	height:auto;
}
#postCont img.alignnone{
	margin:0 auto 10px;
	clear:both;
	display:block;
}
#postCont img.aligncenter{
	text-align:center;
	margin:0 auto 10px;
	clear:both;
	display:block;
}
#postCont .alignleft{
	float:left;
	margin:0 10px 10px 0;
	background:none;
	border:none;
	max-width:280px;
}
#postCont .alignright{
	float:right;
	margin:0 0 10px 20px;
	background:none;
	border:none;
	max-width:280px;
}
#postCont .wp-caption-text{
	display:block;
	text-align:center !important;
	font-size:86%;
	line-height:1.3;
	margin:7px auto 0;
	color:#00b2ed;
}
#postCont ul{
	list-style-type:square;
	margin-left:30px;
}
#postCont ol{
	list-style-type:decimal;
	margin-left:30px;
}
/* ----------------------------------
 00=common
---------------------------------- */
.iconNew{
	display:block;
	background:#00b2ed;
	width:50px;
	height:50px;
	border-radius:100%;
	color:#ffffff;
	font-size:85%;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	position:absolute;
	right:10px;
	top:-10px;
}
.arrow{
	position:relative;
	display:inline-block;
	padding:0 0 0 16px;
	vertical-align:middle;
	text-decoration:none;
	font-size:15px;
}
.arrow::before,
.arrow::after{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	content:"";
	vertical-align:middle;
}
/* topicpath */
.topicpathBox{
	border:#e7e7e7 solid 1px;
	border-radius:8px 8px 0 0;
	padding:10px 20px;
}
.topicpath li{
	display:inline-block;
	font-size:77%;
}
.topicpath .icon{
	margin:0 10px;
	font-size:77%;
}
/* pageHeadBox */
.pageHeadBox{
	border:#e7e7e7 solid 1px;
	border-top:none;
	padding:7px 20px;
	background:#f2f9ff;
}
.pageHeadBox:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
.pageTxt{
	margin-top:20px;
}
/* snsBtn */
.snsBtn{
    float:right;
    overflow:hidden;
	height:21px;
}
.snsLike{
    float:left;
	height:21px;
}
.snsTweet{
    float:left;
	height:21px;
}
.snsTweet iframe.twitter-share-button{
    height:21px !important;
    width:80px !important;
}
.snsLike iframe{
    height:21px !important;
    width:105px !important;
}
/* post */
#articlePostDetail #postCont{
	word-break:break-all;
	text-align:justify;
	font-size:116%;
	line-height:1.8;
}
#articlePostDetail #postCont p{
	margin-bottom:0.7em;
}
#articlePostDetail #postCont a{
	text-decoration:underline;
}
/*もっと読むコンテンツ*/
#articlePostDetail #postCont .more_contents {
    position: relative;
    margin-bottom: 60px;
}
#articlePostDetail #postCont .more_contents .grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    width: 150px;
    margin: auto;
    padding: 0.5em;
    border-radius: 2px;
    background: #00b2ed;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
#articlePostDetail #postCont .more_contents .grad-btn::before {
  content: "↓ もっと読む"
}
#articlePostDetail #postCont .more_contents .grad-item {
  position: relative;
  overflow: hidden;
  height: 0px; /*隠した状態の高さ*/
}
#articlePostDetail #postCont .more_contents .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px; /*グラデーションで隠す高さ*/
/*  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);*/
  content: "";
}
#articlePostDetail #postCont .more_contents .grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
#articlePostDetail #postCont .more_contents .grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
#articlePostDetail #postCont .more_contents .grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
#articlePostDetail #postCont .more_contents grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
/*もっと読むコンテンツ*/

#articlePostDetail #postCont .pagerBox a{
	text-decoration:none;
}
#articlePostDetail #postCont .pagerlist{
	margin: 20px auto;
	text-align: center;
}

#articlePostDetail #postCont .pagerlist span.numbers{
	background-color:#40a2f7;
	border:1px solid #e7e7e7;
	display:inline-block;
	color:#FFF;
	margin:2px;
	line-height:2.5em;
	width:2.5em;
	text-align:center;
	font-weight: bold;
}

#articlePostDetail #postCont .pagerlist a span.numbers {
	background-color: #f2f9ff;
	font-weight: normal;
	color: #777777;
}

/* ----------------------------------
 00=leyout
---------------------------------- */
/* container */
#container{
	max-width:1100px;
	margin:0 auto;
	background:#ffffff;
}
#gHead,
#gNav,
#contents,
#gFoot{
	margin:0 auto;
	max-width:940px;
}
/* gHead */
#gHead{
	height:100px;
	display:table;
	width:100%;
	padding-top: 30px;
}
#gHead .siteLogoWrap,
#gHead .headBn130th,
#gHead .headSub,
#gNav{
	display:table-cell;
	vertical-align:middle;
}
#gHead .siteLogoWrap{
	width:248px;
	height:95px;
}
#gHead .headBn130th{
	width:130px;
	text-align:right;
}
#gHead .siteSubTtl{
	font-size:85%;
	color:#333333;
	line-height:1;
	text-align:center;
	padding-bottom:13px;
}
.headSub{
	padding-left:20px;
	padding-right:20px;
	text-align:right;
	font-size:93%;
	margin: 0 auto;
	max-width: 940px;
}
.headSub li{
	margin:4px 0;
}
.headSub .iconFb,
.headSub .iconRss{
	display:inline-block;
}
.headSub .iconFb li{
	background:url(../images/icon_fb.png) left center no-repeat;
	padding-left:30px;
	display:inline-block;
	margin-right:15px;
}
.headSub .iconRss li{
	background:url(../images/icon_rss.png) left center no-repeat;
	padding-left:30px;
	display:inline-block;
}
.headSub .iconTw{
	display:block;
	text-align:right;
}
.headSub .iconTw li:first-child{
	background:url(../images/icon_tw.png) left center no-repeat;
	padding-left:40px;
}
.headSub .iconTw li{
	display:inline-block;
	margin-left:15px;
}

/* btnSpMenu */
#btnSpMenu{
	display:none;
}
/* gNav */
#gNav{
/*	background:#f2f9ff;*/
	margin:0 auto;
	position:relative;
}
#gNav ul.mainMenu {
	background:#f2f9ff;
}
#gNav .mainMenu li{
	display:inline-block;
	padding:5px 0;
	background:url(../images/vline_dotted.png) right center no-repeat;
}
#gNav .mainMenu li a,
#gNav .mainMenu li span{
	display:inline-block;
	padding:2px 30px;
	//border-right:#999999 dotted 1px;
	vertical-align:middle;
	font-weight: bold;
}
#gNav .mainMenu li img{
	vertical-align:middle;
}
#gNav .mainMenu li span img{
	opacity:0.5;

}
#gNav .mainMenu li a:hover img{
	background:none;
	opacity:0.5;
}
#gNav .subMenu{
	display:inline-block;
	position:absolute;
	top:50%;
	right:5px;
	margin-top:-10px;
}
#gNav .subMenu li{
	display:inline-block;
	width:20px;
	height:21px;
	margin:0 7px;
	overflow:hidden;
}
#gNav .subMenu .icon{
	line-height:21px;
	font-size:20px;
}
#gNav .subMenu li a{
	display:block;
	cursor:pointer;
}
#gNav .subMenu li:hover a{
	opacity:0.5;
}
/* gNavSp */
#gNavSp{
	color:#ffffff;
}
#gNavSp a{
	color:#ffffff;
}
#gNavSp #menuList{
	border-top:solid 1px #000000;
	border-bottom:solid 1px #4a4a4a;
	margin-top:74px;
}
#gNavSp #menuList li{
	border-top:solid 1px #4a4a4a;
	border-bottom:solid 1px #000000;
}
#gNavSp #menuList li a{
	display:block;
	padding:15px 20px;
}
#gNavSp #menuList .icon{
	margin-right:5px;
}
#gNavSp #menuList .sb-close{
	padding:15px 20px;
	text-align:center;
	cursor:pointer;
}
/* contents */
#contents{
	margin:40px auto 0;
}
#contents:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
/* mainCol */
#mainCol{
	width:620px;
	float:left;
}
#index #mainCol{
	width:640px;
}
/* subCol */
#subCol{
	width:300px;
	float:right;
}
#subCol .subColBox{
	border:#e7e7e7 solid 1px;
	background:#f2f9ff;
	padding:20px;
	margin-bottom:20px;
	position:relative;
}
.subColBox .secTtl{
	font-size:100%;
	font-weight:bold;
}
.subColBox .secTtl::before{
	width:11px;
	height:11px;
	background:#00b2ed;
}
.subColBox .btnMore{
	font-size:100%;
	position:absolute;
	right:20px;
	top:20px;
}
.subColBox .btnMore a{
	color:#00b2ed;
}
/* subColSubMenu */
.subColSubMenu{
	margin:0 auto 20px;
	border:#e7e7e7 solid 1px;
	background:#f2f9ff;
}
.subColSubMenu .secTtl{
	font-size:100%;
	font-weight:bold;
	padding:10px 20px;
}
.subColSubMenu li a{
	display:block;
	background:#ffffff;
	padding:10px 10px 10px 20px;
	border-top:#e7e7e7 dotted 1px;
}
.subColSubMenu li span{
	font-size:93%;
}
.subColSubMenu li span::before{
	left:3px;
	width:7px;
	height:1px;
	background:#e7e7e7;
}
.subColSubMenu li span::after{
	left:3px;
	width:6px;
	height:6px;
	border-top:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
/* bnKawakura */
.bnKawakura{
	margin:0 auto 20px;
	text-align:center;
}
/* searchGoogle */
.searchGoogle{
	margin:0 auto 20px;
	padding:0 15px;
	height:30px;
	max-width:300px;
}
.searchGoogle .gsc-input-box{
    height:30px;
}
.searchGoogle table.gsc-search-box td{
    vertical-align: top;
}
.searchGoogle input.gsc-search-button-v2{
    height:30px;
    margin-top:0;
    padding:6px 27px;
    width:auto;
}
/* subColPostList */
.subColPostList{
	margin-top:10px;
}
.subColPostList li{
	word-break:break-all;
	text-align:justify;
	font-size:93%;
	display:block;
	margin-bottom:8px;
	padding:0 0 0 10px;
}
.subColPostList li:last-child{
	margin-bottom:0;
}
.subColPostList li::before{
	width:3px;
	height:3px;
	background:#00b2ed;
	border-radius:100%;
	bottom:auto;
	top:0.6em !important;
}
.subColPostList .date{
	display:block;
	font-weight:bold;
}
/* subColEvent */
#subColEvent{
}
/* subColInfo */
#subColInfo{
}
/* subColBooks */
#subColBooks{
}
#subColBooks .listTtl{
	color:#00b2ed;
	font-size:93%;
	margin-top:10px;
	font-weight:bold;
}
#subColBooks .subColBooksList{
	margin-top:10px;
}
#subColBooks .subColBooksList li{ 
	margin-top:10px;
}
#subColBooks .subColBooksList li a:after{ 
	content:""; 
	display:block; 
	clear:both;
}
#subColBooks .subColBooksList .booksPostTumb{
	display:block;
	width:80px;
	float:left;
	margin-right:10px;
}
#subColBooks .subColBooksList .booksPostTumb img{
	width:100%;
}
#subColBooks .subColBooksList .booksPostTtl{
	font-size:100%;
	line-height:1.3;
	font-weight:bold;
	margin-bottom:10px;
}
#subColBooks .subColBooksList .booksPostAuthor{
	font-size:93%;
	line-height:1.3;
}
/* subBnList */
.subBnList{
	margin:0 auto 20px;
	text-align:center;
}
.subBnList ul{
	text-align:center;
}
.subBnList li{
	margin-bottom:10px;
	text-align:center;
	vertical-align:bottom;
}
/* popularPostsList */
ol.popularPostsList{
	counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}

.popularPostsList li{
	text-align: center;
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
}
.popularPostsList li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #00b2ed;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    color: #ffffff;
    font-size: 85%;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.popularPostsList span.popularPostsThumb img{
	height: 100px;
	display: block;
    margin: 0 auto;
}
.popularPostsList .popularPostBody {
    font-weight: bold;
    font-size: 13px;
}
/* subColSNS */
a.flowbtn{
font-family:'Arial',sans-serif;/* 好きなフォントを指定してね */
border-radius:4px;
position:relative;
display:inline-block;
width:66px;
height:58px;
font-size:30px;
color:#fff!important;
transition:.5s;
text-decoration:none;
box-shadow:0 1px 2px #999;
}
i.fab.fa-twitter,i.fab.fa-instagram,i.fab.fa-facebook-f{
position:relative;
text-align: center;
display: block;
top: 10px;
}
/* Twitter */
a.flowbtn.fl_tw1{
background:#55acee;
}
.fa-twitter:before {
    content: "\f099";
}
/* Facebook */
a.flowbtn.fl_fb1{
background:#3b5998;
}
.fa-facebook-f:before {
    content: "\f39e";
}
/* Instagram紫グラデ背景 */
a.flowbtn.insta_btn1{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
overflow:hidden;
}
.fa-instagram:before {
    content: "\f16d";
}
/* ボタン内テキスト調整 */
.flowbtn div{
font-size:11px;	
font-weight:bold;
letter-spacing:0;
position:relative;
top: 8px;
text-align: center;
}
/* ボタンマウスホバー時 */
.flowbtn:hover{
-webkit-transform:translateY(-5px);
-ms-transform:translateY(-5px);
transform:translateY(-5px);
text-decoration:none;
}
/* ulタグの内側余白を０にする */
ul.snsbtniti{
padding:0!important;
margin-top: 10px;
}
/* ボタン全体の位置調整 */
.snsbtniti{
display:flex;
flex-flow:row wrap;
justify-content:space-around;
}
/* ボタン同士の余白調整 */
.snsbtniti li{
flex:0 0 33%;
text-align:center!important;
}

/* pageTop */
#pageTop{
	margin:0;
	width:60px;
	height:60px;
	position:fixed;
	right:16px;
	bottom:16px;
	border-radius:5px;
	background:#3b3b3b;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
#pageTop:hover{
	background:#8b8b8b;
}
#pageTop .icon-arrow-u{
	color:#fff;
	font-size:200%;
	line-height:60px;
	text-align:center;
}
/* gFoot */
#gFoot{
	margin:40px auto 0;
	padding:30px 0;
	border-top:#e7e7e7 solid 1px;
	color:#666666;
}
#gFoot #gFootNav{
	float:left;
	width:70%;
	margin-bottom:30px;
	padding:10px 0;
	border-right:#e7e7e7 solid 1px;
}
#gFoot #gFootNav ul{
	padding-left:20px;
}
#gFoot #gFootNav li{
	padding:0 7px;
	display:inline-block;
	font-size:93%;
	line-height:1;
}
#gFoot #gFootNav .icon-arrow-r:before{
	display:none;
}
#gFoot .gFootSite{
	float:right;
	width:28%;
	margin-bottom:30px;
	padding:10px 0;
	text-align:center;
	font-size:116%;
	font-weight:bold;
}
#gFoot .gFootCopy{
	clear:both;
	font-size:93%;
	text-align:center;
	padding-top:10px;
}
#gFoot .gFootAbj{
	clear:both;
	border-top:#e7e7e7 solid 1px;
	font-size:93%;
	text-align:center;
	padding-top:20px;
}
#gFoot .gFootAbjtext{
	max-width:500px;
	margin:0 auto;
	font-size:80%;
	padding:2px;
}
/* ----------------------------------
 01=index
---------------------------------- */

/*slider*/
/*==================================================
スライダーのためのcss
===================================*/
.sliderArea{margin: 20px 0}
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}
.slick-slide p {
    position: absolute;
    bottom: 10%;
    font-size: 15px;
    color: #FFF;
    margin: 0;
    margin-left: 10px;
    padding: 10px;
    background-color: #000;
    border: 2px solid #00b2ed;
    opacity: 0.8;
}
@media ( max-width : 670px ) { /* 670px以下 */
.slick-slide p {
    font-size: 90%;
    max-width: 400px;
}
}
@media ( max-width : 426px ) { /* 426px以下 */
.slick-slide p {
    font-size: 50%;
    max-width: 350px;
}
}
.slick-slide p strong {
    font-weight: bold;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/*↑slider↑*/

#index .pageHeadBox{
	border: #e7e7e7 solid 1px;
    padding: 7px 20px;
    background: #f2f9ff;
    margin-right: 20px;
    margin-bottom: 20px
}
#index .pageTtl{
	text-align: center;
}
/* articlePostList */
#topArticlePostList{
}
#topArticlePostList:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
/* articlePost */
#index #topArticlePostList .articlePost{
	width:300px;
	float:left;
}
#index .articlePost{
	margin-right:20px;
	margin-bottom:20px;
	border:#e7e7e7 solid 1px;
	border-radius:8px;
	padding:20px;
	position:relative;
}
#index #topArticlePostList .articlePost{
	padding-bottom:40px;
}
#index .articlePost:hover{
	background:#f2f9ff;
	cursor:pointer;
}
#index #topPickupList .articlePost a:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
#index #topPickupList .articlePost .postThumb{
	display:block;
/*	float:left;
/*	margin-right:20px;*/
	background:#f2f9ff;
	margin-bottom:10px;
	background-color: rgb(251 251 251 / 50%);
    background-blend-mode: color;
    background-position: right 50% bottom 50%;
    background-repeat: no-repeat;
    background-size: 258px;
    background-size: cover;
}
#index #topPickupList .articlePost .postThumb img{
	max-height:260px;
	max-width:260px;
	display:block;
	margin:0 auto;
}
#index #topArticlePostList .articlePost .postThumb{
	display:block;
	background:#f2f9ff;
	margin-bottom:10px;
	background-color: rgb(251 251 251 / 50%);
    background-blend-mode: color;
    background-position: right 50% bottom 50%;
    background-repeat: no-repeat;
    background-size: 258px;
    background-size: cover;
}
#index #topArticlePostList .articlePost .postThumb img{
	max-height:140px;
	max-width:260px;
	display:block;
	margin:0 auto;
}
#index .postLabel{
	display:inline-block;
	background:#ffffff;
	color:#00b2ed;
	font-size:85%;
	line-height:1.6;
	border:#00b2ed solid 1px;
	padding:0 8px;
	margin-bottom:10px;
	vertical-align:top;
}
#index .postSeriesTtl{
	font-size:100%;
	line-height:1.3;
	color:#00b2ed;
	font-weight:bold;
	margin-bottom:5px;
	word-break:break-all;
	text-align:justify;
}
#index .postTtl{
	font-size:130%;
	line-height:1.3;
	font-weight:bold;
	margin-bottom:10px;
	word-break:break-all;
	text-align:justify;
}
#index .postAuthor{
	font-size:100%;
	line-height:1.3;
	margin-bottom:10px;
	word-break:break-all;
	text-align:right;
}
#index .postDesc{
	font-size:93%;
	word-break:break-all;
	text-align:justify;
}
#index #topPickupList .postDesc{
	padding-bottom:10px;
}
#index .postDate{
	color:#00b2ed;
	font-size:85%;
	line-height:1;
	position:absolute;
	right:20px;
	bottom:20px;
}

#index button#more-button{
	z-index: 2;
    right: 0;
    bottom: -50px;
    left: 0;
    width: 150px;
    margin: auto;
    padding: 0.5em;
    border-radius: 2px;
    border: 1px solid #00b2ed;
    background: #00b2ed;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.moreButton {
    margin: 10px auto;
    text-align: center;
}

/* ----------------------------------
 02=articlePostDetail
---------------------------------- */
#articlePostDetail{
}
#articlePost{
}
#articleHead{
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:#e7e7e7 solid 1px;
}
#articleHead:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
#articleHead .headBanner{
	margin:0 auto;
	display:block;
	text-align:center;
	max-width:620px;
}
#articleHead .postSeriesCopy{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:#e7e7e7 solid 1px;
}
#index #topArticlePostList .articlePost{
	padding-bottom:40px;
}
#index .articlePost:hover{
	background:#f2f9ff;
	cursor:pointer;
}
#articleHead .postThumb{
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom: 20px;
}
#articleHead .postThumb img{
	max-height:200px;
	max-width:200px;
	display:block;
	margin:0 auto;
}
#articleHead .articleHeadBoxR{
	margin-bottom:20px;
}
#articleHead .postLabel{
	display:inline-block;
	background:#ffffff;
	color:#00b2ed;
	font-size:85%;
	line-height:1.6;
	border:#00b2ed solid 1px;
	padding:0 8px;
	margin-bottom:10px;
	vertical-align:top;
}
#articleHead .postSeriesTtl{
	font-size:100%;
	line-height:1.3;
	color:#00b2ed;
	font-weight:bold;
	margin-bottom:5px;
	word-break:break-all;
	text-align:justify;
}
#articleHead .postTtl{
	font-size:138.5%;
	line-height:1.3;
	font-weight:bold;
	margin-bottom:10px;
	word-break:break-all;
	text-align:justify;
}
#articleHead .postAuthor{
	font-size:100%;
	line-height:1.3;
	margin-bottom:10px;
	word-break:break-all;
}
#articleHead .postDate{
	color:#00b2ed;
	font-size:85%;
	line-height:1;
	text-align:right;
}
#postCont{
	padding:40px 4% 0;
	border-bottom:#e7e7e7 solid 1px;
}
/* reraitionBooks */
.reraitionBooks{
	padding:20px 0;
	border-bottom:#e7e7e7 solid 1px;
}
.reraitionBooks .secTtl{
	font-size:138.5%;
	font-weight:bold;
	margin-bottom:20px;
}
.reraitionBooks .listTtl{
	color:#00b2ed;
	font-size:93%;
	margin-top:10px;
}
.reraitionBooks .reraitionBooksList{
	margin-top:10px;
	padding:0 20px;
	display: flex;
	flex-wrap: wrap
}
.reraitionBooks .reraitionBooksList li{ 
	margin-top:10px;
	margin-left: 1.5em;
}
.reraitionBooks .reraitionBooksList li a:after{ 
	content:""; 
	display:block; 
	clear:both;
}
.reraitionBooks .reraitionBooksList .booksPostTumb{
	display:block;
	width:120px;
	float:left;
}
.reraitionBooks .reraitionBooksList .booksPostTumb img{
	width:100%;
	border: 1px solid #e7e7e7;
}
.reraitionBooks .reraitionBooksList .booksPostBoxR{
	margin-left:90px;
}
.reraitionBooks .reraitionBooksList .booksPostTtl{
	font-size:100%;
	line-height:1.3;
	font-weight:bold;
	margin-bottom:10px;
}
.reraitionBooks .reraitionBooksList .booksPostAuthor{
	font-size:93%;
	line-height:1.3;
	margin-bottom:10px;
}
.reraitionBooks .reraitionBooksList .booksPostInfo{
	font-size:93%;
	line-height:1.3;
}
/* reraitionPosts */
.reraitionPosts{
	padding:20px 0;
	border-bottom:#e7e7e7 solid 1px;
}
.reraitionPosts .secTtl{
	font-size:138.5%;
	font-weight:bold;
	margin-bottom:20px;
}
/*
.reraitionPosts .reraitionPostsList{
	padding:0 20px;
}
.reraitionPosts .reraitionPostsList li{
	display:block;
}
.reraitionPosts .reraitionPostsList li a{
	font-size:93%;
	line-height:1.3;
	font-weight:bold;
}
.reraitionPosts .reraitionPostsList li::before{
	width:12px;
	height:12px;
	-webkit-border-radius:25%;
	border-radius:25%;
	background:#cccccc;
	top:0.35em !important;
	bottom:auto;
}
.reraitionPosts .reraitionPostsList li::after{
	left:3px;
	width:3px;
	height:3px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	top:0.6em !important;
	bottom:auto;
}
*/
.reraitionPosts .reraitionPostsList .reraitionpostThumb {
    display: block;
    float: left;
    margin-right: 20px;
    width: 180px;
    display: block;
    background: #f2f9ff;
    margin-bottom: 20px;
}
.reraitionPosts .reraitionPostsList .reraitionpostThumb img {
    max-height: 140px;
    max-width: 150px;
    display: block;
    margin: 0 auto;
}
.reraitionPosts .reraitionPostsList .reraitionPostBoxR {
    margin-left: 90px;
}
.reraitionPosts .reraitionPostsList li a:after {
    content: "";
    display: block;
    clear: both;
}
.reraitionPosts .reraitionPostsList .reraitionPostTtl {
    font-weight: bold;
    font-size: 14px;
}
.reraitionPosts .reraitionPostsList .reraitionpostAuthor {
   text-align: right;
}
/* subColAuthor */
#subColAuthor{
}
#subColAuthor .authorInfo{
	margin-top:20px;
}
#subColAuthor .authorInfo:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
.authorInfo .authorPhoto{
	display:block;
	float:left;
	width:80px;
	margin:0 auto 10px;
	text-align:center;
}
.authorInfo .authorTumb img{
	width:100%;
}
.authorInfo .authorInfoBoxR{
	margin-left:90px;
}
.authorInfo .authorName{
	font-size:108%;
	line-height:1.3;
	margin-bottom:5px;
	font-weight:bold;
}
.authorInfo .authorProf{
	font-size:93%;
	line-height:1.3;
}

/* ----------------------------------
 03=articlePostArchive
---------------------------------- */
.pageTtl{
	font-size:189%;
	line-height:1;
	font-weight:bold;
	padding:10px 0;
}
/* pager */
.pagerBox{
    margin:10px auto;
    text-align:center;
}
.wp-pagenavi{
    text-align:center;
}
.pagerBox .current,
.pagerBox a{
    background-color:#f2f9ff;
    border:1px solid #e7e7e7;
    display:inline-block;
	color:#777777;
    margin:3px;
	line-height:3em;
	width:3em;
	text-align:center;
	
}
.pagerBox .serect,
.pagerBox .current{
    background-color:#00b2ed;
    border:1px solid #e7e7e7;
    color:#ffffff;
	font-weight:bold;
}
.pagerBox .previouspostslink, .pagerBox .nextpostslink {
    font-weight: bold;
}
/* articlePostArchive */
#articlePostArchive{
}
/* articlePostList */
.articlePostList{
}
/* articlePost */
.articlePostList .articlePost,
.articleWebmagFinList .articlePost{
	border-bottom:#e7e7e7 solid 1px;
	position:relative;
}
.articlePostList .articlePost a,
.articleWebmagFinList .articlePost a{
	padding:20px 0;
	display:block;
}
.articlePostList .articlePost a:after,
.articleWebmagFinList .articlePost a:after{ 
	content:""; 
	display:block; 
	clear:both; 
}
.articlePostList .articlePost:hover,
.articleWebmagFinList .articlePost:hover{
	cursor:pointer;
}
.articlePostList .articlePost .postThumb{
	display:block;
	float:left;
	background:#f2f9ff;
	width:180px;
}
.articlePostList .articlePost .postThumb img{
	/*max-height:97px;*/
	max-height:120px;
	max-width:180px;
	display:block;
	margin:0 auto;
}
.articlePostList .articlePost .postBoxR{
	margin-left:200px;
}
.articlePostList .articlePost .postLabel,
.articleWebmagFinList .articlePost .postLabel{
	display:inline-block;
	background:#ffffff;
	color:#00b2ed;
	font-size:85%;
	line-height:1.6;
	border:#00b2ed solid 1px;
	padding:0 8px;
	margin-bottom:10px;
	vertical-align:top;
}
.articlePostList .articlePost .postSeriesCopy,
.articleWebmagFinList .articlePost .postSeriesCopy{
	margin-bottom:20px;
}
.articlePostList .articlePost .postSeriesTtl,
.articleWebmagFinList .articlePost .postSeriesTtl{
	font-size:124%;
	line-height:1.3;
	color:#00b2ed;
	font-weight:bold;
	margin-bottom:5px;
	word-break:break-all;
	text-align:justify;
}
.articlePostList .articlePost .postTtl,
.articleWebmagFinList .articlePost .postTtl{
	font-size:138.5%;
	line-height:1.3;
	font-weight:bold;
	margin-bottom:10px;
	word-break:break-all;
	text-align:justify;
}
.articlePostList .articlePost .postAuthor,
.articleWebmagFinList .articlePost .postAuthor{
	font-size:100%;
	line-height:1.3;
	margin-bottom:10px;
	word-break:break-all;
	text-align:right;
}
.articlePostList .articlePost .postDesc,
.articleWebmagFinList .articlePost .postDes{
	font-size:93%;
	word-break:break-all;
	text-align:justify;
	padding-bottom:10px;
}
.articlePostList .articlePost .postDate,
.articleWebmagFinList .articlePost .postDate{
	color:#00b2ed;
	font-size:85%;
	line-height:1;
	display:block;
	text-align:right;
}

/* articleWebmagFinList */
.articleWebmagFinList{
	margin-top:40px;
}
.articleWebmagFinList .secTtl{
	border:#e7e7e7 solid 1px;
	font-size:116%;
	line-height:1;
	font-weight:bold;
	padding:10px 20px;
	background:#f2f9ff;
}

.search-result {
    margin: 10px;
    font-size: 15px;
    font-weight: bold;
}

@media ( max-width : 1000px ) { /* 960px以下 */
/* ----------------------------------
 00=common
---------------------------------- */
/* container */
#container{
	max-width:1100px;
	margin:0 auto;
	background:#ffffff;
	padding:0 20px;
}
#gHead,
#gNav,
#contents,
#gFoot{
}
/* mainCol */
#mainCol{
	float:none;
	margin:0 auto;
	width:auto;
}
#index #mainCol{
	padding-left:20px;
	width:660px;
}
/* subCol */
#subCol{
	width:auto;
	float:none;
	margin:20px auto 0;
}
/* subBnList */
.subBnList li{
	margin-left:5px;
	margin-right:5px;
	display:inline-block;
}

}
@media ( min-width : 760px ) {


}
@media ( max-width : 760px ) {
/* ----------------------------------
 common
---------------------------------- */
/* topicpath */
.topicpathBox{
	display:none;
}
.topicpath li{
	display:inline-block;
	font-size:77%;
}
.topicpath .icon{
	margin:0 15px;
}
/* pageHeadBox */
.pageHeadBox{
	border-top:#e7e7e7 solid 1px;
	border-left:none;
	border-right:none;
}
.pageTxt{
	margin:20px 20px 0;
}
/* snsBtn */
.snsBtn{
    float:none;
	text-align:center;
}
.snsLike{
    float:none;
	display:inline-block;
}
.snsTweet{
    float:none;
	display:inline-block;
}

/* ----------------------------------
 leyout
---------------------------------- */
/* container */
#container{
	padding:0;
}
#gHead,
#gNav,
#contents,
#gFoot{
}
/* gHead */
#gHead{
	height:75px;
	padding:10px 0;
	position:relative;
}
#gHead .siteLogoWrap,
#gHead .headBn130th,
#gHead .headSub{
	display:block;
	width:auto;
}
#gHead .siteLogoWrap{
	width:auto;
	height:auto;
	position:static;
	top:auto;
	left:auto;
	margin-top:auto;
}
#gHead .siteLogo{
	width:120px;
	margin:0 auto;
}
#gHead .headBn130th,
#gHead .headSub{
	display:none;
}
#gHead .siteSubTtl{
    font-size:77%;
	padding-bottom:7px;
}
/* btnSpMenu */
#btnSpMenu{
	display:block;
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-20px;
	cursor:pointer;
	font-size:14px;
	line-height:40px;
	width:40px;
	text-align:center;
	border-radius:4px;
	color:#ffffff;
	background:#00b2ed;
}
/* gNav */
#gNav{
	display:none;
}
/* contents */
#contents{
	margin:0 auto 0;
}
#index #contents{
	margin:15px auto 0;
}
/* mainCol */
#mainCol{
	width:auto !important;
}
#index #mainCol{
	padding-left:0;
}
/* subCol */
#subCol .subColBox,
#subCol .subColSubMenu{
    border-left:none;
    border-right:none;
}
/* gFoot */
#gFoot{
	margin:40px auto 0;
	padding:30px 0;
	border-top:#e7e7e7 solid 1px;
	color:#666666;
}
#gFoot #gFootNav{
}
#gFoot #gFootNav ul{
	padding-left:20px;
}
#gFoot #gFootNav li{
	padding:0 7px;
	display:inline-block;
	font-size:93%;
	line-height:1;
}
#gFoot #gFootNav .icon-arrow-r:before{
	display:none;
}
#gFoot .gFootSite{
	float:right;
	width:28%;
	margin-bottom:30px;
	padding:10px 0;
	text-align:center;
	font-size:116%;
	font-weight:bold;
}
#gFoot .gFootCopy{
	clear:both;
	border-top:#e7e7e7 solid 1px;
	font-size:93%;
	text-align:center;
	padding-top:30px;
}
/* gFoot */
#gFoot{
	padding:0;
}
#gFoot #gFootNav{
	float:none;
	width:auto;
	padding:0;
	margin:0;
	border:none;
}
#gFoot #gFootNav ul{
	padding-left:0;
}
#gFoot #gFootNav li{
	display:block;
	border-bottom:solid 1px #f0f0f0;
}
#gFoot #gFootNav li a{
	display:block;
	padding:20px 15px;
	position:relative;
}
#gFoot #gFootNav .icon-arrow-r:before{
	position:absolute;
	top:50%;
	right:15px;
	margin-top:-0.5em;
	font-weight:normal;
	display:inline;
}
#gFoot .gFootSite{
	float:none;
	width:auto;
	padding:0;
	margin:20px auto 5px;
}
#gFoot .gFootCopy{
	border-top:none;
	padding-top:0;
	padding-bottom:15px;
}
#gFoot .gFootAbj{
	border-top:none;
	padding-top:0;
}
#gFoot .gFootAbjtext{
	padding-bottom:10px;
}
/* ----------------------------------
 01=index
---------------------------------- */
/* articlePostList */
#topArticlePostList{
}
/* articlePost */
#index .articlePost{
	margin:0 20px;
	margin-bottom:20px;
	border:#e7e7e7 solid 1px;
	border-radius:8px;
	padding:20px;
	position:relative;
	background:#f2f9ff;
}
#index #topArticlePostList .articlePost{
	width:auto;
	float:none;
}
#index #topArticlePostList .articlePost{
	padding-bottom:20px;
	background:#ffffff;
}
#index #topPickupList .articlePost .postThumb{
	margin-bottom:10px;
}
#index #topPickupList .articlePost .postThumb img{
	max-height:140px;
	max-width:140px;
}
#index .postBoxR{
	padding-bottom:10px;
}

/* ----------------------------------
 02=articlePostDetail
---------------------------------- */
#articlePostDetail{
}
#articlePost{
	padding:0 20px;
}
.reraitionBooks,
.reraitionPosts{
	margin:0 20px;
}
.reraitionBooks .reraitionBooksList,
.reraitionPosts .reraitionPostsList{
	padding:0;
}

/* ----------------------------------
 03=articlePostArchive
---------------------------------- */
/* articlePost */
.articlePostList .articlePost a,
.articleWebmagFinList .articlePost a{
	padding:20px;
	display:block;
}
/* articleWebmagFinList */
.articleWebmagFinList .secTtl{
	border-left:none;
	border-right:none;
}

}
@media ( max-width : 540px ) {
#postCont table {width:100% !important;}
#postCont table td {padding-right:3px;}
#postCont .table-scroll {overflow: scroll;white-space: nowrap;}
}

@media ( max-width : 480px ) {
/* ----------------------------------
 00=editor style
---------------------------------- */
#postCont .alignleft,
#postCont .alignright{
	float:none;
	margin:0 auto 10px;
	text-align:center;
}
/* ----------------------------------
 00=common
---------------------------------- */
/* ----------------------------------
 leyout
---------------------------------- */
/* subBnList */
.subBnList li{
	margin-left:0;
	margin-right:0;
}
/* ----------------------------------
 01=index
---------------------------------- */
/* articlePost */
#index #topPickupList .articlePost .postThumb{
	float:none;
	margin-right:0;
}
#index #topPickupList .articlePost .postThumb img{
	max-height:180px;
	max-width:180px;
}
/* ----------------------------------
 02=articlePostDetail
---------------------------------- */
#articleHead .postThumb{
	float:none;
	text-align:center;
	margin-right:0;
	margin-bottom:20px;
}
#articleHead .articleHeadBoxR{
	margin-left:0;
}
/* ----------------------------------
 03=articlePostArchive
---------------------------------- */
.pageTtl{
	font-size:153.9%;
}
/* articlePost */
.articlePostList .articlePost .postThumb{
	float:none;
	width:auto;
	margin:0 auto;
	margin-bottom:10px;
}
.articlePostList .articlePost .postThumb img{
	max-height:140px;
	max-width:260px;
}
.articlePostList .articlePost .postBoxR{
	margin-left:0;
}
}
 