@charset "utf-8";
/*========================================*
*　■トップページ専用
*========================================*/
#main{
	float: left;
	background: none;
	margin-left:8px;
	margin-right:0;
}
#sidebar{
	float: right;
	margin-right: 8px;
	margin-left:0;
}
* html #main{margin-left:3px;}
* html #sidebar{margin-right:3px;}

#main div.contents-wrap{
	padding: 0;
}
#index{}


/*----------[メインビジュアル]----------*/
#main-visual{
	margin-bottom: 10px;
}
#main-visual *{
	vertical-align: middle;
}




#information{
	margin-bottom: 10px;
}




/*----------[ランキング]----------*/
#top-ranking{
	padding: 48px 0 10px 0;
	margin-bottom: 10px;
	border: 2px solid #F7AB00;
	background: #fff url(../img/index_img/caption_ranking.jpg) no-repeat center top;
}
#top-ranking h3{
	display: none;
}
#top-ranking div.clearfix{margin-left: 20px;}
* html #top-ranking div.clearfix{margin-left: 5px;}
#rank_1st, #rank_2nd, #rank_3rd, #rank_4th, #rank_5th{
	float: left;
	width: 120px;
	margin-left: 6px;
	position: relative;
}

#rank_1st{}
#rank_2nd{}
#rank_3rd{}
#rank_4th{}
#rank_5th{}

#top-ranking h4{
	position: absolute;
	width: 45px;
	height: 45px;
	top: -15px;
	left: 3px;
	text-indent: -9999px;
}
#rank_1st h4{background: url(../img/index_img/h_rank_1.png) no-repeat;}
#rank_2nd h4{background: url(../img/index_img/h_rank_2.png) no-repeat;}
#rank_3rd h4{background: url(../img/index_img/h_rank_3.png) no-repeat;}
#rank_4th h4{background: url(../img/index_img/h_rank_4.png) no-repeat;}
#rank_5th h4{background: url(../img/index_img/h_rank_5.png) no-repeat;}
* html #rank_1st h4{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/index_img/h_rank_1.png');
	background:none;
}
* html #rank_2nd h4{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/index_img/h_rank_2.png');
	background:none;
}
* html #rank_3rd h4{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/index_img/h_rank_3.png');
	background:none;
}
* html #rank_4th h4{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/index_img/h_rank_4.png');
	background:none;
}
* html #rank_5th h4{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/index_img/h_rank_5.png');
	background:none;
}


* html #top-ranking dl.item-data{
	width: 120px;
}
#top-ranking dt{
	text-align: center;
}
#top-ranking dt.image{
	margin-bottom: 5px;
	padding: 12px 0;
	background: #fff;
	border: 2px solid #F39700;
}
*+html #top-ranking dt.image{width: 116px;}
#top-ranking dt.image img{}
#top-ranking dt.price{
	margin-top: 5px;
	font-size: 14px;
}




/*----------[絞り込み検索]----------*/
/*
#arrival-search{
	text-align: center;
	margin-bottom: 10px;
	padding: 8px 0 8px 200px;
	background: #009FE8 url(../img/index_img/cpt_arrival_search.gif) no-repeat;
}
#arrival-search h2{
	display: none;
}
#arrival-search select,
#arrival-search input{
	vertical-align: middle;
}
#arrival-search select{
	margin-right: 10px;
}
#arrival-search input.search_button{
	border: 0 none;
	width:56px;
	height:24px;
	cursor: pointer;
	text-align: left;
	text-indent: -9999px;
	
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background: url(../img/index_img/bt_arrival_search.gif);
}
#arrival-search input.search_button:hover{
	background-position: -56px 0px;
}
#arrival-search input.search_button:active{
	background-position: -112px 0px;
}
*/


/*----------[カテゴリ一覧]----------*/
#category{
	padding: 11px;
	background: #fff;
	margin-bottom: 15px;
	
	
	/*border: 2px solid #09f;*/
	border: 2px solid #fff;
}
#category ul{
	list-style: none;
}
h2#cpt-category{
	height:28px;
	/*margin-bottom: -27px;*/
	text-indent: -9999px;
	background: url(../img/index_img/cpt_service.gif) no-repeat left top;
	
	
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 3px solid #F39700;
}
* html h2#cpt-category{height: 33px;}
p#bt-contract{
	/*margin-bottom: 10px;
	text-align: right;
	border-bottom: 3px solid #F39700;
	
	height: 27px;
	text-align:left;
	text-indent: -9999px;
	background: url(../img/index_img/bt_service.jpg) no-repeat right -27px;*/
	
	
	display:none;
}


#category ul.service-banner{
	margin-bottom: 25px;
}
#category ul.service-banner li{
	display: inline;
}

ul#categoryList{
	border-bottom: 3px solid #F39700;
}
ul#categoryList li{
	float: left;
	margin-left: 2px;
}
ul#categoryList li a{
	display: block;
	/*height:29px;*/
	height:34px;
	text-indent:-9999px;
	
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

