@charset "shift_jis";
/* CSS Document */
/*********** navݒ ***********/
#nav_ul #nav_girls a{
	background:rgba(0,0,0,0.2);
	border:1px solid #e8c47e;
}

#today_btn>a{
	margin-bottom:4px;
	text-decoration: none;
}


.i_today{
	position: absolute;
	top:0;
	left:0;
	max-width: 94px;
}










@media screen and (max-width:640px){
.i_today{
	width:30%;
}
}



@media screen and (min-width:641px){	
#today_btn{
	position:relative;
	top:0;
	margin-bottom:20px;
	padding-top:10px;
	text-align: center;
}
	
	
	
	
#today_ul li{
	width:232px;
}

#today_ul li:nth-of-type(4n){
	margin-right:10px;
}

#today_ul li:nth-of-type(5n){
	margin-right:0;
}
}