@charset "utf-8";
/*
Theme Name: Principle
Description: SEOに強いレスポンシブデザインのブログ用テンプレート
Version: 6.6-20150125
Author: Nobuo_CREATE
Author URI: http://wp-principle.net/
*/




/****  リセット  ****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

body{
	min-width: 1150px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1,h2,h3,h4,h5,h6{
	clear: both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/**** IE6 ****/
* html .clearfix {
	zoom: 1;
}

/**** IE7 ****/
*:first-child + html .clearfix {
	zoom: 1;
}

/**** DW ****/
.clearfix + * {
	clear: both;
}




/****  base  ****/

body{
	font-size: 18px;
	line-height: 30px; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #333;
} 

*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
		box-sizing: border-box;
}

#main-side div{
	overflow: hidden;
}

.clear{
	clear: both;
	line-height: 0;
}

.no-deco{text-decoration: none;}

a:hover,
a:hover *{color: #3279BB;}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

div.space{
	clear: both;
	height: 20px;
}

.only-smp{
	display: none;
}




/****  文字装飾  ****/

.red{color: red;}
.blue{color: blue;}
.green{color: green;}
.gray{color: gray;}

strong,
.b{font-weight: bold;}

.ll{font-size: 1.7em; font-weight: bold;}
.l{font-size: 1.2em; font-weight: bold;}
.s{font-size: 0.8em;}
.ss{font-size: 0.65em;}

.back-red{background-color: #ffccff;}
.back-blue{background-color:#ccffff;}




/****  テーブル  ****/

table.hyou{
	border-collapse: collapse; 
	table-layout: fixed;
	margin: 20px auto;
	border:1px solid #111;
}

table.hyou th, table.hyou td{
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #111;
}

table.hyou th{
	background-color: #ADD8E6;
}




/****  レイアウト  ****/

#header{
	width:100%;
	background-color:#cdcdcd;
	background-image: url(./images/denim.jpg);
	overflow:hidden;
}

#main-side{
	width: 1138px;                        /**** a+b+c */
	margin: 20px auto;
	overflow:hidden;
}

#main{
	width: 772px;                         /**** a */
	float: left;
	margin-right: 30px;                   /**** b */
}

#side{
	width: 336px;                         /**** c */
	float: left;
}

.sidebar{
	margin-top: 10px;
}

#footer{
	width: 100%;
	clear: both;
	background-color: #222;
	padding: 40px 0 35px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.main-box{
	width: 100%;
	padding: 0 49px 20px;
	background-color: #fff;
	margin-bottom: 20px;
}

.side-box{
	width: 336px;
	padding: 0 20px 20px;
	background-color: #fff;
	margin-bottom: 20px;
}




/****  ヘッダー  ****/

div.title-back{
	width: 100%;
}

.blog_title{
	color: #fff;
	width: 1138px;
	margin: 0 auto;
	padding: 60px 30px;
	font-size: 1.8em;
	line-height: 2;
	text-shadow: 2px 2px 2px #000;
}

.blog_title a{
	color: #fff;
	text-decoration: none;
}
.blog_title a:hover{
	color: #3279BB;
}
.sub_title{
	color: #fff;
	width: 1138px;
	margin: -30px auto 0;
	padding: 0 30px 30px;
	line-height: 1.4;
	text-shadow: 2px 2px 2px #000;
}
img.header_pic{
	display: block;
	max-width: 1138px;
	height: auto;
	margin: 0 auto 20px;
}




/****  ナビゲーション  ****/
nav div{
	margin: 10px 0 30px;
	border-bottom: 2px solid #021F4D;
}

nav div ul{
	margin: 0 10px 0;
}

nav div li{
	color: #021F4D;
	display: block;
	float: left;
	line-height: 30px;
}

nav div a{
	text-decoration: none;
	color: #021F4D;
	padding: 0 15px;
}
nav div a:hover{
	color: #fff;
	background-color: #021F4D;
}



/****  パンくず  ****/

div.bread{
	font-size: 0.8em;
	margin: 0 0 20px;
	padding: 0 5px;
	line-height: 1;
}

div.bread ul li{
	display: inline;
}

div.bread a{
	text-decoration: none;
	color: #444;
}

