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

#btnBox_outside{
	margin: 0 auto 10px auto;
}
#btnBox_outside li{
	float: left;
	width: 97px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	border: 1px solid #cccccc;
	cursor: pointer;
}
#btnBox_outside li#btn_all_outside{
	width: 100px;
}
#btnBox_outside li:hover,
#btnBox_outside li.active{
	color: #ffffff;
	background: #333333;
}
#btnBox_outside li#btn_theater_outside:hover,
#btnBox_outside li#btn_theater_outside.active{
	background: #cb4c36;
}
#btnBox_outside li#btn_recitation_outside:hover,
#btnBox_outside li#btn_recitation_outside.active{
	background: #2aa3a7;
}
#btnBox_outside li#btn_movie_outside:hover,
#btnBox_outside li#btn_movie_outside.active{
	background: #82589c;
}
#btnBox_outside li#btn_tv_outside:hover,
#btnBox_outside li#btn_tv_outside.active{
	background: #cd6099;
}
#btnBox_outside li#btn_cm_outside:hover,
#btnBox_outside li#btn_cm_outside.active{
	background: #17a3d3;
}
#btnBox_outside li#btn_other_outside:hover,
#btnBox_outside li#btn_other_outside.active{
	background: #eabc21;
}

#list_outside{
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.listCont_outside{
	position: relative;
	float: left;
	width: 325px;
	padding: 14px 0 14px 15px;
	border-top: 1px solid #cccccc;
}
.icon_outside{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 44px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	color: #ffffff;
}
.icon_outside_theater{
	background: #cb4c36;
}
.icon_outside_recitation{
	background: #2aa3a7;
}
.icon_outside_movie{
	background: #82589c;
}
.icon_outside_tv{
	background: #cd6099;
}
.icon_outside_cm{
	background: #17a3d3;
}
.icon_outside_other{
	background: #eabc21;
}
.imgBox_outside{
	float: left;
	width: 60px;
	margin-right: 10px;
}
.expBox_outside{
	float: left;
	width: 255px;
}
.expBox_outside.nofoto{
	width: auto;
}
.name_outside{
	font-size: 94%;
	line-height: 130%;
}
.title_outside{
	font-size: 81.2%;
	line-height: 130%;
	margin-bottom: 5px;
}
.detail_outside{
	font-size: 75%;
	line-height: 140%;
}