/*
Theme Name: Child
Template: twentytwelve
*/

body {
	font-size: 15px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	/* font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
	text-rendering: optimizeLegibility;
	color: #3a3a3a;
}
.header-image {
	margin-top: 5px;
	 
}
/* Navigation Menu */
.main-navigation {
	margin-top: 0;
        margin-top: 0rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 1px;
	margin-top: 0.4rem;/*ナビの高さ*/
	font-size: 12px;
	font-size: 1rem;
	line-height: 1px;
	padding-bottom: 1px;/*文字位置上へ*/
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.846153846;
}
/*一覧記事の間の余白*/.widget-area .widget li{
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}

.widget-area .widget a {
	color: #606060;
}
.widget-area .widget a:visited {
	color: #606060;
}
.widget-area .widget a:hover {
	color: #21759b;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
border-left:5px solid #1E90FF;
padding: 0.1em 0.5em;
margin-top: 30px;
}

.entry-content h3,
.comment-content h3 {
    display:inline-block;
	border-bottom:2px solid #1E90FF;
	line-height: 20px;
    margin-top: 5px;
    }

.entry-content a:visited,
.comment-content a:visited {
	color: #4682b4;
}
.entry-content .more-link {
white-space: nowrap;
float: right;
color: #4682b4;
font-size: 15px;
}

.entry-content .more-link:hover {
 color: #FFF;/*押した後の文字色*/
 background-color: #75A9FF;/*押した後の背景色*/
}

.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		/* border-bottom: 1px solid #ededed; */
		/*border-top: 1px solid #ededed; */
		background:#f3f3f3;/*ナビメニュー背景色*/
 box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;}


		.main-navigation li a {
		
		color: #606060;/*ナビメニュー文字色*/
		border-bottom: 20px;/*クリックした時にでる枠のサイズ*/
			line-height: 20px;/*クリックした時にでる枠のサイズ*/
			font-weight:bold;
                font-size: 15px;

      		text-transform: uppercase;
		white-space: nowrap;
	}


	.main-navigation ul {
		margin: 0;
                padding-left: 20px;
                padding-left: 1rem;
		padding-bottom: 5px;
		position: relative;

		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	
.main-navigation li a:hover,
	.main-navigation li a:active,
        .main-navigation li a:focus {
		color: #7a8285;
	}

.entry-header .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	    font-weight: bold;
	}
.entry-content p {
	line-height: 1.9;/*記事の文字行間*/
}


.entry-header {
	margin-bottom: 12px;/*タイトル下と本文の余白*/
	margin-bottom: 0.75rem;
}

.widget-area .widget h3 {
	margin-bottom: 16px;
	margin-bottom: 1rem;
font-size: 15px;
}

.site-content article {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

/*カテゴリーと投稿日などの色*/
.entry-meta a {
	color: #606060;
}
footer.entry-meta {
	color: #606060;
}

div.entry-post-thumbnail {
		margin: 0px 0px 10px 0px;}

/*免責事項の色*/
footer[role="contentinfo"] a {
	color: #606060;
}

/*　Table of Contents Plus（目次）を中央に表示させる　*/
#toc_container {
   margin:auto;
}

/* アドセンス　ダブルレクタングル */
.double-rectangle {
	text-align: center;
	overflow: hidden;
	color: #3a3a3a;
	margin-top: 35px;
	margin-bottom: 15px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}
 
/* 1000px以上で横にダブル */
@media screen and (min-width: 1080px) {
	.left-rectangle {
		float: left;
		margin-left: 5px;/* 左に30pxの余白 */
	}
	.right-rectangle {
		float: right;
		margin-right: 5px;/* 右に30pxの余白 */
	}
}

@media screen and (min-width: 600px) {
.site {max-width: 1000px;}
.widget-area {width: 30%;}
.site-content {width: 62.5%;}
}

ins {
	background: transparent;
	text-decoration: none;
}

/*画像挿入につく枠線をなくす*/
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: none;
}



.comment-form-comment label{
font-size:0;
}
.comment-form-comment label:before {font-size: 14px; content: "内容";}

.comment-form-author label{
font-size:0;
}

.comment-form-author label:before {font-size: 14px; content: "お名前";}
.comment-form-comment label{
font-size:0;
}

/* カテゴリー部分 */
	.post-category {
		font-size: 100%;  /* フォントサイズ */		
		color: #606060;
		float: left;
		margin-bottom: -20px;
}
	span.post-cat a {		
		color: #606060;  /* 文字色 */
		text-decoration: solid ;  /* 下線 */
		padding:0px 10px 0 0;	
	}
span.post-cat a:hover{
color:#21759b;	
}
span.post-cat2{ /* 投稿日の右に余白 */
	padding:0 10px 0 0;
}

/* 著者・公開日・更新日部分 */
	.post-time {
		margin-top: 10px;
		margin-bottom: -20px;  /* 下に外側の余白 */
		color:#606060;
	}

.archive-title {
	font-size: 15px;
	font-size: 0.9375rem;
}
/*header 余白*/
.header-image {
	margin-top: 12px;
	margin-top: 0.75rem;
}
.site-header {
	padding: 18px 0;
	padding: 1.125rem 0;
}