/*
Theme Name:     Voice Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Voice Theme
Author:         Meks
Author URI:     http://mekshq.com
Template:       voice
Version:        0.1.0
*/

/* 利用するGoogleフォントをインポート */
@import url(https://fonts.googleapis.com/css?family=Lobster);

*{
font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
font-size: 16px;
}

@media only screen and (max-width: 500px) {
*{
font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
font-size: 15px;
}
}


p{
line-height: 1.8;
}

blockquote{
font-size:100%;
}


.entry-content a, .entry-content a:hover{
color:#ffa105;
text-decoration: underline;
}


.entry-content ul li{
	margin:0 0 10px 0;
	font-size:19px;
	list-style: disc outside;
	list-style-image: none;
	line-height: 34px;
	position:relative;
	color: #d83843;
}

.entry-content ul li span{
	color: #484848;
	font-size:16px;
	font-weight: bold;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

@media only screen and (max-width: 500px) {
		.entry-content ul li{
		margin:0 0 10px 0;
		font-size:19px;
		list-style: disc outside;
		list-style-image: none;
		line-height: 34px;
		position:relative;
		color: #d83843;
	}
	
	.entry-content ul li span{
		color: #484848;
		font-size:15px;
		font-weight: bold;
		font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	}
}/* デバイスの横幅が500px以下の場合 */

.entry-content ol li{
	margin:0 0 26px 10px;
	color: #484848;
	font-size:26px;
	font-family: 'Lobster';
	list-style: decimal outside;
	line-height: 26px;
}

.entry-content ol li span{
	color: #484848;
	font-size:16px;
	font-weight: bold;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

@media only screen and (max-width: 500px) {
	.entry-content ol li{
		margin:0 0 18px 0;
		color: #484848;
		font-size:20px;
		font-family: 'Lobster';
		list-style: decimal outside;
		line-height: 20px;
	}
	
	.entry-content ol li span{
		color: #484848;
		font-size:15px;
		font-weight: bold;
		font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	}
}/* デバイスの横幅が500px以下の場合 */

ul.toc_list a{
	margin:0 0 10px 0;
	font-size:15px;
	line-height: 30px;
	padding-left:5px;
}

ul.toc_list li:before{
	font-size:15px;
	list-style: none;
	list-style-image: none;
	border-style: none;
	background:none; 
	line-height: 30px;
}

ul.toc_list li:after{
	font-size:15px;
	list-style: none;
	list-style-image: none;
	border-style: none;
	background:none; 
	line-height: 30px;
}

.entry-content{
	font-size: 16px;
}




/*
.entry-content h2 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	padding: 0 0 10px 0;
	margin: 42px -10px 22px -10px;
	line-height: 1.7;
	border-bottom:3px solid #1e73be;
	position: relative;
}

@media only screen and (max-width: 500px) {
     
	.entry-content h2 {
		font-size: 20px;
		font-weight: bold;
		color: #333;
		padding: 0 0 10px 0;
		margin: 32px -10px 22px -10px;
		line-height: 1.7;
		border-bottom:3px solid #1e73be;
		position: relative;
	}

}/* デバイスの横幅が500px以下の場合 */



.entry-content h2{
position: relative;
font-size: 28px;
font-weight: bold;
color: #333;
margin: 42px -15px 42px -15px;
line-height: 1.7;
padding: 0.5em 1em;
border-top: solid 2px #333;
border-bottom: solid 2px #333;
}

.entry-content h2:before, .entry-content h2:after{
content: '';
position: absolute;
top: -7px;
width: 2px;
height: -webkit-calc(100% + 14px);
height: calc(100% + 14px);
background-color: #333;
}
.entry-content h2:before {left: 7px;}
.entry-content h2:after {right: 7px;}



@media only screen and (max-width: 500px) {
.entry-content h2{
position: relative;
font-size: 19px;
font-weight: bold;
color: #333;
margin: 32px -15px 32px -15px;
line-height: 1.7;
padding: 0.5em 1em;
border-top: solid 2px #333;
border-bottom: solid 2px #333;
}

.entry-content h2:before, .entry-content h2:after{
content: '';
position: absolute;
top: -7px;
width: 2px;
height: -webkit-calc(100% + 14px);
height: calc(100% + 14px);
background-color: #333;
}
.entry-content h2:before {left: 7px;}
.entry-content h2:after {right: 7px;}
}


.entry-content h3 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	padding: 9px 9px 9px 9px;
	position: relative;
	margin: 42px -5px 42px -5px;
	background: #e7e7e7;
	box-shadow: 0px 0px 0px 5px #e7e7e7;
	border: dashed 2px #fff;
	line-height: 1.5;
}

.entry-content h3:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #888;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}


@media only screen and (max-width: 500px) {
     
	.entry-content h3 {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding: 9px 9px 9px 9px;
	position: relative;
	margin: 32px -5px 32px -5px;
	background: #e7e7e7;
	box-shadow: 0px 0px 0px 5px #e7e7e7;
	border: dashed 2px #fff;
	line-height: 1.5;
	}

	.entry-content h3:after{
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #888;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	}
}/* デバイスの横幅が500px以下の場合 */













h3.newrelated{
	font-size: 22px;
	font-weight: bold;
	color: #333;
	padding: 0 9px 0 9px;
	position: relative;
	margin: 32px -5px 32px -5px;
	border-left: 4px solid #d6d6d6;
	line-height: 1.5;
}

@media only screen and (max-width: 500px) {
h3.newrelated{
		font-size: 17px;
		font-weight: bold;
		color: #333;
		padding: 0 9px 0 9px;
		position: relative;
		margin: 32px -5px 32px -5px;
		border-left: 4px solid #d6d6d6;
		line-height: 1.5;
}
}

/*
.entry-content h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 0 0 6px 0;
	position: relative;
	margin: 32px 0 32px 0;
	border-bottom: 2px solid #ddd;
}
.entry-content h4::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #ddd;
}


@media only screen and (max-width: 500px) {
     
	.entry-content h4 {
		font-size: 17px;
		font-weight: bold;
		color: #333;
		padding: 0 0 6px 0;
		position: relative;
		margin: 32px 0 32px 0;
		border-bottom: 2px solid #D6D6D6;
	}
	.entry-content h4::after {
		position: absolute;
		bottom: -2px;
		left: 0;
		z-index: 2;
		content: '';
		width: 20%;
		height: 2px;
		background-color: #D6D6D6;
	}
}/* デバイスの横幅が500px以下の場合 */





.entry-content h4 {
font-size: 16px;
font-weight: bold;
color: #333;
padding: 1.0em;
position: relative;
margin: 42px -15px 37px -15px;
border:solid 3px #d6d6d6;
border-radius: 25px;
}

.entry-content h4:before, .entry-content h4:after{
position: absolute;
content: '';
border: 15px solid transparent;
border-top: 15px solid #d6d6d6;
left: 10%;
bottom: -33px;
width: 0;
height: 0;
}

.entry-content h4:after {
position: absolute;
content: '';
border: 15px solid transparent;
border-top: 15px solid #fff;
left: 10%;
bottom: -30px;
width: 0;
height: 0;
}



@media only screen and (max-width: 500px) {
.entry-content h4 {
font-size: 15px;
font-weight: bold;
color: #333;
padding: 1.0em;
position: relative;
margin: 32px -15px 27px -15px;
border:solid 3px #d6d6d6;
border-radius: 25px;
}

.entry-content h4:before, .entry-content h4:after{
position: absolute;
content: '';
border: 15px solid transparent;
border-top: 15px solid #d6d6d6;
left: 10%;
bottom: -33px;
width: 0;
height: 0;
}

.entry-content h4:after {
position: absolute;
content: '';
border: 15px solid transparent;
border-top: 15px solid #fff;
left: 10%;
bottom: -30px;
width: 0;
height: 0;
}
}



#authorName{
font-weight: bold;
}

.masakeron-memo {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	padding: 0 0 10px 0;
	margin: 32px 0 22px 0;
	line-height: 1.7;
	border-bottom:3px solid #ddd;
	position: relative;
}

.masakeron-memo::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #1fa67a;
}



@media only screen and (max-width: 500px) {
     
	.masakeron-memo {
		font-size: 24px;
		font-weight: bold;
		color: #333;
		padding: 0 0 10px 0;
		margin: 32px 0 22px 0;
		line-height: 1.7;
		border-bottom:3px solid #ddd;
		position: relative;
	}
	
	.masakeron-memo::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #1fa67a;
}
	
}/* デバイスの横幅が500px以下の場合 */



