@charset "utf-8";

/* あ */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ui-datepicker {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

/* =================================================
 * reset
 * ================================================*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, legend {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	outline: none;
}
img {
	vertical-align: bottom;
	font-size:0;
	line-height: 0;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ul, ol {
	list-style-type: none;
}
input[type="button"], input[type="submit"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}


/* =================================================
 * common
 * ================================================*/
body {
	background-color: #fff;
}
body > header,
body > div#contents,
body > footer {
	font-size: 13px;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
/*
	background-color: #fff;
*/
}

.clear {
	clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.common_hidden {
	display: none;
}

/* -------------------------------------------
	text-align
------------------------------------------- */
.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}

a {
	color: #0070c0;
}
strong {
	color: #ff0000;
	font-weight:normal;
	font-size:13px;
}
em {
	color: #f06597;
	font-style: normal;
}

textarea {
	width: 100%;
	height: 60px;
}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
	vertical-align: middle;
}

/*font-size
----------------------------------------*/

.font40p { font-size: 40% !important; }
.font50p { font-size: 50% !important; }
.font60p { font-size: 60% !important; }
.font10 { font-size: 77% !important; }
.font11 { font-size: 85% !important; }
.font12 { font-size: 93% !important; }
.font13 { font-size: 100% !important; }
.font14 { font-size: 108% !important; }
.font15 { font-size: 116% !important; }
.font16 { font-size: 123.1% !important; }
.font17 { font-size: 131% !important; }
.font18 { font-size: 138.5% !important; }
.font19 { font-size: 146.5% !important; }
.font20 { font-size: 153.9% !important; }
.font21 { font-size: 161.6% !important; }
.font22 { font-size: 167% !important; }
.font23 { font-size: 174% !important; }
.font24 { font-size: 182% !important; }
.font25 { font-size: 189% !important; }
.font26 { font-size: 197% !important; }
.fontb { font-weight: bold !important; position: relative;}


/* margin */
.mt0{ margin-top: 0px !important; }
.mt05{ margin-top: 5px !important; }
.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }

.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr70 { margin-right: 70px !important; }
.mr80 { margin-right: 80px !important; }

.mb_10 { margin-bottom: -10px !important; }
.mb0 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml70 { margin-left: 70px !important; }
.ml80 { margin-left: 80px !important; }


/* padding */
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pt100 { padding-top: 100px !important; }

.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }
.pr60 { padding-right: 60px !important; }
.pr70 { padding-right: 70px !important; }
.pr80 { padding-right: 80px !important; }
.pr90 { padding-right: 90px !important; }
.pr100 { padding-right: 100px !important; }

.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb100 { padding-bottom: 100px !important; }

.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }
.pl70 { padding-left: 70px !important; }
.pl80 { padding-left: 80px !important; }
.pl90 { padding-left: 90px !important; }
.pl100 { padding-left: 100px !important; }


/* 幅（width) */
.w_10f { width: 10% !important; }
.w_15f { width: 15% !important; }
.w_20f { width: 20% !important; }
.w_25f { width: 25% !important; }
.w_30f { width: 30% !important; }
.w_35f { width: 35% !important; }
.w_40f { width: 40% !important; }
.w_45f { width: 45% !important; }
.w_50f { width: 50% !important; }
.w_55f { width: 55% !important; }
.w_60f { width: 60% !important; }
.w_65f { width: 65% !important; }
.w_70f { width: 70% !important; }
.w_75f { width: 75% !important; }
.w_80f { width: 80% !important; }
.w_85f { width: 85% !important; }
.w_90f { width: 90% !important; }
.w_95f { width: 90% !important; }
.w_100f { width: 100% !important; }

/* 幅（width) *//* NOTE:: 旧ファイルのバグ（!importantが効いていない）依存 */
.w_10 {	width: 10%; }
.w_15 {	width: 15%; }
.w_20 {	width: 20%; }
.w_25 {	width: 25%; }
.w_30 {	width: 30%; }
.w_35 {	width: 35%; }
.w_40 {	width: 40%; }
.w_45 {	width: 45%; }
.w_50 {	width: 50%; }
.w_55 {	width: 55%; }
.w_60 {	width: 60%; }
.w_65 {	width: 65%; }
.w_70 {	width: 70%; }
.w_75 {	width: 75%; }
.w_80 {	width: 80%; }
.w_85 {	width: 85%; }
.w_90 {	width: 90%; }
.w_95 {	width: 90%; }
.w_100 { width: 100%; }


