@charset "UTF-8";
#contents{
	overflow:hidden;
}
.contentBox{
	width: 100%;
}

.contentBox .inner{
	width: 1022px;
	margin: 0 auto;
}

.contentBox h2{
	font-family: "Hiragino Kaku Gothic W6 JIS2004" ;
	color: #00a0e9;
	text-align: center;
	font-size: 200%;
}


@media only screen and (max-width: 767px) {/*スマホ*/

.contentBox .inner{
	width: 100%;
	margin: 0;
}

.contentBox p{
	width: 96%;
	margin: 0 auto;
	margin-bottom: 30px;
}


.contentBox h2{
	font-family: "Hiragino Kaku Gothic W6 JIS2004" ;
	color: #00a0e9;
}

#pagetitle {
	margin-bottom: 20px;
}

#contents h1{
	width: 100%;
	margin: 0;
	line-height: 0.8;
	padding: 40px 0 20px 0;
	letter-spacing: 5px;
	font-size: 6vw;
	line-height: 1.3;
	text-align: center;

}

/* for h1 align change */


#pagetitle div.onlysingle{
	width: 100%;
	margin:0 auto;
	background: #efebe0;
	letter-spacing: 5px;
	font-size: 6vw;
	line-height: 1.3;
	text-align: center;
}

#contents p.toptitle{
	line-height: 1.3;
	padding: 40px 0 20px 0;
	letter-spacing: 5px;
	font-size: 6vw;
	display: block;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	/*font-weight: bold;*/
}


}


@media only screen and (max-width: 767px) {/*スマホ*/

.contents_blog{
	width: 100%;
	margin: 0 auto;	
}

.main{
	width: 94%;	
	float: none;
	margin: 0 auto;
	margin-bottom: 20px;
}

.side{
	width: 94%;	
	float: none;
	margin: 0 auto;
}

}

  @media only screen and (min-width: 768px) {/*PC*/
.contents_blog{
	max-width: 1022px;
	margin: 0 auto;	
}

.contents_blog .inner{
	width: 100%;
}

.main{
	width: 70%;	
	float: left;
}

.main_innner{
	border: #efebe0 solid 1px;
}

.side{
	width: 25%;	
	float: right;
}
  }
  
/* side*/
.side h4{
	background: #00a0e9;
	color: #fff;
	padding: 10px;
	clear: both;
}

.side img{
	width: 40%;
}

.side .prof{
	width: 50%;
}

.side_category li,.side_archives li{
	padding: 14px 0;
	border-top : #efebe0 dotted 1px;
	font-size: 90%;
}

.side_category li:first-child ,.side_archives li:first-child {
	border-top : none;	
}

.side_category li a,.side_archives li a{
	text-decoration: none;
	color: #333;
}

.side_category li a:hover,.side_archives li a:hover{
	text-decoration: none;
	color: #00a0e9;
}

#contents ul.side_news li{
	border-bottom : #efebe0 dotted 1px;
	padding: 10px 0;
	font-size: 90%;
	list-style:none;
	margin-left:0;
}

.side_news li a{
	text-decoration: none;
}

.side_news li:hover{
	background: #F4F4F4;
}

.side_news .thumbnail{
	width: 30%;
	margin-right: 3%;
	float: left;
}

.side_news .thumbnail img{
	width: 100%;
}

.side_news .side_news_title{
	width: 66%;
	float: right;
}

.side_news .title{
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	line-height:1.4;
}

