@charset "utf-8";
/* ★charset */

#btnBox_appearance{
	margin: 0 auto 10px auto;
}
#btnBox_appearance li{
	float: left;
	width: 85px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	border: 1px solid #cccccc;
	cursor: pointer;
}
#pageIndex #btnBox_appearance li{
	width: 97px;
}
#pageIndex #btnBox_appearance li#btn_all_appearance{
	width: 100px;
}
#btnBox_appearance li:hover,
#btnBox_appearance li.active{
	color: #ffffff;
	background: #333333;
}
#btnBox_appearance li#btn_theater_appearance:hover,
#btnBox_appearance li#btn_theater_appearance.active{
	background: #cb4c36;
}
#btnBox_appearance li#btn_reading_appearance:hover,
#btnBox_appearance li#btn_reading_appearance.active{
	background: #2aa3a7;
}
#btnBox_appearance li#btn_movie_appearance:hover,
#btnBox_appearance li#btn_movie_appearance.active{
	background: #82589c;
}
#btnBox_appearance li#btn_tv_appearance:hover,
#btnBox_appearance li#btn_tv_appearance.active{
	background: #cd6099;
}
#btnBox_appearance li#btn_cm_appearance:hover,
#btnBox_appearance li#btn_cm_appearance.active{
	background: #17a3d3;
}
#btnBox_appearance li#btn_voice_appearance:hover,
#btnBox_appearance li#btn_voice_appearance.active{
	background: #6666b7;
}
#btnBox_appearance li#btn_other_appearance:hover,
#btnBox_appearance li#btn_other_appearance.active{
	background: #eabc21;
}

#list_appearance{
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.listCont_appearance{
	position: relative;
	float: left;
	width: 325px;
	padding: 14px 0 14px 15px;
	border-top: 1px solid #cccccc;
}
.listCont_appearance.noitem{
	height: 0;
	visibility: hidden;
	float: none;
	width: auto;
	text-align: center;
	clear: both;
	margin-right: 0!important;
	padding: 0 0;
}
.listCont_appearance.noitem.active{
	padding: 1em 0;
	height: auto;
	visibility: visible;
}
.listCont_appearance:hover,
.listCont_appearance:active{
	background: #ffffcc;
	cursor: pointer;
}
.listCont_appearance.noitem:hover,
.listCont_appearance.noitem:active{
	background: none;
	cursor: default;
}
/*
.appearance .listCont_appearance{
	position: relative;
	float: none;
	width: 675px;
	padding: 14px 0 14px 15px;
	border-top: 1px solid #cccccc;
}*/

.imgBox_outside{
	float: left;
	width: 60px;
	margin-right: 10px;
}
.expBox_appearance{
	float: left;
	width: 255px;
}
/*
.appearance .expBox_appearance{
	width: 550px;
}
.appearance .withFlyer .expBox_appearance{
	width: 385px;
}
*/
.expBox_appearance.nofoto{
	width: auto;
}
.withFlyer .flyer{
	float: right;
	margin-right: 100px;
}
.name_outside{
	font-size: 94%;
	line-height: 130%;
}
.appearance .name_outside{
	font-size: 94%;
	line-height: 130%;
	margin-bottom: 8px;
}
.appearance .name_outside span{
	font-size: 81.2%;
}
.title_outside{
	font-size: 81.2%;
	line-height: 130%;
	margin-bottom: 5px;
}
.detail_appearance{
	font-size: 75%;
	line-height: 140%;
}