/*h4のかわりのブロック*/
div.block-green {
	font-size: 16px;
	color: #fff;
	background-color:#1fa67a;
	width:100%;
	font-weight: noamal;
	padding: 15px 15px 15px 15px;
	margin: 32px 0 32px 0;
	line-height: 24px;
	border-radius: 25px 25px 25px 25px;
	position: relative;
}

@media only screen and (max-width: 500px) {
	    div.block-green {
		font-size: 15px;
		color: #fff;
		background-color:#1fa67a;
		width:100%;
		font-weight: normal;
		padding: 15px 15px 15px 15px;
		margin: 16px 0 16px 0;
		line-height: 24px;
		border-radius: 25px 25px 25px 25px;
		position: relative;
	} 

}/* デバイスの横幅が500px以下の場合 */




div.block-white {
	color: #383838;
	font-size: 16px;
	width:100%;
	padding: 15px 15px 15px 15px;
	margin-bottom: 32px;
	line-height: 28px;
	font-weight: noamal;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	border-radius: 25px 25px 25px 25px;
	position: relative;
}

@media only screen and (max-width: 500px) {
div.block-white {
	color: #383838;
	font-size: 15px;
	width:100%;
	padding: 15px 15px 15px 15px;
	margin-bottom: 30px;
	line-height: 28px;
	font-weight: noamal;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	border-radius: 25px 25px 25px 25px;
	position: relative;
}
}/* デバイスの横幅が500px以下の場合 */



