@charset "utf-8";

/* =================================================================================================
　「株式会社近畿日本ツーリスト商事」通販紹介
　Copyright (c) 近畿日本ツーリスト商事 All Rights Reserved.
================================================================================================= */


/* 背景画像 */
#second #wrapper{
	background:#fff url("/webshop/img/bg.jpg") center 0 no-repeat;
	background-attachment:fixed;
}


.bnr_pickup{
	position:relative;
	top:-16px;
}

.lead{
	margin-bottom:30px;
}

#point{
	margin-bottom:30px;
}
#point h3{
	margin-bottom:10px;
}
#point dl{
	width:190px;
	float:left;
	background-color:#FFF788;
	margin-right:10px;
}
#point .lastItem{
	margin-right:0px;
}
#point dd .text{
	color:#000;
}
#point dd{
	padding:15px 13px 15px;
}
#point dd .pict{
	text-align:center;
	margin-bottom:15px;
}
#point dd .icon{
	margin-top:10px;
}
#point dd .icon li{
	float:left;
	margin-right:4px;
}
#point dd .icon .lastItem{
	margin-right:0px;
}


#guide{
	margin-bottom:35px;
}
#guide h3{
	margin-bottom:15px;
}
#guide .lead{
	margin-bottom:15px;
	color:#000;
}

#guide .step01{
	background-color:#D0EBFD;
	padding:20px 20px 20px 60px;
	margin-bottom:20px;
	position:relative;
	color:#333;
}
#guide .step01 .no{
	position:absolute;
	top:12px;
	left:12px;
}
#guide .step01 .text{
	font-weight:bold;
}
#guide .step01 .text a{
	color:#0B469D;
}


#guide .step02{
	background-color:#D0EBFD;
	padding:20px 20px 20px 60px;
	margin-bottom:20px;
	position:relative;
	color:#333;
}
#guide .step02 .no{
	position:absolute;
	top:12px;
	left:12px;
}
#guide .step02 .text{
}
#guide .step02 .text a{
	color:#0B469D;
}

#guide .step02 .case01{
	margin-bottom:15px;
}
#guide .step02 .case01 strong{
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
}
#guide .step02 .case01 .capture{
	margin-top: 10px;
	padding: 0 0 0 0;
}
#guide .step02 .case01 .capture img{
	width: 100%;
}
#guide .step02 .case01 .cap{
	text-align: right;
	font-size: 12px;
	margin-top: 10px !important;
}

#guide .step02 .case02 strong{
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
}
#guide .step02 .case02 .capture{
	margin-top: 10px;
	padding: 0 0 0 0;
}
#guide .step02 .case02 .capture img{
	width: 100%;
}
#guide .step02 .case02 .cap{
	text-align: right;
	font-size: 12px;
	margin-top: 10px !important;
}


#guide .step02 .a{
	font-weight:bold;
	color:#F66A00;
}
#guide .step02 .b{
	font-weight:bold;
	color:#00B1A4;
}



#guide .arrow{
	margin-bottom:20px;
	text-align:center;
}


.bnr{
	margin-bottom:30px;
}
.bnr a:hover{
	opacity: 0.8;
}




#item{
	margin-bottom:35px;
}

.anchor{
	padding:15px 15px 10px;
}
.anchor .title{
	margin-bottom:15px;
	font-weight:bold;
	color:#0B499D;
}
.anchor ul li{
	float:left;
	margin:0 30px 15px 0;
}
.anchor ul li a{
	white-space:nowrap;
	color:#333;
	padding:0 0 0 21px;
	background:url("../webshop/img/anchor_arrow.png") 0 center no-repeat;
}

.anchor_amenity,
.anchor_uniform{
	background-color:#f5f5f5;
}
.anchor_restaurant{
	margin-bottom:30px;
}


#recommend{
}
#guest{
}



.item{
	border-bottom:1px solid #ddd;
	padding:20px 0 20px 10px;
	cursor:pointer;
}
.item:hover{
	background-color:#f5f5f5;
}

.item{display: inline-block;}
/* Exclude Mac IE \*/
.item{display: block;}
/**/
.item:after{content:".";display:block;clear:both;height:0;visibility: hidden;}

.item .inner{
	display:none;
	padding-top:10px;
}
.item .copy_box{
	width:320px;
	float:left;
}
.item .photo{
	width:240px;
	float:right;
}
.item .photo li{
	width:200px;
}
.item .photo li img{
	vertical-align:bottom;
}

/* ピッキング詰合せ発送 */
.picking{
	display:block;
	margin-top:7px;
	color:#CC0000;
	position:relative;
	padding:0 0 0 25px;
}
.picking img{
	position:absolute;
	top:0px;
	left:0px;
}

.item h5{
	color:#000;
	padding:0 0 0 32px;
	background:url("../webshop/img/item_open.gif") 0 2px no-repeat;
}
.open h5{
	background:url("../webshop/img/item_close.gif") 0 2px no-repeat;
}
.item .btn{
	text-align:center;
	margin-top:20px;
}




.inquiry_box{
	padding:20px;
	background-color:#FFFFBF;
	color:#000;
}
.inquiry_box h3{
	margin-bottom:10px;
}
.inquiry_box a{
}



/* 右カラム通販ショップバナー非表示 */
#bnr .bnr_webshop{
	display:none;
}


.box_indent{
	padding-left: 1em;
	text-indent: -1em;
}