div.bread a:hover{
	color: #3279BB;
}




/**** index ****/

.h{
	color: #021F4D;
	border-bottom: 2px solid #021F4D;
	text-align: center;
}

.main-box .h{
	font-size: 1.3em;
	line-height: 40px;
	padding: 25px 0 5px;
	margin: 0 0 20px;
}

div.posts{
	margin: 0 0 20px;
}

div.post{
	margin: 0 0 55px;
	padding: 0;
}

.post-title{
	color: #333;
	font-size: 1.5em;
	line-height: 37px;
	padding: 10px 10px 15px;
	margin: 0 0 0;
	text-shadow: 1px 1px 1px #888;
}

div.thumb-box{
	width: 200px;
	height: 200px;
	float: left;
}
img.wp-post-image{
	display: block;
	max-width: 200px;
	height: auto;
}

div.div-post-info{
	width: 474px;
	float: right;
	padding: 0 0 0 25px;
}

p.post-info{
	padding: 0 5px 0 0;
	font-size: 0.7em;
	line-height: 20px;
	text-align: right;
}

p.post-begin{
	font-size: 0.9em;
	margin-top: 5px;
	line-height: 25px;
	padding: 0;
	height: 125px;
}

p.more{
	width: 100%;
	line-height: 40px;
	float: right;
	margin: 10px 0 0;
	color: #eee;
	text-align: center;
	background-color: #333;
}

p.more:hover{
	background-color: #3279BB;
}




/****  ページネーション  ****/

.pagination {
	clear:both;
	line-height:35px;
	text-align: right;
	margin: -20px 0 20px;
	
}
 
.pagination span,
.pagination a {
	margin: 0 0 0 8px;
	padding: 10px 8px 10px;
	text-decoration:none;
	color:#fff;
	background: #333;
}
 
.pagination a:hover{
	color:#fff;
	background: #3279BB;
}
 
.pagination .current{
	padding: 10px 8px 10px;
	background: #3279BB;
	color:#fff;
}




/****  投稿ページ　タイトル周り  ****/
.post-title-atSingle{
	margin: 0 0 10px;
	padding: 15px 10px 30px;
	border-bottom: 5px solid #FDC734;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 48px;
}

p.post-info-atSingle{
	padding: 0 15px 0 0;
	font-size: 0.9em;
	line-height: 20px;
	text-align: right;
}





/****  記事内  ****/

#content{
	margin: 25px 0 35px;
	overflow: visible !important;
}

#content p{
	line-height: 1.8;
	margin-bottom: 30px;
}

#content h2{
	color: #000066;
	font-size: 25px;
	line-height: 40px;
	width: 100%;
	padding: 5px 0 0 30px;
	margin: 40px 0 15px -49px;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	background-color: #ddd;	
}

#content h2:first-child{
	margin: 10px 0 15px -49px;
}

#content h3{
	color: #021E4C;
	font-size: 23px;
	font-weight: bold;
	line-height: 27px;
	padding: 5px 0 0 15px;
	margin: 30px 0 10px;
	border-bottom: 2px solid #FBC533;
}

#content h4{
	color: #021E4C;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	padding: 2px 0 0 15px;
	margin: 30px 0 10px;
}

#content h5{
	color: #021E4C;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	padding: 2px 0 0 15px;
	margin: 25px 0 10px;
}

#content h6{
	color: #021E4C;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	padding: 0 0 0 15px;
	margin: 25px 0 10px;
}

#content img{
	max-width: 100%;
	height: auto;
}

#content img.alignnone{
	max-width: 100%;
	height: auto;
	margin: 10px 0;
	border: 1px solid #555;
	-webkit-box-shadow: 3px 3px 10px #333;
  	   -moz-box-shadow: 3px 3px 10px #333;
	    -ms-box-shadow: 3px 3px 10px #333;
	     -o-box-shadow: 3px 3px 10px #333;
		box-shadow: 3px 3px 10px #333;
}

#content iframe{
	display: block;
	max-width: 100%;
	margin: 15px auto;
}

#content img.alignright {
	max-width: 50%;
	height: auto;
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	-webkit-box-shadow: 3px 3px 10px #333;
  	   -moz-box-shadow: 3px 3px 10px #333;
	    -ms-box-shadow: 3px 3px 10px #333;
	     -o-box-shadow: 3px 3px 10px #333;
		box-shadow: 3px 3px 10px #333;
}