/* btn
---------------------------------------------- */
.btn {
	display: block;
	width: 100%;
	height: 55px;
	margin: 10px 0;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	line-height: 55px;
	border: none;
	border-bottom: inset 3px #49a6c4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#70cdeb;
}
.btn:active {
	position:relative;
	top:1px;
}

/* サイズ */
.mini_btn {
	display: inline-block;
	width: 50%;
	height: 40px;
	margin: 0;
	line-height: 40px;
	font-size: 16px;
}

/* 背景カラー */
.btn_cl_01 {
	border-bottom: inset 3px #167796;
	background-color: #2ca9d1;
}

.btn_cl_02 {
	background-color: #FF6969 !important;
	border-bottom: inset 3px #CE4A4A !important;
}

.btn_cl_disabled {
	background-color: #bfbebe !important;
	border-bottom: inset 3px #8d8d8d !important;
	pointer-events: none;
}
.btn-wrapper:has(.btn_cl_disabled) {
	cursor: not-allowed;
}

.btn_cl_default {
	background-color: #70cdeb !important;
	border-bottom: inset 3px #49a6c4 !important;
}


/* table
---------------------------------------- */
/* viewTable */
table.viewTable {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 2px solid #4c92c3;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
table.viewTable th {
	padding: 3px;
	color: #fff;
	text-align: center;
	border-bottom: solid 1px #fff;
	background: #4c92c3;
}
table.viewTable td {
	padding: 3px;
	border-bottom: solid 1px #4c92c3;
}
table.viewTable th:last-child
table.viewTable td:last-child {
	border: none;
}
table.paymentList {
	border: solid 2px #4c92c3;
	text-align: center;
}
table.paymentList th{
	border: solid 1px #FFFFFF;
}
table.paymentList td{
	border: solid 1px #4c92c3;
}
table.paymentInfoTable {
	text-align: center;
}
table.paymentInfoTable th{
	border: solid 1px #FFFFFF;
}
table.paymentInfoTable td {
	border: solid 1px #4c92c3;
}
table.paymentInfoTable tr.paymentInfoTableHeaderSummaryRow {
}
table.paymentInfoTable tr.paymentInfoTableHeaderSummaryRow td {
	/*
	font-size: 2em;
	*/
	font-size: 1.6em;
}
div.paymentInfoTableBottomNoteArea {
}
div.paymentInfoTableBottomNoteArea p.paymentInfoWarning {
	color: red;
	font-weight: bold;
}
.commonTextWarning {
	color: red;
	font-weight: bold;
}
/* calendarTable */
table.calendarTable{
	width:100%;
	margin:10px 0 20px;
}
table.calendarTable th {
	font-size:12px;
	border:1px solid #ccc;
	color:#333;
	background:#eee;
}
table.calendarTable th.calendarMenu {
	padding:5px;
	font-size:12px;
	border:1px solid #ccc;
	color:#333;
	background:#eee;
	width:20%;
}
table.calendarTable td{
	padding:5px;
	text-align:right;
	font-size:12px;
	border:1px solid #ccc;
	color:#555;
	width:14%;
	vertical-align:top;
}
table.calendarTable td.shiftInfo{
	text-align:left;
}

table.calendarTable .calendarHeader a{
	color:#555;
}
table.entryTable,
table.latestEntryTable {
	text-align: center;
	border: 5px solid #4c92c3;
}
table.entryTable th,
table.latestEntryTable th{
	border: solid 1px #FFFFFF;
}
table.entryTable td,
table.latestEntryTable td{
	border: solid 1px #4c92c3;
	cursor: pointer;
}
.entryTableRow,
.latestEntryTableRow {
	border-bottom: 5px solid #4c92c3;
}
.backgroundColorRow{
	background-color: #dddddd;
}
.paymentInfoTableFirstRow {
	border-top: 5px solid #4c92c3;
	border-left: 5px solid #4c92c3;
	border-right: 5px solid #4c92c3;
}
.paymentInfoTableSecondRow {
	border-left: 5px solid #4c92c3;
	border-right: 5px solid #4c92c3;
	border-bottom: 5px solid #4c92c3;
}
.paymentInfoTableCenterRow {
	border-left: 5px solid #4c92c3;
	border-right: 5px solid #4c92c3;
}
.paymentInfoTableThirdRow {
	border-left: 5px solid #4c92c3;
	border-right: 5px solid #4c92c3;
	border-bottom: 5px solid #4c92c3;
}
/*土曜の文字色*/
.youbi_6{
	background:#e7eefe!important;
	color:#0a0a8a!important;
}
/*祝日と日曜の文字色*/
.youbi_0,.shukujitu{
	background:#fee7ef!important;
	color:#b32028!important;
}
/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today{
	background:#FF9;
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday{
	background:#FDD;
}
/* 選択時の枠 */
.daySelected {
	border:2px solid #ff0000 !important;
}
/* menuButton
---------------------------------------------- */
.menuButton {
	font-size: 17px;
	font-weight: normal;
	margin: 10px 0;
	padding: 9px 0px;
	text-align: center;
	text-decoration: none;
	background-color: #70cdeb;
	color: #ffffff;
	display: block;
	border-bottom: inset 3px #49a6c4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.menuButton:active {
	position:relative;
	top:1px;
}
.menuButton span {
	font-size:15px;
	color:#fff;
}
.cancelButton {
	background-color: #F9F145 !important;
	border-bottom: inset 3px #C1BC22 !important;
	color: #000000 !important;
}
.stopButton {
	background-color: #FF6969 !important;
	border-bottom: inset 3px #CE4A4A !important;
}
.irai{
	font-size: 17px;
	font-weight: normal;
	margin: 15px 0px 0px;
	padding: 9px 0px;
	text-align: center;
	text-decoration: none;
	background-color: #2ca9d1;
	color: #ffffff;
	display: block;
	border-bottom: inset 3px #167796;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.irai2{
	font-size: 17px;
	font-weight: normal;
	margin: 15px 10px 0px;
	padding: 13px 0px;
	text-align: center;
	text-decoration: none;
	background-color: #2ca9d1;
	color: #ffffff;
	display: block;
	border-bottom: inset 3px #167796;
 	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.colorBtn{
	width:100%;
	margin-bottom:5px;
	font-size: 17px;
	font-weight: normal;
	padding: 13px 0px;
	text-align: center;
	text-decoration: none;
	background-color: #49a6c4;
	color: #ffffff;
	display: block;
	border-bottom: inset 3px #3b8aa3;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.shiftInfoInCalendar {
	margin: 0px;
	font-size:10px;
	border-bottom:inset 2px #49a6c4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.shiftStopInCalendar {
	margin: 0px;
	font-size:10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #FF6969;
	border-bottom: inset 2px #CE4A4A;
}


.shiftEditInCalendar {
	/* FF3399 > FFCC33 */
	/* FF66CC > FFFF66 */
	padding: 0.4em;
	margin: 0px;
	font-size:14px;
	border:1px solid #CC2288;
	background:-moz-linear-gradient( center top, #FFCC33 5%, #CC9900 100% );
	background:-ms-linear-gradient( top, #FFCC33 5%, #CC9900 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #FFCC33), color-stop(100%, #CC9900) );
	background-color:#FFCC33;
	text-shadow:1px 1px 0px #AA1177;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #CC9900;
 	-moz-box-shadow:inset 1px 1px 0px 0px #CC9900;
 	box-shadow:inset 1px 1px 0px 0px #CC9900;
}

.shiftEditInCalendar:hover {
	background:-moz-linear-gradient( center top, #CC9900 5%, #FFCC33 100% );
	background:-ms-linear-gradient( top, #CC9900 5%, #FFCC33 100% );
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC9900', endColorstr='#FFCC33'); */
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #CC9900), color-stop(100%, #FFCC33) );
	background-color:#CC9900;
}

.kaijoBtn {
	background:-moz-linear-gradient( center top, #FF3333 5%, #CC0000 100% );
	background:-ms-linear-gradient( top, #FF3333 5%, #CC0000 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #FF3333), color-stop(100%, #CC0000) );
	background-color:#FF3333;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #CC0000;
 	-moz-box-shadow:inset 1px 1px 0px 0px #CC0000;
 	box-shadow:inset 1px 1px 0px 0px #CC0000;
}
.kaijoBtn:hover {
	background:-moz-linear-gradient( center top, #CC0000 5%, #FF3333 100% );
	background:-ms-linear-gradient( top, #CC0000 5%, #FF3333 100% );
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#FF3333'); */
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #CC0000), color-stop(100%, #FF3333) );
	background-color:#CC0000;
}

.kakuninBtn {
	border:1px solid #0050CC;
	text-shadow:1px 1px 0px #0050CC;
	background:-moz-linear-gradient( center top, #337BFF 5%, #0050CC 100% );
	background:-ms-linear-gradient( top, #337BFF 5%, #0050CC 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #337BFF), color-stop(100%, #0050CC) );
	background-color:#337BFF;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #0050CC;
 	-moz-box-shadow:inset 1px 1px 0px 0px #0050CC;
 	box-shadow:inset 1px 1px 0px 0px #0050CC;
}
.kakuninBtn:hover {
	background:-moz-linear-gradient( center top, #0050CC 5%, #337BFF 100% );
	background:-ms-linear-gradient( top, #0050CC 5%, #337BFF 100% );
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0050CC', endColorstr='#337BFF'); */
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #0050CC), color-stop(100%, #337BFF) );
	background-color:#0050CC;
}


/* formGroup
---------------------------------------- */
.formGroup {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
	display: flex;
	width: 100%;
	padding-bottom: 5px;
}
.formGroup .formLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
	justify-content: center;
	min-width: 80px;
	padding: 5px 0;
	margin: 0 5px;
	font-weight: bold;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color:#a8d0dd;
}

.formGroup .formControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


/* input, textarea */
input[type='text'],
input[type='date'],
input[type="time"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="file"] {
	width: 100%;
	height: 40px;
	padding: 8px 3px;
	text-align: left;
	border: #a8d0dd 3px solid;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-sizing: border-box;
}

textarea {
	width: 100%;
	height: 80px;
	padding: 5px 3px;
	font-size: 1em;
	text-align: left;
	border: #a8d0dd 3px solid;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-sizing: border-box;
}


/* select */
div.selectBox {
	position: relative;
	padding: 0;
	border: none;
}
div.selectBox select {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  width: 98%;
  height: 36px;
  opacity: 0;
}
div.selectBox .selectBoxInner {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 8px 23px 8px 3px;
	border: #a8d0dd 3px solid;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
div.selectBox .selectBoxInner:before,
div.selectBox .selectBoxInner:after {
  position: absolute;
  display: block;
  content: '';
}
div.selectBox .selectBoxInner:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  background: #a8d0dd;
}
div.selectBox .selectBoxInner:after {
  top: 50%;
  right: 4px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-color: #fff;
  border-width: 5px 5px 0 5px;
}


/* ========================================
	header
======================================== */
header {
	width: 100%;
	margin: 0 auto 15px;
	padding: 0;
	background-color:#4c92c3;
}

header ul {
	display: table;
	width: 100%;
}

header ul li {
	display: table-cell;
/*
	width: 33%;
*/
	width: 30%;
	height: 53px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff0e1;
}
header ul li:first-child#homeIcon {
	width: 10%;
}
header ul li:last-child {
	border-right: none;
}
header ul li a {
	display:block;
	width:100%;
	height: 53px;
	text-decoration: none;
}
header ul li span {
	display: block;
	font-size: 13px;
	color: #ffffff;
	padding:30px 0 0;
}

/*	#homeIcon */
header li#homeIcon span {
	font-size: 24px;
	padding: 13px 0 13px;
}

/*	#telIcon */
header li#telIcon {
	background-image: url("../images/tel.png");
	background-repeat: no-repeat;
	background-position: 50% 10px;
	background-size: 20px;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
}

/*	#mailIcon */
header li#mailIcon {
	background-image: url("../images/mail.png");
	background-repeat: no-repeat;
	background-position: 50% 11px;
	background-size: 23px 18px;
	-webkit-background-size: 23px 18px;
	-moz-background-size: 23px 18px;
}

/*	#notificationIcon */
header li#notificationIcon {
	position: relative;
	background-image: url("../images/notification.png");
	background-repeat: no-repeat;
	background-position: 50% 10px;
	background-size: 18px 22px;
	-webkit-background-size: 18px 22px;
	-moz-background-size: 8px 22px;
}

header li#notificationIcon .notificationIconBadge {
	position: absolute;
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 50rem;
	padding: 0.2em 0.45em;
	font-size: 0.6rem;
	font-weight: 700;
	background-color: #ff0000;
	color: #ffffff;
	
	margin-top: -0.1rem;
	margin-left: -0.5rem;
	
	margin-top: 8px;
	margin-left: 0px;
}

header li#notificationIcon .notificationIconBadge:empty {
	border-radius: 4.5px;
	width: 9px;
	height: 9px;
	min-width: 0;
	padding: 0;
	
	margin-left: -0.3125rem;
	
	margin-top: 8px;
	margin-left: 0px;
}



/* ========================================
	#contents
======================================== */
#contents {
	width: 100%;
}


/* h1
---------------------------------------- */
#contents h1 {
	width: 100%;
	margin-bottom: 15px;
	color: #fff;
	text-align: center;
	font-size: 2em;
}
#contents h1.noImg {
	background-color:#4c92c3;
}
#contents h1 img {
	max-width: 100%;
	height:auto;
}

/* h2
---------------------------------------- */
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

h2.noticeTtl {
	width: 40%;
	margin: 0 auto 10px;
	color: #000;
	font-size: 20px;
	line-height: 42px;
	font-weight: normal;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color:#a8d0dd;
}

 
/* .contentsInner
---------------------------------------- */
#contents .contentsInner {
	padding-left: 10px;
	padding-right: 10px;
}


/* line
---------------------------------------- */
#contents .line {
	padding: 10px;
	border-bottom: solid 1px #a8d0dd;
}
/* line
---------------------------------------- */
#contents .lineNone {
	padding: 10px;
	border-bottom-width: 0px;
}


