/*
Theme Name: Principle-child
Template: principle
Description: Principle6.0以降用子テーマ
Author: Nobuo_CREATE
Author URI: http://wp-principle.net/
Version: 6.5-20141121
*/

@import url('../principle/style.css');

/****  子テーマ内のimagesフォルダからヘッダーの背景画像を読み込む  ****/
#header{
	background-image: url(./images/denim.jpg);
}

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

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;
}

div.sb-content{
	overflow:unset !important;
}
.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 , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	width: 230px;
	height: 35px;
}
th {
	background: #ffffff;
}
.even {
	background: #ffffff;
}
.odd {
	background: #ffffff;
}




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

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

#main-side{
	width: 1138px;                        /**** a+b+c */
	margin: 0px 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: #000;
	width: 1138px;
	margin: 0 auto;
	padding: 0px 30px;
	font-size: 1.8em;
	line-height: 2;
	text-shadow: 2px 2px 2px #000;
}

.blog_title a{
	color: #000;
	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 0px;
}




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

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

nav div li{
	color: #fff;
	display: block;
	float: top;
	line-height: 30px;
}

nav div a{
	font-size: 1.4em;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	padding: 0 36px;
}
nav div a:hover{
	color: #fff;
	background-color: #000;
}



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

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: #fff;
}

div.bread a:hover{
	color: #000;
}




