@charset "utf-8";
/*
Theme Name: kireika_copy
Theme URI: http://wordpress.org/
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);

/*===============================================
画面の横幅が768px以上
===============================================*/

@media print, screen and (min-width: 768px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

body {
}

/*  コンテンツ　*/
/*--------------------------------------------------------*/

#contentsBox{
	margin:70px auto 0;
}

#contentsBox #blogBox{
	width:64%;
	margin:0 auto;
}

/*  記事と記事のスペース　*/
/*--------------------------------------------------------*/

#contentsBox .post{
	margin-bottom:150px;
}

/*  ブログの文章　*/
/*--------------------------------------------------------*/

p{
	font-size:15px;
	line-height:1.9em;
	color:#666;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing:0.5px;
}

/*  ブログの文章中の画像　*/
/*--------------------------------------------------------*/

.entry-content img{
	margin-top:30px;
	margin-bottom:30px;
}

.entry-content img.img_border{
	border:1px solid #DDD;
}

/* Containt */

/*  記事のタイトル　*/
/*--------------------------------------------------------*/
#contentsBox h2,
#contentsBox h2.entry-title a {
	font-size:20px;
	font-weight:normal;
	line-height:1.8em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing:1.0px;
	color:#666;
}
#contentsBox h2.entry-title a {text-decoration: none;}
#contentsBox h2.entry-title a:link {color:#666;}
#contentsBox h2.entry-title a:visited {color:#666;}
#contentsBox h2.entry-title a:active {color:#666;}
#contentsBox h2.entry-title a:hover {color:#666; text-decoration: underline;}

/*  更新日付　*/
#contentsBox .entry-meta {
	margin-top:10px;
	font-size:12px;
	line-height:1.4em;
	color:#999;
	font-weight:normal;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing:0.5px;
	margin-bottom:33px;
}

#contentsBox .entry-content{

}

/*  カテゴリ・コメント・編集欄　*/

#contentsBox .entry-utility{
	margin-top:45px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:8px 0;
	font-size:11px;
	color:#CCC;
}

#contentsBox .entry-utility a {text-decoration: underline;}
#contentsBox .entry-utility a:link {color:#999;}
#contentsBox .entry-utility a:visited {color:#999;}
#contentsBox .entry-utility a:active {color:#999;}
#contentsBox .entry-utility a:hover {color:#999; text-decoration: none;}

#contentsBox .entry-utility span.entry-utility-prep-cat-links{
	background-color:#FFF;
	color:#666;
	font-size:11px;
	line-height:1.5em;
	margin-right:5px;
}

#contentsBox #nav-above{
	margin-bottom:20px;
}

#contentsBox h1.catit {
	text-align:center;
	font-size:14px;
	color:#666;
	font-weight:normal;
	margin-bottom:80px;
}

/*  コメントを残すのタイトル　*/
#contentsBox h3#reply-title {
	font-size:11px;
	font-weight:normal;
	color:#666;
	margin-top:50px;
	margin-bottom:30px;
}

/*  コメント表示　*/

#contentsBox ol.commentlist {
	margin-top:60px;
	padding-bottom:40px;
}

#contentsBox h3#comments{
	margin-top:60px;
	color:#666;
	font-size:13px;
	line-height:1.5em;
}

/*  コメントした人の名前とか　*/
#contentsBox .comment-author{
	font-size:13px;
	line-height:1.5em;
	color:#666;
	font-weight:bold;
}

/*  コメント日付　*/
#contentsBox .comment-meta {
	margin-top:15px;
	font-size:11px;
	color:#666;
	font-weight:normal;
	margin-bottom:15px;
}

/*  コメント文章　*/

#contentsBox ol.commentlist p {
	font-size:13px;
	color:#666;
	line-height:1.7em;
}

#contentsBox ul.children{
	margin-top:50px;
}

/* 検索結果のページ */
/*--------------------------------------------------------*/

h1.kensaku_title{
	text-align:center;
	font-size:14px;
	color:#666;
	font-weight:normal;
	margin-bottom:80px;
}

h1.kensaku_title span{
	font-weight:bold;
}

/* 検索するの言葉を非表示に*/
.screen-reader-text{
	display:none;
}

/* フットメニュー */
/*--------------------------------------------------------*/

#footmenu{
	width:64%;
	margin:0 auto;
	padding-bottom:60px;
}

/*  フットメニューのカテゴリタイトル　*/
#footmenu h3.widget-title {
	display:none;
}

#footmenu p{
}

#footmenu .sidemenu{
	margin-bottom:15px;
}

#footmenu li.widget-container {
	margin-bottom:25px;
}

/*  フットメニューのメニューテキスト　*/
#footmenu ul li.widget-container {
}
#footmenu ul li.widget-container ul li{
	color:#666;
	font-size:11px;
	margin-bottom:1px;
}