/* #infoBlock
---------------------------------------- */
#infoBlock {
	width: auto;
}
#infoBlock dt {
	position: relative;
	display: table;
	padding-left: 20px;
	color: #ff0000;
	font-size: 138.5%;
	font-weight: bold;
}
#infoBlock dt:before {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	width: 0;
	height: 0;
	margin-top: -3px;
}
#infoBlock dt.close,
#infoBlock dt.open {
	text-decoration: underline;
	cursor: pointer;
}
#infoBlock dt.close:before {
	top: 50%;
	border: 6px solid transparent;
	border-top: 6px solid #f00;
}
#infoBlock dt.open:before {
	top: 25%;
	border: 6px solid transparent;
	border-bottom: 6px solid #f00;
}
#infoBlock dd {
	display: none;
	margin-bottom: 1em;
	padding: 0;
}


/* .allView
---------------------------------------- */
.allView {
	margin-top: 10px;
	text-align: right;
}


/* .scheduleList, .staffList
---------------------------------------- */
dl.scheduleList,
dl.staffList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	width: 100%;
	margin: 10px auto;
}
dl.scheduleList dt {
/*
	width: 80px;
*/
	width: 100px;
	margin-bottom: 5px;
}
dl.staffList dt {
	width: 100px;
	margin-bottom: 5px;
}
dl.scheduleList dd {
/*
	width: calc(100% - 80px) ;
*/
	width: calc(100% - 100px) ;
}
dl.staffList dd {
	width: calc(100% - 100px) ;
}


