@charset "utf-8";
/* CSS Document */

/*-----------------ページ固有css-----------------*/



/*フッタードラぷらの旅・ドラ佐渡表示*/

#cont_r_info{
	/*border-top:#3F464A 1px dashed;*/
	margin:50px 3em 0;
	font-size:13px;
}
#cont_r_info>ul{
	margin-left:-15px;
}
#cont_r_info>ul>li{
	/*width:100%;1列*/
	width:50%;/*2列*/
	float:left;
	list-style-type:none;
	padding:15px 0;
}
#cont_r_info>ul>li>div{
	margin-left:15px;
	border:1px solid #C9C8C8;
	padding:15px;
}
#cont_r_info h2 {
	/*height:85px;*/
	font-size:13px;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}
#cont_r_info h2 p{
	line-height:1.5;
}
#cont_r_info h2 img{
	float:left;
	margin: 0 10px 0 0;
}
#cont_r_info a.icon{
	background: url(/resources/img/common/icn_link_arrow_trafic_01.png) no-repeat 0 0.4em;
	display: inline-block;
	padding-left: 13px;
}
#cont_r_info a span.blank:after{
	background: url(/resources/img/common/icn_blank_trafic.png) no-repeat 100% 50%;
	content: "";
  padding-left: 20px;
  width: 12px;
  height: 12px;
}
#cont_r_info ul.linklist{
	list-style-type:none;
}
#cont_r_info .cont_inn_ttl{
	margin:0 0 5px 0;
	line-height:1.5;
}
.clearfix:after{
	content:"";
	clear:both;
	display:block;
}

/*タブレット*/
.tablet #cont_r_info{
	margin:0;
}


/*end フッタードラぷらの旅・ドラ佐渡表示*/







/*背景画像の指定*/


.number { color:#5368c2; }/*上部ナンバー表示カラー*/

/*2ページ目から表示される左上タイトルのパス*/
#header { width:329px; height:51px; background:url(../images/head_tit.png) no-repeat; margin:0; padding:0; }

.ent p { text-indent:0; }

/* 地図のサイズ変更に必要な設定 */
.map img { width:100%; height:auto; margin:0 !important; }

/*タイトルの最大表示幅を変える*/
.desktop #tobira h2{ width:35%; max-width:600px; padding-top:10px; margin-left:-10x; }

/* .desktop #ent01 h2{ padding: 40px 220px 0 20px;max-width: 1400px;} */

/*扉タイトル下のスペース*/
#tobira .inner { padding-bottom:10px; }

/*前後編のリンクボタン*/
#link_btn_to_1st,#link_btn_to_2nd { margin-left:15px; margin-top:10px; display:block; float:left; }
#link_btn_to_1st img,#link_btn_to_2nd img{ border:none; }

.icap{line-height: 150%; margin-top: 5px;}

/*メインリード文位置調整*/
.desktop #mainread { /*margin-top:20px;*/ }

.desktop #mainread img { width:35%; max-width:650px; margin-top:0px; margin-left:0px; }

.desktop #place img { width:40%; max-width:225px; height:72%; max-height:37px; margin-top:0px;  margin-left:0px; }

.desktop .map img { width:100%; height:auto; }

/*ipadのときの地図大きさ・地図位置を変更*/
@media only screen and ( orientation:landscape){
.tablet #tobira h2{ width:50%; padding-top:0px; }
.tablet #tobira { background-position:top center !important; }
.tablet .map { width:50%; height:auto; }
.tablet #mainread img { width:50%; }
.tablet #place img { width:17%; height:auto; }

}
@media only screen and ( orientation:portrait){
.tablet #tobira h2{ width:90%; padding-top:0px; }
.tablet #tobira { background-position:top center !important; }
.tablet .map { width:60%; height:auto;}
.tablet #mainread img { width:90%; }
.tablet #place img { width:25%; height:auto; }
}

.tablet #place{ float:none;display:block;}
}


.photo {
    position: relative;
    display: block;
    width: 200px;
    height: 130px;
}
 
.photo cite r {
    padding: 5px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    background-color: #111111;
    position: absolute;
    bottom: 0;
    left: 0;
    -moz-opacity:.55;
    filter:alpha(opacity=55);
    opacity:.55;
}


.photo cite l {
    padding: 5px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    background-color: #111111;
    position: absolute;
    bottom: 0;
    right: 0;
    -moz-opacity:.55;
    filter:alpha(opacity=55);
    opacity:.55;
}

/**/
.tcenter {text-align: center; }
