/* =================================
	drama report CSS
================================= */

/*	reset
============================== */
@media all and (min-width: 768px) {
div.contents main > article > .board {
	padding:0;
}
}
@media all and (max-width: 767px) {
div.contents main > article > .board {
	padding:0;
}
}

div.contents main > article > header {
	background-color:transparent;
}
div.contents main > article > header h1 {
	position:absolute;top:-5000px;left:-9999px;
	background-image:none;
	background-position:left top;
	background-color:transparent;
}
div.contents main > article > header h1 span {
	display:inline;
	background-image:none;
	background-repeat:repeat;
	text-indent:0%;white-space:normal;overflow:visible;
}
@media all and (min-width: 768px) {
div.contents main > article > header {
	height:auto;
	margin-bottom:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
div.contents main > article > header h1,
div.contents main > article > header h1 span {
	width:auto;
	height:auto;
}
div.contents main > article > header h1 {
	margin-left:0;
	margin-top:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
div.contents main > article > header h1 span {
	-webkit-box-shadow:none;
	box-shadow:none;
}
}
@media all and (max-width: 767px) {
div.contents main > article > header {
	background-size:auto;
	height:auto;
	margin-bottom:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
div.contents main > article > header h1,
div.contents main > article > header h1 span {
	width:auto;
	height:auto;
}
div.contents main > article > header h1 {
	margin-left:0;
	margin-top:0;
	background-size:auto;
	-webkit-box-shadow:none;
	box-shadow:none;
}
div.contents main > article > header h1 span {
	-webkit-box-shadow:none;
	box-shadow:none;
	background-size:auto;
}
}

/*	header (main)
============================== */
div.contents main > article > header span,
div.contents main > article > header span img {
	display:block;
}
div.contents main > article > header span {
	position:relative;
	height:0;
	background-position:center center;
	background-repeat:no-repeat;
	padding-top:38.961038961039%;
}
div.contents main > article > header span.lazy-done {
	-webkit-animation: fadeIn 1000ms;
	animation: fadeIn 1000ms;
}
div.contents main > article > header span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
div.contents main > article > header {
	margin-bottom:50px;
}
div.contents main > article > header span.lazy-done {
	background-image:url(../interview/img/interview01main.jpg);
}
}
@media all and (max-width: 767px) {
div.contents main > article > header {
	margin-bottom:20px;
}
div.contents main > article > header span {
	background-size:cover;
}
div.contents main > article > header span.lazy-done {
	background-image:url(../interview/img/interview01main_smp.jpg);
}
}


/*	figure
============================== */
.pic-interview {
	position:relative;
}
.pic-interview span,
.pic-interview span img {
	display:block;
}
.pic-interview span.pic {
	position:relative;
	height:0;
	background-position:center center;
	background-repeat:no-repeat;
	padding-top:64.2857142857143%;
}
.pic-interview span.lazy-done {
	-webkit-animation: fadeIn 1000ms;
	animation: fadeIn 1000ms;
}
.pic-interview span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
.pic-interview {
	width:720px;
	margin:0 auto 50px;
}
.pic-interview span.lazy-done {
	-webkit-box-shadow:10px 10px 0 0 #e61419;
	box-shadow:10px 10px 0 0 #e61419;
}
}
@media all and (max-width: 767px) {
.pic-interview {
	margin-bottom:20px;
}
.pic-interview span.pic {
	background-size:cover;
}
}


/*	section
============================== */
div.board > section h3 {
	background-image:url(../img/header_story2.jpg);
	background-position:center top;
	margin-bottom:1em;
}
div.board > section h3 span {
	display:block;
	line-height:1.25;
	color:#fff;
	background-image: -webkit-gradient(linear, center top, center bottom, from(hsla(0,0%,0%,0.25)), to(hsla(0,0%,0%,0.75)));
	background-image: linear-gradient(hsla(0,0%,0%,0.25), hsla(0,0%,0%,0.75));
	text-shadow:1px 1px 3px #000;
	padding:0.5em 0.75em;
}
@media all and (min-width: 768px) {
div.board > section {
	padding:0 50px 50px;
}
div.board > section h3 span {
	font-size:112.5%;
}
}
@media all and (max-width: 767px) {
div.board > section {
	padding:0 12px 20px;
}
div.board > section h3 span {
	font-size:87.5%;
}
}