@charset "utf-8";
/* CSS Document */

/*-----------------ページ固有css-----------------*/



/*背景画像の指定*/



.number { color: #3e9300; }/*上部ナンバー表示カラー*/
#header { width:329px; height:51px; background:url(../images/head_tit.png) no-repeat; margin:0; padding:0; }

.place img { height:25px; width:auto; }


/*タイトルの最大表示幅を変える*/
.desktop #tobira h2{ max-width:1000px; padding-top:10px;}

/*ipadのときの地図大きさ・地図位置を変更*/
@media only screen and ( orientation:landscape){
.tablet .map { width:60%; height:auto; } 
}
@media only screen and ( orientation:portrait){
.tablet .map { width:80%; height:auto; } 
}

/*.tablet .map{width: 350px;height: 320px;}*/
.tablet .place{float:none;display:block;}



/*リニューアル期限号のみ*/
.renewal_txt { position:absolute; width:120px; height:auto; }
/*.desktop */.renewal_txt { bottom:20px; left:20px; }