@charset "UTF-8";
/* clearfix */
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
#side h2.bar,
#content h2.bar {
	padding: 8px 35px;
	line-height: 1;
	font-size: 16px;
	/*color: #fff;*/
	/*background: url(../images/bg_bar.jpg) 0 0 no-repeat;*/
}
#content h3.bar {
	padding: 8px 15px;
	margin-bottom: 10px;
	line-height: 1;
	/*color: #fff;
	background-color: #919283;*/
}
#content .casts {
	*zoom: 1;
}
#content .casts:before,
#content .casts:after {
	content: "";
	display: table;
}
#content .casts:after {
	clear: both;
}
#content .casts > ul {
	margin-left: -7px;
	font-size: 0px;
}
#content .casts > ul > li {
	position: relative;
	/*float: left;*/
	display: inline-block;
	* display: inline;
	* zoom: 1;
	width: 164px;
	/*height: 328px;*/
	vertical-align: top;
	margin-left: 7px;
	margin-bottom: 10px;
	font-size: 12px;
}
#content .casts > ul > li a {
	display: block;
	padding: 1px;
	border: 1px solid #ccc;
	background-color: #fff;
}
#content .casts > ul > li .img img {
	max-width: 160px;
}
#content .casts > ul > li .status {
	*zoom: 1;
	height: 18px;
	margin-bottom: 1px;
}
#content .casts > ul > li .status:before,
#content .casts > ul > li .status:after {
	content: "";
	display: table;
}
#content .casts > ul > li .status:after {
	clear: both;
}
#content .casts > ul > li .status li {
	float: left;
}
#content .casts > ul > li .status li:first-child {
	margin-right: 2px;
}
#content .casts > ul > li .worktime {
    display: block;
    color: #fff;
    text-align: center;
    background-color: rgba(219,107,155,1);
    font-weight: 700;
}
#content .casts > ul > li .name {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #8f7035;
}
#content .casts > ul > li .spec {
	display: block;
	text-align: center;
	font-size: 10px;
	color: #888888;
}
#content .casts > ul > li div.vote {
	display: none;
	position: absolute;
	left: 2px;
	top: 2px;
	cursor: pointer;
}
#content .topics .topic {
	*zoom: 1;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#content .topics .topic:before,
#content .topics .topic:after {
	content: "";
	display: table;
}
#content .topics .topic:after {
	clear: both;
}
#content .topics .topic .img {
	text-align: center;
}
#content .topics .topic .img img {
	margin-bottom: 15px;
}
#content .topics .topic .text {
	overflow: hidden;
}
#content .topics .topic .text h3 {
	color: #dd777c;
	font-weight: bold;
	font-size: 16px;
}
#content .topics .topic .text .created {
	text-align: right;
	color: #43bab2;
}
#content .more.bt {
	padding: 10px 0;
	text-align: center;
}

/*----------------------------------------------------
	ページ
----------------------------------------------------*/
body.index_index #header .navi {
	display: none;
}
body.index_index #main #content {
	float: none;
	width: 100%;
}
body.index_index #main #side {
	display: none;
}
body.index_index #footer .navi {
	display: none;
}

body.main_index .bx-wrapper .bx-pager,
body.main_index .bx-wrapper .bx-controls-auto {
	z-index: 999;
}
body.main_index .bx-wrapper .bx-pager {
	padding: 10px 0;
}
body.main_index #slide_casts {
	padding: 40px 0 0;
}
body.main_index #slide_casts ul li {
	float: left;
	position: relative;
	display: inline-block;
	* display: inline;
	* zoom: 1;
	width: 192px;
}
body.main_index #slide_casts ul li a {
	display: block;
	background-color: #fff;
}
body.main_index #slide_casts ul li .meta {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
body.main_index #slide_casts ul li .img {
	display: block;
	text-align: center;
	max-width: 200px;
}
body.main_index #slide_casts ul li .img img {
	max-width: 200px;
}
body.main_index #slide_casts ul li .name {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
body.main_index #slide_casts ul li .spec {
	display: block;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

body.main_index #content .top_topics {
	float: left;
	width: 352px;
	margin-right: 16px;
}
body.main_index #content .top_topics li {
	padding: 4px 0;
	border-bottom: 1px dotted #919283;
}
body.main_index #content .top_topics li span.date {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	width: 150px;
}
body.main_index #content .top_topics li span.title {
	display: inline-block;
	* display: inline;
	* zoom: 1;
}
body.main_index #content .top_topics h2 {
	margin-bottom: 14px;
}
body.main_index #content .top_movie {
	float: right;
	width: 352px;
}
body.main_index #content .top_movie h2 {
	margin-bottom: 14px;
}

body.main_index #top_reviews .scroll {
	height: 300px;
	padding: 8px;
	overflow: auto;
	border: 1px solid #ccc;
}
body.main_index #top_reviews .scroll li {
	line-height: 1.25;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}
