﻿body{
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
}
.container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.left,
.right{
	display: none;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex: 1;
	text-align: center;
}
.contents{
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	padding-top: 20px;
}
.header{
	background: #001b50;
	color: #fff;
	padding :5px 10px;
	text-align: center;
}
/*
#header,#header-2,.header-kyushu{
	background-image: url("../img/soranomori_159x50.png"),url("../img/hayashi_2000x50.jpg");
	background-repeat: no-repeat,no-repeat;
	background-position: center center,left top;
}
*/
#header,#header-2,.header-kyushu{
	background-image: url("../img/kurume_141x42.png"),url("../img/hayashi_2000x50.jpg");
	background-repeat: no-repeat,no-repeat;
	background-position: center center,left top;
}

#header-kyushu{
	display:none;
}
#footer{

	background-image: url("../img/hayashi_2000x50.jpg");
	background-repeat: no-repeat,no-repeat;
	background-position: center center,left top;

	padding: 5px;
	text-align: center;
	font-size: 80%;
}
#footer-kyushu{
	padding: 5px;
	text-align: center;
	font-size: 80%;
}
#footer span,#footer a,
#footer-kyushu span,#footer-kyushu a{
	color: #fff;
	font-weight:normal;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
}

/*
.left-logo{
	margin: 20px auto;
	height: 292px;
	width: 210px;
	background-image: url("../img/soranomori_kyushu_210x292.jpg");
	background-repeat: no-repeat;
	background-size: 210px;
}
*/
.left-logo{
	margin: 20px auto;
	height: 328px;
	width: 210px;
	background-image: url("../img/kurume_210x328.png");
	background-repeat: no-repeat;
	background-size: 210px;
}
.left-logo-kyushu{
	margin: 20px auto;
	height: 292px;
	width: 210px;
	background-image: url("../img/soranomori_kyushu_210x292.jpg");
	background-repeat: no-repeat;
	background-size: 210px;
}

#home-menu,
#open-menu-left,#open-menu-left-2{
	display: block;
}

/*
@media screen and (min-width: 650px) {
	.left{
		display: block;
	}
	.right,
	#open-menu-left,#open-menu-left-2{
		display: none;
	}
}
@media screen and (min-width: 900px) {
	.left{
		display: block;
	}
	.right,
	#open-menu-left,#open-menu-left-2{
		display: none;
	}
}
*/
@media screen and (min-width: 650px) {
	.left{
		display: block;
	}
	.right,
	#home-menu,
	#open-menu-left,#open-menu-left-2{
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.left{
		display: block;
	}
	.right{
		display: block;
	}
	#home-menu,
	#open-menu-left,#open-menu-left-2{
		display: none;
	}
}

ul.右三角 {
	list-style:none;
	display: inline-block;
	text-align: left;
}
ul.右三角 li {
	margin: 0px 0px 30px 0px;
	position: relative;
}
ul.右三角 li::after {
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	left: -28px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #001b50;
}
ul.右三角 li a {
	/*color: #001b50;*/
	text-decoration: none;
	font-weight:normal;
}

h1,h2,h3,h4,.font-sora,.ui-btn-none,a.font-sora,a.ui-collapsible-heading-toggle {
	font-weight: 500;
	text-shadow: none;
}
.ui-header .ui-title {
	margin: 0;
}
#divお知らせ a.ui-btn {
	white-space: normal;
}

.ui-datepicker,
ui-datepicker-calendar,
.ui-datepicker table {
    font-size: 1.1em!important;
	font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
}
.ui-datepicker-title,
.ui-datepicker th {
	font-weight: 500;
}
.ui-datepicker th {
	padding: .3em;
}
select.ui-datepicker-year,
select.ui-datepicker-month {
	margin: 0 5px!important;
	height: 2em!important;
	width: 80px!important;
	vertical-align: middle!important;
	font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
}
.ui-datepicker {
	z-index: 1001 !important; /* ヘッダーが1000なので */
}

.ガイドメッセージ {
	background-color: #fffacd;
	border: 1px #deb887 solid;
	border-radius: 3px;
	padding : 10px;
	font-weight: 500;
	text-shadow: none;
}

