@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}
body {
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	padding-bottom: 100px;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

input,textarea,select,option,button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.tac {
	text-align: center !important;
}

button:disabled {
	color: #9a9a9a !important;
    background: #d8d8d8 !important;
    border-color: #9a9a9a !important;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.5) !important;
	cursor: default;
}
a.noLink {
	pointer-events: none !important;
	text-decoration: none !important;
	color: #9a9a9a !important;
}
pre,b {
	white-space: normal;
}
.mb00 {
	margin-bottom: 0 !important;
}

/*===============================

common

================================*/
.boTopSention {
    margin: 40px 0 10px;
    border-top: solid 4px #007c92;
}
table.sc-table {
	width: auto !important;
    table-layout: fixed;
    overflow: hidden;
    display: block;
	overflow-x: auto;
    overflow-y: auto;
	margin-left: auto !important;
	margin-right: auto !important;
}
table.sc-tablelayout {
	max-height: 400px;
    overflow: auto;
    display: flex;
}
table.sc-tablelayout tbody {
	display: table;
	width: 100%;
}
table.sc-table.w100p {
	width: 100% !important;
}
table.sc-table thead,
table.sc-table tbody {
	display: block;
}
table.sc-table th, table.sc-table td {
	white-space: nowrap;
	width: auto;
}
table.sc-table th {
	padding: 10px 5px !important;
}
table.sc-table tr td {
	padding: 16px 5px !important;
}
table.sc-table tr th.wsmall, table.sc-table tr td.wsmall {
	min-width: 30px;
}
table.sc-table input {
	font-size: 1.2rem !important;
}

.res-top-table {
	width: 100%;
}
table .fSizeSmall {
	margin: 2px 0;
}
table.sc-table.nml td input, table.sc-table.nml-list td input {
	font-size: 1.2rem !important;
}
table.sc-table .ppl-cnt input,
table.sc-table input.ppl-cnt {
	width: 40px;
}
.nml button.conf.tableBtn {
	width: 100px;
	min-height: 38px;
	margin: 4px 0 2px;
}

.tableCont {
	box-sizing: border-box;
    display: flex;
    overflow-x: auto;
    overflow-y: scroll;
    border-collapse: separate;
	max-height: 500px;
}
.tableCont.type02 {
	max-height: 200px;
}
.tableflexArea {
	position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 10;
    max-width: 550px;
}
.tableflexArea + .tableSclArea table tr th:first-child,
.tableflexArea + .tableSclArea table tr td:first-child {
	border-left: none !important;
}
.tableflexArea table {
	width: 100% !important;
	table-layout: auto;
}
.tableSclArea {
	width: 1%;
}
.tableSclArea.tableMnW th,
.tableSclArea.tableMnW td {
	min-width: 95px
}
.tableflexArea table tr td,
.tableflexArea table tr th {
	white-space: normal;
}
.tableflexArea table,
.tableSclArea table {
	display: table;
	border-right: 1px solid #6e6e6e;
}
.tableSclArea table tr th,
.tableflexArea table tr th {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
	border: none;
}
.tableflexArea table tr th:after,
.tableSclArea table tr th:after {
	content: "";
    width: 100%;
    height: 100%;
    border-top: 1px solid #6e6e6e;
	border-left: 1px solid #6e6e6e;
	border-bottom: 1px solid #6e6e6e;
    position: absolute;
    left: 0;
    top: 0;
	box-sizing: border-box;
}
.tableflexArea + .tableSclArea table tr th:first-child:after {
	border-left: none;
}
.tableflexArea table tbody tr:nth-child(2) td,
.tableSclArea table tbody tr:nth-child(2) td {
	border-top: none;
}

/* adjustmentTable */
table.adjustmentTable {
	width: 100%;
	overflow-x: auto;
    overflow-y: scroll;
    border-collapse: separate;
    height: 200px;
	display: block;
}
table.adjustmentTable tr th,
table.adjustmentTable tr td {
	white-space: normal;
}
table.adjustmentTable tr th {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    border: none;
}
table.adjustmentTable tr th:after {
	content: "";
    width: 100%;
    height: 100%;
    border-top: 1px solid #6e6e6e;
    border-left: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
table.adjustmentTable tr th:last-child:after {
	border-right: 1px solid #6e6e6e;
}
table.adjustmentTable tr td {
	border-top: none;
	border-right: none;
}
table.adjustmentTable tr td:last-child {
	border-right: solid 1px #6e6e6e;
}

table.freeTable tr {
	display: table;
	border-bottom: solid 1px #6e6e6e;
	border-top: none;
	width: 100%;
	box-sizing: border-box;
}
table.freeTable tr:first-child {
	border-top: solid 1px #6e6e6e;
}
table.freeTable tr td,
table.freeTable tr th {
	border-bottom: none;
	border-top: none;
	    white-space: normal;
}
table.wrapNomal th,
table.wrapNomal td {
	white-space: normal;
}

#wrapper {
	width: 1000px !important;
	margin: 12px auto 0;
	line-height: 1.5;
}
#wrapper.status {
	width: 100% !important;
	min-width: 1000px;
	margin-top: 0;
}
#wrapper02 {
	width: 100% !important;
    min-width: 1200px;
    line-height: 1.5;
    margin: 0 auto 0;
    padding-top: 12px;
    border-top: solid 4px #007c92;
}

