@charset "utf-8";
/* CSS Document */

/*-----------------ページ固有css-----------------*/



/*背景画像の指定*/



.number { color:#E0060A; }/*上部ナンバー表示カラー*/

/*2ページ目から表示される左上タイトルのパス*/
#header { width:329px; height:51px; background:url(../images/head_tit.png) no-repeat; margin:0; padding:0; }

.ent p { text-indent:0; }

/*タイトルの最大表示幅を変える*/
.desktop #tobira h2{ /*max-width:600px;*/ width:50%; max-width:650px; padding-top:10px;}


/*扉タイトル下のスペース*/
#tobira .inner { padding-bottom:30px;}


/*メインリード文位置調整*/
.desktop #mainread { /*margin-top:20px;*/  }

/*ipadのときの地図大きさ・地図位置を変更*/
@media only screen and ( orientation:landscape){
.tablet #tobira h2{ width:55%;}
.tablet .map { width:60%; height:auto; } 
}
@media only screen and ( orientation:portrait){
.tablet #tobira h2{ width:70%;}
.tablet .map { width:80%; height:auto; } 
}


.tablet .place{float:none;display:block;}