#content img.alignleft {
	max-width: 50%;
	height: auto;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	-webkit-box-shadow: 3px 3px 10px #333;
  	   -moz-box-shadow: 3px 3px 10px #333;
	    -ms-box-shadow: 3px 3px 10px #333;
	     -o-box-shadow: 3px 3px 10px #333;
		box-shadow: 3px 3px 10px #333;
}

#content img.aligncenter{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 10px auto;
	-webkit-box-shadow: 3px 3px 10px #333;
  	   -moz-box-shadow: 3px 3px 10px #333;
	    -ms-box-shadow: 3px 3px 10px #333;
	     -o-box-shadow: 3px 3px 10px #333;
		box-shadow: 3px 3px 10px #333;
}

#content blockquote{
	width: 90%;
	margin: 0 auto 10px;
	font-size: 0.9em;
	line-height:22px;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #eee;
	padding: 40px 20px 1px;
}

#content ul,
#content ol{
	padding: 15px 7%;
}

#content dl{
	padding: 10px;
}
#content dl dt{
	font-size:1.2em;
	padding-left: 10px;
	border-bottom: 1px dotted #aaa;
}
#content dl dd{
	margin-left: 20px;
	margin-bottom: 10px;
}




/****  Google AdSense  ****/
div.ad-left,
div.ad-right{
	width: 336px;
	float: left;
}
div.ad-left{
	margin-right: 2px;
}
div.ad300{
	width: 336px;
	margin: 0 auto;
}

div.ad336{
	width: 336px;
	margin: 0 auto;
}



/****  コメント欄  ****/

#comments{
	clear: both;
	padding: 30px 25px 10px;
	background-color: #fff;
}

#comments #respond{
	overflow: visible;
}

#comments h2,
#comments h3{
	color: #021F4D;
	margin: 0 -25px 5px;
	padding: 5px 0 0 25px;
	//background-color: #8DAFED;
	//text-shadow: 1px 1px 1px #ddd;
	border-bottom: 1px solid #021F4D;
}

#comments p{
	font-size: 14px;
}

#comments input,
#comments textarea{
	display: block;
}

#comments ul li{
	margin: 10px 0 20px;
}

#comments .combody{
	background-color: #E6E6FA;
	padding: 10px;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
}

#comments p.cominfo{
	text-align: right;
	font-size: 12px;
	padding-right: 10px;
}

#comments textarea{
	width: 100%;
}

#comments .required{
	color: #ff0000;
}

#comments p.inputtext label{
	padding-bottom: 10px; 
}

.combody p{
	margin-bottom: 15px;
}

.com-nav{
	margin-bottom: 20px;
}
.com-back,
.com-next{
	width:130px;
	font-size: 0.8em;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #5e5e66;
}

.com-back{
	float: left;
	border-radius: 15px 0 0 15px;
}
.com-next{
	float: right;
	border-radius: 0 15px 15px 0;
}

.com-nav a{
	color: #fff;
	text-decoration: none;
}
.com-nav a:hover{
	color: #3279BB;
}




/****  前の記事&次の記事  ****/

div.next{
	margin: 30px 0 0 10px;
}

div.next dl dt{
	margin-bottom: -5px;
}

div.next dl dd{
	margin-bottom: 10px;
	line-height: 1.5;
}




/****  関連記事  ****/

div.same-cat{
	margin: 0 0 10px;
}

div.title-box > a{
	text-decoration: none;
	color: #333;
}

.post-s{
	clear:both;
	padding-bottom: 5px;
	margin: 0 0 20px 0;
}

div.thumb-box-s{
	width: 120px;
	float: left;
	overflow: visible !important;
}

.post-s img{
	max-width: 120px;
	-webkit-box-shadow: 2px 2px 3px #333;
  	   -moz-box-shadow: 2px 2px 3px #333;
	    -ms-box-shadow: 2px 2px 3px #333;
	     -o-box-shadow: 2px 2px 3px #333;
		box-shadow: 2px 2px 3px #333;
}

div.title-box{
	width: 524px;
	clear: none;
	float: left;
	margin: 0 0 0 30px;
}