dl.roleDescriptionList dt {
	float: left;
}
dl.roleDescriptionList dt::after {
	content: "：";
}
dl.roleDescriptionList dd {
	/*
	margin-left: 120px;
	*/
	margin-left: 215px;
	margin-bottom: 8px;
}


/* .searchCondition
---------------------------------------- */
.searchCondition {
	margin-top: 10px;
	padding: 10px;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #eee;
}


/* .clubInfo
---------------------------------------- */
dl.clubInfo {
	margin-bottom: 20px;
}
dl.clubInfo dt {
	padding: 2px 8px;
	background: #dff4ff;
}
dl.clubInfo dd {
	padding: 2px 8px;
}



/* ========================================
	footer
======================================== */
footer {
	margin-top: 10px;
	font-size: 12px;
}

/*	.bannerList
---------------------------------------- */
footer ul.bannerList {
	width: 100%;
	padding: 10px 0 3px;
	text-align: center;
	border-top: solid 1px #a8d0dd;
}
footer ul.bannerList li {
	display: inline-block;
	width: 49%;
	margin-bottom: 7px;
}
footer ul.bannerList li img {
	width: 100%;
	height: auto;
}


/*	#footerMenu
---------------------------------------- */
footer #footerMenu {
	padding: 10px 20px;
	border-top: solid 1px #a8d0dd;
}
footer #footerMenu ul {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
footer #footerMenu li {
	vertical-align: center;
}
footer #footerMenu li a {
	text-decoration: none;
}


