/*
Theme Name:   Twenty Fifteen Child
Theme URI:    https://wordpress.org/themes/twentyfifteen/
Description:  Twenty Fifteen Child Theme
Author: the WordPress team
Author URI: https://wordpress.org/
Template:     twentyfifteen
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twenty-fifteen-child
*/



/*追加css*/
.my_adslot1 {
/*
	width: 320px; height: 100px; margin:0 0 1em; text-align:center; clear:both;
*/
	width: 300px; height: 250px; margin:0 0 1em; text-align:center; clear:both;
}
@media(min-width: 38.75em) {
	.my_adslot1 { width: 336px; height: 280px; margin:0;
	}
}
@media(min-width: 59.5em) {
	.my_adslot1 { width: 160px; height: 600px; margin:0;
	}
}
@media(min-width: 79.5em) {
	.my_adslot1 {
		width: 300px; height: 600px; margin:0;
	}
}
.my_adslot2 {
	width: 300px; height: 250px; margin:0 0 2em; text-align:center; clear:both;
}
@media(min-width: 38.75em) {
	.my_adslot2 {
		width: 336px; height: 280px; margin:-3em 0 3em;
	}
}
.my_adslot3 {
/*
	width: 320px; height: 100px; margin:0; text-align:center; clear:both;
*/
	width: 300px; height: 250px; margin:0; text-align:center; clear:both;
}
@media(min-width: 38.75em) {
	.my_adslot3 { width: 300px; height: 250px; margin:0;
	}
}
@media(min-width: 77em) {
	.my_adslot3 {
		width: 728px; height: 90px; margin:0;
	}
}
div#my_adslot3back{
	text-align:center;
	margin:0;
	padding:0.5em 0 0;
	background-color:#ffffff;
}
@media(min-width: 38.75em) {
/*
	div#my_adslot3back { margin-bottom:4em; background-color:#f1853c;
	}
*/
	div#my_adslot3back { margin-bottom:4em; background-color:#000000;
	}
}
.my_adslot4 {
/*
	width: 320px; height: 100px; margin:0 0 1em; text-align:center; clear:both;
*/
	width: 300px; height: 250px; margin:0 0 1em; text-align:center; clear:both;
}
@media(min-width: 38.75em) {
	.my_adslot4 { width: 336px; height: 280px; margin:0;
	}
}
@media(min-width: 59.5em) {
	.my_adslot4 { width: 234px; height: 60px; margin:0;
	}
}
@media(min-width: 79.5em) {
	.my_adslot4 {
		width: 300px; height: 250px; margin:0;
	}
}
.tc{
text-align:center;
}
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea{
	font-family: 'Kite One', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif !important;
	font-weight:normal;
}
.entry-title {
	font-weight:normal;
	font-size: 31px;
	font-size: 3.1rem;
}
@media screen and (min-width: 38.75em) {
	.entry-title {
		font-size: 38px;
		font-size: 3.8rem;
	}
}
ul, li{
	margin-left:0.8em;
	list-style-type:circle;
}
/*
h1.site-title a,
p.site-title a {
	border-bottom: 1px solid transparent;
}
h1.site-title a:hover,
p.site-title a:hover {
	border-bottom: 1px solid #333;
}
*/
h1.site-title a:hover,
p.site-title a:hover,
h2.entry-title a:hover{
	text-decoration:underline;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
	background-image: -moz-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
	background-image: -o-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
	background-image: -ms-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
}
h1.site-title a:hover,
p.site-title a:hover{
	border:0;
}
aside li a:hover,
div.nav-links a:hover{
	text-decoration:underline;
}
aside li a:hover{
	color: #f75775;
}
div.entry-content h2{
	margin-bottom:0.6em;
}
div.entry-content h2 span{
	background-color:#fbe89d;
	padding:0 0.3em;
}
div.entry-content a,
div.entry-summary a{
	font-weight:bold;
	color: #f75775;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-bottom: 0;
/*	text-decoration: underline;*/
}
@media(min-width: 38.75em) {
	div.entry-content a,
	div.entry-summary a { font-weight:normal;
	}
}
div.entry-content a:hover,
div.entry-summary a:hover {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
	background-image: -moz-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
	background-image: -o-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
	background-image: -ms-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
}
div.entry-content ul li{
	margin-bottom:1em;
}
p.bquo,
p.bquo2{
	background: #cbf5ff url(http://murakami-haruki-times.com/murakamiharukitimes/wp-content/uploads/quote_open.gif) no-repeat 10px 10px;
	padding: 0.8em;
	text-indent: 1em;
}
p.bquo{
	margin-bottom:0.3em;
}
p.bquo span,
p.bquo2 span{
	background: url(http://murakami-haruki-times.com/murakamiharukitimes/wp-content/uploads/quote_close.gif) no-repeat bottom right;
	display: block;
}
p.tr{
	text-align:right;
}
.textcc2929{
	color:#cc2929;
}
a:focus{
	outline: none;
}
/*アマゾンリンク*/
	p.amazontext{
		padding-top:2.5em;
		clear:both;
/*		text-align:center;*/
	}
	ul.amazonlink{
		margin:1em 0 3em !important;
		padding:0 !important;
		clear:both;
	}
	ul.amazonlink li{
		margin:0 1px 2em 0 !important;
		padding:0 !important;
		list-style-type:none !important;
		text-align:center;
		width:90px;
		font-size:12px;
		line-height:1.3em;
		float:left;
	}
	ul.amazonlink li.w151{
		width:151px
		}
	ul.amazonlink li#w98{
		width:98px
		}
	ul.amazonlink li.w94{
		width:94px
		}
	ul.amazonlink li#w102{
		width:102px
		}
	ul.amazonlink li#w91{
		width:98px
		}
	ul.amazonlink li.w124{
		width:124px
		}
		ul.amazonlink li img{
		margin-bottom:5px;
	}
/*ここまでアマゾンリンク*/

.posted-on,
.byline,{
	display:none;
}
div.comment-metadata{
	visibility:hidden;
}
ol.comment-list li{
	list-style-type:none;
}

/*日時と作成者のリンク*/
.posted-on,
.byline{
	display:none;
}
/*ここまで日時と作成者のリンク*/

/*ここまで追加css*/