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

/*	reset
============================== */

div.col-lef {
	background-color:hsla(0,0%,0%,1);
	background-image:url(../img/diary_brd_bg.jpg?0000);
	background-position:center top;
	background-repeat:no-repeat;
}
main > article > header h1 a {
	display:block;
}
@media all and (min-width: 768px) {
div.col-wrap div.col-lef {
	border:2px solid #7992a9;
}
}
@media all and (max-width: 767px) {
div.col-lef {
	background-size:contain;
	border-top:4px solid #7992a9;
	border-bottom:4px solid #7992a9;
}
}

main > article > header h1 {
	position:rerative;
	background-image:url(../img/diary_h1.png?0000);
	background-position:left bottom;
	background-repeat:no-repeat;
	z-index:1;
}
main > article > header h1 span {
	background-image:none;
	background-repeat:no-repeat;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.board {
	background-color:hsla(0,0%,100%,0.9);
}
@media all and (min-width: 768px) {
div.board {
	padding:0;
}
main > article > header {
	height:220px;
}
main > article > header h1,
main > article > header h1 a,
main > article > header h1 span {
	width:652px;
	height:220px;
}
}
@media all and (max-width: 767px) {
div.board {
	background-color:hsla(0,0%,100%,0.9);
	padding:0;
}
main > article > header {
	height:auto;
}
main > article > header h1 {
	position:relative;
	width:auto;
	height:0;
	padding-top:33.7423312883436%;
	background-size:cover;
}
main > article > header h1 span {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
}

.diary div.sns-share {
	background-color:hsla(0,0%,100%,0.9);
}

/*	figure
============================== */

article.unit figure p span,
article.unit figure p span img {
	display:block;
}
article.unit figure p span {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
article.unit figure p span.lazy-done {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
article.unit figure p {
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 auto 6px;
	border-style:solid;
	background-color:#7992a9;
	border-color:#7992a9;
}
@media all and (min-width: 768px) {
article.unit figure:not(:last-child) {
	margin-bottom:25px;
}
article.unit figure p.yoko {
	width:430px;
}
article.unit figure p.yoko span,
article.unit figure p.yoko span img {
	width:420px;
	height:280px;
}
article.unit figure p.tate {
	width:290px;
}
article.unit figure p.tate span,
article.unit figure p.tate span img {
	width:280px;
	height:420px;
}
article.unit figure figcaption {
	font-size:83%;
}
}
@media all and (max-width: 767px) {
article.unit figure:not(:last-child) {
	margin-bottom:20px;
}
article.unit figure p.tate {
	width:180px;
}
article.unit figure p.tate span,
article.unit figure p.tate span img {
	width:172px;
	height:258px;
}
article.unit figure figcaption {
	font-size:75%;
}
}
@media all and (min-width: 375px) {
article.unit figure p {
	border-width:5px;
}
}
@media all and (min-width: 375px) and (max-width: 767px) {
article.unit figure p.yoko {
	width:292px;
}
article.unit figure p.yoko span,
article.unit figure p.yoko span img {
	width:282px;
	height:188px;
}
}
@media all and (max-width: 374px) {
article.unit figure p {
	border-width:4px;
}
article.unit figure p.yoko {
	width:234px;
}
article.unit figure p.yoko span,
article.unit figure p.yoko span img {
	width:226px;
	height:151px;
}
}



/*	article.unit
============================== */

article.unit header {
	color:#fff;
	background-image:url(../img/diary_brd_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-box-shadow:hsla(0,0%,0%,0.1) 0 5px 0 0;
	box-shadow:hsla(0,0%,0%,0.1) 0 5px 0 0;
}
article.unit header h2 {
	line-height:1.5;
	background-color:hsla(207,68%,28%,0.8);
	text-shadow:1px 1px 3px #000;
}
@media all and (min-width: 768px) {
article.unit header h2 {
	padding:6px 24px;
}
article.unit div.unit-inner {
	padding:24px 24px 24px;
}
}
@media all and (max-width: 767px) {
article.unit header h2 {
	font-size:87.5%;
	padding:6px 15px;
}
article.unit div.unit-inner {
	padding:15px 15px 15px;
}
}


/*	line
============================== */

div.toline span,
div.toline span img {
	display:block;
}
div.toline {
	margin:0 12px 12px;
}
div.toline span {
	background-repeat:no-repeat;
}
div.toline span.lazy-done {
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}
@media all and (min-width: 768px) {

div.toline span,
div.toline span img {
	height:174px;
}

}
@media all and (max-width: 767px) {

div.toline span {
	position:relative;
	width:auto;
	height:0;
	padding-top:27.7070063694268%;
	background-size:cover;
}
div.toline span img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
}


/*	backnumber
============================== */

aside.bnum {
	margin:0 12px 2px;
}
aside.bnum ul {
	list-style-type:none;
}
aside.bnum ul li a,
aside.bnum ul li a span {
	display:block;
}
aside.bnum ul li a {
	position:relative;
	overflow:hidden;
	text-decoration:none;
}
aside.bnum ul li.nolink a {
	cursor:default;
}
aside.bnum ul li a span {
	color: #000;
	text-shadow:0 2px 2px hsla(0, 0%, 0%, 0.1);
	background-color:#aff3f2;
	font-weight:bold;
	text-align:left;
/*
	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%);
*/
}
aside.bnum ul li a span:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	background-image:url(../img/arrow40.svg);
	background-repeat:no-repeat;
}
aside.bnum ul li.nolink a span:before {
	opacity:0.2;
}
aside.bnum ul li.nolink a span {
	color: #a4a4a4;
	background-color: hsla(0,0%,100%,0.25);
	text-shadow:none;
}
@media all and (min-width: 768px) {
aside.bnum ul {
}
aside.bnum ul li {
	width:50%;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:10px;
}
aside.bnum ul li:nth-child(odd) {
	padding-right:6px;
}
aside.bnum ul li:nth-child(even) {
	padding-left:6px;
}
aside.bnum ul li a {
}
aside.bnum ul li a span {
	height:44px;
	line-height:44px;
	padding-left:42px;
}
aside.bnum ul li:not(.nolink) a:hover span {
	background-color:#7de0e0;
	background-image:none;
}
aside.bnum ul li a span:before {
	left:6px;
	background-position:-44px -4px;
	background-size:160px 40px;
	width:32px;
	height:32px;
	margin-top:-16px;
}
}
@media all and (max-width: 767px) {
aside.bnum ul {
	margin-bottom:12px;
}
aside.bnum ul li {
	margin-bottom:3px;
}
aside.bnum ul li a {
}
aside.bnum ul li a span {
	font-size:87.5%;
	height:32px;
	line-height:32px;
	padding-left:30px;
}
aside.bnum ul li a span:before {
	left:4px;
	background-position:-33px -3px;
	background-size:120px 30px;
	width:24px;
	height:24px;
	margin-top:-12px;
}
}