/*	#subNav
---------------------------------------- */
footer #subNav {
	padding: 10px 20px 0;
	border-top: solid 1px #a8d0dd;
}
footer #subNav ul {
	float: left;
	font-size: 0.85em;
}
footer #subNav li {
	display: inline-block;
	margin-right: 10px;
}


/*	#copyright
---------------------------------------- */
footer #copyright {
	float: right;
}



/* ============================================
	modal（モーダルウィンドウ）
============================================ */
.modal{
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2147483647; /* 最上位 */
}
.modal_bg{
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.8);
}
.modal_content-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
	height: 60vh;
  padding: 40px;
  background: #fff;
  transform: translate(-50%,-50%);
}
.modal_content {
  width: 100%;
	/* height: calc(60vh - 180px); */
	height: calc(60vh - 140px);
	overflow: auto;
}
.modal-close-btn {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
  /* padding: 40px; */
  padding: 20px 40px 20px;
}
.modal-close-btn-center {
	justify-content: center;
}
.modal-close-btn input[type="button"] {
	width: 45%;
	font-size: 1.2em;
}
.modal-x-red {
	color: #ff0000;
}



/*	.topTitle
---------------------------------------- */
#contents h1.topTitle {
	padding-top: 8px;
	margin-bottom: 8px;
	background-color: #fff;
	color: #4c92c3;
	font-weight: bold;
}