/**** 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;
border-bottom: 1px solid #222;
}

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

div.thumb-box{
	width: 200px;
	height: 250px;
	float: left;
}
img.wp-post-image{
	display: block;
	max-width: 140px;
	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: 1em;
	line-height: 70px;
	text-align: right;
}

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

p.more{
	width: 95%;
	line-height: 30px;
	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 {
  font-size:26px;
  background: #1BA4C8;
background-image: url(https://kentworld-blog.com/wp-content/uploads/2017/06/saku6.png);
background-repeat: no-repeat;
background-position: left center;
  color: #fff;
  padding: 12px 0px 12px 60px ;
	margin: 40px 0 35px -49px;
  border-left: none;
  box-shadow: 0 2px 5px #999;
}

#content h3{
    position: relative;
    margin: 0.5em 0 0 0.5em;
    padding: 0.5em;
    background: #C8DE71;
background-image: url(https://kentworld-blog.com/wp-content/uploads/2017/06/saku7.png);
background-repeat: no-repeat;
background-position: left center;
    color: #444;
  font-size:24px;
    font-weight: bold;
	padding: 5px 0 0 45px;
	margin: 30px 0 25px 0px;
    border-radius: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 5px;
}

#content h3:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #C8DE71;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

#content h4{
    position: relative;
    margin: 0.5em 0 0 0.5em;
    padding: 0.5em;
    background: #B31221;
    color: #fff;
  font-size:18px;
    font-weight: bold;
	padding: 2px 1 1 2px;
	margin: 30px 0 25px 0px;
    border-radius: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 5px;
}

#content h5{
    position: relative;
    margin: 0.5em 0 0 0.5em;
    padding: 0.5em;
    background: #FFFF99;
    color: #333;
  font-size:24px;
    font-weight: bold;
	padding: 2px 2 2 2px;
	margin: 35px 0 25px 0px;
    border-radius: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 5px;
}

#content h5:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #FFFF99;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

#content h6{
	color: #B31221;
	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: 0px 0;
	border: 0px solid #555;
	-webkit-box-shadow: 0px 0px 0px #fff;
  	   -moz-box-shadow: 0px 0px 0px #fff;
	    -ms-box-shadow: 0px 0px 0px #fff;
	     -o-box-shadow: 0px 0px 0px #fff;
		box-shadow: 0px 0px 0px #fff;
}

#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: 0px auto;
	-webkit-box-shadow: 0px 0px 0px #fff;
  	   -moz-box-shadow: 0px 0px 0px #fff;
	    -ms-box-shadow: 0px 0px 0px #fff;
	     -o-box-shadow: 0px 0px 0px #fff;
		box-shadow: 0px 0px 0px #fff;
}

#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;
}



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

#comment_area {background:rgba(255,255,255,0.5);padding:25px;border-radius: 12px;margin-top:1em;line-height:1.4em;}
/*Comment List*/
#comment_area h3#comments {font-size:130%; margin:0 0 0.7em;}
#comment_area ol {list-style:none;}
#comment_area ol li {overflow: hidden;}
#comment_area ol li.depth-1{border:1px solid #000; margin-bottom:1em; padding:12px;}
#comment_area ol li ul.children {margin-left: 10%;} /*children 返信部分*/
#comment_area ol li ul.children li {border-top:1px solid #333; margin-top:1em; padding-top:22px;}
img.avatar {margin-right:8px;float:left;}
span.says{display:none;}
cite.fn {font-size:120%;}
div.comment-meta {font-size:80%;}
div.comment-meta:after {content:''; display:block; height:0; clear:both; visibility:hidden;}
.comment-body p {font-size:100%;color:#000;background:#eee;border: 12px;padding:0.5em 1em;margin:0.8em  em;}
div.reply { margin-bottom:0.2em}/*返信button*/
div.reply:after {content:''; display:block; height:0; clear:both; visibility:hidden;}
div.reply a {font-size:80%;line-height:1em;display:block;float:right;background:#;padding:0.3em 1em;border-radius: px;}
div.reply a:hover {background:#fff; text-decoration:none;}
/*Comment Form*/
#respond {background:rgba(192,192,192,0.4);padding:1em;border-radius: 9px;}
#respond h3#reply-title {font-size:130%; margin:0 0 0.7em; color:#2d1497;}
#respond h3#reply-title small a {font-size:70%; margin-left:1em; text-decoration:underline;}/*コメントをキャンセルの文字*/
#respond p { margin-bottom:0.5em;}
#respond p.commentNotesBefore, #respond p.commentNotesAfter {font-size:80%;}
#respond p.form-submit {margin-bottom:0;}
/*form element*/
input#author, input#email, textarea#comment {
    width:95%;
    border:none;
    border-radius:12px;
    margin-top:0;
    font-size:14px;
    padding:7px 12px;
    color:#000;}
textarea#comment {line-height:1.6em;}
input#submit {
    cursor:pointer;
    font-size:110%;
    padding: 5px 1em;
    margin:0;
    border-style:none;
    color: #000;
    background: #bbb;
    border-radius: 18px;}
input#submit:hover {background:#333;}




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

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;
}


/* ----------------------------------
メッセージボード
------------------------------------- */
.message-widget {
width:100%;
max-width:1088px;
margin:0 auto 2em auto;
border:2px solid #ffffff;
border-radius: 0px;
padding:0px;
line-height: 150%;
}

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

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.3em;
	line-height: 30px;
	padding: 5px 0 0;
	margin:0;
	text-shadow: 0px 0px 0px #ccc;
font-weight:bold;}

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;
}




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

.move{
position:relative;
width:100%;
padding-top:56.25%;
}
.move iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}