/* display */

.di {
	letter-spacing: -.4em;
}
.db {
	display: block;
}

/* font */

.f12 {
	font-size: 1.2rem;
}
.fSizeSmall {
	font-size: 85%;
}

/* width */

.w25 {width: 25px;}
.w30 {width: 30px;}
.w35 {width: 35px;}
.w40 {width: 40px;}
.w50 {width: 50px;}
.w60 {width: 60px !important;}
.w70 {width: 70px;}
.w80 {width: 80px;}
.w90 {width: 90px;}
.w100 {width: 100px;}
.w115 {width: 115px;}
.w120 {width: 120px;}
.w125 {width: 125px;}
.w130 {width: 130px;}
.w135 {width: 135px;}
.w140 {width: 140px;}
.w145 {width: 145px;}
.w150 {width: 150px;}
.w160 {width: 160px;}
.w170 {width: 160px;}
.w175 {width: 175px;}
.mnw173 {min-width: 173px;}
.mxw173 {max-width: 173px;}
.w180 {width: 180px;}
.w190 {width: 190px;}
.w200 {width: 200px;}
.mnw200 {min-width: 200px;}
.w225 {width: 225px;}
.w240 {width: 240px;}
.w260 {width: 260px;}
.w280 {width: 280px;}
.w290 {width: 290px;}
.w300 {width: 300px !important;}
.w320 {width: 320px;}
.w330 {width: 330px;}
.w370 {width: 370px;}
.w380 {width: 380px;}
.w400 {width: 400px;}
.w414 {width: 414px !important;}
.w440 {width: 440px;}
.w470 {width: 470px;}
.w495 {width: 495px;}
.w525 {width: 525px;}
.w530 {width: 530px;}
.w555 {width: 555px;}
.w585 {width: 585px;}

.w100p {
	width: 100%;
}

.show {display:block;}
.hide {display:none;}

/* text */
.fltr {
	float: right !important;
}
.fltl {
	float: left !important;
}
.fltno {
	float: none !important;
}

/* text */

.txt-l {text-align: left !important;}
.txt-c {text-align: center !important;}

/* border */
.bd-none {
	border: none !important;
}

/* margin */
.m00{margin: 0 !important;}
.m05{margin: 5px !important;}
.m10{margin: 10px !important;}
.m15{margin: 15px !important;}
.m20{margin: 20px !important;}
.m0auto{margin: 0 auto !important;}

.mt00{margin-top: 0 !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;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}
.mt45{margin-top: 45px !important;}
.mt50{margin-top: 50px !important;}
.mt55{margin-top: 55px !important;}
.mt60{margin-top: 60px !important;}
.mt70{margin-top: 70px !important;}

.mt-05{margin-top: -5px !important;}
.mt-10{margin-top: -10px !important;}
.mt-15{margin-top: -15px !important;}
.mt-20{margin-top: -20px !important;}
.mt-25{margin-top: -25px !important;}
.mt-30{margin-top: -30px !important;}
.mt-35{margin-top: -35px !important;}
.mt-40{margin-top: -40px !important;}
.mt-45{margin-top: -45px !important;}
.mt-50{margin-top: -50px !important;}

.mr00{margin-right: 0 !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;}
.mr45{margin-right: 45px !important;}
.mr50{margin-right: 50px !important;}
.mr55{margin-right: 55px !important;}
.mr60{margin-right: 60px !important;}

