/* =================================
	drama lower CSS
================================= */

/*	header
============================== */
header.header {
	background-color:hsla(0, 0%, 100%, 0.5);
	overflow:hidden;
}
header.header div.header-inner {
	text-align:left;
}
header.header div.header-inner p a,
header.header div.header-inner p span {
	display:block;
}
header.header div.header-inner p span {
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
header.header div.header-inner p.logo a.lazy-done {
	-webkit-animation: fadeInLeft 500ms;
	animation: fadeInLeft 500ms;
}
header.header div.header-inner p.date span.lazy-done {
	-webkit-animation: fadeInRight 500ms;
	animation: fadeInRight 500ms;
}
@media all and (min-width: 768px) {
header.header div.header-inner {
	width:980px;
	height:180px;
	position:relative;
	margin:0 auto;
}
header.header div.header-inner p {
	position:absolute;
}
header.header div.header-inner p.logo {
	left:10px;
	top:45px;
}
header.header div.header-inner p.date {
	right:10px;
	top:55px;
}
header.header div.header-inner p.logo a {
	width:670px;
	height:90px;
}
header.header div.header-inner p.date span {
	width:248px;
	height:79px;
}
}
@media all and (max-width: 767px) {
header.header div.header-inner {
	padding:12px 15px;
}
header.header div.header-inner p.logo {
	padding-bottom:8px;
}
header.header div.header-inner p.logo a {
	position:relative;
	height:0;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:13.4328358208955%;
}
header.header div.header-inner p.logo a span {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
header.header div.header-inner p.date {
	width:124px;
	margin:0 auto;
}
header.header div.header-inner p.date span {
	height:40px;
	background-size:cover;
}
}

/*	slider menu
============================== */
div.menu {
	background-color:#0086cc;
	background-image:url(../img/bg_cmn_menu.png);
	background-repeat:repeat;
/*
	background-image: -webkit-gradient(linear, left top, right top, from(hsla(272,100%,78%,0)), color-stop(0.25, hsla(272,100%,78%,1)), color-stop(0.75, hsla(272,100%,78%,1)), to(hsla(272,100%,78%,0)));
	background-image: -webkit-linear-gradient(left, hsla(272,100%,78%,0), hsla(272,100%,78%,1) 25%, hsla(272,100%,78%,1) 75%, hsla(272,100%,78%,0));
	background-image: linear-gradient(to right, hsla(272,100%,78%,0), hsla(272,100%,78%,1) 50%, hsla(272,100%,78%,1) 75%, hsla(272,100%,78%,0));
*/
	padding:5px 0;
}
div.menu > nav {
	position:relative;
}
div.menu > nav div.outer {
	overflow:hidden;
}
div.menu > nav ul {
	list-style-type:none;
}
div.menu > nav div.outer ul {
	-webkit-transform: translateZ(0);
	display:table;
}
div.menu > nav div.outer ul li {
	display:table-cell;
}
div.menu > nav ul li a,
div.menu > nav ul li a span {
	display:block;
}
div.menu > nav ul li a {
	text-decoration:none;
}
div.menu > nav div.outer ul li a {
	background-color:#fff;
	text-align:center;
	line-height:1.25;
	padding:0.25em 1.25em 0.5em;
	border-color:#99d6f0;
	border-style:solid;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.cmn div.menu > nav div.outer ul li a:before,
.cmn div.menu > nav div.outer ul li a span {
	white-space:nowrap;
}
.cmn div.menu > nav div.outer ul li a:before {
	display:block;
	color:#000;
	font-family:'Passion One', 'sans serif';
	font-weight:normal;
	text-shadow:1px 2px 0 hsla(0,0%,0%,0.1);
	margin-bottom:0.1em;
}
.cmn div.menu > nav div.outer ul li a span {
	color:#0086cc;
}
div.menu > nav div.outer ul li a:hover,
.news div.menu > nav div.outer ul li.mnews a,
.intro div.menu > nav div.outer ul li.mintro a,
.cast div.menu > nav div.outer ul li.mcast a,
.staff div.menu > nav div.outer ul li.mstaff a,
.music div.menu > nav div.outer ul li.mmusic a,
.story div.menu > nav div.outer ul li.mstory a,
.bbs div.menu > nav div.outer ul li.mbbs a,
.original div.menu > nav div.outer ul li.moriginal a,
.report div.menu > nav div.outer ul li.mreport a,
.chart div.menu > nav div.outer ul li.mchart a,
.interview div.menu > nav div.outer ul li.minterview a,
.present div.menu > nav div.outer ul li.mpresent a,
.gallery div.menu > nav div.outer ul li.mgallery a {
	background-color:#cceaf7;
}

.cmn div.menu > nav div.outer ul li.mhome a:before {content:"TOP";}
.cmn div.menu > nav div.outer ul li.mnews a:before {content:"NEWS";}
.cmn div.menu > nav div.outer ul li.mintro a:before {content:"INTRODUCTION";}
.cmn div.menu > nav div.outer ul li.mcast a:before {content:"CAST";}
.cmn div.menu > nav div.outer ul li.mstaff a:before {content:"STAFF";}
.cmn div.menu > nav div.outer ul li.mmusic a:before {content:"MUSIC";}
.cmn div.menu > nav div.outer ul li.mstory a:before {content:"STORY";}
.cmn div.menu > nav div.outer ul li.mchart a:before {content:"CHART";}
.cmn div.menu > nav div.outer ul li.moriginal a:before {content:"ORIGINAL";}
.cmn div.menu > nav div.outer ul li.mreport a:before {content:"REPORT";}
.cmn div.menu > nav div.outer ul li.minterview a:before {content:"INTERVIEW";}
.cmn div.menu > nav div.outer ul li.mpresent a:before {content:"PRESENT";}
.cmn div.menu > nav div.outer ul li.mgallery a:before {content:"GALLERY";}
.cmn div.menu > nav div.outer ul li.mbbs a:before {content:"BBS";}

@media all and (min-width: 768px) {
div.menu {
	background-position:center top;
}
div.menu > nav {
	width:980px;
	margin:0 auto;
}
div.menu > nav div.outer {
	margin:0 30px;
}
div.menu > nav div.outer ul li:not(:last-child) {
	padding-right:8px;
}
div.menu > nav div.outer ul li a {
	border-width:3px;
	border-radius:8px;
	/* -webkit-box-shadow:0 0 15px hsla(0,0%,0%,0.3) inset;
	box-shadow:0 0 15px hsla(0,0%,0%,0.3) inset; */
}
.cmn div.menu > nav div.outer ul li a:before {
	font-size:150%;
}
.cmn div.menu > nav div.outer ul li a span {
	font-size:75%;
}
}
@media all and (max-width: 767px) {
div.menu {
	background-position:left top;
	background-size:30px;
}
div.menu > nav div.outer {
	margin:0 26px;
}
div.menu > nav div.outer ul li:not(:last-child) {
	padding-right:4px;
}
div.menu > nav div.outer ul li a {
	border-width:2px;
	border-radius:6px;
	/* -webkit-box-shadow:0 0 10px hsla(0,0%,0%,0.3) inset;
	box-shadow:0 0 10px hsla(0,0%,0%,0.3) inset; */
}
.cmn div.menu > nav div.outer ul li a:before {
	font-size:112.5%;
}
.cmn div.menu > nav div.outer ul li a span {
	font-size:62.5%;
}
div.menu > nav div.outer ul li a span {
}
}
/* ctrl */
div.menu > nav ul.ctrl li {
	position:absolute;
	top:50%;
	margin-top:-17px;
}
div.menu > nav ul.ctrl li.ctrl-lef {
	left:0;
}
div.menu > nav ul.ctrl li.ctrl-rig {
	right:0;
}
div.menu > nav ul.ctrl li a {
	width:24px;
	height:34px;
	background-image:url(../img/arrow40.svg);
	background-repeat:no-repeat;
	background-size:136px 34px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	background-color:#eaeab8;
}
div.menu > nav ul.ctrl li.ctrl-lef a {
	background-position:-5px 0;
}
div.menu > nav ul.ctrl li.ctrl-rig a {
	background-position:-39px 0;
}
div.menu > nav ul.ctrl li a.hidebtn {
	opacity:0.25;
	cursor:default;
}
@media all and (min-width: 768px) {
div.menu > nav ul.ctrl li.ctrl-lef a:not(.hidebtn):hover {
	background-position:-73px 0;
}
div.menu > nav ul.ctrl li.ctrl-rig a:not(.hidebtn):hover {
	background-position:-107px 0;
}
}
@media all and (max-width: 767px) {
}

/*	contents
============================== */
div.contents {
	background-image: -webkit-gradient(linear, center top, center bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0)));
	background-image: linear-gradient(hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0));
}
@media all and (max-width: 767px) {
}

