@charset "utf-8";
/*　背景の流れる画像　*/
#bg_slide_gol{
	width:100%;
	margin: 0;
	height:450px;
	position:absolute;
	top:155px;
	left:0px;
	overflow: hidden;
	z-index:-100;
	background-color:#fff;
}

#bg_slide_gol ul{
position: relative;
width:3192px;
height:450px;
margin:0px;
padding:0px;
overflow:hidden;
}

#bg_slide_gol ul li{
float:left;
width:1596px;
height:450px;
}
#bg_slide_gol ul li img{
	width: auto;
	height: 450px;
}
.eda{
position:absolute; top:600px; left:auto;
	background-image:url(images/eda.png); background-repeat:repeat-x;
	height:28px; width:100%;
	z-index:100;
}

#box_h2{
	position: relative; top:-252px; left:0px;
	z-index:-10;
}

#box_kimg{
	position: relative; top:-16px; left:265px;
	z-index:-10;
}


.box_clear{
	width:960px;
	overflow:hidden;
	margin-top:-120px;
	height:auto;
	background-image:url(images/bg_navi.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#bg_jungle{
	background-image:url(images/bg_green.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.box_l{
	width:770px;
	float:left;
/*	padding-bottom: 32767px;
    margin-bottom: -32767px;*/
}

.box_r{
	width:170px;
	float:right;
	background-color:#90a325;
/*	padding-bottom: 32767px;
    margin-bottom: -32767px;*/
	height:100%;
}

#menu{
	position:relative;
	float:right;
	width:170px;
	height:100%;
	padding-top:20px;
}

#nav{
	width:170px;
	padding-left:10px;
	overflow:hidden;
}
#nav li{
	float:left;
	margin-left:11px;
	width:23px;
}


.box_clear h3{
	margin:50px 0px 10px 0px;
}


.box_soubi{
	border:1px dotted #999;
	padding:15px 20px;
	margin-top:10px;
}

.box_flow{
	width:740px;
	overflow:hidden;
	background-color:#fdfbee;
	padding:15px;
	border:1px dotted #CCC;
	margin-top:15px;
}
.flow_l{
	float:left;
	width:380px;
}
.flow_r{
	float:right;
	width:340px;
}

.box_flow h4{margin-bottom:3px;}

.arrow{text-align:center; margin-top:-1px;}

.note{
	margin-top:15px;
	background-image:url(images/bg_note.gif);
	width:724px;
	height:380px;
	padding:20px;
}

.bg_gol{
	margin-top:10px;
	background-image:url(images/img_gol.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:360px;
	line-height:180%;
}

.list_ladakh span{ display: inline-block; text-align:center;background-color:#ff7a01; padding:0px 1px 2px 1px; color:#FFF; font-size:10px; height:14px; width:14px; margin-right:5px; line-height:17px;border-radius:2px;}
h4{ font-size:14px; line-height:14px; margin-bottom:5px;}

.list_ladakh td{line-height:160%; padding-bottom:15px;}


.list_active{
	border-bottom:none;
	padding:7px 0px;
	overflow:hidden;
	line-height:150%;
	width:770px;
}

.list_active a{
	font-weight:bold;
	font-size:14px;
}

.list_active img{
	float:left;
}

.list_active div{
	float:right;
	width:595px;
}

.list_active div img{
	margin:1px 5px 0px 0px;
}

h4.h4_tour{
	background-color:#626b2d;
	color:#FFF;
	font-size:14px;
	padding:7px;
	margin:5px 0px;
	}
	
.sttl_detail{
	background-color:#333;
	font-size:10px;
	color:#FFF;
	width:38px;
	text-align:center;
	line-height:12px;
	padding-bottom:1px;
	display:inline-block;
	margin-right:3px;
}

strong span.red{
	color:#ff5a2e;
}

.sttl_date{
		background-color:#e83526;
	font-size:10px;
	color:#FFF;
	width:38px;
	text-align:center;
	line-height:12px;
	padding-bottom:1px;
	display:inline-block;
	margin-right:3px;
}


/*　ポラロイド部分 */
#tiles {
list-style-type: none;
position: relative; /** Needed to ensure items are laid out relative to this container **/
margin: 0;
}

/**
 * Grid items
 */
#tiles li {
width: 168px;
background-color: #ffffff;
border: 1px solid #dedede;
/**display: none;  Hide items initially to avoid a flicker effect **/
cursor: pointer;
padding: 4px;
font-size:
}

#tiles li img {
display: block;
}

#tiles li a img:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

/**
 * Grid item text
 */
#tiles li p {
color: #444;
font-size: 10px;
margin: 5px 0 0 5px;
line-height:140%;
font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/**
 * Some extra styles to randomize heights of grid items.
 */
#tiles ali:nth-child(3n) {
height: 175px;
}

#tiles ali:nth-child(4n-3) {
padding-bottom: 30px;
}

#tiles ali:nth-child(5n) {
height: 250px;
}
