@charset "utf-8";

#header {
	background: url(../img/format_mobile_title2.jpg) no-repeat center;
}
    @media screen and (max-width: 339px) {
        #header {
            background: url(../img/format_mobile_title2.jpg) no-repeat center;
        }
    }

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

body {
	background: url(../img/format_background2.jpg);
}

/*指名医師ラベルの色を値によって変える*/
.adminlist_mydoctor_label.adminlist_mydoctor_label_value0 {
    background-color:rgba(126,194,37,1.00);
}.adminlist_mydoctor_label.adminlist_mydoctor_label_value1 {
    background-color:rgba(102,140,217,1.00);
}