/*ライタープロフィール用のブロック*/
div.block-profile {
	color: #383838;
	width:100%;
	max-width:600px;
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
	line-height: 28px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	border-radius: 25px 25px 25px 25px;
	position: relative;
}


/*アドセンス、スポンサーリンクの装飾*/
div.splk-kiji{
	color: #444444;
        font-size:16px;
	padding:8px 0 16px 0;
	text-align:center;
	max-width:336px;
	margin: 0 auto;
}

@media only screen and (max-width: 500px) {
	div.splk-kiji{
		color: #444444;
	        font-size:16px;
		padding:8px 0 16px 0;
		text-align:center;
		margin: 0 auto;
	}
}

div.splk-kiji-koukoku{
	font-size: 14px;
	line-height: 14px;
	padding:4px 8px;
	text-align:center;
	margin: 0 auto;
}

@media only screen and (max-width: 500px) {
div.splk-kiji-koukoku{
	font-size: 12px;
	line-height: 12px;
	padding:2px;
	text-align: center;
	margin: 0 auto;
}
}

div.splk-beginning{
	color: #9b9b9b;
        font-size:16px;
	padding:21px 0 49px 0;
	text-align:center;
	max-width:336px;
	margin: 0 auto;
}


div.splk-after{
	color: #444444;
        font-size:16px;
	padding:8px 0 32px 0;
	text-align:center;
	max-width:336px;
	margin: 0 auto;
}

@media only screen and (max-width: 500px) {
	div.splk-after{
		color: #444444;
	        font-size:16px;
		padding:8px 0 32px 0;
		text-align:center;
		margin: 0 auto;
	}
}

div.splk-after-koukoku{
	font-size: 14px;
	line-height: 14px;
	padding:4px 8px;
	text-align: center;
	margin: 0 auto;
}

@media only screen and (max-width: 500px) {
div.splk-after-koukoku{
	font-size: 12px;
	line-height: 12px;
	padding:2px;
	text-align: center;
	margin: 0 auto;
}
}

div.splk-footer{
	background: #ffffff;
	color: #444444;
	font-size:16px;
    	padding: 8px 0 0px 0;
    	text-align: center;
    	margin-bottom: 0;
}



/*
div.splk-footer-koukoku{
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	background-color: lightgrey;
	padding:2px 4px;
	text-align: left;
	border-bottom-right-radius: 4px;
	max-width:32px;
}
*/

div.splk-footer-koukoku{
	font-size: 12px;
	line-height: 12px;
	padding:2px;
	text-align: center;
	margin: 0 auto;
}