body.main_index #top_reviews .scroll li > span {
	display: block;
}
body.main_index #top_reviews .scroll li .img {
	float: left;
	margin: 0 8px 8px 0;
}
body.main_index #top_reviews .scroll li .name {
	color: #00479d;
}
body.main_index #top_reviews .scroll li .date {
	float: right;
	color: #666;
}
body.main_index #top_reviews .scroll li .body {
	margin-bottom: 8px;
}
body.main_index #top_reviews .scroll li .return {
	color: #dd777c;
}
body.main_index #top_reviews .scroll li .return strong {
	font-weight: bold;
}

body.casts_view #content .top {
	*zoom: 1;
}
body.casts_view #content .top:before,
body.casts_view #content .top:after {
	content: "";
	display: table;
}
body.casts_view #content .top:after {
	clear: both;
}
body.casts_view #content .top .screen {
	float: left;
	width: 360px;
	height: 535px;
}
body.casts_view #content .top .screen img {
	max-width: 100%;
	margin-right: 10px;
}
body.casts_view #content .top .right {
	overflow: hidden;
}
body.casts_view #content .top .thumb {
	*zoom: 1;
}
body.casts_view #content .top .thumb:before,
body.casts_view #content .top .thumb:after {
	content: "";
	display: table;
}
body.casts_view #content .top .thumb:after {
	clear: both;
}
body.casts_view #content .top .thumb li {
	float: left;
	width: 100px;
	margin-left: 5px;
	margin-bottom: 5px;
}
body.casts_view #content .top .thumb li img {
	width: 100%;
	cursor: pointer;
}
body.casts_view #content .top .profile h3.name {
	padding-top: 6px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 20px;
	text-align: center;
	color: #dd777c;
	border-bottom: 1px solid #ccc;
}
body.casts_view #content .top .profile dl {
	margin-bottom: 10px;
}
body.casts_view #content .top .profile dt {
	float: left;
	color: #dd777c;
}
body.casts_view #content .top .profile dd {
	padding-left: 100px;
}
body.casts_view #content .top .profile .options li {
	float: left;
	display: inline-block;
	* display: inline;
	* zoom: 1;
	width: 33.33%;
	overflow: hidden;
	border: 1px solid #dfdfdf;
	background-color: #fcf1f2;
}
body.casts_view #content .diary_movie .left {
	padding-right: 5px;
}
body.casts_view #content .diary_movie .right {
	padding-left: 5px;
}
body.casts_view #content .schedule_comment .left {
	padding-right: 5px;
}
body.casts_view #content .schedule_comment .right {
	padding-left: 5px;
}
body.casts_view #content .schedule_comment .schedule table {
	width: 100%;
}
body.casts_view #content .schedule_comment .schedule tr {
	border-bottom: 1px solid #ccc;
}
body.casts_view #content .schedule_comment .schedule th {
	width: 100px;
	padding: 4px 4px 4px 0;
	font-weight: bold;
}
body.casts_view #content .schedule_comment .schedule td {
	padding: 4px 4px 4px 0;
}
body.casts_view #content .reviews input[type='email'],
body.casts_view #content .reviews textarea,
body.casts_view #content .reviews input[type='text'] {
	width: 100%;
	height: auto;
	padding: 4px;
}
body.casts_view #content .reviews .left {
	padding-right: 5px;
}
body.casts_view #content .reviews .right {
	padding-left: 5px;
}
body.casts_view #content .reviews label {
	font-size: 12px;
}
body.casts_view #content .reviews .comment .scroll {
	height: 300px;
	padding: 8px;
	overflow: auto;
	border: 1px solid #ccc;
}
body.casts_view #content .reviews .comment .scroll ul li {
	line-height: 1.25;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}
body.casts_view #content .reviews .comment .scroll ul li > span {
	display: block;
}
body.casts_view #content .reviews .comment .scroll ul li .name {
	color: #00479d;
}
body.casts_view #content .reviews .comment .scroll ul li .date {
	float: right;
	color: #666;
}
body.casts_view #content .reviews .comment .scroll ul li .body {
	margin-bottom: 8px;
}
body.casts_view #content .reviews .comment .scroll ul li .return {
	color: #dd777c;
}
body.casts_view #content .reviews .comment .scroll ul li .return strong {
	font-weight: bold;
}

/* お問い合わせ */
body[class^='contact'] #content table {
	width: 100%;
}
body[class^='contact'] #content tr {
	border-bottom: 1px solid #ccc;
}
body[class^='contact'] #content th {
	vertical-align: top;
	padding: 6px 6px 6px 0;
	font-weight: bold;
}
body[class^='contact'] #content td {
	vertical-align: top;
	padding: 6px 6px 6px 0;
}
body[class^='contact'] #content input {
	height: 30px;
	margin-bottom: 0;
}


.section.reviews ul {
	padding: 16px 0;
}
.section.reviews li {
	line-height: 1.25;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}
.section.reviews li > span {
	display: block;
}
.section.reviews li .img {
	float: left;
	margin: 0 8px 8px 0;
}
.section.reviews li .name {
	color: #00479d;
}
.section.reviews li .date {
	float: right;
	color: #666;
}
.section.reviews li .body {
	overflow: hidden;
	margin-bottom: 8px;
}
.section.reviews li .return {
	overflow: hidden;
	color: #dd777c;
}
.section.reviews li .return strong {
	font-weight: bold;
}