#footmenu ul li.widget-container ul li a {text-decoration: underline;}
#footmenu ul li.widget-container ul li a:link {color:#666;}
#footmenu ul li.widget-container ul li a:visited {color:#666;}
#footmenu ul li.widget-container ul li a:active {color:#666;}
#footmenu ul li.widget-container ul li a:hover {color:#666; text-decoration: none;}

/* この記事が好きな人におすすめの記事 */

.yarpp-related{
	font-size:11px;
	font-weight:normal;
	line-height:1.7em;
	color:#555;
}

.yarpp-related a{
	font-size:11px;
	font-weight:normal;
	line-height:1.7em;
}

.yarpp-related ol{
	margin-top:7px;
}

/* 単一記事の　次へ・前へのナビゲーション */

#nav-below{
	margin-top:45px;
	border-top:1px #DDD dotted;
	padding-top:20px;
}

#nav-below .nav-previous{
	width:45%;
	float:left;
	text-align:left;
	padding-right:5%;
	font-size:11px;
	color:#666;
	line-height:1.5em;
}

#nav-below .nav-next{
	width:45%;
	float:right;
	text-align:right;
	padding-left:5%;
	font-size:11px;
	color:#666;
	line-height:1.5em;
}

#nav-below a {text-decoration: none;}
#nav-below a:link {color:#666;}
#nav-below a:visited {color:#666;}
#nav-below a:active {color:#666;}
#nav-below a:hover {color:#666; text-decoration: underline;}


/* 関連記事のリスト */

#container_inner ol li{
	font-size:11px;
	margin-left:27px;
}

/* ログインしています */

.logged-in-as{
	font-size:11px;
	color:#666;
	line-height:1.5em;
	padding-bottom:15px;
}

/* コメントメールフォーム */
input[type="submit"] {
	color: #666;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 11px;
	width: auto;
}

/* You Tube 動画 */
.youtube {
}
 
.youtube iframe {
}

.addtoany_share_save_container{
	padding-top:30px;
}

.blog_copyright{
	font-size:11px;
	color:#999;
	line-height:1.5em;
	text-align:center;
	margin-top:80px;
	margin-bottom:80px;
}

/* ページナビゲーション */
/*--------------------------------------------------------*/

.wp-pagenavi {
	margin-bottom:80px;
}
.wp-pagenavi a, .wp-pagenavi span {
	font-size:14px;
	color: #666;
	background-color:#FFF;
	border:1px solid #CCC;
	padding: 6px 10px;
	margin: 0 1px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
	color:#CCC; 
	border:1px solid #CCC;
	background-color:#FFF;
}
.wp-pagenavi span.current{
	color: #666;
	border:1px solid #CCC;
	background-color:#EEE;
}

}











/*===============================================
画面の横幅が768px以下
===============================================*/

@media screen and (max-width:768px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

body{
}

/*  コンテンツ　*/
/*--------------------------------------------------------*/

#contentsBox{
	margin-top:50px;
	padding:0 25px;
}

#contentsBox #blogBox{
}

/*  記事と記事のスペース　*/
/*--------------------------------------------------------*/

#contentsBox .post{
	margin-bottom:100px;
}

/*  ブログの文章　*/
/*--------------------------------------------------------*/

p{
	font-size:15px;
	line-height:1.9em;
	color:#666;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing:0.5px;
}

/*  ブログの文章中の画像　*/
/*--------------------------------------------------------*/

.entry-content img{
	margin-top:30px;
	margin-bottom:30px;
}

.entry-content img.img_border{
	border:1px solid #DDD;
}

/* Containt */

/*  記事のタイトル　*/
/*--------------------------------------------------------*/
#contentsBox h2,
#contentsBox h2.entry-title a {
	font-size:18px;
	font-weight:normal;
	line-height:1.8em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing:1.0px;
	color:#666;
}
#contentsBox h2.entry-title a {text-decoration: none;}
#contentsBox h2.entry-title a:link {color:#666;}
#contentsBox h2.entry-title a:visited {color:#666;}
#contentsBox h2.entry-title a:active {color:#666;}
#contentsBox h2.entry-title a:hover {color:#666; text-decoration: underline;}

/*  更新日付　*/
#contentsBox .entry-meta {
	margin-top:8px;
	font-size:12px;
	line-height:1.4em;
	color:#999;
	font-weight:normal;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing:0.5px;
	margin-bottom:30px;
}

#contentsBox .entry-content{

}

/*  カテゴリ・コメント・編集欄　*/

#contentsBox .entry-utility{
	margin-top:45px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:8px 0;
	font-size:10px;
	color:#CCC;
}

#contentsBox .entry-utility a {text-decoration: underline;}
#contentsBox .entry-utility a:link {color:#999;}
#contentsBox .entry-utility a:visited {color:#999;}
#contentsBox .entry-utility a:active {color:#999;}
#contentsBox .entry-utility a:hover {color:#999; text-decoration: none;}

