/*	article about
============================== */
article.about div.inner {
	padding: 0;
}
article.about div.inner div.about b {
	display: block;
	background-image: url(../img/about.jpg);
	background-repeat: no-repeat;
	text-indent: 110%; white-space: nowrap; overflow: hidden;
}
@media all and (min-width: 768px) {
article.about div.inner div.about b {
	width: 552px;	height: 438px;
}
}
@media all and (max-width: 767px) {
article.about div.inner div.about b {
	background-size:cover;
	height:0;
	/* 縦÷横 */
	padding-top:79.3478260869565%;
	position: relative;
}
article.about div.inner div.about {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	position: relative;
}
}
/*	article cast pic
============================== */
article.cast p.cast_pic span {
	display: block;
	background-image: url(../img/cast_new.jpg);
	background-repeat: no-repeat;
	text-indent: 110%; white-space: nowrap; overflow: hidden;
}
@media all and (min-width: 768px) {
article.cast div.inner {
	padding: 20px;
}
article.cast p.cast_pic {
	border-radius: 3px;
}
article.cast p.cast_pic span {
	width: 512px;	height: 282px;
	padding-bottom: 1em;
	background-color: #fce785;
}
}
@media all and (max-width: 767px) {
article.cast div.inner {
	padding: 10px;
}
article.cast p.cast_pic span {
	background-size:cover;
	width: 100%;
	height:0;
	/* 縦÷横 */
	padding-top:58.078125%;
	position: relative;
}
article.cast p.cast_pic {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	position: relative;
	background-color: #fce785;
	padding-bottom: 10px;
}
}
/*	article cast reguler
============================== */
article.cast div.reguler {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
}
article.cast div.reguler ul {
	padding: 3px 0.5em 0 0;
}
article.cast div.reguler ul li {
	position: relative;
	padding: 0.5em 1.7em;
}
article.cast div.reguler ul li:before {
	content: "";
	position: absolute;
	left: 10px;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	background: #0057a8;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media all and (max-width: 767px) {
article.cast div.reguler {
	font-size: 80%;
	padding: 10px;
}
}