.必須{
	color : #fff;
	background-color: #e95464;
	font-size: 90%;
	font-weight: 500;
	text-shadow: none;
	padding: 1px 4px;
	margin-left: 5px;
	border-radius: 3px;
	white-space: nowrap;
}

.div確認 .項目 {
	padding: 5px 0;
	border-bottom: 1px #ddd solid;
}
.div確認 div.項目:last-of-type,
.div確認 div.項目.bnone        {
	border-bottom: none;
}
.div確認 .項目 div:first-of-type{
	white-space: nowrap;
}
.div確認 .項目 > div:not(.clear) {
	float:left;
}
.div確認 .項目 > div.clear {
	clear:both;
}

#月間予約カレンダー table {
	border-collapse: collapse;
}

#月間予約カレンダー table.calendar>thead a {
	text-decoration:none;
	color:#333;
	padding:0 0.2em;
}

#月間予約カレンダー table.calendar>thead a:hover {
	text-decoration:underline;
}
#月間予約カレンダー table.calendar>tbody tbody td {
	cursor:pointer;
}

#月間予約カレンダー table.calendar>tbody tbody td>div {
	padding:0.15em 0;
}

/*
#月間予約カレンダー table.calendar>tbody tbody td:hover {
	background-color:#C8F8D9;
}
*/

#月間予約カレンダー table.calendar th {
	text-align: center;
	font-weight: normal;
}

#月間予約カレンダー table.calendar td.sunday,
#月間予約カレンダー table.calendar th.sunday {
	color:hotpink;
	background-color:#FFF7F4;
}

#月間予約カレンダー table.calendar td.saturday,
#月間予約カレンダー table.calendar th.saturday {
	color:dodgerblue;
	background-color:#F4FDFF;
}
#月間予約カレンダー table.calendar td.予約不可 {
	color: #000;
	background-color: #dcdcdc;
}
#月間予約カレンダー table.calendar div.可否 {
	color: #38c;
}
#月間予約カレンダー table.calendar td.select.予約可 {
	color: #fff;
	background-color:#38c;
	text-shadow: none;
}
#月間予約カレンダー table.calendar td.select div.可否 {
	color: #fff;
}


#月間予約カレンダー table.calendar td.calendar-out {
	color:silver;
	font-size:80%;
}

#月間予約カレンダー table.calendar td.calendar-today {
	border:2px solid #4af;
}
/*
#月間予約カレンダー table.calendar td.calendar-highlight {
	font-weight:bold;
	background-color:#B8E8C9;
}
*/

#月間予約カレンダー table.calendar td.calendar-holiday {
	color:hotpink;
	background-color:#FFF7F4;
}

#月間予約カレンダー table.calendar table.予約情報 {
	color:#333;
}

/**  予約情報カレンダー **/
.rsvInfoCal {
	padding:0.3em;
	margin:0.2em;
	width:80em;
	overflow:auto;
}
.rsvInfoCalTbl {
	margin-bottom:0.3em;
}
.rsvInfoCalTbl th {
	padding:0.1em;
	border:1px solid #ccc;
}
.rsvInfoCalTbl td {
	vertical-align:top;
	/* width:14.5em; */  /* #4723 課題管理No.2-0094:シス連-0066(手術所要時間追加-髙山医師) */
	padding:0.1em;
	border:1px solid #ccc;
}
/*
.rsvInfoCalTbl .header {
	text-align:center;
	vertical-align:middle;
	background-color: #fce4d6;
	height:1em;
}
*/
.rsvInfoCalTbl .header td {

}
.rsvInfoCalTbl .day td {
	cursor:pointer;
}