#contentsBox .entry-utility span.entry-utility-prep-cat-links{
	background-color:#FFF;
	color:#666;
	font-size:11px;
	line-height:1.5em;
	margin-right:5px;
}

#contentsBox #nav-above{
	margin-bottom:20px;
}

#contentsBox h1.catit {
	text-align:center;
	font-size:14px;
	color:#666;
	font-weight:normal;
	margin-bottom:80px;
}

/*  コメントを残すのタイトル　*/
#contentsBox h3#reply-title {
	font-size:11px;
	font-weight:normal;
	color:#666;
	margin-top:50px;
	margin-bottom:30px;
}

/*  コメント表示　*/

#contentsBox ol.commentlist {
	margin-top:60px;
	padding-bottom:40px;
}

#contentsBox h3#comments{
	margin-top:60px;
	color:#666;
	font-size:13px;
	line-height:1.5em;
}

/*  コメントした人の名前とか　*/
#contentsBox .comment-author{
	font-size:13px;
	line-height:1.5em;
	color:#666;
	font-weight:bold;
}

/*  コメント日付　*/
#contentsBox .comment-meta {
	margin-top:15px;
	font-size:11px;
	color:#666;
	font-weight:normal;
	margin-bottom:15px;
}

/*  コメント文章　*/

#contentsBox ol.commentlist p {
	font-size:13px;
	color:#666;
	line-height:1.7em;
}

#contentsBox ul.children{
	margin-top:50px;
}


/* 検索結果のページ */
/*--------------------------------------------------------*/

h1.kensaku_title{
	text-align:center;
	font-size:14px;
	color:#666;
	font-weight:normal;
	margin-bottom:80px;
}

h1.kensaku_title span{
	font-weight:bold;
}

/* 検索するの言葉を非表示に*/
.screen-reader-text{
	display:none;
}

/* フットメニュー */
/*--------------------------------------------------------*/

#footmenu{
}

/*  フットメニューのカテゴリタイトル　*/
#footmenu h3.widget-title {
	display:none;
}

#footmenu p{
}

#footmenu .sidemenu{
	margin-bottom:15px;
}

#footmenu li.widget-container {
	margin-bottom:25px;
}

/*  フットメニューのメニューテキスト　*/
#footmenu ul li.widget-container {
}
#footmenu ul li.widget-container ul li{
	color:#666;
	font-size:11px;
	margin-bottom:1px;
}

#footmenu ul li.widget-container ul li a {text-decoration: underline;}
#footmenu ul li.widget-container ul li a:link {color:#666;}
#footmenu ul li.widget-container ul li a:visited {color:#666;}
#footmenu ul li.widget-container ul li a:active {color:#666;}
#footmenu ul li.widget-container ul li a:hover {color:#666; text-decoration: none;}

/* この記事が好きな人におすすめの記事 */

.yarpp-related{
	font-size:11px;
	font-weight:normal;
	line-height:1.7em;
	color:#555;
}

.yarpp-related a{
	font-size:11px;
	font-weight:normal;
	line-height:1.7em;
}

.yarpp-related ol{
	margin-top:7px;
}

/* 単一記事の　次へ・前へのナビゲーション */

#nav-below{
	margin-top:45px;
	border-top:1px #DDD dotted;
	padding-top:20px;
}

#nav-below .nav-previous{
	width:45%;
	float:left;
	text-align:left;
	padding-right:5%;
	font-size:11px;
	color:#666;
	line-height:1.5em;
}

#nav-below .nav-next{
	width:45%;
	float:right;
	text-align:right;
	padding-left:5%;
	font-size:11px;
	color:#666;
	line-height:1.5em;
}

#nav-below a {text-decoration: none;}
#nav-below a:link {color:#666;}
#nav-below a:visited {color:#666;}
#nav-below a:active {color:#666;}
#nav-below a:hover {color:#666; text-decoration: underline;}


/* 関連記事のリスト */

#container_inner ol li{
	font-size:11px;
	margin-left:27px;
}

/* ログインしています */

.logged-in-as{
	font-size:11px;
	color:#666;
	line-height:1.5em;
	padding-bottom:15px;
}

/* コメントメールフォーム */
input[type="submit"] {
	color: #666;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 11px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 11px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 11px;
	width: auto;
}

/* You Tube 動画 */
.youtube {
}
 
.youtube iframe {
}

.addtoany_share_save_container{
	padding-top:30px;
}

.blog_copyright{
	font-size:11px;
	color:#999;
	line-height:1.5em;
	text-align:center;
	margin-top:80px;
	margin-bottom:80px;
}

/* ページナビゲーション */
/*--------------------------------------------------------*/

.wp-pagenavi {
	margin-bottom:80px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #666;
	background-color:#FFF;
	border:1px solid #CCC;
	padding: 6px 10px;
	margin: 0 1px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
	color:#666; 
	background-color:#ffe500;
}
.wp-pagenavi span.current{
	color: #666;
	background-color:#EEE;
}

}