.mb00{margin-bottom: 0 !important;}
.mb05{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb16{margin-bottom: 16px !important;}
.mb18{margin-bottom: 18px !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;}
.mb100{margin-bottom: 100px !important;}

.ml00{margin-left: 0 !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;}
.ml45{margin-left: 45px !important;}
.ml50{margin-left: 50px !important;}
.ml55{margin-left: 55px !important;}
.ml60{margin-left: 60px !important;}

/* padding */
.p00{padding:0 !important;}
.p05{padding:05px !important;}
.p10{padding:10px !important;}
.p15{padding:15px !important;}
.p20{padding:20px !important;}

.pt00{padding-top: 0 !important;}
.pt05{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;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt50{padding-top: 50px !important;}
.pt60{padding-top: 60px !important;}
.pt70{padding-top: 70px !important;}

.pr00{padding-right: 0 !important;}
.pr05{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;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr50{padding-right: 50px !important;}
.pr60{padding-right: 60px !important;}

.pb00{padding-bottom: 0 !important;}
.pb05{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;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb50{padding-bottom: 50px !important;}
.pb60{padding-bottom: 60px !important;}

.pl00{padding-left: 0 !important;}
.pl05{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;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl50{padding-left: 50px !important;}
.pl60{padding-left: 60px !important;}


/* header */

#header {
	overflow: hidden;
	padding: 0 0 5px;
	font-size: 0;
	min-width: 1000px;
	margin: auto;
}
#header .logo {
	float: left;
	padding: 0 0 0 13px;
	width: 435px;
	font-size: 0;
	vertical-align: top;
	box-sizing: border-box;
}
#header .logo .site-logo {
	display: inline-block;
	width: 78px;
	vertical-align: top;
}
#header .logo .site-name {
	display: inline-block;
	width: 324px;
	padding: 0 0 0 18px;
	color: #007c92;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.1;
	vertical-align: top;
}
#header .info {
	overflow: hidden;
	float: right;
	width: 565px;
    font-size: 0;
	text-align: right;
    vertical-align: top;
}
#header .info ul {
	display: inline-block;
	padding: 6px 0 0;
}
#header .info ul li {
	float: left;
	min-height: 26px;
	font-size: 1.3rem;
	text-align: left;
}
#header .info ul li.user {
	position: relative;
	max-width: 225px;
	min-width: 133px;
	padding: 6px 10px 0 30px;
	box-sizing: border-box;
}
#header .info ul li.user:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	height: 26px;
	background: url(/img/icon_user.png) no-repeat;
	background-size: 18px 26px;
}
#header .info ul li.login {
	position: relative;
	width: 110px;
	padding: 6px 0 0 26px;
	box-sizing: border-box;
}
#header .info ul li.login:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 18px;
	height: 20px;
	background: url(../img/icon_log.png) no-repeat;
	background-size: 18px 20px;
}
#header .info ul li a {
	color: #007c92;
	text-decoration: none;
}
#header .info .date {
	display: inline-block;
	min-width: 210px;
	max-width: 230px;
	padding: 12px 12px 0 0;
	font-size: 1.3rem;
    vertical-align: top;
	box-sizing: border-box;
}

/* nav */
nav {
	position: relative;
	z-index: 999;
}
#nav .gnav {
	display: table;
	width: 100%;
	min-width: 1000px;
	margin: auto;
	background: #978151;
	background: -moz-linear-gradient(top, #978151 0%, #7e6a41 100%);
	background: -webkit-linear-gradient(top, #978151 0%,#7e6a41 100%);
	background: linear-gradient(to bottom, #978151 0%,#7e6a41 100%);
	border-radius: 10px;
	box-shadow: 0 2px 0 0 rgba(0,0,0,1);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,1);
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,1);
}
#nav .gnav > li {
	display: table-cell;
	position: relative;
	width: 20%;
	text-align: center;
}
#nav .gnav > li a {
	display: block;
	position: relative;
	padding: 6px 5px;
	color: #FFF;
	font-weight: bold;
	box-sizing: border-box;
}
#nav .gnav > li > a:after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
	bottom: 2px;
	border-right: solid 1px #FFF;
}

#nav .gnav > li:last-child a:after {
	content: none;
	border: none;
}
#nav .snav {
	position: absolute;
    top: 100%;
    width: 100%;
    /*background: #FFF;*/
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: none;
	z-index: 10;
}
#nav .snav li {
	/*background: url(../img/bg_snav.png) repeat;*/
	/*background-color:#191919;*/
	background:rgba(25,25,25,0.9);
}
#nav .snav li a {
	display: block;
	padding: 10px 5px 7px;
	box-sizing: border-box;
}
#nav .snav li.parent {
	position: relative;
}
#nav .snav li.parent:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 10px;
	display: block;
	width: 10px;
	height: 10px;
	background: url(../img/navi_down_arrow.png) no-repeat;
	background-size: 10px 10px;
}
#nav .snav li a:hover {
	/*background: url(../img/bg_snav_on.png) repeat;*/
	/*background-color:#19899d;*/
	background:rgba(25,137,157,0.9);
}
#nav .gnav > li:hover .snav {
	display: block;
    visibility: visible;
    opacity: 1;
}