/*	column
============================== */
div.col-wrap {
	text-align:left;
}
div.col-lef {
	background-color:hsla(198,90%,52%,0.5);
	background-image:url(../img/cmn_brd_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
@media all and (min-width: 768px) {
div.col-wrap {
	width:980px;
	margin:0 auto;
	padding-top:40px;
	background-image:url(../img/icon_grass.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
div.col-wrap div.col-lef {
	width:656px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
	border:2px solid #36aee0;

	-webkit-box-shadow: hsla(0,0%,100%,0.7) 0 0 12px 0;
	box-shadow: hsla(0,0%,100%,0.7) 0 0 12px 0;

}
div.col-lef main {
}
div.col-wrap div.col-rig {
	width:300px;
	float:right;
/*	background-color:hsla(0,0%,0%,0.3); */
}
}
@media all and (max-width: 767px) {
div.col-lef {
	background-size:contain;
	border-top:4px solid #36aee0;
	border-bottom:4px solid #36aee0;
}
}

/*	main
============================== */
main > article > header {
	position:relative;
}
main > article > header h1 {
	position:absolute;
	left:0;
	top:0;
	background-image:url(../img/cmn_h1_balloon.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	z-index:5;
}
.intro main > article > header h1,
.bbs main > article > header h1,
.report main > article > header h1,
.interview main > article > header h1,
.chart main > article > header h1,
.gallery main > article > header h1,
.present main > article > header h1 {
	background-position:left top;
}
main > article > header span,
main > article > header span img {
	display:block;
}
main > article > header h1 span {
	background-image:url(../img/cmn_h1.png?0001);
	background-repeat:no-repeat;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
main > article > header span.ico-bicycle {
	position:absolute;
	right:12px;
	bottom:0;
	background-position:left top;
	background-repeat:no-repeat;
}
main > article > header > span.lazy-done {
	-webkit-animation: fadeInLeft 700ms;
	animation: fadeInLeft 700ms;
}
div.board {
	background-color:hsla(0,0%,100%,0.85);
}
@media all and (min-width: 768px) {
main > article > header {
	height:110px;
}
main > article > header h1,
main > article > header h1 span {
	width:384px;
	height:132px;
}
.news main > article > header h1 span {background-position:left top;}
.intro main > article > header h1 span {background-position:0 -132px;}
.cast main > article > header h1 span {background-position:0 -264px;}
.staff main > article > header h1 span {background-position:0 -396px;}
.original main > article > header h1 span {background-position:0 -528px;}
.bbs main > article > header h1 span {background-position:0 -660px;}
.story main > article > header h1 span {background-position:0 -792px;}
.report main > article > header h1 span {background-position:0 -924px;}
.interview main > article > header h1 span {background-position:0 -1056px;}
.chart main > article > header h1 span {background-position:0 -1188px;}
.gallery main > article > header h1 span {background-position:0 -1320px;}
.present main > article > header h1 span {background-position:0 -1452px;}
main > article > header span.ico-bicycle,
main > article > header span.ico-bicycle img {
	width:180px;
	height:66px;
}
div.board {
	padding:24px;
	margin:0 12px 12px;
}
}
@media all and (max-width: 767px) {
main > article > header {
	height:80px;
}
main > article > header h1,
main > article > header h1 span {
	width:279px;
	height:96px;
}
main > article > header h1 {
	background-size:279px 203px;
}
main > article > header h1 span {
	background-size:279px 1152px;
}
.news main > article > header h1 span {background-position:left top;}
.intro main > article > header h1 span {background-position:0 -96px;}
.cast main > article > header h1 span {background-position:0 -192px;}
.staff main > article > header h1 span {background-position:0 -288px;}
.original main > article > header h1 span {background-position:0 -384px;}
.bbs main > article > header h1 span {background-position:0 -480px;}
.story main > article > header h1 span {background-position:0 -576px;}
.report main > article > header h1 span {background-position:0 -672px;}
.interview main > article > header h1 span {background-position:0 -768px;}
.chart main > article > header h1 span {background-position:0 -864px;}
.gallery main > article > header h1 span {background-position:0 -960px;}
.present main > article > header h1 span {background-position:0 -1056px;}
main > article > header span.ico-bicycle,
main > article > header span.ico-bicycle img {
	width:120px;
	height:44px;
}
main > article > header span.ico-bicycle {
	background-size:cover;
}
div.board {
	background-color:hsla(0,0%,100%,0.85);
	padding:12px;
	margin:0 12px 12px;
}
}

/*	figure (main)
============================== */
figure.cmn-pic-main > p {
	border:1px solid #6ec4ea;
	background-color:#fff;
	/* background-image: -webkit-gradient(linear, center top, center bottom, from(#d9eafc), color-stop(0.5, #fff), to(#d9eafc));
	background-image: linear-gradient(#d9eafc, #fff 50%, #d9eafc); */
}
figure.cmn-pic-main > p,
figure.cmn-pic-main > p span {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
figure.cmn-pic-main > p span,
figure.cmn-pic-main > p span img {
	display:block;
}
figure.cmn-pic-main > p span.lazy-done {
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}
figure.cmn-pic-main > p span {
	position:relative;
	height:0;
	background-repeat:no-repeat;
	background-position:center center;
	padding-top:66.0714285714286%;
}
figure.cmn-pic-main > p span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
figure.cmn-pic-main figcaption {
	margin-top:12px;
	text-align:center;
}
figure.cmn-pic-main figcaption > span {
	background-color:#d4eef9;
	padding:0.25em 0.2em;
	line-height:1.5;
	font-size:75%;
}
@media all and (min-width: 768px) {
figure.cmn-pic-main > p {
	padding:9px;
}
div.board figure.cmn-pic-main:not(:last-child) {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
figure.cmn-pic-main > p {
	padding:4px;
}
figure.cmn-pic-main > p span {
	background-size:cover;
}
div.board figure.cmn-pic-main:not(:last-child) {
	margin-bottom:20px;
}
}


/*	figure (sub)
============================== */
div.cmn-pic-sub figure {
	width:50%;
}
div.cmn-pic-sub figure.subpic-lef {
	float:left;
}
div.cmn-pic-sub figure.subpic-rig {
	float:right;
}
div.cmn-pic-sub figure > p {
	border:1px solid #6ec4ea;
	background-color:#fff;
	/* background-image: -webkit-gradient(linear, center top, center bottom, from(#d9eafc), color-stop(0.5, #fff), to(#d9eafc));
	background-image: linear-gradient(#d9eafc, #fff 50%, #d9eafc); */
}
div.cmn-pic-sub figure > p span {
	position:relative;
	height:0;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:66.0714285714286%;
}
div.cmn-pic-sub figure > p span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
div.cmn-pic-sub figure > p span,
div.cmn-pic-sub figure > p span img {
	display:block;
}
div.cmn-pic-sub figure > p span.lazy-done {
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}
@media all and (min-width: 768px) {
div.cmn-pic-sub figure > p {
	padding:9px;
}
div.cmn-pic-sub figure.subpic-lef > p {margin-right:6px}
div.cmn-pic-sub figure.subpic-rig > p {margin-left:6px}
div.board div.cmn-pic-sub:not(:last-child) {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
div.cmn-pic-sub figure > p {
	padding:4px;
}
div.cmn-pic-sub figure.subpic-lef > p {margin-right:2px}
div.cmn-pic-sub figure.subpic-rig > p {margin-left:2px}
div.board div.cmn-pic-sub:not(:last-child) {
	margin-bottom:20px;
}
}




/*	submenu
============================== */
div.submenu nav ul li a {
	text-decoration:none;
}
div.submenu nav ul li:before {
	content:"";
	display:block;
	background-image:url(../img/arrow16.svg);
	background-repeat:no-repeat;
	background-size:16px 100px;
	background-position:0 -39px;
	width:16px;
	height:18px;
	float:left;
	margin-right:6px;
}
@media all and (min-width: 768px) {
div.submenu nav ul li {
	line-height:18px;
	margin-bottom:0.5em;
}
div.submenu nav ul li:before {
	float:left;
	background-color:#f0d6a8;
	margin-right:6px;
}
div.submenu {
	margin-bottom:30px;
}
div.submenu nav ul li a:hover {
	text-decoration:underline;
}
div.submenu nav ul li a > span {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
div.submenu nav ul li a, div.submenu nav ul li a span {
	display:block;
}
div.submenu {
	margin-bottom:20px;
}
div.submenu nav ul li {
	position:relative;
	background-color:#f0d6a8;
	margin-bottom:2px;
}
div.submenu nav ul li:before {
	position:absolute;
	left:4px;
	top:50%;
	margin-top:-9px;
}
div.submenu nav ul li a {
	display:block;
	background-color:hsla(0,0%,100%,0.2);
	line-height:18px;
	height:18px;
	padding:0.5em;
	margin-left:24px;
}
div.submenu nav ul li a > span {
	font-size:83%;
}
}


/*	kome
============================== */
main ul.kome li, main ul.kome2 li {
	color:#5e5e5e;
	line-height:1.5;
	margin-bottom:0.25em;
}
main div.nuri ul.kome li {
	color:#000;
}
main article#books ul.kome li {
	color:#c00;
}
main ul.kome li:before, main ul.kome2 li:before {
	display:block;
	float:left;
	font-family:serif;
}
main ul.kome li:before {
	content:"※";
}
main ul.kome2 li:nth-child(1):before {
	content:"※1";
}
main ul.kome2 li:nth-child(2):before {
	content:"※2";
}
main ul.kome li span, main ul.kome2 li span {
	display:block;
}
main ul.kome li span {
	padding-left:1.5em;
}
main ul.kome2 li span {
	padding-left:2.5em;
}
main div.unit-inner ul.kome:not(:last-child) {
	margin-bottom:1.5em;
}
@media all and (min-width: 768px) {
main ul.kome li, main ul.kome2 li {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
main ul.kome li, main ul.kome2 li {
	font-size:83%;
}
}

main ul.dotted {
	list-style-type:disc;
	margin-left:1.25em;
}
main ul.dotted li {
	line-height:1.5;
	margin-bottom:0.25em;
}
main div.unit-inner ul.dotted:not(:last-child) {
	margin-bottom:1.5em;
}
@media all and (min-width: 768px) {
main ul.dotted li {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
main ul.dotted li {
	font-size:83%;
}
}



/*	special
============================== */
div.menu-sp {
	background-color:hsla(272,100%,78%,1);
}
div.menu-sp nav h2 {
	margin-bottom:0.5em;
}
div.menu-sp nav h2::before {
	content:"Special Contents";
	display:block;
	text-align:center;
	line-height:1.5;
	font-family: 'Judson', 'sans serif';
	text-shadow:1px 2px 0 hsla(0,0%,0%,0.2);
	font-size:150%;
}
div.menu-sp nav h2 span {
	display:block;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
@media all and (min-width: 768px) {
div.menu-sp {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
div.menu-sp {
	padding:10px 0;
}
}

/*	carousel
============================== */
div.carousel {
	position:relative;
}
div.carousel div.outer {
	position:relative;
	margin:0 30px;
	overflow:hidden;
	height:118px;
}
div.carousel div.outer ul {
	position:absolute;
	display:table;
	-webkit-transform: translateZ(0);
}
div.carousel div.outer ul.inner li {
	display:table-cell;
	padding-right:6px;
}
div.carousel div.outer ul.inner li > a,
div.carousel div.outer ul.inner li > a > span,
div.carousel div.outer ul.inner li > a > span > img {
	display:block;
}
div.carousel div.outer ul.inner li > a {
	text-decoration:none;
	background-color:hsla(0,0%,100%,0.5);
}
div.carousel div.outer ul.inner li > a > span {
	position:relative;
	background-position:center top;
	background-size:cover;
}
div.carousel div.outer ul.inner li > a > span > img {
	width:210px;
	height:118px;
}

/*	disc
============================== */
div.carousel ul.ctrl-disc {
	text-align:center;
	height:34px;
	/* background-color:hsla(0,0%,100%,0.5); */
}
div.carousel ul.ctrl-disc li {
	display:inline-block;
	width:24px;
	padding-top:9px;
}
div.carousel ul.ctrl-disc li a {
	display:inline-block;
	text-decoration:none;
	width:16px;
	height:16px;
	background-color:hsla(0,0%,100%,0.6);
	border-radius:8px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.carousel ul.ctrl-disc li a.now {
	background-color:#006a6a;
}

/*	arrow
============================== */
div.carousel ul.ctrl-arrow li {
	position:absolute;
	top:50%;
	margin-top:-17px;
}
div.carousel ul.ctrl-arrow li.ctrl-lef {
	left:0;
}
div.carousel ul.ctrl-arrow li.ctrl-rig {
	right:0;
}
div.carousel ul.ctrl-arrow li a {
	display:block;
	width:24px;
	height:34px;
	background-image:url(../img/arrow40.svg);
	background-repeat:no-repeat;
	background-size:136px 34px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	background-color:#eaeab8;
}
div.carousel ul.ctrl-arrow li.ctrl-lef a {
	background-position:-5px 0;
}
div.carousel ul.ctrl-arrow li.ctrl-rig a {
	background-position:-39px 0;
}
div.carousel ul.ctrl-arrow li.ctrl-lef a:hover {
	background-position:-73px 0;
}
div.carousel ul.ctrl-arrow li.ctrl-rig a:hover {
	background-position:-107px 0;
}




/* =================================
	cast / staff
================================= */

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

main table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
}
main table th, main table td {
	vertical-align:top;
	line-height:1.75;
	text-align:left;
	padding-bottom:0.5em;
}
.cast main table th, .cast main table td {
	vertical-align:bottom;
}
.staff main table th, .staff main table td {
	padding-bottom:0.75em;
}
.staff main table td b {
	color:#0086cc;
}
main table th {
	text-align:right;
	font-weight:normal;
	color:#0099de;
	white-space: nowrap;
}
.cast main table th {
	width:46%;
}
main table td.naka {
	font-family: sans-serif;
	color:#33b2f4;
	text-align:center;
	width:2em;
}
@media all and (min-width: 768px) {
main table th, main table td {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
main table th, main table td {
	font-size:83%;
}
main table td span.woman {
	font-size:6px;
}
}



/*	text lines
============================== */

div.col-lef article cite {
	color:#ea337b;
	font-style:normal;
	font-weight:bold;
}
div.col-lef article p.lines {
	background-position:left bottom;
	background-repeat:repeat;
	text-align: justify;
	text-justify: inter-ideograph; /* IE のみ、こちらも必要 */
	padding: 0 0.75em;
}
@media all and (min-width: 768px) {
div.col-lef article p.lines {
	font-size:87.5%;
	background-image:url(../img/line30.png);
	line-height:30px;
}
div.col-lef article p.lines:not(:last-child) {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
div.col-lef article p.lines {
	font-size:87.5%;
	background-image:url(../img/line27.png);
	line-height:27px;
	background-image:url(../img/line30.png);
	line-height:30px;
}
div.col-lef article p.lines:not(:last-child) {
	margin-bottom:27px;
	margin-bottom:30px;
}
}


/*	Youtube
============================== */
div.player-deco {
	background-image:url(../img/bg_dot_lightblue.png);
	background-position:left top;
	background-repeat:repeat;
}
div.player-outer {
	position:relative;
	height:0;
	padding-top:56.25%;
}
div.player-outer iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
div.player-deco {
	padding:10px;
}
div.board div.player-deco:not(:last-child) {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
div.player-deco {
	padding:6px;
}
div.board div.player-deco:not(:last-child) {
	margin-bottom:20px;
}
}


/*	ul button
============================== */
ul.btns {
	list-style-type:none;
}
ul.btns li a,
ul.btns li a span {
	display:block;
}
ul.btns li a {
	position:relative;
	overflow:hidden;
	text-decoration:none;
}
ul.btns li.nolink a {
	cursor:default;
}
ul.btns li a span {
	color: #000;
	text-shadow:0 2px 2px hsla(0, 0%, 0%, .1);
	background-color:#f0d6a8;
	font-weight:bold;
	text-align:center;
/*
	background-image:-moz-linear-gradient(transparent 50%, #dea048 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#dea048),to(#dea048));
	background-image:-ms-linear-gradient(transparent 50%, #dea048 50%);
	background-image:linear-gradient(transparent 50%, #dea048 50%);
*/
}
ul.btns li a span:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	background-image:url(../img/arrow40.svg);
	background-repeat:no-repeat;
	background-color:#fff;
}
ul.btns li.nolink a span:before {
	opacity:0.2;
}
ul.btns li.nolink a span {
	color: #a4a4a4;
	background-color:#e0e0e0;
	text-shadow:none;
}
@media all and (min-width: 768px) {
ul.btns {
	margin-bottom:30px;
}
ul.btns li {
	width:50%;
	float:left;
	border-radius:22px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:10px;
}
ul.btns li:nth-child(odd) {
	padding-right:6px;
}
ul.btns li:nth-child(even) {
	padding-left:6px;
}
ul.btns li a {
	border-radius:22px;
}
ul.btns li a span {
	height:44px;
	line-height:44px;
}
ul.btns li:not(.nolink) a:hover span {
	background-color:#e5b36d;
	background-image:none;
}
ul.btns li a span:before {
	left:6px;
	background-position:-44px -4px;
	background-size:160px 40px;
	border-radius:16px;
	width:32px;
	height:32px;
	margin-top:-16px;
}
}
@media all and (max-width: 767px) {
ul.btns {
	margin-bottom:15px;
}
ul.btns li:not(:last-child) {
	margin-bottom:6px;
}
ul.btns li a {
	border-radius:16px;
}
ul.btns li a span {
	font-size:87.5%;
	height:32px;
	line-height:32px;
}
ul.btns li a span:before {
	left:4px;
	background-position:-33px -3px;
	background-size:120px 30px;
	border-radius:12px;
	width:24px;
	height:24px;
	margin-top:-12px;
}
}




/*	comic (common)
============================== */

section.comics-box h2 {
	line-height:1.5;
	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;
}
section.comics-box > p {
	font-size:87.5%;
	line-height:1.5;
	margin-bottom:1em;
}
section.comics-box div.comics-unit figure p span,
section.comics-box div.comics-unit figure p span img {
	display:block;
}
section.comics-box div.comics-unit figure p span {
	position:relative;
	height:0;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:141.666666666667%;
}
section.comics-box div.comics-unit figure p span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
main div.comics-unit table tr {
	border-bottom:2px solid #fff;
}
main div.comics-unit table th, main div.comics-unit table td {
	padding:0.25em 0.5em;
}
main div.comics-unit table th {
	text-align:center;
	color:#fff;
	background-color:#0099de;
}
main div.comics-unit table tr:nth-child(odd) td {
	background-color:hsla(198,100%,43%,0.1);
}
main div.comics-unit table tr:nth-child(even) td {
	background-color:hsla(198,100%,43%,0);
}

@media all and (min-width: 768px) {
section.comics-box {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
section.comics-box h2 {
	font-size:87.5%;
}
section.comics-box {
	margin-bottom:15px;
}

}
@media all and (min-width: 540px) {
section.comics-box div.comics-unit {
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
section.comics-box div.comics-one {
	float:left;
	padding-right:6px;
}
section.comics-box div.comics-two {
	float:right;
	padding-left:6px;
}
div.comics-unit figure {
	margin-bottom:10px;
}
}
@media all and (max-width: 539px) {

section.comics-box div.comics-unit {
	margin-bottom:15px;
}
section.comics-box div.comics-unit figure {
	width:50%;
	margin:0 auto 8px;
}
}

#sp_table { margin: 0 auto; text-align: center;}
#sp_table td { text-align: center;}