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

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


/*背景画像の指定*/


.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:65%; max-width:650px; padding-top:20px;}

/* .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:65%; max-width:650px; margin-top:0px; }

.desktop #place img { width:70%; max-width:200px; height:70%; max-height:30px; margin-top:0px; }

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

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

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

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