ul#categoryList li#tab_category1{margin-left:0px;}
li#tab_category1 a{
	width: 128px;
	background-image:url(../img/index_img/tab_category1.jpg);
}
li#tab_category2 a{
	width: 127px;
	background-image:url(../img/index_img/tab_category2.jpg);
}
li#tab_category3 a{
	width: 127px;
	background-image:url(../img/index_img/tab_category3.jpg);
}
li#tab_category4 a{
	width: 127px;
	background-image:url(../img/index_img/tab_category4.jpg);
}
li#tab_category5 a{
	width: 128px;
	background-image:url(../img/index_img/tab_category5.jpg);
}
ul#categoryList li a:hover,
ul#categoryList li.on a{
	/*background-position: 0px -29px;*/
	background-position: 0px -34px;
}


ul#carrieList{
	border-bottom: 2px solid #F39700;
}
ul#carrieList li{
	float: left;
	margin-left: 2px;
}
ul#carrieList li a{
	display: block;
	height: 31px;
	text-indent: -9999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
ul#carrieList li#car-subcat1,
ul#carrieList li#car-subcat6{
	margin-left: 0;
}
li#car-subcat1 a{
	width: 124px;
	background-image: url(../img/index_img/tab_maker1.gif);
}
li#car-subcat2 a{
	width: 124px;
	background-image: url(../img/index_img/tab_maker2.gif);
}
li#car-subcat3 a{
	width: 123px;
	background-image: url(../img/index_img/tab_maker3.gif);
}
li#car-subcat4 a{
	width: 123px;
	background-image: url(../img/index_img/tab_maker4.gif);
}
li#car-subcat5 a{
	width: 123px;
	background-image: url(../img/index_img/tab_maker5.gif);
}

li#car-subcat6 a{
	width: 124px;
	background-image: url(../img/index_img/tab_maker6.gif);
}
li#car-subcat7 a{
	width: 124px;
	background-image: url(../img/index_img/tab_maker7.gif);
}
li#car-subcat8 a{
	width: 123px;
	background-image: url(../img/index_img/tab_maker8.gif);
}
li#car-subcat9 a{
	width: 123px;
	background-image: url(../img/index_img/tab_maker9.gif);
}
li#car-subcat10 a{
	width: 123px;
	background-image: url(../img/index_img/tab_maker10.gif);
}


ul#carrieList li a:hover,
ul#carrieList li.on a{
	background-position: 0px -31px;
}


.categoryBody{
	padding:10px;
	background: #E6E6E6;
}
.cat-item-list{
	background: #fff;
	padding: 20px 0;
}
.cat-item-list img{
	width: 30px;
	height: 30px;
}

table.item-list{
	width: 625px;
}
table.item-list td{
	width: 33%;
	/*text-align: center;*/
	vertical-align: middle;
	border-left: 1px dotted #BFBFBF;
	
	
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
}
table.item-list td.firstChild{
	border-left: 0 none;
}
table.item-list img{
	vertical-align: middle;
}



/*----------[バナーエリア]----------*/
#pick-up{
	margin-bottom: 10px;
	
	
	
	
	
	padding-top: 87px;
	background: url(../img/index_img/pickup_bg.jpg) no-repeat top;
}
#pick-up div.clearfix{
	margin-bottom: 10px;
}
#pick-up dl.floatLeft,
#pick-up dl.floatRight{
	width: 333px;
}
#pick-up dt{}
#pick-up dd{
	font-size: 11px;
}



/*----------[お知らせ]----------*/
#whats-new{
	clear: both;
	padding: 15px;
	background: #fff;
	margin-bottom: 10px;
}
#whats-new h2{
	height: 27px;
	margin-bottom: 0;
	text-indent: -9999px;
	background: url(../img/index_img/cpt_news.gif) no-repeat;
}
#whats-new div.inline-frame{
	height:160px;
	overflow-y: scroll;
}
#whats-new table{
	width: 625px;
}
#whats-new th,
#whats-new td{
	text-align: left;
	vertical-align:top;
	
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #BFBFBF;
}

#whats-new th{
	color: #F39700;
	font-weight: normal;
	padding-left: 15px;
}
#whats-new td{
	padding-left: 20px;
}


/*----------[トップ問合せ]----------*/
#top-contact{
	background: #fff;
}
#top-contact h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 20px 0 5px 60px;
	background: url(../img/index_img/cpt_top_contact.gif) no-repeat;
}
#top-contact h4{
	padding-left: 20px;
	line-height: 33px;
	background: url(../img/index_img/bg_top_contact.gif) no-repeat center top;
}
#top-contact p{
	margin: 0 20px;
	padding-bottom: 1em;
}









/*----------[thickboxカスタム]----------*/
body #TB_window{
	border: 4px solid #00A4E9;
}
body #TB_closeAjaxWindow a{
	background: url(../img/index_img/thickbox_close.gif) no-repeat;
}




/*----------[絞り込み]----------*/
#arrival-detail{
	padding-top: 10px;
	background: url(../img/index_img/col_narrow_loop2.gif) repeat-y;
}
/*
#arrival-detail h3{
	height: 25px;
	width: 642px;
	margin: 0 0 20px 1px;
	background: url(../img/index_img/cpt_narrow.gif) no-repeat center bottom;
}
*/

#arrival-detail-step1,
#arrival-detail-step2,
#arrival-detail-step3,
#arrival-detail-step4{
	padding-bottom: 10px;
	background: url(../img/index_img/col_narrow_btm.gif) no-repeat center bottom;
}

#arrival-detail-step2 h3{
	height: 225px;
	background: url(../img/items_img/cpt_narrow_err.gif) no-repeat center center;
}