.rsvInfoCalTbl123 tr {
	height:7em;
}
.rsvInfoCalTbl tr.新規 {
	background-color:#ffe399;
}
.rsvInfoCalTbl .header {
	height:1em;
}
/** 休診日 **/
.rsvInfoCalTbl .closed {
	background-color:#ddd;
}
/*
.rsvInfoCalTbl .select {
	border:2px solid #47a447;
}
*/
.rsvInfoCalTbl .today {
	border:2px solid #269abc;
}
.rsvInfoCalTbl .day .w0 {
	background-color:#FFF7F4;
}
.rsvInfoCalTbl .day .w6 {
	background-color:#F4FDFF;
}
.rsvInfoCalTbl .day .holiday {
	background-color:#FFF7F4;
}
.rsvInfoCalTbl .day .祝日名 {
	color:hotpink;
}

table.webmail {
	border-collapse: collapse;
}
.webmail th,.webmail td{
	border: 1px #dddddd solid;
	padding: 2px;
}
.webmail th {
	background-color: #394e77;
	color: #fff;
	font-weight: 500;
	text-shadow: none;

}
.webmail th a:link,
.webmail th a:visited {
	color: #fff;
	font-weight: 500;
}
.webmail td a {
	font-weight: normal;
}

/**************************************************/
div.message {
    /*text-align: center;*/
    text-align: left;
    /* cursor: pointer */;
    display: block;
    /* font-weight: normal; */
    font-weight: 500;
    text-shadow: none;
    /* padding: 0 1.5rem 0 1.5rem; */
    padding: 0.7em;
    transition: height 300ms ease-out 0s;
    /* background-color: #a0d3e8; */
    background-color: #2792c3;
    /* color: #626262; */
    color: #fff;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    /* height: 50px;*/
    margin-bottom: 1em;
    line-height: 1em;
}

div.message未使用:before {
    line-height: 0px;
    font-size: 20px;
    height: 1px;
    width: 1px;
    border-radius: 15px;
    /*text-align: center;*/
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    /*left: -11px;*/
    left: -9px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    /* color: #a0d3e8; */
    color: #2792c3;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message未使用.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
    margin-bottom: 0;
    padding: 0;
}

.checks .success,
.checks .problem {
    margin-left: 10px;
}
.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.error-message {
	background-color: #ffc0cb;
	padding: 5px;
	font-weight: 500;
	text-shadow: none;
	margin-bottom: 1em;
}
.error-message ul {
	margin: 0;
	padding: 0 0 0 1em;
}

ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    /* background-color: #DCE47E; */
    background-color: #394e77;
    color: #FFF;
    font-weight: 500;
    cursor: default;
    text-decoration: none;
}
ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination{
display:block;
/* margin-left:-0.3125rem;*/
margin:5px 0 5px -2.5em;
min-height:1.5rem
}
ul.pagination li{
color:#222;
font-size:0.875rem;
height:1.5rem;
/* margin-left:0.3125rem; */
}
ul.pagination li a,ul.pagination li button{
border-radius:3px;
transition:background-color 300ms ease-out;
background:none;
color:#999;
display:block;
font-size:1em;
font-weight:normal;
line-height:inherit;
padding:0.0625rem 0.625rem 0.0625rem
}
ul.pagination li:hover a,ul.pagination li a:focus,ul.pagination li:hover button,ul.pagination li button:focus{
background:#e6e6e6
}
ul.pagination li.unavailable a,ul.pagination li.unavailable button{
cursor:default;
color:#999
}
ul.pagination li.unavailable:hover a,ul.pagination li.unavailable a:focus,ul.pagination li.unavailable:hover button,ul.pagination li.unavailable button:focus{
background:transparent
}
ul.pagination li.current a,ul.pagination li.current button{
background:#008CBA;
color:#fff;
cursor:default;
font-weight:bold
}
ul.pagination li.current a:hover,ul.pagination li.current a:focus,ul.pagination li.current button:hover,ul.pagination li.current button:focus{
background:#008CBA
}
ul.pagination li{
display:block;
float:left
}
.pagination-centered{
text-align:center
}
.pagination-centered ul.pagination li{
display:inline-block;
float:none
}

.paginator a.ui-link{
	display:inline-block;
}

.asc:after {
    content: " \25B2"; /* ▲ */
    font-size: 80%;
    vertical-align: top;
}
.desc:after {
    content: " \25BC"; /* ▼ */
    font-size: 80%;
    vertical-align: top;
}

