/* =============================================================================
   detailpage
   ========================================================================== */
#detail_content{
	width: 1280px;
	margin: 0 auto;
	background: rgba(0,0,0,0.4);
	box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 6px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 6px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 6px 5px;
}

.detail_information{
	width: 95%;
	height: 70px;
	text-align: center;
	box-sizing: border-box;
	background: #7F1184;
	border-radius: 25px;
	background-image: url(../img/cast_profile_title.png);
	background-repeat: no-repeat;
	margin: 45px auto 25px auto;
}

.detail_information h2{
	font-size: 36px;
	line-height: 2.0em;
	padding-left: 67px;
	color: #fff;
}

.dt_detail {
	width: 95%;
	height: auto;
	text-align: center;
	margin: 40px auto 150px auto;
}

.profile_icon1 {
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	color: #ba9;
	line-height: 35px;
	text-align: center;
	margin: 0 auto 5px auto;
	padding: 10px;
}

.font_name {
	font-family: 'Cantata One', serif;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-size: 18px;
}

.detail_icon_genre{
	width: 100%:
	margin: 10px auto 20px auto;
	text-align: center;
}

.today_time{
	color: #ba9;
	font-weight: bold;
	font-size: 45px;
	margin: 30px auto 30px auto;
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid #ba9;
	border-top: 1px solid #ba9;
	line-height: 120px;
}

/* 点滅 */
.d_blinking{
	color: #C7B994;
	-webkit-animation:dblink 0.9s ease-in-out infinite alternate;
	-moz-animation:dblink 0.9s ease-in-out infinite alternate;
	animation:dblink 0.9s ease-in-out infinite alternate;
}

@-webkit-keyframes dblink{
	0% {opacity: 0.5;}
	100% {opacity: 1;}
}

@-moz-keyframes dblink{
	0% {opacity: 0.5;}
	100% {opacity: 1;}
}

@keyframes dblink{
	0% {opacity: 0.5;}
	100% {opacity: 1;}
}

.detail_schedule{
	width: 100%;
	height: auto;
	margin: 0px auto 15px auto;
}

.detail_schedule ul{
	width: 100%;
	height: 118px;
	text-align: center;
	border-bottom: 1px solid #ba9;
}

.detail_schedule ul li{
	float: left;
	width: 14%;
        height: 90px;
	margin: 0px 0 0 2px;
	font-size: 19px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-left: 1px solid #ba9;
}

.detail_schedule ul li:first-child {
	border-left: none;
}

.detail_schedule p{
	font-size: 16px;
	color: #fff;
}

#option_title {
	text-align: center;
	width: 230px;
	height: 45px;
	font-size: 26px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 43px;
	margin: 40px auto 20px auto;
	background-color: #fff;
	position: relative;
	color: #460e44;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */  
}

#option_contents{width: 95%;height: auto;margin: 15px auto 15px auto;}

#option_contents li{
	width: 24%;
	height: 35px;
	margin: 5px 0 5px 7px;
	border: #ba9 solid 1px;
	background: #7F1184;
	float: left;
	font-size: 16px;
	color: #ba9;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
}

.comment_title {
	text-align: center;
	width: 240px;
	height: 45px;
	font-size: 26px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 43px;
	margin: 60px auto 20px auto;
	position: relative;
	color: #460e44;
	background-color: #fff;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */  
}

.comment_contents{
	width: 95%;
	height: auto;
	margin: 20px auto 15px auto;
	font-size: 16px;
	line-height: 28px;
	padding: 10px;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #C7B994;
}

#profile_title {
	text-align: center;
	width: 240px;
	height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 43px;
	font-size: 26px;
	background-color: #fff;
	margin: 40px auto 20px auto;
	position: relative;
	color: #460e44;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */  
}

#profile_contents{
	width: 95%;
	height: auto;
	margin: 20px auto 30px auto;
	font-size: 16px;
	line-height: 28px;
	padding: 10px;
	text-align: center;
	color: #fff;
}

#list_title {
	text-align: center;
	width: 240px;
	height: 35px;
	line-height: 34px;
	font-size: 20px;
	margin: 60px auto 10px auto;
	border: 1px solid #C7B994;
	font-weight: bold;
}

#list_title a{
	color: #ba9;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #7F1184;
}

.movie{
	width: 642px;
        height: 350px;
	padding: 15px;
	background-image: url(../img/detail_moviebf_view.png.png);
	margin: 35px auto 35px auto;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.movie:hover{transform: translateY(-15px);}

.movie video{
	width: 466px;
	margin: 37px 95px 0 auto;
}

.detail_gravure{
	margin: 40px auto 40px auto;
	width: 100%;
	height: auto;
	text-align: center;
}

.detail_gravure img{max-width: 1000px;}

.detail_list_icon{
	width: 370px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center:;
	padding-bottom: 25px;
}

.detail_list_icon ul{
	width: 90%;
	margin: 0 auto 0 auto;
	text-align: center:
}

.detail_list_icon ul li{
	width: 25%;
	float: left;
	margin: 0 auto 0 auto;
	text-align: center:
}

.detail_list_icon ul li img{
	width: 95%;
	height: 35px;
}