@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の未表示され、予約画面側では切り取られ表示される。*/

	
	#error p.yoyaku_pause_note {
        background-color: #FDD8E3;
        border-radius: 8px;
        font-size:130%;
		color: #FF3333;
		text-decoration: none;
		line-height: 1.7em;
        margin-bottom: 30px;
        padding: 15px;
	}