/* =================================
	drama news CSS
================================= */

.f75 { font-size: 75%;}
.lh130 { line-height: 130%;}

div.unit {
	padding-top:10px;
	margin-top:-10px;
}
div.unit article {
	color:#333;
}
div.board div.unit:nth-child(odd) article {
	background-color:hsla(0,0%,100%,0.9);
}
div.board div.unit:nth-child(even) article {
	background-color:hsla(0,0%,100%,0.9);
}
@media all and (min-width: 768px) {
div.board div.unit:not(:last-child) {
	margin-bottom:30px;
}
div.unit article {
}
div.unit article div.unit-inner {
	padding:20px;
}
}
@media all and (max-width: 767px) {
div.board div.unit:not(:last-child) {
	margin-bottom:15px;
}
div.unit article div.unit-inner {
	padding:12px;
}
}

/*	article
============================== */
div.unit article header {
}
div.unit article header h2, div.unit article div.unit-inner h3, div.unit article div.unit-inner h4, div.unit article header p {
	line-height:1.5;
}
div.unit article header h2, div.unit article div.unit-inner h3 {
}
div.unit article header {
	background-color:#0098dd;
	background-image:url(../img/cmn_h2_bg.png);
}
div.unit article header h2 {
	color:#fff;
	text-shadow:1px 2px 0 hsla(0,0%,0%,0.3);
	margin-bottom:0.5em;
}
div.unit article div.unit-inner h3 {
	color:#2a72ac;
	background-image:url(../img/bg_dot_lightblue.png);
	background-position:left top;
	background-repeat:repeat;
	padding:0.25em 0.7em;
	margin-bottom:0.75em;
}
div.unit article header p {
	font-family:'Passion One', 'sans serif';
	font-weight:normal;
	text-align:right;
	color:#333;
	background-color:hsla(204,76%,94%,0.5);
}
div.unit article div.unit-inner p.txt {
	line-height:1.5;
}
div.unit article div.unit-inner p.txt:not(:last-child) {
	margin-bottom:1.5em;
}
@media all and (min-width: 768px) {
div.unit article header {
	padding:10px 20px 5px;
}
div.unit article header p {
	padding-right:20px;
	margin:0 -20px;
}
div.unit article div.unit-inner p.txt {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
div.unit article header {
	padding:10px 12px 3px;
}
div.unit article header p {
	padding-right:12px;
	margin:0 -12px;
}
div.unit article div.unit-inner h3, div.unit article header p {
	font-size:87.5%;
}
div.unit article header h2 {
	font-size:100%;
}
div.unit article div.unit-inner p.txt {
	font-size:83%;
}

}

div.copy p {
	font-weight:bold;
	color:#004ed6;
	text-shadow:1px 2px 0 hsla(0,0%,100%,0.1);
	text-align:center;
	line-height:1.5;
	margin-bottom:0.5em;
}
@media all and (min-width: 768px) {
div.copy {
	margin-bottom:20px;
}
}
@media all and (max-width: 767px) {
div.copy {
	margin-bottom:12px;
}
div.copy p {
	font-size:87.5%;
}
}



/*	backtoSubMenu button
============================== */

div.unit article p.bktosub a,
div.unit article p.bktosub a span {
	display:block;
	width:36px;
	height:24px;
	overflow: hidden;
}
div.unit article p.bktosub a {
	text-decoration:none;
	background-color:#f0d6a8;
	margin:0 auto;
}
div.unit article p.bktosub a span {
	text-indent:110%;white-space:nowrap;overflow:hidden;
	background-image:url(../img/arrow16.svg);
	background-position:10px 4px;
	background-repeat:no-repeat;
	background-size:16px 100px;
	height:24px;
}
@media all and (min-width: 768px) {
div.unit article p.bktosub a:hover {
	background-color:#dea048;
}
}
@media all and (max-width: 767px) {
}

/* sub box
============================== */
section.subox {
	background-color:#fff;
	-webkit-box-shadow: hsla(0,0%,0%,0.1) 0 0 8px 0;
	box-shadow: hsla(0,0%,0%,0.1) 0 0 8px 0;
}
section.subox h4 {
	color:#000;
	line-height:1.5;
	border-bottom:2px solid #36aee0;
	padding:0 0.75em 0.5em;
	margin-bottom:1em;
}
@media all and (min-width: 768px) {
section.subox {
	padding:20px;
}
div.unit article div.unit-inner section.subox:not(:last-child) {
	margin-bottom:30px;
}
section.subox h4 {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
section.subox {
	padding:12px;
}
div.unit article div.unit-inner section.subox:not(:last-child) {
	margin-bottom:20px;
}
section.subox h4 {
	font-size:87.5%;
}
}


/*	news0530 float pic
============================== */
figure.cmn-pic-flo {
	float:left;
}
figure.cmn-pic-flo > p {
	border:1px solid #6ec4ea;
	background-color:#fff;
}
figure.cmn-pic-flo > p,
figure.cmn-pic-flo > p span {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
figure.cmn-pic-flo > p span,
figure.cmn-pic-flo > p span img {
	display:block;
}
figure.cmn-pic-flo > p span.lazy-done {
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}
figure.cmn-pic-flo > p span {
	background-size:cover;
}
@media all and (min-width: 768px) {
figure.cmn-pic-flo {
	width:260px;
	margin-right:16px;
	margin-bottom:16px;
}
figure.cmn-pic-flo > p {
	padding:9px;
}
figure.cmn-pic-flo > p span,
figure.cmn-pic-flo > p span img {
	width:240px;
	height:358px;
}
}
@media all and (max-width: 767px) {
figure.cmn-pic-flo {
	width:140px;
	margin-right:12px;
	margin-bottom:12px;
}
figure.cmn-pic-flo > p {
	padding:4px;
}
figure.cmn-pic-flo > p span,
figure.cmn-pic-flo > p span img {
	width:130px;
	height:194px;
}
figure.cmn-pic-flo > p span,
figure.cmn-pic-flo > p span img {
	width:130px;
	height:86px;
}
}


/*	float pic yoko
============================== */
figure.cmn-pic-flo-y > p {
	border:1px solid #6ec4ea;
	background-color:#fff;
}
figure.cmn-pic-flo-y > p,
figure.cmn-pic-flo-y > p span {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
figure.cmn-pic-flo-y > p span,
figure.cmn-pic-flo-y > p span img {
	display:block;
}
figure.cmn-pic-flo-y > p span.lazy-done {
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}
figure.cmn-pic-flo-y > p span {
	background-size:cover;
}
@media all and (min-width: 540px) {
figure.cmn-pic-flo-y {
	float:left;
}
figure.cmn-pic-flo-y {
	width:260px;
	margin-right:16px;
	margin-bottom:16px;
}
figure.cmn-pic-flo-y > p {
	padding:9px;
}
figure.cmn-pic-flo-y > p span,
figure.cmn-pic-flo-y > p span img {
	width:240px;
	height:159px;
}
}
@media all and (max-width: 539px) {
figure.cmn-pic-flo-y {
	width:240px;
	margin:0 auto 15px;
}
figure.cmn-pic-flo-y > p {
	padding:4px;
}
figure.cmn-pic-flo-y > p span,
figure.cmn-pic-flo-y > p span img {
	width:230px;
	height:152px;
}
}


/*	#onair
============================== */

dl.dl-onair dt, dl.dl-onair dd {
	line-height:1.6;
}
dl.dl-onair dt {
	color:#0099de;
	margin-bottom:0.25em;
}
dl.dl-onair dd {
	padding-bottom:0.5em;
	margin-bottom:0.5em;
}
@media all and (min-width: 768px) {
dl.dl-onair {
	margin-bottom:20px;
}
dl.dl-onair dt, dl.dl-onair dd {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
dl.dl-onair {
	margin-bottom:12px;
}
dl.dl-onair dt, dl.dl-onair dd {
	font-size:87.5%;
}
}




figure.qr-eight {
	padding-top:12px;
	width:200px;
	margin:0 auto;
}
figure.qr-eight span,
figure.qr-eight span img {
	display:block;
}
figure.qr-eight span {
	position:relative;
	height:0;
	background-image:url(../img/qr_eight.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding-top:100%;
}
figure.qr-eight span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {
}

/*	article (unitin)
============================== */
article.unitin {
	background-color:#e8f4fe !important;
}
@media all and (min-width: 768px) {
article.unitin div.unitin-inner {
	padding:20px;
}
article.unitin,
article.unitin section:not(:last-child) {
	margin-bottom:20px;
}
}
@media all and (max-width: 767px) {
article.unitin div.unitin-inner {
	padding:12px;
}
article.unitin,
article.unitin section:not(:last-child) {
	margin-bottom:12px;
}
}

article.unitin section h4 {
	font-size:87.5%;
	line-height:1.5;
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(0,0%,100%,1)), to(hsla(0,0%,100%,1)));
	background-image: linear-gradient(transparent 50%, hsla(0,0%,100%,1) 50%);
	margin-bottom:0.5em;
}
article.unitin section p {
	font-size:87.5%;
	line-height:1.75;
	word-break: break-all;
}

article.unitin section ol {
	list-style-type:decimal;
	margin-left:1.5em;
}
article.unitin section ul:not(.kome) {
	list-style-type:disc;
	margin-left:1em;
}
article.unitin section ol li,
article.unitin section ul li {
	font-size:87.5%;
	line-height:1.75;
	margin-bottom:0.25em;
}



figure.qr-line {
	width:200px;
	margin:0 auto;
}
figure.qr-line span,
figure.qr-line span img {
	display:block;
}
figure.qr-line span {
	position:relative;
	height:0;
	background-image:url(../img/qr_line.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding-top:100%;
}
figure.qr-line span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {
}




/*	#news0624 #news0627
============================== */
div#release0624 figure.cmn-pic-main > p span,
div#release0627 figure.cmn-pic-main > p span {
	padding-top:70.7692307692308%;
}
div#release0624 div.cmn-pic-sub figure > p span {
	padding-top:102.083333333333%;
}


/*	#news0705
============================== */
div#release0705 figure.cmn-pic-main > p span {
	padding-top:151.1627906976744%;
}
@media all and (min-width: 430px) {
div#release0705 figure.cmn-pic-main p {
	width:364px;
	margin:0 auto;
}
}
@media all and (max-width: 429px) {
}


/*	#news0714
============================== */
div#campaign figure.cmn-pic-main > p span {
	padding-top:133.3333333333%;
}
@media all and (min-width: 430px) {
div#campaign figure.cmn-pic-main p {
	width:364px;
	margin:0 auto;
}
}
@media all and (max-width: 429px) {
}