h3.post-title-s{
	font-size: 1.2em;
	line-height: 30px;
	padding: 5px 0 0;
	margin:0;
	text-shadow: 1px 1px 1px #ccc;
}

p.post-info-s{
	padding: 0;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	margin: 10px 10px 0 0;
}
.post-info-s a{
	
}



/****  サイドバー  ****/

.side-box .h{
	font-size: 1em;
	line-height: 25px;
	padding: 20px 0 3px;
	margin: 0 0 15px;
}

div.side-box ul{
	padding: 0 5px;
	list-style:none;
}

div.side-box ul.children{
	padding: 5px 10px 0;
}

div.side-box ul li{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}


li.cat-item,
li.menu-item-object-category{
	list-style-image: url(images/folder.png);
	list-style-position: inside;
}

li.menu-item-object-page,
.page_item{
	list-style-image: url(images/file.png);
	list-style-position: inside;
}
div.widgets a{
	text-decoration: none;
	color: #333;
}

div.widgets a:hover{
	color: #3279BB;
}

img.photo{
	float: left;
	width: 80px;
	height: auto;
	margin: 10px 10px 5px 0;
}

p.name{
	margin: 10px 5px 5px 90px;
	font-size: 15px;
	line-height: 20px;
	border-bottom: 1px solid #3279BB;
}

p.prof{
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 20px;
}

div.followme{
	clear: both;
	margin: 5px 0 5px;
}
div.gfollow,
div.fb-like-box{
	clear: both;
	margin: 5px 0 10px;
}

#feedlyFollow{
	clear: both;
	float: left;
	margin: 5px 0 10px;
}

div.box-wrapper{
	position: relative;
	padding-left: 10px;
	margin-left: 3px;
	margin: 5px 0 10px;
	float: left;
}

div.arrow-box{
	float: left;
	position: relative;
	width: 80px;
	height: 28px;
	color:#fff;
	font-size: 13px;
	text-align: center;
	background-color: #3366ff;
	border-radius: 5px;	
}
div.before{
	float: left;
	content: "";
	position: absolute;
	background-color: #fff;
	border-right: 7px solid #3366ff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: 9px;
	left: 3px;
}

div.fb-like-box iframe{
	width: 100%;
}

li.recentcomments{
	line-height: 21px;
	margin-bottom: 10px;
}
li.recentcomments a{
	font-size: 14px;
	text-decoration: underline;
}




/****  検索フォーム  ****/

#searchform{
	padding: 5px 10px 10px;
}

label.screen-reader-text{
	display: none;
}

#s{
	width: 75%;
	height: 25px;
	font-size: 15px;
}




/****  フッター  ****/

p.theme{
	font-size: 17px;
}

p.theme a{
	color:#fff;
	text-decoration: none;
}

p.theme a:hover{
	color: #3279BB;
}

.principle{
	font-size: 1.2em;
	font-family:'ＭＳ 明朝',serif;
	font-weight: bold;
}

p.copy{
	font-size: 0.75em;
}
span.sitename{
	font-size: 1.1em;
}



/****  sns ボックス  ****/

div.sns-box{
	position: fixed;
	bottom: 5px;
	left: 15px;
	margin: 0 0 10px;
	padding: 5px;
	background-color: #b8bfcc;
	-webkit-box-shadow: 3px 3px 5px #555;
	   -moz-box-shadow: 3px 3px 5px #555;
	    -ms-box-shadow: 3px 3px 5px #555;
	     -o-box-shadow: 3px 3px 5px #555;
		box-shadow: 3px 3px 5px #555;
}
ul.sns-list{
	list-style:none;
	padding:0;
}
ul.sns-list li{
	margin: 5px 0 0;
	text-align: center;
	border-bottom: 1px dotted #333;
}




/****  ボタン  ****/

#div-toMenu{
	display: none;
}

#buttons{
	
}
#buttons p{
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
	background-color: #021F4D;
	margin-top: 10px;
	-webkit-box-shadow: 3px 3px 5px #555;
	   -moz-box-shadow: 3px 3px 5px #555;
	    -ms-box-shadow: 3px 3px 5px #555;
	     -o-box-shadow: 3px 3px 5px #555;
			box-shadow: 3px 3px 5px #555;
}
#toTop{
	width: 100px;
	position: fixed;
	bottom: 50px;
	right: 20px;
}
#toHome{
	width: 100px;
	position: fixed;
	bottom: 5px;
	right: 20px;
}