@media only screen and (max-width: 767px) {/*スマホ*/
.side_news a{
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
}



@media only screen and (max-width: 767px) {/*スマホ*/
.side_category li,.side_archives li{
	padding-left: 20px;
}


.side_news li{
	font-size: 100%;
}

.side_news .thumbnail{
	width: 20%;
}

.side_news .side_news_title{
	width: 76%;
}

}


.side_news .date{
	color: #333;
	font-size: 80%;
	margin: 0;
}

/*pagenavi*/
.wp-pagenavi {
    width: 100%;
	text-align:center;
	padding: 40px 0;
}
 
 .wp-pagenavi span.current {
    color: #575A68;
}

 .wp-pagenavi span.current:hover {
    color: #4b99b5;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eaedf2;
    padding: 12px;
    margin: 5px;
	color: #4b99b5;
}
 
.wp-pagenavi a:hover {
    background-color: #4b99b5;
    border-color: #4b99b5;
	color: #fff;
}
 
 
 
.wp-pagenavi span.current {
    color: #AAA;
}

/*top記事一覧*/
.section{
	padding: 2% 3%;
	border-bottom: #efebe0 dotted 1px;
}

.section:hover{
	background: #F4F4F4;
}

.section a.boxlink{
	text-decoration: none;
	display: block;	
}

@media only screen and (max-width: 767px) {/*スマホ*/
.section a{
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
}

.section .cat,.section_post .cat{
	display: inline-block;
	padding: 0.1em 0.5em;
	background: #00a0e9;
	color: #fff;
	font-size: 64%;
	margin-left: 10px;
}

@media only screen and (max-width: 767px) {/*スマホ*/
.section .cat,.section_post .cat{
	display: inline-block;
	padding: 0.2em 0.5em;
	background: #00a0e9;
	color: #fff;
	font-size: 70%;
}
}

.date{
	width: 7em;
	float:left;	
	font-size: 90%;
	margin-bottom: 6px;
}

.title{
	clear: both;
	margin-bottom: 6px;
	color: #000;
	font-weight: bold;
	font-size:130%;
}


/* for h1 align change */

#contents h1.title{
	clear: both;
	color: #000;
	font-weight: bold;
	font-size:130%;
	width:100%;
	margin:0px 0px 6px 0px;
	padding:0px;
	letter-spacing:normal;
	line-height:1.8;
	text-align:left;
}

@media only screen and (min-width: 768px) {/*PC*/

#pagetitle div.onlysingle{
	width: 1022px;
	margin:0 auto;
	background: #efebe0;
}

#contents p.toptitle{
	line-height: 0.8;
	padding: 45px 0px;
	margin:0;
	letter-spacing: 5px;
	font-size: 200%;
	display: block;
	font-weight: bold;
}

}

#contents p.toptitle span {
    color: #00a0e9;
    font-size: 60%;
    letter-spacing: 0;
}




}

.thumbnail_pc{
	width:25%;
	margin-right: 5%;
}

.thumbnail_pc img{
	width:100%;
}

.txt{
	width:70%;

}

.txt p{
	font-size: 100%;
	width: 100%;
	line-height:1.6;
}


a.boxlink {
	color: #333;	
}

@media only screen and (min-width: 768px) {/*PC*/
.thumbnail_sp{
	display: none;
}
}


@media only screen and (max-width: 767px) {/*スマホ*/

.section{
	padding: 3% 10%;
	border-bottom: #efebe0 dotted 1px;
}


.thumbnail_pc{
	display: none;
}

.thumbnail_sp{
	width: 100%;
	margin: 0 auto;
	margin-top: 14px;
	
}

.thumbnail_sp img{
	width: 100%;
	
}



.title{
	margin-bottom: 0;
}

#contents h1.title{
	margin-bottom: 0;
}

}
#contents ul{
	list-style:disc;
}
#contents ul li{
	list-style:disc;
	margin-left:30px;
}
/*シングルページ*/
.section_post{
	padding: 2% 3%;
}


@media only screen and (max-width: 767px) {/*スマホ*/
.section_post a{
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
}


/*前後ページリンク*/
.navigation{
	padding: 1% 3%;
}

.navigation p{
	margin: 0;
	font-size: 80%;
	line-height: 1.4;
}

.navigation p a{
	text-decoration: underline;
	color:#00a0e9;
}

.navigation p a:hover{
	text-decoration: none;
	color:#00a0e9;
}


.navileft{
	padding-bottom: 1%;
	width:44%;
	float:left;
}	


.naviright{
	text-align: right;
	/*border-top : #efebe0 dotted 1px;*/
	padding-top: 1%;
	width:44%;
	float:right;
}	

/*関連記事*/

#related-entries{
	padding: 2% 3%;
}

#related-entries h3{
  font-size:120%;
	font-family: "Hiragino Kaku Gothic W6 JIS2004" ;
	margin-bottom: 16px;
}