div.splk-side{
	background: #ffffff;
	color: #444444;
	font-size: 18px;
    	line-height: 28px;
    	padding: 12px 0 12px 0;
    	text-align: center;
    	margin-bottom: 0;
}

div.splk-mobile-banar{
	color: #9b9b9b;
        font-size:16px;
	padding:2px 0 2px 0;
	margin: 0 0 0 -10px;
	text-align:center;
}

div.splk-mobile-banar-koukoku{
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	background-color: lightgrey;
	padding:2px 4px 2px 4px;
	text-align: left;
	border-bottom-right-radius: 4px;
	max-width:32px;
	margin: -15px 0 0 0;

}

div.splk-after-after{
	padding:10px 0 0 0;
	border-top:2px solid #ddd;
}

@media only screen and (max-width: 500px) {
	div.splk-after-after{
	padding:12px 0 0 0;
	border-top:2px solid #ddd;
	}
}


/*アドセンス、スポンサーリンクの装飾*/


/*文字色用*/
.green{
	color:#1fa67a;
	font-weight:bold;
}

.red{
	color:#df3c46;
	font-weight:bold;
}

/*
.pink{
	color:#E35E65;
	font-weight:bold;
}
*/

.pink{
	font-size: 18px;
	margin: auto .2em;
	background: linear-gradient(transparent 80%, #f78c92 80%);
	font-weight:bold;
}

@media only screen and (max-width: 500px) {
.pink{
	font-size: 16px;
	margin: auto .2em;
	background: linear-gradient(transparent 80%, #f46f76 80%);
	font-weight:bold;
}
}

/*
.blue{
	color:#489cdf;
	font-weight:bold;
}
*/

.blue{
	font-size: 18px;
	margin: auto .2em;
	background: linear-gradient(transparent 80%, #a7d6ff 80%);
	font-weight:bold;
}

@media only screen and (max-width: 500px) {
.blue{
	font-size: 16px;
	margin: auto .2em;
	background: linear-gradient(transparent 80%, #a7d6ff 80%);
	font-weight:bold;
}
}

/*
.yellow{
	color:#ffa105;
	font-weight:bold;
}
*/

.yellow{
	font-size: 18px;
	margin: auto .2em;
	background: linear-gradient(transparent 80%, #ffc778 80%);
	font-weight:bold;
}

@media only screen and (max-width: 500px) {
.yellow{
	font-size: 16px;
	margin: auto .2em;
	background: linear-gradient(transparent 80%, #ffc778 80%);
	font-weight:bold;
}
}


.orange{
	color:#ff6706;
	font-weight:bold;
}

/*
.purple{
	color:#9370D8;
	font-weight:bold;
}
*/

.purple{
	font-size: 18px;
	margin: auto .2em;
	background: linear-gradient(transparent 80%, #c6abfc 80%);
	font-weight:bold;
}

@media only screen and (max-width: 500px) {
.purple{
	font-size: 16px;
	margin: auto .2em;
	background: linear-gradient(transparent 80%, #b592fa 80%);
	font-weight:bold;
}
}

.brown{
	color:#C37B5C;
	font-weight:bold;
}

.char-big{
font-size: 18px;
}

@media only screen and (max-width: 500px) {
	.char-big{
	font-size: 16px;
	}
}/* デバイスの横幅が500px以下の場合 */


.char-small{
font-size: 14px;
}

@media only screen and (max-width: 500px) {
     
	.char-small{
	font-size: 12px;
	}
}/* デバイスの横幅が500px以下の場合 */

.char-normal{
}

.char-yellowline{
background-color:#ffff88;
}

ul, ol {
    margin: 42px 0 42px 20px;
}

.masakeron-home{
	text-align: center;
	padding:15px 0 0 0;
}

.entry-content iframe{
	max-width:100%;
	max-height:auto;
}


h1, h2, h3, h4, h5, h6, blockquote, .vce-post-link, .site-title, .site-title a, .main-box-title, .comment-reply-title, .entry-title a, .vce-single .entry-headline p, .vce-prev-next-link, .author-title, .mks_pullquote, .widget_rss ul li .rsswidget, #bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink {
font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.main-navigation a, .sidr a {
font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body, .mks_author_widget h3, .site-description, .meta-category a, textarea {
font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

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