@charset "utf-8";
body{
  image-rendering: -webkit-optimize-contrast;
}

#contents {
	border: 3px solid #259a3a;
	padding: 10px;
}
#contents h2 {
	margin: 0px;
}


#contents #storyTitle {
	min-height: 60px;
    margin-bottom: 10px;
}
#contents  #storyTitle  ul  li.date {
	float: left;
    color: #FFFFFF;
    text-align: center;
    height: 20px;
    margin-top: 20px;
    margin-right: 8px;
    margin-left: 8px;
    line-height: 20px;
    background-color: #DF5163;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 200em;
}
#contents #storyTitle ul li.title {
	float: left;
    font-size: 16px;
    font-weight: bold;
    max-width: 440px;
    margin-top: 21px;
}
#contents #storyTitle ul li.genre {
	float: right;
	padding-right: 10px;
	line-height: 60px;
	height: 60px;
	white-space: nowrap;
}
#contents #playerWrap {
	height: 128px;
}
#contents #playerWrap .playerBox {
	height: 108px;
	width: 302px;
	float: left;
	background-color: #EFEFEF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents #playerWrap .playerBox audio {
	display: block;
	margin: 0px;
	width: 300px;
}

#contents #playerWrap .narratorBox {
	float: right;
	width: 522px;
	height: 128px;
	background-position: 100% center;
}
#contents #story {
	padding-top: 15px;
}
#contents  #story  .title {
	height: 35px;
	background-color: #FBEEB6;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	margin: 0px;
	display: block;
	padding-left: 8px;
}
#contents #story .title .btnPdf {
	float: right;
	margin-top: -3px;
	margin-right: 10px;
}


#contents  #story  .storyText  {
	padding: 40px;
	line-height: 200%;
	font-size: 15px;
}




.htitle{}
.htitle .storyTitle{ margin-top: 2.0em;}
.htitle .storyTitle .date{ display: inline-block; padding: 0.1em 1.5em; line-height: 1.5; color: #FFFFFF; background: #DF5163; border-radius: 2.0em;}
.htitle .storyTitle .genre{ float: right;}
.htitle .storyTitle .title{ display: inline-block; margin-left: 1.0em; font-size: 16px; font-weight: bold; }
.htitle .storyTitle::after{ display: block; content: ""; clear: both;}
.htitle .movieWrap{ margin:2.0em 0 0 0; display: flex; align-items: center; flex-direction: row-reverse;}
.htitle .movieWrap .youtube{ margin:0; flex: 0 0 302px;}
.htitle .movieWrap .youtube a{ display: block; width: 300; height: 108px; background: url("images/bn-player.png") no-repeat center center / contain; position: relative;}
.htitle .movieWrap .youtube a span{ display: block; width: 1px; height: 1px; overflow: hidden; visibility: hidden;}
/*
.htitle .movieWrap .youtube a::after{ display: flex; justify-content: center; align-items: center; content: "準備中"; color: #FFFFFF; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8);}
*/
.htitle .movieWrap .voice{ margin:0; flex: 0 0 524px; height: 128px; background: url("images/bnr_na_tsuruta.png") no-repeat center center / contain; }
.htitle .movieWrap .voice.okazawa{ background-image: url("images/bnr_na_okazawa.png");}
.htitle .movieWrap .voice span{ display: block; width: 1px; height: 1px; overflow: hidden; visibility: hidden;}

.storyText p{ margin-top: 2.0em;}
.storyText blockquote{ font-size: 100%; margin-top: 2.0em;}
.storyText blockquote>*:first-child{ margin-top: 0;}
.storyText blockquote p{ text-indent: 0;}