.related-entry{
	width: 24%;
	float:left;
	margin-right: 1%;
}

.related-entry a{
	display: block;
	text-decoration: none;
	color:#3C3C53;
}

.related-entry a:hover{
	text-decoration: underline;
	color:#3C3C53;
}


.related-entry .date{
	float: none;
	font-size: 78%;
	margin-bottom: 2px;
}

.related-entry .related-entry-title{
	font-size: 86%;
	margin:0;
}


@media only screen and (max-width: 767px) {/*スマホ*/
.related-entry{
	width: 48%;
	float:left;
	margin-right: 1%;
	margin-bottom: 40px;
}

.related-entry a{
	display: block;
	text-decoration: none;
	color:#3C3C53;
}

.related-entry a:hover{
	text-decoration: underline;
	color:#3C3C53;
}


.related-entry .date{
	float: none;
	font-size: 78%;
	margin-bottom: 2px;
}

.related-entry .related-entry-title{
	font-size: 86%;
}
}


/*
#related-entries .related-entry{
  line-height:150%;
  margin-bottom:20px;
  clear: both;
}

#related-entries .related-entry-thumb {
  float: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#related-entries .related-entry-content {
  margin-left: 120px;
}

.related-entry-title{
    margin-bottom:5px;
}

.related-entry-snippet{
  margin:0 0 5px 0;
}

.related-entry-read{
  margin:0;
  font-size:12px;
}
*/

.contents_blog .inner .main .main_innner .section_post img{
	max-width: 500px;
	width:100%;
}

/*シェアボタン*/

#contents .sns {
    margin: 0 auto;
    text-align: center;
}
#contents .sns ul {
    list-style: outside none none;
}
#contents .sns ul li{
	list-style:outside none none;
}
#contents .sns li {
    float: left;
    margin: 0 2% 3% 0;
    width: 48%;
}
#contents .sns li a {
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 80%;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
#contents .sns li a::before, .sns li a i {
    font-size: 1.1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}
#contents .sns li a:hover {
    box-shadow: none;
}
#contents .sns li a .count {
    font-size: 10px;
    margin-left: 2px;
}
.sns .twitterbtn a {
    background: #00acee none repeat scroll 0 0;
}
.sns .twitterbtn a:hover {
    background: #0092ca none repeat scroll 0 0;
}
.sns .facebookbtn a {
    background: #3b5998 none repeat scroll 0 0;
}
.sns .facebookbtn a:hover {
    background: #2c4373 none repeat scroll 0 0;
}
.sns .googleplusbtn a {
    background: #db4a39 none repeat scroll 0 0;
}
.sns .googleplusbtn a:hover {
    background: #ad3a2d none repeat scroll 0 0;
}
.sns .hatebubtn a {
    background: #5d8ac1 none repeat scroll 0 0;
}
.sns .hatebubtn a:hover {
    background: #43638b none repeat scroll 0 0;
}
.sns .linebtn a {
    background: #25af00 none repeat scroll 0 0;
}
.sns .linebtn a:hover {
    background: #219900 none repeat scroll 0 0;
}
.sns .pocketbtn a {
    background: #f03e51 none repeat scroll 0 0;
}
.sns .pocketbtn a:hover {
    background: #c0392b none repeat scroll 0 0;
}
.sns .rssbtn a {
    background: #ffb53c none repeat scroll 0 0;
}
.sns .rssbtn a:hover {
    background: #e09900 none repeat scroll 0 0;
}
.sns .feedlybtn a {
    background: #87c040 none repeat scroll 0 0;
}
.sns .feedlybtn a:hover {
    background: #74a436 none repeat scroll 0 0;
}
.share.short .sns li {
    margin: 0 1% 0 0;
    width: 19%;
}
.share.short .sns li a {
    padding: 4px;
}
/* Search Form */
#searchform{
	font-size:100%;
}
#searchform input{
	font-size:100%;
	border:solid 1px #333333;
	width:calc(100% - 4em);
	height:2.5em;
	padding-left:1em;
}
#searchform button{
	font-size:100%;
}