#buttons a{
	text-decoration: none;
	color: #fff;
}

#toTop:hover,
#toHome:hover{
	background-color: #3279BB;
	color: #fff;
}




/**** プラグイン popular post ****/

ul.pp li{
	clear: both;
	display: block;
	line-height: 22px;
	margin-bottom: 20px;
	overflow: hidden;
}

ul.pp li img{
	display: block;
	float: left;
	margin-right: 10px;
}

ul.pp li a{
	font-size: 15px;
}

ul.pp li span.wpp-category{
	display: block;
	margin-top: 5px;
	font-size: 10px;
	line-height:1.5;
	text-align: right;
}

ul.pp li span.wpp-category a{
	font-size: 10px;
}




/****  個別  ****/











/****  homeのsnsボタン配置替え  ****/
@media only screen and (max-width: 1333px){
	div.sns-box{
		position: static;
		padding: 7px 5px 0;
		margin: 0 0 20px;
		box-shadow: none;
	}

	ul.sns-list li,
	ul.sns-list li div{
		margin: 0 5px 0 0;
		display: block;
		float: left;
		border-bottom: 0;
	}
}




/****  タブレット用font-size  ****/
@media only screen and (max-width: 772px) and (min-width: 461px){
	body{
		font-size: 19px;
	}
}




/****  スマホ用font-size  snsボックス  ****/
@media only screen and (max-width: 460px){
	body{
		font-size: 15px;
		line-height: 1.7;
	}

	div.sns-box{
		position: static;
		padding: 7px 4px 0;
		margin: 0 0 20px;
		box-shadow: none;
	}

	ul.sns-list li,
	ul.sns-list li div{
		margin: 0 3px 0 0;
		display: block;
		float: left;
		border-bottom: 0;
	}
}