/*	.myName
---------------------------------------- */
.myName {
	padding-bottom: 4px;
	text-align: center;
	font-size: 1.2em;
}

/*	.paymentInfoView
---------------------------------------- */
.paymentInfoView {
	margin-bottom: 5px;
	text-align: right;
}

.paymentInfoView .paymentInfoListBtn {
	font-size: 1.5em;
}

/*	.latestPaymentListBtnArea
---------------------------------------- */
.latestPaymentListBtnArea {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.latestPaymentListBtnArea .latestPaymentListBtn {
	width: 140px;
}

/*	.enterShopBackBtnArea
---------------------------------------- */
.enterShopBackBtnArea {
	text-align: right;
}

/* ==========================================
	td.クラス名
========================================== */
/* 回収済み
------------------------------ */
td.valid {
	background-color: #99ffff;
}

/* 請求前
------------------------------ */
td.xffffcc {
	background-color: #ffffcc;
}

/* 請求中
------------------------------ */
td.xff99ff {
	background-color: #ff99ff;
}

/* 別途請求
------------------------------ */
td.x336699 {
	background-color: #336699;
}

/* 在籍(継続バック)
------------------------------ */
td.xffeeff {
	background-color: #ffeeff;
}

/* 未回収
------------------------------ */
td.x996633 {
	background-color: #996633;
}

/* 発行待ち
------------------------------ */
td.x669933 {
	background-color: #669933;
}

/* 請求しない
------------------------------ */
td.x9999ff {
	background-color: #9999ff;
}

/* 請求データ作成
------------------------------ */
td.xffb0ff {
	background-color: #ffb0ff;
}
/* SB 複数回発生 (#4978)
------------------------------ */
td.xfa9a00 {
	background-color: #fa9a00;
}

/* .paymentView
---------------------------------------- */
.paymentView {
	padding: 10px;
	font-size: 1.1em;
	background-color: #eee;
}

.paymentListBtn {
	min-width: 80px;
}
.paymentListDownloadBtn {
	min-width: 145px;
}
.AgentAndTotalAmountView {
	min-width: 200px;
}