/****  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 , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	width: 230px;
	height: 35px;
}
th {
	background: #ffffff;
}
.even {
	background: #ffffff;
}
.odd {
	background: #ffffff;
}


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

	#main-side{
		width: 98%;
		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: 0px;
		margin-top: -28px;
	}

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




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

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

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




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

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

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

	div.bread div{
		display: inline;
	}

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

	div.bread a:hover{
		color: #000;
	}




	/**** index ****/

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


	div.posts{
		margin: 0;
margin-top: -25px;
	}
	div.post{
		margin: 10px 0 5px;
		padding: 0;
	border-bottom: 1px solid #222;}

	.post-title{
		font-size: 1.1em;
		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: 110%;
		height: auto;
		margin: 0px auto;
	border: 1px solid #222;}
	
	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: 1.0em;
		text-align: right;
	}

	p.post-begin{
		display: none;
	}

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

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




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

	.pagination {
		clear:both;
		font-size:1em;
		line-height:35px;
		text-align: right;
		margin: 5px 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: 2.1;
		margin-bottom: 20px;
	}

#content h2 {
  font-size:1.3em;
  background: #1BA4C8;
background-image: url(https://kentworld-blog.com/wp-content/uploads/2017/06/saku8.png);
background-repeat: no-repeat;
background-position: left center;
  color: #fff;
		padding: 5px 5px 0 8%;
		margin: 35px 0 20px -6%;
  border-left: none;
  box-shadow: 0 2px 5px #999;
}

#content h3{
    position: relative;
    margin: 0.5em 0 0 0.5em;
    padding: 0.5em;
    background: #C8DE71;
background-image: url(https://kentworld-blog.com/wp-content/uploads/2017/06/saku9.png);
background-repeat: no-repeat;
background-position: left center;
    color: #444;
  font-size:1.25em;
    font-weight: bold;
		padding: 5px 7% 0;
		margin: 15px 0 20px 0%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.article h3:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #C8DE71;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

#content h4{
    position: relative;
    margin: 0.5em 0 0 0.5em;
    padding: 0.5em;
    background: #B31221;
    color: #fff;
  font-size:1.2em;
    font-weight: bold;
		padding: 5px 1% 0;
		margin: 15px 0 20px 0%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#content h5{
    position: relative;
    margin: 0.5em 0 0 0.5em;
    padding: 0.5em;
    background: #FFFF99;
    color: #333;
  font-size:1.25em;
    font-weight: bold;
		padding: 5px 1% 0;
		margin: 15px 0 20px 0%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.article h5:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #FFFF99;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

	#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: 0px 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  ****/
#comment_area {background:rgba(255,255,255,0.5);padding:2px;border-radius: 12px;margin-top:1em;line-height:1.4em;}
/*Comment List*/
#comment_area h3#comments {font-size:130%; margin:0 0 0.7em;}
#comment_area ol {list-style:none;}
#comment_area ol li {overflow: hidden;}
#comment_area ol li.depth-1{border:1px solid #000; margin-bottom:1em; padding:12px;}
#comment_area ol li ul.children {margin-left: 10%;} /*children 返信部分*/
#comment_area ol li ul.children li {border-top:1px solid #333; margin-top:1em; padding-top:22px;}
img.avatar {margin-right:8px;float:left;}
span.says{display:none;}
cite.fn {font-size:120%;}
div.comment-meta {font-size:80%;}
div.comment-meta:after {content:''; display:block; height:0; clear:both; visibility:hidden;}
.comment-body p {font-size:100%;color:#222;background:#eee;border: 12px;padding:0.5em 1em;margin:0.8em  em;}
div.reply { margin-bottom:0.2em}/*返信button*/
div.reply:after {content:''; display:block; height:0; clear:both; visibility:hidden;}
div.reply a {font-size:80%;line-height:1em;display:block;float:right;background:#;padding:0.3em 1em;border-radius: px;}
div.reply a:hover {background:#fff; text-decoration:none;}
/*Comment Form*/
#respond {background:rgba(192,192,192,0.4);padding:1em;border-radius: 9px;}
#respond h3#reply-title {font-size:130%; margin:0 0 0.7em; color:#2d1497;}
#respond h3#reply-title small a {font-size:70%; margin-left:1em; text-decoration:underline;}/*コメントをキャンセルの文字*/
#respond p { margin-bottom:0.5em;}
#respond p.commentNotesBefore, #respond p.commentNotesAfter {font-size:80%;}
#respond p.form-submit {margin-bottom:0;}
/*form element*/
input#author, input#email, textarea#comment {
    width:95%;
    border:none;
    border-radius:12px;
    margin-top:0;
    font-size:14px;
    padding:7px 12px;
    color:#000;}
textarea#comment {line-height:1.6em;}
input#submit {
    cursor:pointer;
    font-size:110%;
    padding: 5px 1em;
    margin:0;
    border-style:none;
    color: #000;
    background: #bbb;
    border-radius: 18px;}
input#submit:hover {background:#333;}





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

	/*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: 0px 0 0;
	font-weight:bold;}

	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%;
	}




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

.move{
position:relative;
width:100%;
padding-top:56.25%;
}
.move iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}


}