@charset "euc-jp";
/* CSS Document */

/*
グラビアページ固有ヘッダー
*/
p#hd_gravure{
	margin:0px 0px 0px;
}

p#another_link{
	margin:5px 0px;
	padding:0px;
	text-align:right;
}

/*
最新グラビアへのボタン
*/
p#bot_latest{
	width:740px;
	margin:0px 0px 20px;
	text-align:center;
}

/*
バックナンバー
*/
#backnum{
width:740px;
}

#backnum .backnum_box {
clear:both;
width:740px;
margin:0px 0px 15px;
}

* html #backnum .backnum_box {
margin:0px 0px 30px;
}

.backnum_box h4 {
background:transparent url(../../../img_night/ttl_shop_list_shop.gif) repeat-x scroll 0 0;
height:30px;
margin:0px 0px 20px;
}

.backnum_box h4 span {
background:transparent url(../../../img_night/icn_shop_list_shop.gif) no-repeat scroll 0 0;
display:block;
font-weight:bold;
padding:7px 0 0 30px;
}

/*
バックナンバーのサムネイルボタン
*/
ol.backnum_month{
padding-left:8px;
display: inline-table;
min-height: 1%;
}

* html ol.backnum_month{
padding-left:4px;
}

ol.backnum_month:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html ol.backnum_month { height: 1%; }
ol.backnum_month { display: block; }
/* End hide from IE-mac */


ol.backnum_month li{
float:left;
margin:0px 5px 20px;
}

ol.backnum_month span{
display:block;
width:100px;
padding:0px 0px 4px;
background-color:#CDCDCD/*#A0D2EC*/;
text-align:center;
font-size:10px;
font-weight:bold;
}


a .month_thumb{
border:5px solid #CDCDCD;
}

.backnum_box a:hover .month_thumb {
border:5px solid #A0D2EC;
}

.backnum_box a span{
text-decoration:none;
}

.backnum_box a:hover span{
background-color:#A0D2EC;
}

