#nav .subtoggle + .subtoggle-open {
	display: none;
	border-bottom: 1px solid #dfdfdf;
}
#nav .subtoggle + .subtoggle-open li {
	text-align: left;
	font-size: 14px;
}
#nav .subtoggle + .subtoggle-open li a {
	padding: 9px 5px 7px;
	border-bottom: 1px solid #696969;
}
#nav .snav li.parent.on:after {
	background: url(../img/navi_up_arrow.png) no-repeat;
    background-size: 10px 10px;
}
#nav .snav li.parent.on .subtoggle {
	border-bottom: 1px solid #696969;
}


/*===============================

contents

================================*/

#contents {
	margin: 5px auto 0;
	font-size: 14px;
}
#wrapper.status #contents {
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.ttl {
	color: #000;
	font-size: 2.6rem;
	padding: 8px 0 5px;
}
.sttl {
	position: relative;
	color: #007c92;
	font-size: 1.8rem;
	font-weight: bold;
}
.sttl.icon-search {
	padding: 0 0 0 35px;
}
.sttl.icon-search:before {
	content: "";
	position: absolute;
	display: block;
	top: 3px;
	left: 2px;
	width: 20px;
	height: 21px;
	background: url(../img/icon_search.png) no-repeat;
	background-size: 20px 21px;
}
.sttl.icon-paper {
	padding: 0 0 0 35px;
	margin-bottom: 5px;
}
.sttl.icon-paper:before {
	content: "";
	position: absolute;
	display: block;
	top: 3px;
	left: 6px;
	width: 16px;
	height: 20px;
	background: url(../img/icon_paper.png) no-repeat;
	background-size: 16px 20px;
}
.sttl.icon-user {
	padding: 0 0 0 35px;
}
.sttl.icon-user:before {
	content: "";
	position: absolute;
	display: block;
	top: 3px;
	left: 6px;
	width: 14px;
	height: 20px;
	background: url(../img/icon_user.png) no-repeat;
	background-size: 14px 20px;
}
.sttl.icon-add {
	padding: 0 0 0 35px;
}
.sttl.icon-add:before {
	content: "";
	position: absolute;
	display: block;
	top: 3px;
	left: 6px;
	width: 24px;
	height: 21px;
	background: url(../img/icon_add.png) no-repeat;
	background-size: 24px 21px;
}
.fixdHeader + #contents {
	margin-top: 244px;
}
.section {
	padding: 10px;
	background: #ebe8e2;
}
.btn-area-nml + .section {
	margin: 14px 0 0;
}
.section.scr-xy {
	height: 455px;
    overflow-x: auto;
    overflow-y: scroll;
    border-bottom: 1px solid;
}

/*===============================

table

================================*/
th {
	text-align: center;
}
table.nml {
	box-sizing: border-box;
}
.nml {
	width: 100%;
	overflow: hidden;
}
.nml th,
.nml td {
	padding: 7px 4px;
	/*text-align: left;*/
	border: solid 1px #6e6e6e;
	vertical-align: middle;
	box-sizing: border-box;
	white-space: nowrap;
}
.nml th {
	font-weight: normal;
	background: #e2f2f5;
}
.nml th.popup {
	position: relative;
	padding: 0;
	color: #FFF;
	background: #007c92;
}
.nml th.popup a {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px 5px;
	color: #FFF;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;
}
.nml th.popup a span {
	position: relative;
	padding-right: 30px;
}
.nml th.popup a span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 23px;
	height: 23px;
	margin-top: -9px;
	background: url(../img/icon_popup.png) no-repeat;
	background-size: 23px 23px;
}
.nml td {
	background: none;
}
.nml td .select-block {
	font-size: 0;
}
.nml td .kara {
    display: inline-block;
	margin: 0 5px;
	font-size: 1.6rem;
	vertical-align: middle;
}
.nml-history td .kara {
    display: inline-block;
	margin: 0 30px;
	font-size: 1.6rem;
	vertical-align: middle;
}
.nml td .colon {
    display: inline-block;
	margin: 0 3px;
	font-size: 1.6rem;
	vertical-align: middle;
}

