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


/*　　編集時はマスターファイルを変更し反映させること　　*/

.yoyakuInfo {
    margin-top: 15px;
}
	.yoyakuInfo p {
		text-align: center;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	.yoyakuInfo p .title {
		font-size: 125%;
		color: #67482C;
		line-height: 1.8em;
	}
	.yoyakuInfo p .small {
		font-size: 85%;
		color: #67482C;
		line-height: 1.8em;
	}
	.yoyakuInfo p.hosoku_yoyakuInfo {
		font-size: 100%;
        width:95%;
        max-width: 600px;
        margin: auto;
	}


/*自由ラベルボタンを色変更*/
.free_label_btn.free_label_value0 {
    background-color:rgba(0,176,240,1.00);
}.free_label_btn.free_label_value2 {
    background-color:rgba(255,102,153,1.00);
}

/*指名医師ラベルの色を値によって変える*/
/*医師の並び順を変えても、その医師の色は変えないように配慮*/
.adminlist_mydoctor_label.adminlist_mydoctor_label_value0 {/*松本医師→background-color:rgba(0,176,240,1.00);*/
    background-color:rgba(0,176,240,1.00);
}.adminlist_mydoctor_label.adminlist_mydoctor_label_value1 {/*濱之上医師→background-color:rgba(14,175,1,1.00);*/
    background-color:rgba(14,175,1,1.00);
}.adminlist_mydoctor_label.adminlist_mydoctor_label_value2 {/*北村医師→background-color:rgba(255,164,110,1.00);*/
    background-color:rgba(255,164,110,1.00);
}.adminlist_mydoctor_label.adminlist_mydoctor_label_value3 {/*猪股医師→background-color:#D600F3;*/
    background-color:#D600F3;
}.adminlist_mydoctor_label.adminlist_mydoctor_label_value4 {/*阿部医師→background-color:rgba(131,86,52,1.00);*/
    background-color:rgba(131,86,52,1.00);
}.adminlist_mydoctor_label.adminlist_mydoctor_label_value5 {/*木村医師→background-color:rgba(255,110,155,1.00);*/
    background-color:rgba(255,110,155,1.00);
}

/*管理画面内のショートカットボタンを非表示*/
ul.admin_shortcut_btn {
    display: none;
}

/*管理画面にスタッフ用のアラート表示*/


/*DEMO用 システム開始ボタンを押すとしばらく時間がかかりますpopup*/
#id94_notice1, #id94_notice2 {
	top:0%;
	left:50%;
		width:600px;
		margin-top:250px;
		margin-left:-300px;
	position: fixed;
	z-index: 10;
		background-color: rgba(220,220,220,0.90);
	border-radius:12px;
    box-shadow: 0px 0px 15px #000;
}
	#id94_notice1 p, #id94_notice2 p {
		margin-top: 20px;
		font-size: 20px;
		font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #FF0000;
			line-height: 2em;
	}
	#id94_notice1 a, #id94_notice2 a {
		display: inline-block;
        background-color: rgba(205,95,0,1.00);
        color: #FFFFFF;
        font-size: 19px; 
        padding: 10px 25px;
        cursor: pointer;
        margin-top: 20px;
        margin-bottom: 30px;
	}
        #id94_notice1 a.inline_link, #id94_notice2 a.inline_link {
            display: inline-block;
        background-color: rgba(235,109,0,1.00);
            color: #FFFFFF;
            font-size: 17px; 
            padding: 2px 2px;
            cursor: pointer;
            margin: 0 5px;
            text-decoration: none;
        }