@charset "UTF-8";



/*初期設定*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;  
	font-family:"秀英角ゴシック銀 M","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}


body {
	color:#333;
	font-size:14px;
	line-height:1;
	vertical-align: baseline;
	background-color:#fff;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}


a {
	color: #2996cc;
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	width: 100%;

}

img{ vertical-align: bottom;}
a img {	border: none;}
img{ border: none;}
em,strong{ font-weight: normal; font-style: normal;}

/*初期設定*/



.container {
	width:1200px;
	margin:0 auto;
	text-align:left;
	bottom:-5px;

}


.grid-container article div img {
	width:100%;
	height:264px;
}

.grid-container article strong {
	display:block;
	margin:20px 0 6px;
	line-height:1.5;
	font-size:16px;
}

.grid-container article em {
	line-height:1.5;
	letter-spacing:1px;
}

.grid-4n article {
	width:22%;
	margin:0 0 5.2% 4%;
	float:left;
}

.grid-4n article:nth-child(4n-3) {
	margin-left:0;
}




/*ロゴ*/
.rogo{
	
	margin-top:0px;
	width:100px;
	
}


/*WEEKLY　RANKINGタイトル文字*/

h1 {
	font-family: 'BST', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 48px;
	text-align: center;
	margin: 90px auto 20px;
	margin: 0;
	clear: both;
	display: block;
}


/*ランキングナンバー○マーク*/

.circle{
	
	font-size:12px;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: skyblue;
	text-align:center;
	line-height: 30px;
	position: absolute;/*絶対配置*/
	top: 30;
	left:30;
	margin-left:5px;
	margin-top:5px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	z-index: 1000;
}

/*先行予約　別注マーク*/

.batch{
background-color:#F1A7A7;
margin-right:5px;
font-size:10px;
color:#FFF;
padding:5px;
}

.batch2{

background-color:#BF0000;
margin-right:5px;
font-size:10px;
color:#FFF;
padding:5px;

}


/*SNSボタン*/
header ul.sns{
	width: 100%;
	height:50px;
	display:block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
header ul.sns li{
	padding:5px;
	float: right;
	color:#000;
}



/*戻るボタン*/
div.modoru{
	clear: both;
}

div.modoru a{
	color: #2996cc;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 250px;
	text-align: center;
}



/*ページトップへ*/
     
#top_scroll{ 
    position: relative; 
    z-index: 100; 
    margin: 0; 
    padding: 0; 
}
 
 
#page-top1{
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -250px;
    right: 10px;
    width: 35px;
    height: 35px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
        -webkit-transition: 1s;
		

	width: 60px;
	height: 60px;
	border-radius: 50%;
	background:#000;
	text-align:center;
	line-height: 60px;


	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
 
#page-top1:hover{ 
    background: ;
    transform: translateY(-10px);
}
 
#top_scroll:hover{
    background: #fff;
}










