@charset "utf-8";

/*ブログ*/
.blog_box {
	/*width: 918px;*/
	margin: 0 auto 14px;
	overflow:hidden;
}
.blog_box img{/*画像100%*/
	max-width: 100%;
	height: auto;
}

.blog_box section {
	float:right;
	width: 720px;
}
.entry-header{
	overflow:hidden;
	background:#000359;
	margin:0 0 10px 0;
	height:auto;
	padding-top:0;
	
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
	
}

.sidebar {
	width: 214px;
    float: left;
	overflow:hidden;
}
.sidebar ul{}
.sidebar ul li{
	margin-bottom:0.5em;}
.sidebar aside {
	margin: 0 0 2em 0;
}
.sidebar aside.search input.field{
	width:210px;
	padding:4px;
	border:1px solid #bbb;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
}
.sidebar aside.search input.submit{
	margin:8px 0 0 0;
	padding:2px 4px;
}
.sidebar .sidetitle {
width: 214px;
height: 33px;
margin: 0 0 10px 0;
}


.sidebar .sidetitle{
	font-size: 110%;
	color:#363636;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.87, #Fff), color-stop(0.00, #F7F7F7));
background: -webkit-linear-gradient(top, #F7F7F7 0%, #Fff 87%);

background: -ms-linear-gradient(top, #F7F7F7 0%, #FFF 87%);
background: linear-gradient(to bottom, #F7F7F7 0%, #FFF 87%);	display: block;
			font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	padding:6px 6px 3px 6px;
	text-decoration:none !important;
	border: 1px solid #bbb;
	min-height:40px;
	position: relative;
	box-sizing:border-box;
	}
.sidebar .sidetitle:after {
    content: "";
    background-color: #000;
    position: absolute;
    left: 6px;
    bottom: -1px;
    height: 1px;
    width: 32px;
}


.blog_search:before{
	font-family: 'FontAwesome' ;
	content: '\f002';
	display: inline-block;
	width: 1.5em;		/*文字の1.2倍の横幅に*/
	text-align: center;	/*その中で中央寄せ*/
	color:#000359;		/*色*/
	font-size: 1.2em;		/*2倍の大きさ*/
	line-height:1;
}


.blog_calendar:before{
	font-family: 'FontAwesome' ;
	content: '\f073';
	display: inline-block;
	width: 1.5em;		/*文字の1.2倍の横幅に*/
	text-align: center;	/*その中で中央寄せ*/
	color:#000359;		/*色*/
	font-size: 1.2em;		/*2倍の大きさ*/
	line-height:1;

}


.blog_kiji:before{
	font-family: 'FontAwesome' ;
	content: '\f040';
	display: inline-block;
	width: 1.5em;		/*文字の1.2倍の横幅に*/
	text-align: center;	/*その中で中央寄せ*/
	color:#000359;		/*色*/
	font-size: 1.2em;		/*2倍の大きさ*/
	line-height:1;
}


.blog_category:before{
	font-family: 'FontAwesome' ;
	content: '\f02b
	';
	display: inline-block;
	width: 1.5em;		/*文字の1.2倍の横幅に*/
	text-align: center;	/*その中で中央寄せ*/
	color:#000359;		/*色*/
	font-size: 1.2em;		/*2倍の大きさ*/
	line-height:1;
}


.blog_archive:before{
	font-family: 'FontAwesome' ;
	content: '\f187';
	display: inline-block;
	width: 1.5em;		/*文字の1.2倍の横幅に*/
	text-align: center;	/*その中で中央寄せ*/
	color:#000359;		/*色*/
	font-size: 1.2em;		/*2倍の大きさ*/
	line-height:1;
}
.blog_box article {
	margin: 0 0 10px 0;
	overflow: hidden;
}

.entry-title {
	text-indent:12px;
	float:left;
	height:33px;
	line-height:33px;
	font-size:14px;
}
.entry-title,
.entry-title a {
	color: #fff;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}

.entry-meta {
	float:right;
	color: #fff;
	font-size: 14px;
	line-height: 33px;
	margin:0 10px 0 0;
}
.entry-meta a {color: #fff;text-decoration:underline;}
.entry-meta a:link {color: #fff;text-decoration:underline;}
.entry-meta a:visited {color: #fff;text-decoration:underline;}
.entry-meta a:hover {color: #f00;text-decoration:underline;}
.entry-meta a:active{color: #fff;text-decoration:underline;}


.single-author .entry-meta .by-author {
	display: none;
}
.entry-content:after{content: "";display: block;clear: both;}

.entry-content,entry-summary  {
	margin:0px 0 10px 0;
	clear: both;
	overflow: hidden;
}
.entry-content,entry-summary a  {
	padding:0 10px 10px 0;
}

.entry-content,entry-summary p {
	padding: 0 0 10px 0;
	line-height:24px;
}

.entry-content .alignleft {
	float:left;
	margin:0 15px 10px 0;
}

.entry-content .alignright {
	float:right;
	margin:0 0 10px 15px;
}

.entry-content .aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.by-author {
display: none;
}

.page-header {
	margin: 0 0 30px 0;
}

.page-title {
	margin: 0 0 30px 0;
}

#wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
}
#wp-calendar caption,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}
#wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
#wp-calendar th {
	background: #f4f4f4;
	font-weight: bold;
}
#wp-calendar tfoot td {
	background: #f4f4f4;
}
#wp-calendar a {
	color: #ff0000;
}
#wp-calendar a:visited {
	color: #ff0000;
}

#secondary {
display: none;
}

/*ページ送り*/
.wp-pagenavi {
	text-align:center;
	margin:10px auto;
	padding: 10px 20px 10px !important;
	display:block !important;
	clear:both !important;
}

.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#1b71b8 !important;
		background:#FFFFFF !important;
		border-radius:3px !important;
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border:solid 1px #CCCCCC !important;
		padding:3px 9px 3px 9px !important;
		margin-right:3px !important;
		text-decoration:none !important;
		font-size:12px !important;
}
.wp-pagenavi a:hover {
		color:#FFF !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;

		background-image: -webkit-gradient(linear, left top, left bottom, from(#5093b5), to(#3e7a9e))!important;
	background-image: -webkit-linear-gradient(top, #5093b5, #3e7a9e) !important;
	background-image:    -moz-linear-gradient(top, #5093b5, #3e7a9e) !important;
	background-image:     -ms-linear-gradient(top, #5093b5, #3e7a9e) !important;
	background-image:      -o-linear-gradient(top, #5093b5, #3e7a9e) !important;
	background-image:         linear-gradient(top, #5093b5, #3e7a9e) !important;
}
 .wp-pagenavi span.current{
		padding:3px 9px 3px 9px !important;
		border:solid 1px #CCCCCC !important;
		border-color:#3390CA !important;
		border-radius:3px !important;
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		color:#fff !important;
		margin-right:3px !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;

		background-image: -webkit-gradient(linear, left top, left bottom, from(#5093b5), to(#3e7a9e))!important;
	background-image: -webkit-linear-gradient(top, #5093b5, #3e7a9e) !important;
	background-image:    -moz-linear-gradient(top, #5093b5, #3e7a9e) !important;
	background-image:     -ms-linear-gradient(top, #5093b5, #3e7a9e) !important;
	background-image:      -o-linear-gradient(top, #5093b5, #3e7a9e) !important;
	background-image:         linear-gradient(top, #5093b5, #3e7a9e) !important;
}

/*一覧ページ*/
#top_contents_post {
width: 670px;
margin: 0px 0px 20px 0px !important;
border-bottom: 1px solid #ccc;
padding: 0 0 15px 0;
height: auto;
overflow: hidden;
clear: both;
}
#top_contents_post_img {
float: left;
width: 130px;
height: 130px;
padding: 2px;
border: 1px solid #fff;
background-color: #fff;
}
#top_contents_post_img img{
	max-width: 130px;
	max-height: 130px;
	width: auto;
	height: auto;
}
#top_contents_post_text {
float: right;
width: 520px;
margin: 0 0 10px 0;
}
#top_contents_post_title {
width: 100%;
line-height: 15px;
font-size: 13px;
font-weight: bold;
margin: 0 0 10px 0 !important;
display: block !important;
background: #000359;
padding: 4px;
border-left: 2px solid #000359;
box-sizing:border-box;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
#top_contents_post_title a{color:#fff;text-decoration:none;}
#top_contents_post_title a:link{color:#fff;text-decoration:none;}
#top_contents_post_title a:vidited{color:#fff;text-decoration:none;}
#top_contents_post_title a:hover{color:#fff;text-decoration:underline;}
#top_contents_post_title a:active{color:#fff;text-decoration:none;}
#top_contents_post_abst {
	margin:0 0 0 8px;
}
#top_contents_post_datail {
text-align: right;
margin: 6px 0 0 0;
}
.entry-date {
color: #555;
font-size: 12px;
line-height: 18px;
margin: 5px 0 0 0;
background-color: #FFF;
text-align: right;
}

.btn_contact{
margin: 20px 0 0 0;
text-align: center;
}
.entry_navi {
/*text-align: center;*/
padding: 5px 0 25px 0;
}
.blog_info{
	width:680px;
	margin:20px 10px 40px;
}
.blog_info ul li{
	padding:8px 0;
	margin:8px 0;
	border-bottom:1px dotted #ccc;
}
.blog_info ul li a:link{color:#1b71b8;text-decoration:none;}
.blog_info ul li a:visited{color:#1b71b8;text-decoration:none;}
.blog_info ul li a:hover{color:#e50202;text-decoration:underline;}
.blog_info ul li a:active{color:#1b71b8;text-decoration:none;}

/*-----------------------------------------------
ソーシャル系リンク(base.cssにも同記述あり)
-----------------------------------------------*/
.so_link{
padding:0 0 2px 0;
}
.so_link:after{content: "";display: block;clear: both;}

.so_link ul li{
float:right;
margin:0 0 0 8px;
display:inline;
}
.so_link ul li a,
.so_link ul li img a,
.so_link ul li img{
vertical-align:top;
}
#searchsubmit{
	display:block;
	margin:10px auto 0 auto;
	padding:5px 10px;
}
/*-----------------------------------------------
pagenav
-----------------------------------------------*/
.pagenav{
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: -0.4em;
}
.pagenav li{
	display: inline-block;
	margin: 0 4px;
	letter-spacing: normal;
}
.pagenav li a{
	display: block;
	padding: 0 7px 2px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-decoration: none;
}
.pagenav li.current{
	padding: 0 7px 2px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #fff;
	background-color: #000;
}
.pagenav li a:hover{
	color: #fff;
	background-color: #000;
	border-radius: 3px;
}
/*SNSボタン*/
.so_link {
	max-height: 1000px;
	padding: 0 0 2px;
	z-index: 10;
}
.so_link::after {
	clear: both;
	content: "";
	display: block;
}
.so_link ul li {
	display: inline;
	float: left;
	margin: 0 0 0 8px;
}
.so_link ul li a, .so_link ul li img a, .so_link ul li img {
	vertical-align: top;
}
.wp_social_bookmarking_light {
	display: inline-block;
	height: 30px;
	margin-left: 15px;
}
.wsbl_hatena_button {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}
.wsbl_twitter {
	display: inline-block;
	vertical-align: top;
	width: 75px;
}
.wsbl_facebook_like {
	display: inline-block;
	vertical-align: top;
}
.wsbl_facebook_like iframe{
	width:150px !important;
	}
.wsbl_google_plus_one {
	display: inline-block;
	width:70px;
}
.rss_button {
	display: inline-block;
}
#widget, .tweet {
	width: 90px;
}

/* single */
.cf {
    min-height: 1px;
}
.pagenav2 {
    font-size: 117%;
    margin: 30px 0 10px;
	overflow:hidden;
	width:100%;
}

.prev {
    float: left;
}
.next {
    float: right;
}
.blogttl{
	font-size:120%;
	}
	
.blogtxt{
	font-size:14px;
	margin-top:20px;
	width:100%;
	overflow:hidden;
	text-align:center;}	
	
.blogtxt p{
	margin-bottom:1em;}	
.blog_inner {
margin: 20px;
line-height: 2.0;
height:auto;
}
.aligncenter {
    display: block;
    clear: both;
    margin: 0.25em auto 1.5em;
}	
	