/*----------------
	recommend
------------------*/

.recommend_area{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; 
}

#recommend_cal{
	margin-left: auto;
	margin-right: auto;
}

#recommend_cal .recommend{
	background: url(/images/recommend_aki.png) no-repeat right top;
	background-color: #dcdcdd;
	height: 115px;
	margin: 5px;
	color: #3e3a39;
	position: relative;
	border-radius:5px;
	padding-bottom: 13px;
}
.rec_date{
	font-size: 32px;
	font-weight: bold;
	padding: 10px 10px 0;
	margin-bottom:15px;
}

.rec_time{
	font-size:22px;
	padding:0 10px;
	display: block;
}
.rec_studio{
	font-size: 20px;
	text-align: center;
	background-color: #e51572;
	position: absolute;
	bottom:0;
	width: 100%;
	padding: 3px 0;
	color:#fff;
	font-weight: bold;
	border-radius:0px 0px 5px 5px;	
}
.slick-prev{
	background:url(/images/rec_prev_icon.png) no-repeat;
	text-indent: -99999px;
}
.slick-prev:hover{
	background:url(/images/rec_prev_icon.png) no-repeat;
}
.slick-next{
	background:url(/images/rec_next_icon.png) no-repeat;
	text-indent: -99999px;
}
.slick-next:hover{
	background:url(/images/rec_next_icon.png) no-repeat;
}
.recommend:hover{
	opacity:0.6;
}
.nonborder {
	border:none;
	outline:none;
}

.top_recommend{
	margin-top:20px;
	margin-bottom:20px; 
	background:url(/images/recommend_bg.jpg);
	height:362px;
}
.top_recommend #reccomend_upper_box{
	height: 170px;
}		
.top_recommend #reccomend_upper_box h3{
	margin:25px 0 0 20px;
}		
#recommend_description{
	color:#221814;
	font-size: 13px;
	margin-left: 20px;
	margin-top: 10px;
}
#recommend_description a{
	color:#e4007e;
	text-decoration: underline;
}
#recommend_description a:hover{
	color:blue;			
}

.rec_shibuya {
	background-color: #D70050;
}
.rec_roppongi{
	background-color: #A55FA5;
}
.rec_aoyama{
	background-color: #009BDC;
}
.rec_shinjuku{
	background-color: #F59600;
}
.rec_shibakoen {
	background-color: #418E24;
}
.rec_shibakoenB {
	background-color: #a57d50;
}
.rec_chromakey {
	background-color: #5EDD24;
}



/*firefox*/
@-moz-document url-prefix() {
	#recommend_cal .recommend{
		padding-bottom: 15px;		
	}
	.rec_date{
		margin-bottom:10px;
	}
	.rec_time{
		font-size: 18px;
	}	
}
/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#recommend_cal .recommend{
		padding-bottom: 12px;		
	}
	.rec_date{
		margin-bottom:8px;
	}
	.rec_time{
		font-size: 18px;
	}		
}

/*IE9*/
.rec_time:not(:target){
	font-size:18px;
}
#recommend_cal .recommend:not(:target){ 
	padding-bottom: 20px\9;    
}

.rec_date:not(:target){
	margin-bottom:3px\9;
}