/*	#news0731
============================== */
div#news0731 figure.cmn-pic-main > p span,
div#cd figure.cmn-pic-main > p span {
	background-size:cover;
	padding-top:112.8846153846154%;
}
@media all and (min-width: 430px) {
div#news0731 figure.cmn-pic-main p,
div#cd figure.cmn-pic-main p {
	width:364px;
	margin:0 auto;
}
}
@media all and (max-width: 429px) {
}


/*	#comics
============================== */
div.pic-comics figure {
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.pic-comics figure.subpic-lef {
	float:left;
	padding-right:6px;
}
div.pic-comics figure.subpic-rig {
	float:right;
	padding-left:6px;
}
div.pic-comics figure p span,
div.pic-comics figure p span img {
	display:block;
}
div.pic-comics figure p span {
	position:relative;
	height:0;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:141.666666666667%;
}
div.pic-comics figure p span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
div.pic-comics {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
div.pic-comics {
	margin-bottom:15px;
}
}



/*	table
============================== */

div.tbl table tr {
	border-bottom:2px solid #fff;
}
div.tbl table th, main div.tbl table td {
	padding:0.25em 0.5em;
}
div.tbl table th {
	text-align:center;
	color:#fff;
	background-color:#0099de;
	vertical-align:middle;
}
div.tbl table tr:nth-child(odd) td {
	background-color:hsla(198,100%,43%,0.1);
}
div.tbl table tr:nth-child(even) td {
	background-color:hsla(198,100%,43%,0);
}
@media all and (min-width: 768px) {
div.tbl table {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
div.tbl table {
	margin-bottom:15px;
}
}
