@charset "EUC-JP";
/* トップページCSS */

/*ヘッダー背景*/
#head_wrapper {
width: 100%;
height: 180px;
margin: 0 auto;
background-image:url(https://image.rakuten.co.jp/tone-online/cabinet/head/head_bg01.jpg) ;
background-repeat: repeat-x; 
}

/*レフト幅*/
#left_wrapper {
width: 230px;
margin:0 30px 0 0;
padding:0;
float:left;
}

/*スライダー*/
#main_warpper {
width: 980px;
margin:0 auto;
padding:0;	
}

#slide{
width: 980px;
margin:0 0 50px 0;
padding:0;
}

#mainsub_warpper {
text-decoration: none; display: inline;
	width: auto;
	height: auto;
	line-height: 1;
	vertical-align: baseline;

/*width: 980px;
margin:10px 0 30px 0;
padding:0;	*/
}

#main {
width: 720px;
margin:0 auto;
padding:0;	
float:left;
}
#main .box{

text-decoration: none; display: inline;
	width: auto;
	height: auto;
	line-height: 1;
	vertical-align: baseline;
	
	display: table;
	width: 99.9%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

/*width: 720px;
margin:0 0 30px 0;
padding:0;	*/
}

/*新着情報調整*/
#main .info{

text-decoration: none; display: inline;
	width: auto;
	height: auto;
	line-height: 1;
	vertical-align: baseline;
	
	display: table;
	width: 99.9%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

/*width:720px;
height:220px;
margin:20px 0 0 0;
padding:0;*/
	}
	
/*ピックアップ調整*/	
#main .pickup{

text-decoration: none; display: inline;
	width: auto;
	height: auto;
	line-height: 1;
	vertical-align: baseline;
	
	display: table;
	width: 99.9%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

/*width:720px;
height:1900px;
margin:40px 0 0 0;
padding:0;*/
	
}
/*フッター*/
#footer_wrapper {

width: 100%;
height: 2000px;
margin: 30px 0 0 0 ;
background-color:#105449 ;
background-repeat: repeat-x;
color:#FFF;
size:12px;
line-height:1.5em;
text-align:center;
}