.nml-list, .nml-check-list {
	font-size: 1.2rem;
}
.nml-list th,
.nml-list td {
	padding: 3px 5px;
	border: solid 1px #6e6e6e;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	white-space: nowrap;
}
.nml-list th {
	font-weight: normal;
	background: #e2f2f5;
}
.nml-list td, .nml-check-list td {
	background: #FFF;
}
/*.nml-list tr:nth-child(odd) td {
    background: #eeeeee;
}*/
.nml th .required {
	color:#FFF;
	background-color:#F00;
	padding: 2px 5px;
    font-size: 70%;
    border-radius: 3px;
	margin-left: 5px;
}
.nml-list td a {
	color: #007c92;
	text-decoration: underline;
}

table.table-normal tr th {
	white-space: nowrap;
}
table.table-normal tr td {
	white-space: normal;
}


/**radio**/
input[type="radio"] {
  display: none;
}
input[type="radio"] + label{
  padding-left: 25px;
  position:relative;
  margin-right: 20px;
}
input[type="radio"] + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  background: #ffffff;
  border-radius: 50%;
}
input[type="radio"]:checked + label{
  color: #007c92;
}
input[type="radio"]:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 15px;
  height: 15px;
  background: #007c92;
  border-radius: 50%;
}

/* checkbox */