/****  タブレット(713px以下)andスマホ用 css  ****/
@media only screen and (max-width: 713px){


	/****  base  ****/
	body{
		min-width:0;
	}

	.onlycom{
		display: none;
	}
	
	.only-smp{
		display: block;
	}




	/****  テーブル  ****/

	table.hyou{
		border-collapse: collapse; 
		table-layout: fixed;
		font-size: 87%;
		margin: 20px auto;
		border:1px solid #111;
	}

	table.hyou th,
	table.hyou td{
		text-align: center;
		padding: 3px 5px;
		border: 1px solid #111;
	}

	table.hyou th{
		background-color: #ADD8E6;
	}




	/****  レイアウト  ****/
	#header{
		width: 100%;
		padding: 15px 0 10px;
		margin-bottom: 20px;
	}

	#main-side{
		width: 96%;
		margin: 0 auto 10px;
	}

	#main{
		width: 100%;
		float:none;
		margin: 0;
	}

	#side{
		width: 100%;
		float: none;
		margin: 10px 0 -10px;
	}

	#footer{
		clear: both;
		width: 100%;
		padding-bottom: 50px;
	}

	.main-box{
		width: 100%;
		padding: 0 3% 20px;
		margin-bottom: 20px;
	}

	.side-box{
		width: 100%;
		padding: 0 3% 20px;
		margin-bottom: 20px;
	}




	/****  ヘッダー  ****/
	.blog_title{
		width: 100%;
		margin: 0;
		padding: 15px 60px 18px 4%;
		font-size: 1.3em;
		line-height: 1.4;
	}

	.sub_title{
		width: 100%;
		font-size: 0.9em;
		margin: 0;
		padding: 0 4% 20px;
	}

	img.header_pic{
		display: block;
		width: 96%;
		height: auto;
		margin: 0 auto;
	}




	/****  ナビゲーション  ****/
	nav div{
		display: none;
	}




	/****  パンくず  ****/

	div.bread{
		font-size: 0.8em;
		margin: 0 0 15px;
		padding: 0 3%;
	}

	div.bread div{
		display: inline;
	}

	div.bread a{
		text-decoration: none;
		color: #444;
	}

	div.bread a:hover{
		color: #3279BB;
	}




	/**** index ****/

	.main-box .h{
		font-size: 1.3em;
		line-height: 35px;
		padding: 15px 0 5px;
		margin: 0 0 10px;
	}


	div.posts{
		margin: 0;
	}
	div.post{
		margin: 10px 0 55px;
		padding: 0;
	}

	.post-title{
		font-size: 1.5em;
		line-height: 1.6;
		padding: 5px 3px;
		margin: 0;
	}

	div.thumb-box{
		width: auto;
		height: auto;
		float: none;
	}

	img.wp-post-image{
		display: block;
		max-width: 40%;
		height: auto;
		margin: 10px auto;
	}
	
	img.no-image{
		display: none;
	}

	div.div-post-info{
		width: 100%;
		float: none;
		padding: 0 0 0 0;
	}

	p.post-info{
		padding: 0 5px 5px 0;
		font-size: 0.9em;
		text-align: right;
	}

	p.post-begin{
		display: none;
	}

	p.more{
		width: 100%;
		line-height: 40px;
		float: none;
		margin: 5px auto 0;
		text-align: center;
	}

	p.more:hover{
		background-color: #3279BB;
	}




	/****  ページネーション  ****/

	.pagination {
		clear:both;
		font-size:0.9em;
		line-height:35px;
		text-align: right;
		margin: -25px 0 20px;
	}
 
	.pagination span,
	.pagination a{
		margin: 0 0 0 4px;
		padding: 12px 10px 11px;
		text-decoration:none;
		color:#fff;
		background: #444;
	}
 
	.pagination a:hover{
		color:#fff;
		background: #3279BB;
	}
 
	.pagination .current{
		padding:12px 10px 11px;
		background: #3279BB;
		color:#fff;
	}




	/****  投稿ページ　タイトル周り  ****/
	.post-title-atSingle{
		font-size: 1.4em;
		line-height: 1.6 !important;
		margin: 0 0 5px;
		padding: 10px 3% 15px;
		border-bottom: 2px solid #FDC734;
	}

	p.post-info-atSingle{
		padding: 0 5px 0 0;
		font-size: 0.8em;
		text-align: right;
	}





	/****  記事内  ****/

	#content{
		margin: 15px 0 20px;
		padding: 0 2%;
	}
	
	#content p{
		line-height: 1.7;
		margin-bottom: 20px;
	}

	#content h2{
		font-size: 1.3em;
		//font-weight: bold;
		line-height: 30px !important;
		width: 100%;
		padding: 5px 5px 0 6%;
		margin: 25px 0 10px -6%;
	}
	
	#content h2:first-child{
		margin: 0 0 10px -6%;
	}

	#content h3{
		font-size: 1.25em;
		padding: 5px 3% 0;
		margin: 15px 0 8px;
	}

	#content h4{
		font-size: 1.2em;
		padding: 5px 3% 0;
		margin: 15px 0 8px 2%;
	}

	#content h5{
		font-size: 1.1em;
		padding: 5px 3% 0;
		margin: 15px 0 8px 2%;
	}

	#content h6{
		font-size: 1em;
		padding: 5px 3% 0;
		margin: 15px 0 8px 2%;
	}

	#content img,
	#content img.alignnone{
		max-width: 100%;
		height:auto;
	}
	
	#content iframe{
		display: block;
		max-width: 100%;
		margin: 10px auto;
	}

	#content img.alignright,
	#content img.alignleft,
	#content img.aligncenter{
		float: none;
		display: block;
		width: auto;
		max-width: 95%;
		margin: 10px auto;
	}

	#content blockquote{
		width: 95%;
		margin: 0 auto 10px;
		font-size: 94%;
		background-image: url(images/blockquote.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-color: #eee;
		padding: 40px 15px 2%;
	}




	/****  Google AdSense  ****/
	div.ad-left{
		float: none;
		width:auto;
		margin: 0 -4%;
	}
	
	div.ad300{
		width: 300px;
		margin: 0 auto;
	}

	div.div-admobile{
		margin:0 -4%;
	}
	
	div.admobile{
		width:320px;
		margin: 0 auto;
	}




	/****  comments  ****/
	#comments{
		margin-top: 10px;
		padding: 0 10px 10px;
	}
	#comments h3{
		margin: 0 -10px 5px;
		padding: 5px 0 5px 15px;
		text-shadow: 1px 1px 1px #ddd;
	}
	
	.com-back,
	.com-next{
		width:120px;
	}





	/****  関連記事  ****/

	/*div.same-cat a{
		text-decoration: none;
		color: #333;
	}*/

	div.same-cat a:hover{
		color: #3279BB
	}

	.post-s{
		clear:both;
		margin: 20px 0;
	}

	div.title-box > a{
		text-decoration: none;
		color: #333;
	}

	div.thumb-box-s{
		width: 25%;
		float: left;
	}

	.post-s img{
		max-width: 100%;
		height: auto;
	}

	div.title-box{
		width: 70%;
		clear: none;
		float: left;
		margin: 0 0 0 5%;
	}

	h3.post-title-s{
		font-size: 1.1em;
		line-height: 1.5;
		padding: 0;
		margin: 10px 0 0;
	}

	p.post-info-s{
		padding: 0;
		font-size: 70%;
		line-height: 1.5;
		text-align: right;
		margin: 5px 0 0 0;
	}




	/****  サイドバー  ****/

	.side-box .h{
		font-size: 1.3em;
		line-height: 35px;
		padding: 15px 0 5px;
		margin: 0 0 10px;
	}

	div.side-box ul{
		padding: 0 5%;
	}
	div.side-box ul li{
		font-size: 20px;
		line-height:1.6;
		margin-bottom: 12px;
	}

	img.photo{
		float: left;
		width: 25%;
		height: auto;
		margin: 10px 3% 5px 0;
	}

	p.name{
		width: 72%;
		margin: 10px 0 5px 28%;
		font-size: 107%;
		border-bottom: 1px solid #3279BB;
	}

	p.prof{
		margin-bottom: 5px;
		font-size: 95%;
		line-height: 1.5 !important;
	}

	div.arrow-box{
		line-height: 2.3;
	}

	div.followme,
	#feedlyFollow,
	div.fb-like-box{
		clear: both;
		margin: 5px 0 10px;
	}
	.box-wrapper{
		margin-top: 5px;
	}

	li.recentcomments{
		margin-bottom: 5px;
	}
	li.recentcomments a{
		font-size: 90%;
		text-decoration: underline;	
	}




	/****  フッター  ****/
	p.theme{
		font-size: 0.8em;
	}
	.principle{
		font-size: 1.2em;
		font-family:'ＭＳ 明朝',serif;
		font-weight: bold;
	}

	p.copy{
		font-size: 0.5em;
	}

	span.sitename{
		font-size: 1.5em;
	}




	/****  ボタン  ****/
	#div-toMenu{
		display: block;
		position: fixed;
		top: 8px;
		right: 3px;
		width: 56px;
		height: 56px;
		border: 1px solid #021F4D;
		border-radius: 28px;
		-webkit-box-shadow: 3px 3px 5px #555;
		   -moz-box-shadow: 3px 3px 5px #555;
		    -ms-box-shadow: 3px 3px 5px #555;
		     -o-box-shadow: 3px 3px 5px #555;
			box-shadow: 3px 3px 5px #555;
	}
	
	#toMenu{
		font-size: 14px;
		width: 54px;
		height: 54px;
		line-height: 54px;
		text-align: center;
		background-color: #021F4D;
		border: 1px solid #eee;
		border-radius: 27px;
	}

	#div-toMenu a{
		text-decoration: none;
		color: #fff;
	}

	#buttons{
		width: 140px;
		position: fixed;
		bottom: 5px;
		right: 3px
	}	

	#buttons p{
		width: 65px;
		font-size: 14px;
		line-height: 35px;
		border-radius: 10px;
		margin-right: 5px;
		float: right;
		position: static;
	}




	/**** プラグイン popular post ****/

	ul.pp li{
		margin-bottom: 10px;
	}

	ul.pp li a{
		font-size: 90%;
		line-height: 1.5;
	}

	ul.pp li span.wpp-category{
		display: block;
		font-size: 60%;
		line-height:1.5;
		text-align: right;
	}

	ul.pp li span.wpp-category a{
		font-size: 100%;
	}




	/****  個別  ****/




}