@charset "utf-8";

/*headerの仕様を変更したので、変更前の方で、ヘッダー画像が340pxより広い場合はこちらを適用*/
#header {
	width: auto;
	max-width:1070px;
	background: url(../img/format_mobile_title2.jpg) no-repeat center;
}

#outline {
	background: url(../img/format_backShadow2.jpg) repeat-y center;
}

/*ID11参考に書き出す画像も変更*/
/*左右両サイドの影はadminの広いwidthの未表示され、予約画面側では切り取られ表示される。*/

@media screen and (max-width: 950px) {
    .mypage_cancel_btn a {
        right:5px;
    font-size:17px;
    display: block;
    width: 100px;
    height: 100px;
    padding-top: 25px;
    font-weight: bold;
    }
}