.nml-list .check-sample {
	width: 10px;
	height: 10px;
	margin: 0 auto;
	border: solid 2px #000;
}
.nml-list .check input[type="checkbox"] {
	display: none;
}
.nml-check-list .check input[type="checkbox"] {
	display: none;
}
.nml-list .check label {
	position: relative;
	cursor: pointer;
}
.nml-check-list .check label {
	position: relative;
	cursor: pointer;
}
.nml-list .check label:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	margin-left: -7px;
	border: solid 2px #000;
}
.nml-check-list .check label:before {
	position: absolute;
	content: '';
	width: 10px;
    height: 10px;
    margin-top: -11px;
    margin-left: -12px;
	border: solid 2px #000000;
}
.nml-list .check input[type="checkbox"]:checked + label:after {
	position: absolute;
	content: '';
	top: -4px;
	left: -4px;
	width: 6px;
	height: 4px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nml-check-list .check input[type="checkbox"]:checked + label:after {
	position: absolute;
	content: '';
	top: 3px;
	left: 3px;
	width: 6px;
	height: 4px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* input */

input {
	cursor: pointer;
	font-size: 14px;
}
input[type="text"],
input[type="number"]{
	cursor: auto !important;
}

.nml td input, .nml-list td input {
	padding: 8px;
	font-size: 1.4rem !important;
	border: solid 1px #efefef;
	border-color: #fff;
	box-sizing: border-box;
	cursor: pointer;
}
.nml-list td input {
	font-size: 1.2rem !important;
}
.nml td .calendar, .nml-list td .calendar {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #ffffff;
	padding-right: 0;
}
/*.nml td .calendar input, .nml-list td .calendar input {
	padding-right: 20px;
}*/
.nml td .calendar input:focus, .nml-list td .calendar input:focus {
	outline: none;
}
/*.nml td .calendar:after, .nml-list td .calendar:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 8px;
	width: 22px;
	height: 23px;
	margin: -11px 0 0 0;
	background: url(../img/icon_calendar.png) no-repeat;
	background-size: 22px 23px;
	pointer-events: none;
}*/
.nml td .calendar img, .nml-list td .calendar img {
	vertical-align: middle;
	padding-right: 5px;
}

/* select */

.nml td select, .nml-list td select {
	position: relative;
	padding: 8px;
	font-size: 1.4rem;
	border: solid 1px #efefef;
	border-color: #efefef;
	box-sizing: border-box;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.nml-list td select {
	font-size: 1.2rem;
}
.nml-check-list td select {
	font-size: 1.2rem;
	border:none;
}
.nml td .select, .nml-list td .select {
	display: inline-block;
	position: relative;
}
.nml select, .nml-list select {
	padding-right: 27px !important;
}
.nml td .select:after, .nml-list td .select:after {
	content: "▼";
	color: #1c7b92;
	text-align: center;
	position: absolute;
	display: block;
	top: 50%;
	right: 3px;
    pointer-events: none;
	font-size: 13px;
}
.nml td .select:after, .nml-list td .select:after {
	margin-top: -9px;
	width: 23px;
	height: 23px;
	/*background: url(../img/icon_select02.png) no-repeat;
	background-size: 23px 23px;*/
}
.nml td .select.time:after, .nml-list td .select.time:after {
	margin-top: -10px;
	width: 17px;
	height: 17px;
	/*background: url(../img/icon_seelct.png) no-repeat;
	background-size: 17px 17px;*/
}
.nml td .time {
	font-size: 0;
	vertical-align: middle;
}
.nml td .time input {
	display: inline-block;
}

/* textarea */
.nml td .textarea {
    padding: 10px;
    font-size: 1.4rem;
    overflow: auto;
    vertical-align: middle;
    border: none;
    resize: none;
	box-sizing: border-box;
}
.nml td .textarea.act-text {
	 resize: vertical;
	 min-height: 115px;
}
.nml-list td .textarea {
    overflow: auto;
    vertical-align: middle;
    border: none;
    resize: none;
}
.nml .tab-grey {
	background-color:#cdc8bf;
}

/*===============================

page-nav

================================*/

/*

ページナビゲーションの装飾

 */

.page-nav {
	margin: 13px 0 0;
	font-size: 0;
	text-align: center;
}
.page-nav li {
	display: inline-block;
	font-size: 1.4rem;
	vertical-align: middle;
}

.page-nav li:not(:last-child) {
	border-right: solid 1px #000000;
}

.page-nav li span {
	margin: 0 6px;
	padding: 0 6px;
	display: block;
}

.page-nav li a {
	margin: 0 6px;
	padding: 0 6px;
	display: block;
}
.page-nav li a:hover,
.page-nav li a.on {
	color: #FFF;
	background: #007c92;
}
.page-nav li.lead,
.page-nav li.prev,
.page-nav li.om,
.page-nav li.next,
.page-nav li.last {
	border: none;
}
.page-nav li.lead a:hover,
.page-nav li.prev a:hover,
.page-nav li.om a:hover,
.page-nav li.next a:hover,
.page-nav li.last a:hover {
	color: #000;
	background: none;
}



/*===============================

button

================================*/

/*

ボタンの装飾

 */

button {
	cursor: pointer;
}

.btn-area-nml {
	overflow: hidden;
	margin: 10px 0 0;
	padding: 0 0 13px;
	font-size: 0;
	border-bottom: solid 4px #007c92;
}
.btn-area-nml:last-child {
	border-bottom: none;
}
.btn-area-nml li {
	display: inline-block;
	margin: 0 16px 0 0;
	vertical-align: top;
}
.btn-area-nml li:last-child {
	margin-right: 0;
}
.btn-area-nml .btn-l {
	float: left;
}
.btn-area-nml .btn-l li {
}
.btn-area-nml .btn-r {
	float: right;
}
.btn-area-nml li button {
	min-width: 150px;
	min-height: 50px;
	padding: 4px 8px;
	color: #007c92;
	font-size: 1.6rem;
	font-weight: bold;
	border: solid 2px #007c92;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #cfcac1 100%);
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#cfcac1 100%);
	background: linear-gradient(to bottom, #fdfdfd 0%,#cfcac1 100%);
	border-radius: 5px;
	box-shadow: 0 2px 0 0 rgba(0,0,0,1);
		-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,1);
		-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,1);
	box-sizing: border-box;
}
.btn-area-nml li button:hover {
	background: linear-gradient(to bottom, #cfcac1 0%,#fdfdfd 100%);
}
.btn-area-nml li button:active {
	color: #FFF;
    background: #2da9bf;
    background: -moz-linear-gradient(top, #2da9bf 0%, #017c92 100%);
    background: -webkit-linear-gradient(top, #2da9bf 0%,#017c92 100%);
    background: linear-gradient(to bottom, #2da9bf 0%,#017c92 100%);

}
.btn-area-nml li button.conf,
.btn-area-nml li button.conf a
 {
	color: #FFF;
	background: #2da9bf;
	background: -moz-linear-gradient(top, #2da9bf 0%, #017c92 100%);
	background: -webkit-linear-gradient(top, #2da9bf 0%,#017c92 100%);
	background: linear-gradient(to bottom, #2da9bf 0%,#017c92 100%);

}
.btn-area-nml li button.conf:hover,
.btn-area-nml li button.conf a:hover {
	background: linear-gradient(to bottom, #017c92 0%,#2da9bf 100%);
}
.btn-area-nml li button.conf:active,
.btn-area-nml li button.conf a:active {
	border: solid 2px #007c92;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #cfcac1 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#cfcac1 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%,#cfcac1 100%);
	color: #007c92;
}

.btn-area-nml li button.conf.confrd {
	border: 2px solid #d83a3a;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #d83a3a 0%, #9b3838 100%);
    background: -webkit-linear-gradient(top, #d83a3a 0%,#9b3838 100%);
    background: linear-gradient(to bottom, #d83a3a 0%,#9b3838 100%);
    border-radius: 5px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,1);
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 2px 0 0 rgba(0,0,0,1);

}
.btn-area-nml li button.conf.confrd:hover {
	background: linear-gradient(to bottom, #9b3838 0%,#d83a3a 100%);
}
.btn-area-nml li button.conf.confrd:active {
	background: #ffffff;
    color: #d83a3a;
}

.btn-area-nml li button.hsbtn {
	min-height: 36px;
	width: 180px;
}

.sttlBlock {
	display: flex;
    align-items: center;
    margin: 0px 0 10px;
}
.sttlBlock .sttl {
	margin-bottom: 0;
}
.sttlBlock .btn-area-nml {
    margin: 0 0 0 25px;
    padding: 0 0 2px 0;
}
.sttlBlock .btn-area-nml li button {
    min-width: 120px;
    min-height: 40px;
    font-size: 15px;
}

/*===============================

popup

================================*/

/*

「プログラム」クリック時に表示されるポップアップの装飾

 */

.program-detail {
	width: 910px;
	padding: 15px 24px;
	border: solid 2px #978151;
}
.program-detail-inn {
	overflow: hidden;
	background: url(../img/bg_program.png) repeat-y;
}
.program-detail dl {
	float: left;
}
.program-detail dl dt {
	color: #007c92;
	font-weight: bold;
}
.program-detail dl dd {
	margin: 25px 0 0;
}

/* プログラム */

.program-detail .pro {
	width: 235px;
}
.program-detail .pro .list {
	width: 220px;
}
.program-detail .pro .list li {
	position: relative;
	padding: 15px 30px 5px 8px;
	border-bottom: solid 2px #ebe8e2;
	background-position: 11px 3px;
}
.program-detail .pro .list li:after {
	content: "";
	position: absolute;
	display: block;
	top: 11px;
	right: 3px;
	width: 20px;
	height: 20px;
	background: url(../img/icon_program_off.png) no-repeat;
	background-size: 20px 20px;
}
.program-detail .pro .list li.select {
	background: #007c92;
}
.program-detail .pro .list li:hover:after,
.program-detail .pro .list li.select:after {
	background: #007c92 url(../img/icon_program_on.png) no-repeat;
}
.program-detail .pro .list li.select,
.program-detail .pro .list li:hover {
	color: #FFF;
	background: #007c92;
	cursor:pointer;
}


/* アクティビティ */

.program-detail .act {
	width: 485px;
	padding: 0 0 0 20px;
}
.program-detail .act .list {
	font-size: 0;
}
.program-detail .act .list li {
	display: inline-block;
	margin-bottom: 7px;
	margin-left: 7px;
	vertical-align: top;
}
.program-detail .act .list li:nth-child(3n+1) {
	margin-left: 0;
}
.program-detail .act .list li.stxt button {
	font-size: 1.2rem;
}


/* コース */

.program-detail .course {
	width: 150px;
	padding: 0 0 0 20px;
}
.program-detail .course .list li {
	margin-bottom: 7px;
}
.program-detail .course .list li:last-child {
	margin-bottom: 0;
}
.program-detail .course .list li:last-child {
	margin-bottom: 0;
}

/* アクティビティ・コース共通 */

.program-detail .act .list li,
.program-detail .course .list li {
	width: 150px;
    min-height: 50px;
    font-size: 1.6rem;
    font-weight: bold;
    border: solid 2px #007c92;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #cfcac1 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#cfcac1 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%,#cfcac1 100%);
    border-radius: 5px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,1);
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 2px 0 0 rgba(0,0,0,1);
    box-sizing: border-box;
}
.program-detail .act .list li:hover,
.program-detail .course .list li:hover {
	width: 150px;
    min-height: 50px;
	color: #FFF;
    background: #2da9bf;
    background: -moz-linear-gradient(top, #2da9bf 0%, #017c92 100%);
    background: -webkit-linear-gradient(top, #2da9bf 0%,#017c92 100%);
    background: linear-gradient(to bottom, #2da9bf 0%,#017c92 100%);

}
.program-detail .act .list li button,
.program-detail .course .list li button {
	width: 100%;
	height: 100%;
	min-height:	46px;
    padding: 4px 5px;
    color: #007c92;
	font-size: 1.6rem;
	font-weight: bold;
	border: none;
	background: none;
	line-height: 1.2;
}
.program-detail .act .list li:hover button,
.program-detail .course .list li:hover button {
	min-height:	50px;
	color: #FFF;
	box-sizing: border-box;
	border: none;
}
.program-detail .act .list li.select,
.program-detail .course .list li.select {
	border: none;
}
.program-detail .act .list li.select button,
.program-detail .course .list li.select button {
    min-height: 50px;
	color: #FFF;
    background: #2da9bf;
    background: -moz-linear-gradient(top, #2da9bf 0%, #017c92 100%);
    background: -webkit-linear-gradient(top, #2da9bf 0%,#017c92 100%);
    background: linear-gradient(to bottom, #2da9bf 0%,#017c92 100%);
    border-radius: 5px;
}


/*****loginページ*****/
.login-area {
	background-color:#FFF;
	margin:30px 100px 60px;
	padding:40px 0 60px;
	text-align:center;
	position: relative;
	background: url(../img/bg_center.png) repeat 0 0;
    width: 790px;
	height:500px;
    background-size: contain;
}
.id-pass-area {
	padding:0 190px;
}

#login .info {
	overflow: hidden;
	display: inline-block;
	width: 100%;
    font-size: 0;
	text-align: right;
    vertical-align: top;
}
#login .info .date {
	display: inline-block;
	width: 210px;
	padding: 30px 25px 0 0;
	font-size: 1.3rem;
    vertical-align: top;
	box-sizing: border-box;
}
#login .logo {
	font-size: 0;
	vertical-align: top;
	box-sizing: border-box;
}
#login .logo .site-logo {
	vertical-align: top;
	margin-bottom:25px;
}
#login .logo .site-name {
	display: inline-block;
	margin: 0 20px 40px;
	color: #007c92;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.1;
	vertical-align: top;
}

#login .reset-logo {
	display: inline-block;
    padding: 0 0 0 13px;
    width: 435px;
}
#login .reset-logo .reset-site-logo {
	display: inline-block;
    width: 78px;
    margin-bottom: 0;
}
#login .reset-logo .reset-site-name {
	width: 324px;
    padding: 0 0 0 18px;
    font-size: 1.8rem;
	margin: 0;
}
#login .reset-info {
	width: 539px;
}
#login .reset-info .date{
	padding: 20px 15px 0 0;
}




/*

マスタページ「削除」クリック時に表示されるポップアップの装飾

 */

.delete-detail {
	width: 540px;
	height:190px;
	padding: 25px;
	border: solid 2px #978151;
	text-align:center;
}
.delete-detail-inn {
	overflow: hidden;
}
.delete-detail dl {
	margin-bottom:30px;
}
.delete-detail dl dt {
	color: #007c92;
	font-weight: bold;
	font-size: 1.4em;
}
.delete-detail dl dd {
	margin: 25px 0 0;
}
.delete-detail .list {
	line-height:1.5;
}
.delete-detail .list span {
	display:inline-block;
}

.select-tbl-area {
	padding-top:30px;
}
.select-tbl-area p {
	color:#999;
	font-size:1.3em;
	margin-bottom:5px;
}
.select-tbl td select {
    width:100%;
	position: relative;
    padding: 8px;
    font-size: 1.4rem;
    border: solid 1px #efefef;
    border-color: #efefef;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding-right: 30px !important;
}
.select-tbl th {
    font-weight: normal;
    background: #e2f2f5;
	padding: 8px;
}
.select-tbl th.no-bg {
	background:none;
}
.select-tbl td {
	vertical-align: middle;
    box-sizing: border-box;
}

.select-tbl td button {
    /*min-width: 150px;
    min-height: 50px;*/
    padding: 4px 10px;
    color: #007c92;
    font-size: 1.6rem;
    font-weight: bold;
    border: solid 2px #007c92;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #cfcac1 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#cfcac1 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%,#cfcac1 100%);
    border-radius: 5px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,1);
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 2px 0 0 rgba(0,0,0,1);
    box-sizing: border-box;
}
.select-tbl td button:hover {
	background: linear-gradient(to bottom, #cfcac1 0%,#fdfdfd 100%);
}
.select-tbl td button:active {
	color: #FFF;
    background: #2da9bf;
    background: -moz-linear-gradient(top, #2da9bf 0%, #017c92 100%);
    background: -webkit-linear-gradient(top, #2da9bf 0%,#017c92 100%);
    background: linear-gradient(to bottom, #2da9bf 0%,#017c92 100%);

}


  .print .nml th,
  .print .nml-list th{
  	  background: rgba(226, 242, 245, 0.3);
  }
  .print .section > .nml th,
  .print .section > .nml-list th{
  	  background: rgba(226, 242, 245, 1);
  }
  .print .ttl {
  	  font-size: 2.0rem;
  }
  .print .nml th, .print .nml td {
  	  font-size: 12px;
  }
  .print .nml-list, .print .nml-check-list {
  	  font-size: 10px;
  }
  .print .regulations {
  	  font-size: 10px;
  }
  .print #header .logo .site-name {
  	  font-size: 14px;
      margin-top: 5px;
  }
  .print #header .info .date {
  	  font-size: 10px;
  }
