@charset "UTF-8";
.nml {
	margin-bottom: 50px;
}
.nml:last-child {
	margin-bottom: 0;
}
.nml_title {}
.nml_inner {}
.nml_viewTbl {}
.nml_viewTbl > tbody {}
.nml_viewTbl > tbody > tr {}
.nml_viewTbl > tbody > tr:first-child {}
.nml_viewTbl > tbody > tr:last-child {}
.nml_viewTbl > tbody > tr > th {}
.nml_viewTbl > tbody > tr > td {}
.nml_btnList {}
.nml_btnList > li {}
.nml_btnList > li:first-child {}
.nml_btnList > li:last-child {}
.nml_btnList > li:nth-child(2n+1) {}
.nml_btnList > li:nth-child(n+3) {}
.nml_btnList > li > a {}
.nml_inputTbl {}
.nml_inputTbl > tbody {}
.nml_inputTbl > tbody > tr {}
.nml_inputTbl > tbody > tr:first-child {}
.nml_inputTbl > tbody > tr:last-child {}
.nml_inputTbl > tbody > tr > th {}
.nml_inputTbl > tbody > tr > td {}
.nml_inputTbl > tbody > tr > th > label {}
.nml_info {
	display: flex;
	align-items: center;
}
.nml_update {
	margin-right: 10px;
}
.nml_update > time {}
.nml_catList {
	list-style: none;
	display: flex;
}
.nml_catList > li {
	display: flex;
	margin-left: 5px;
}
.nml_catList > li:first-child {}
.nml_catList > li:last-child {}
.nml_catList > li:nth-child(2n+1) {}
.nml_catList > li:nth-child(n+3) {}
.nml_headline {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 15px;
}
.nml_body {}
.nml_info + .nml_body {
	border-top: 1px solid #D6D6D6;
	padding-top: 10px;
	margin-top: 10px;
}
.nml_tblWrap {}
.nml_tbl {}
.nml_tbl > thead {}
.nml_tbl > thead > tr {}
.nml_tbl > thead > tr:first-child {}
.nml_tbl > thead > tr:last-child {}
.nml_tbl > thead > tr > th {
	white-space: nowrap;
}
.nml_tbl > thead > tr > td {}
.nml_tbl > tbody {}
.nml_tbl > tbody > tr {}
.nml_tbl-sortable > tbody > tr {}
.nml_tbl-sortable > tbody > tr > td:first-child {
	cursor: move;
}
.nml_tbl > tbody > tr:first-child {}
.nml_tbl > tbody > tr:last-child {}
.nml_tbl > tbody > tr > td {}
.nml_message_cat:first-child {
	margin-left: 5px;
}
.nml_message_status {
	display: flex;
}
.nml_cauList {
	list-style: none;
	margin: 5px 0;
	font-size: 13px;
	color: #656565;
}
.nml_cauList:first-child {
	margin-top: 0;
}
.nml_cauList:last-child {
	margin-bottom: 0;
}
.nml_cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.nml_cauList > li:first-child {}
.nml_cauList > li:last-child {}
.nml_cauList > li:nth-child(2n+1) {}
.nml_cauList > li:nth-child(n+3) {}
.nml_selOuter {
	display: flex;
}
.nml_tbl_dList {
	list-style: none;
	display: table;
}
.nml_tbl_dList-flex {
	display: flex;
	flex-wrap: wrap;
}
.nml_tbl_dList > dt {
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
}
.nml_tbl_dList-flex > dt {
	display: block;
}
.nml_tbl_dList > dd {
	display: table-cell;
	vertical-align: top;
}
.nml_tbl_dList-flex > dd {
	display: block;
}
.nml_subheadWrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.nml_subhead {
	font-size: 16px;
	font-weight: normal;
	margin-right: 1em;
}
.nml_text {
	margin-bottom: 1em;
}
.nml_text:last-child {
	margin-bottom: 0;
}
.nml_subhead::before {
	content: "■";
	margin-right: 3px;
	color: #99705f;
}
.nml_note {
	color: #9D9D9D;
	font-size: 93.33%;
}
.nml_inputWrap {}
.nml_inputWrap-2dig {
	max-width: 90px;
}
.filter {
	margin-bottom: 18px;
	margin-top: -5px;
}
.filter_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.filter_selList {
	list-style: none;
	display: flex;
	align-items: center;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.filter_selList:last-child {
	margin-right: 0;
}
.filter_selList > dt {}
.filter_selList > dt > label {
	display: block;
	margin: 0;
}
.filter_selList > dd {
	max-width: 200px;
	margin-left: 9px;
}
.filter_selList-wide > dd {
	max-width: none;
}
.filter_btnList {
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.filter_btnList > li {
	margin-right: 9px;
}
.filter_btnList > li:first-child {}
.filter_btnList > li:last-child {
	margin-right: 0;
}
.filter_btnList > li:nth-child(2n+1) {}
.filter_btnList > li:nth-child(n+3) {}
.filter_btnList > li > a {}
.filter_btnList > li > a::before {
	content: "";
}
.filter_btnList > li > a::after {
	content: "";
}
.filter_btnList > li > a > .icon {}
.filter_submit {
	width: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.filter_submit:last-child {
	margin-right: 0;
}
.filter_pager {
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}
.filter_input {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 10px;
}
.filter_input-keyword {
	width: 216px;
}
.filter_input:last-child {
	margin-right: 0;
}
.filter_input > input[type="search"],
.filter_input > input[type="text"] {
	padding: 2px 10px;
}
.nml_suffixInput {
	display: flex;
	align-items: center;
}
.nml_suffixInput > input[maxlength="3"] {
	max-width: 50px;
}
.nml_suffixInput_suffix {
	margin-left: 4px;
}
.operation {
	margin-bottom: 20px;
}
.operation-foot {
	margin-top: 18px;
	margin-bottom: 0;
}
.operation-table {
	margin-top: 8px;
	margin-bottom: 0;
}
.operation_cols {
	display: flex;
	align-items: center;
}
.operation_cols-start {
	align-items: flex-start;
}
.operation_col {}
.operation_col-no1 {}
.operation_col-no2 {
	margin-left: auto;
}
.operation_btnList {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.operation_btnList > li {
	margin-right: 14px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.isShow + .operation .operation_btnList_repeatAdd {
	display: none;
}
.operation_btnList > li:first-child {}
.operation_btnList > li:last-child {
	margin-right: 0;
}
.operation_btnList > li:nth-child(2n+1) {}
.operation_btnList > li:nth-child(n+3) {}
.operation_btnList > li > a {
	white-space: nowrap;
}
.operation_btnList > li > a::before {
	content: "";
}
.operation_btnList > li > a::after {
	content: "";
}
.operation_btnList > li > a > .icon {}
.operation_linkList {
	list-style: none;
	display: flex;
	align-items: center;
}
.operation_linkList-filter {
	margin-right: 1em;
}
.operation_linkList > li {
	display: flex;
	align-items: center;
}
.operation_linkList > li::after {
	content: "|";
	display: block;
	margin: 0 0.5em;
}
.operation_linkList > li:last-child::after {
	display: none;
}
.operation_linkList > li:first-child {}
.operation_linkList > li:last-child {}
.operation_linkList > li:nth-child(2n+1) {}
.operation_linkList > li:nth-child(n+3) {}
.operation_linkList > li > a {
	text-decoration: none;
}
.operation_linkList > li > a.-current {
	color: inherit;
	pointer-events: none;
}
.operation_linkList > li > a::before {
	content: "";
}
.operation_linkList > li > a::after {
	content: "";
}
.message {}
.message_commentBox {
	margin-bottom: 18px;
	position: static;
}
.message_commentBox:last-child {
	margin-bottom: 0;
}
.message_comment {
	margin: 18px 0;
}
.message_comment:first-child {
	margin-top: 0;
}
.message_comment:last-child {
	margin-bottom: 0;
}
.message_comment_cols {
	display: flex;
	justify-content: space-between;
}
.message_comment_cols-rev {
	flex-direction: row-reverse;
}
.message_comment_col {
	position: relative;
	z-index: 1;
}
.message_comment_col-no1 {
	width: 34px;
}
.message_comment_iconWrap {
	width: 24px;
	height: 24px;
	background-color: #BFBFBF;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 50%;
	margin: 0 auto;
}
.message_comment_iconWrap-self {
	background-color: #99705F;
	color: #fff;
}
.message_comment_iconWrap > .icon-user {
	font-size: 11px;
}
.message_comment_iconWrap > .icon-temple {
	font-size: 16px;
}
.message_comment_iconWrap > .icon {
	display: block;
}
.message_new {
	height: 14px;
	display: flex;
	line-height: 1;
	font-size: 10px;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	background-color: #A3A65A;
	color: #fff;
	font-weight: 500;
	margin-top: 7px;
}
.message_comment_col-no2 {
	width: calc(100% - 44px);
}
.message_comment_author {
	font-size: 12px;
	margin-right: 10px;
}
.message_comment_info {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
	flex-wrap: wrap;
}
.message_comment_time {
	font-size: 10px;
	color: #666;
}
.message_comment_textWrap {
	background-color: #BB7B64;
	border-radius: 6px;
	color: #fff;
	line-height: 1.6;
	padding: 10px 10px;
	position: relative;
	z-index: 1;
}
.message_comment_textWrap-rev {
	background-color: #E7DCD8;
	color: inherit;
}
.message_comment_textWrap::before {
	content: "";
	width: 0;
	height: 0;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	z-index: 1;
	right: 100%;
	top: 17px;
	border: 5px solid rgba(255, 255, 255, 0);
	border-right-color: #BB7B64;
	border-left-width: 0;
	border-right-width: 8px;
	margin-right: -1px;
}
.message_comment_self {
	font-size: 12px;
	text-align: center;
}
.message_comment_delBtn {
	width: 25px;
	height: 25px;
	background-color: #BB7B64;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	transition-duration: .3s;
	transition-property: opacity, transform;
}
.message_comment_textWrap.isEdit .message_comment_delBtn {
	opacity: 1;
	pointer-events: auto;
}
.message_comment_delBtn > .icon {
	display: block;
}
.message_comment_delBtn > .icon-spinner {
	display: none;
}
.message_comment_delBtn[disabled] > .icon-cross {
	display: none;
}
.message_comment_delBtn[disabled] > .icon-spinner {
	display: block;
}
.message_comment_textWrap-rev::before {
	right: auto;
	left: 100%;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	border-right-color: #E7DCD8;
	margin-left: 0px;
}
.message_comment_text {}
.message_commentWrap {}
.message_send {
	background-color: #E7DCD8;
	margin-left: -25px;
	margin-right: -25px;
	padding: 10px 20px 10px;
	margin-top: 20px;
}
.message_send_cols {}
.message_send_col {}
.message_send_col-no1 {}
.message_send_input {}
.message_send_input > textarea {
	border-radius: 10px;
	height: 5.2em;
}
.message_send_col-no2 {
	width: 91px;
	margin: 10px auto 0;
}
.message_send_submit {}
.message_send_inner {}
.login {}
.login_inner {
	max-width: 800px;
	display: table;
	height: 100vh;
	width: 100%;
	box-sizing: border-box;
	padding: 60px 20px;
}
.login_title {
	text-align: center;
	margin-bottom: 46px;
	font-family: 'Kosugi Maru', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: normal;
}
.login_cell {
	display: table-cell;
	vertical-align: middle;
}
.login_title > b {
	display: block;
	color: #876a5f;
	font-size: 25px;
	font-weight: inherit;
}
.login_title > svg {
	fill: #585453;
	display: block;
	width: 273px;
	height: 56px;
	margin: 10px auto 0;
}
.login_text {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 28px;
}
.login_input {
	margin-bottom: 10px;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
.login_input > input {
	padding: 8px 10px;
}
.login_submit {
	margin-top: 20px;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
.login_link {
	margin-top: 16px;
	display: flex;
	justify-content: center;
}
.login_link > a {
	display: block;
	text-align: center;
}
.login_link > a::before {
	content: "";
}
.login_link > a::after {
	content: "";
}
.login_copy {
	margin-top: 57px;
}
.login_copy > svg {
	display: block;
	width: 43px;
	height: 54px;
	margin: 0 auto 12px;
}
.login_copy > small {
	display: block;
	font-size: 12px;
	color: #635f54;
	text-align: center;
}
.login_logo {
	text-align: center;
	font-size: 14px;
	margin-bottom: 40px;
	font-family: 'Kosugi Maru', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.login_logo > b {
	display: block;
	color: #876a5f;
	font-weight: inherit;
	margin-bottom: 9px;
}
.login_logo > svg {
	fill: #585453;
	width: 150px;
	height: 31px;
	display: block;
	margin: 0 auto;
}
.login_headline {
	font-size: 16px;
	color: #CF7758;
	text-align: center;
	margin-bottom: 20px;
}
.login_message {
	text-align: center;
	margin-bottom: 17px;
}
.login_input_caution {
	font-size: 12px;
	color: #656565;
	text-indent: -1em;
	padding-left: 1em;
}
.login_btnLink {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.period {}
.period_cols {
	display: flex;
	align-items: flex-start;
}
.period_col {
	display: flex;
	align-items: flex-start;
}
.period_col-no1 {}
.period_label {
	margin-right: 10px;
	padding-top: 3px;
}
.period_input {}
.period_inputWrap {
	max-width: 145px;
}
.period_input > .icon {}
.period_from {
	margin: 0 10px;
}
.period_col-no2 {}
.largeBtn {
	display: block;
	max-width: 736px;
	margin: 90px auto 0;
}
.largeBtn::before {
	content: "";
}
.largeBtn::after {
	content: "";
}
.largeBtn_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.largeBtn_list > li {
	width: 44%;
}
.largeBtn_list > li:first-child {}
.largeBtn_list > li:last-child {}
.largeBtn_list > li:nth-child(2n + 1) {}
.largeBtn_list > li:nth-child(n + 3) {}
.largeBtn_list > li > a {
	height: 160px;
	font-size: 20px;
}
.largeBtn_list > li > a::before {
	content: "";
}
.largeBtn_list > li > a::after {
	content: "";
}
.operation_noticeList {
	list-style: none;
	font-size: 13px;
}
.operation_noticeList > li {
	display: flex;
	align-items: flex-start;
}
.operation_noticeList > li:first-child {}
.operation_noticeList > li:last-child {}
.operation_noticeList > li:nth-child(2n + 1) {}
.operation_noticeList > li:nth-child(n + 3) {}
.operation_noticeList_no {
	display: block;
	margin-right: 5px;
}
.operation_noticeList_text {
	display: block;
}
.filter_period {
	display: flex;
	align-items: center;
}
.filter_period_input {
	width: 140px;
}
.filter_period_input > .icon {}
.filter_period_from {
	margin: 0 4px;
}
.schedule {}
.schedule_head {
	margin-bottom: 10px;
}
.schedule_head_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.schedule_head_col {}
.schedule_head_col-no1 {}
.schedule_title {
	font-size: 18px;
	font-weight: normal;
}
.schedule_head_col-no2 {
	display: flex;
	align-items: center;
}
.schedule_dList {
	list-style: none;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.schedule_dList > dt {
	margin-right: 10px;
}
.schedule_dList > dd {}
.schedule_dList > dd > select {}
.schedule_dList > dd > select > option {}
.schedule_todayLink {}
.schedule_todayLink > a {}
.schedule_todayLink > a::before {
	content: "";
}
.schedule_todayLink > a::after {
	content: "";
}
.schedule_link {
	width: 64px;
	margin-left: 7px;
}
.schedule_link > a {}
.schedule_link > a::before {
	content: "";
}
.schedule_link > a::after {
	content: "";
}
.schedule_link > a > .icon {
	display: block;
	font-size: 20px;
	color: #CF7758;
}
.schedule_body {
	margin-left: -10px;
	margin-right: -10px;
}
.monthly {}
.monthly_table {
	display: block;
}
.monthly_table > thead {
	display: block;
}
.monthly_table > thead > tr {
	background-color: #F3F1EE;
	display: flex;
}
.monthly_table > thead > tr:first-child {}
.monthly_table > thead > tr:last-child {}
.monthly_table > thead > tr > th {
	white-space: nowrap;
	height: 30px;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1;
	width: 14.28%;
	border-top: 1px solid #D6D6D6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.monthly_table > thead > tr > th:first-child {
	border-left: 1px solid #D6D6D6;
}
.monthly_table > thead > tr > th:last-child {
	border-right: 1px solid #D6D6D6;
	width: 14.32%;
}
.monthly_table > thead > tr > td {}
.monthly_table > tbody {
	display: block;
}
.monthly_table > tbody > tr {
	display: flex;
}
.monthly_table > tbody > tr:first-child {}
.monthly_table > tbody > tr:last-child {}
.monthly_table > tbody > tr > td {
	border-left: 1px solid #D6D6D6;
	background-color: #fff;
	vertical-align: top;
	display: block;
	width: 14.285%;
	border-top: 1px solid #D6D6D6;
	box-sizing: border-box;
}
.monthly_table > tbody > tr:last-child > td {
	border-bottom: 1px solid #D6D6D6;
}
.monthly_table > tbody > tr > td:last-child {
	width: 14.32%;
	border-right: 1px solid #D6D6D6;
}
.monthly_table > tbody > tr > td[colspan="7"] {
	height: 110px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C8866E;
	font-size: 30px;
}
.monthly_table > tbody > tr > td[colspan="7"] > .icon-spinner {
	display: block;
}
.monthly_cell {
	padding: 7px;
	box-sizing: border-box;
	min-height: 110px;
	position: relative;
	z-index: 1;
	height: 100%;
}
.monthly_day {
	line-height: 1;
	text-align: right;
}
.monthly_day-outside {
	color: #BFBFBF;
}
.monthly_cell-holiday {
	background-color: #FEE8E8;
}
.monthly_cell-today {
	background-color: #F2F6F9;
}
.monthly_name {
	position: absolute;
	left: 7px;
	top: 7px;
	line-height: 1;
	width: calc(100% - 35px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.monthly_name-holiday {
	color: #E56161;
}
.eventCell {
	font-size: 92.9%;
	margin-top: 5px;
	opacity: 1;
	transition-duration: .3s;
	transition-property: opacity;
}
.eventCell.isDisabled {
	opacity: 0.2;
	pointer-events: none;
}
.eventCell-float {
	margin: 0;
	position: absolute;
	z-index: 10;
	width: calc(100% - 1px);
	left: 0;
	top: 0;
}
.eventCell-float.isOverWrap {
	width: calc(90% - 1px);
	left: 10%;
	box-shadow: 0 0 0 2px #fff;
}
.eventCell-float.isOverWrap[data-overflow-count="2"] {
	width: calc(80% - 1px);
	left: 20%;
}
.eventCell-float.isOverWrap[data-overflow-count="3"] {
	width: calc(70% - 1px);
	left: 30%;
}
.eventCell-float.isOverWrap[data-overflow-count="4"] {
	width: calc(60% - 1px);
	left: 40%;
}
.eventCell-float.isOverWrap[data-overflow-count="5"] {
	width: calc(50% - 1px);
	left: 50%;
}
.eventCell-float.isOverWrap[data-overflow-count="6"] {
	width: calc(40% - 1px);
	left: 60%;
}
.eventCell-float.isOverWrap[data-overflow-count="7"] {
	width: calc(30% - 1px);
	left: 70%;
}
.eventCell-float.isOverWrap[data-overflow-count="8"] {
	width: calc(20% - 1px);
	left: 80%;
}
.eventCell > a {
	display: block;
	text-decoration: none;
	color: inherit;
	background-color: #E7DCD8;
	line-height: 1.3;
	padding: 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-sizing: border-box;
}
.eventCell-float > a {
	position: relative;
	overflow: hidden;
	min-height: 35px;
}
.eventCell-float > a.isThin {
	display: flex;
	align-items: flex-start;
}
.eventCell > a::before {
	content: "";
}
.eventCell > a::after {
	content: "";
}
.eventCell_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.eventCell_hour {
	font-size: 90%;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 1;
}
.isThin .eventCell_hour {
	display: none;
}
.eventCell_cat {
	display: flex;
	margin-right: 6px;
}
.eventCell_cat > b {
	display: block;
	background-color: #BB7B64;
	color: #fff;
	font-weight: 500;
	padding: 4px 6px;
}
.isThin .eventCell_cat > b {
	font-size: 10px;
	padding: 3px 4px;
	white-space: nowrap;
}
.eventCell_name {
	font-weight: 500;
	margin-top: 5px;
}
.isThin .eventCell_name {
	margin-top: 0;
	font-size: 12px;
}
.yearly {
	position: relative;
	z-index: 1;
}
.yearly_cells {
	display: flex;
	flex-wrap: wrap;
}
.yearly_cell {
	width: 21.7%;
	margin-left: 4.4%;
}
.yearly_cell:nth-child(n + 5) {
	margin-top: 2.2%;
}
.yearly_cell:nth-child(4n + 1) {
	margin-left: 0;
}
.yearly_table {
	width: 100%;
	display: block;
}
.yearly_table > caption {
	text-align: left;
	display: block;
}
.yearly_table > caption > b {
	display: block;
	font-weight: normal;
	width: 14.28%;
	text-align: center;
	white-space: nowrap;
}
.yearly_table > thead {
	display: block;
}
.yearly_table > thead > tr {
	display: flex;
}
.yearly_table > thead > tr:first-child {}
.yearly_table > thead > tr:last-child {}
.yearly_table > thead > tr > th {
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
	width: 14.28%;
	display: block;
}
.yearly_table > thead > tr > td {}
.yearly_table > tbody {
	display: block;
}
.yearly_table > tbody > tr {
	display: flex;
}
.yearly_table > tbody > tr:first-child {}
.yearly_table > tbody > tr:last-child {}
.yearly_table > tbody > tr > td {
	text-align: center;
	vertical-align: middle;
	padding: 3px 2px;
	display: block;
	width: 14.28%;
	box-sizing: border-box;
}
.yearly_table > tbody > tr > td[colspan="7"] {
	color: #C8866E;
	font-size: 24px;
	width: 100%;
}
.yearly_table > tbody > tr > td[colspan="7"] > .icon-spinner {
	display: block;
}
.yearly_day {
	display: block;
	max-width: 27px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	line-height: 1;
	box-sizing: border-box;
	padding-bottom: 1px;
	width: 100%;
	position: relative;
	padding: 4px 0;
	margin: 0 auto;
}
.yearly_day-outside {
	color: #BFBFBF;
}
.yearly_day::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 100%;
	padding-bottom: 100%;
	background-color: #C8866E;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.yearly_day-today::after {
	opacity: 1;
	background-color: #eee;
}
.yearly_day-event::after {
	opacity: 1;
	background-color: #C8866E;
}
.yearly_day-event {
	color: #fff;
	text-decoration: none;
}
.yearly_popup {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
	border-radius: 8px;
	padding: 10px 10px;
	max-width: 250px;
	width: 230px;
	box-sizing: border-box;
	text-align: left;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
	pointer-events: none;
	margin-left: -2px;
}
.yearly_popup.isShow {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
	pointer-events: auto;
}
.yearly_popup_inner {
	z-index: 1;
	position: relative;
}
.yearly_popup_closeBtn {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.yearly_popup_closeBtn::before {
	content: "";
	display: block;
	width: 80%;
	height: 2px;
	background-color: #777;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.yearly_popup_closeBtn::after {
	content: "";
	display: block;
	width: 80%;
	height: 2px;
	background-color: #777;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate( -45deg);
	transform: translate(-50%, -50%) rotate( -45deg);
}
.yearly_popup_week {
	text-align: center;
	color: #666;
	font-size: 12px;
}
.yearly_popup_day {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin: 4px auto 7px;
	background-color: #C8866E;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
}
.yearly_popup_day > b {
	display: block;
	font-weight: inherit;
}
.weekly {
	overflow: auto;
	max-height: calc(100vh - 330px);
}
.weekly_table {
	display: block;
	position: relative;
	z-index: 1;
	padding-bottom: 10px;
}
.weekly_table > thead {
	display: block;
	position: -webkit-sticky;
	position: sticky;
	z-index: 10;
	top: 0;
	left: 0;
}
.weekly_table > thead > tr {
	display: flex;
	display: flex;
}
.weekly_table > thead > tr:first-child {}
.weekly_table > thead > tr:last-child {}
.weekly_table > thead > tr > th {
	white-space: nowrap;
	display: block;
	width: calc((100% - 50px) / 7);
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	box-sizing: border-box;
	border-top: 1px solid #D6D6D6;
	background-color: #F3F1EE;
	box-sizing: border-box;
}
.weekly_table > thead > tr > th:first-child {
	width: 50px;
	background-color: rgba(255, 255, 255, 0);
	border-top: none;
}
.weekly_table > thead > tr > td {}
.weekly_table > tbody {
	display: block;
}
.weekly_table > tbody > tr {
	display: flex;
}
.weekly_table > tbody > tr:first-child {}
.weekly_table > tbody > tr:last-child {}
.weekly_table > tbody > tr > th {
	white-space: nowrap;
	display: block;
	width: 50px;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.weekly_tblWrap {
	position: relative;
}
.weekly_name {}
.weekly_name-holiday {
	color: #E56161;
}
.weekly_day {
	margin-left: auto;
}
.weekly_spinner {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 24px;
	height: 24px;
	width: 24px;
	color: #C8866E;
}
.weekly_table > tbody > tr > td {
	width: calc((100% - 50px) / 7);
	height: 35px;
	display: flex;
	box-sizing: border-box;
	border-top: 1px solid #D6D6D6;
	background-color: #fff;
	border-right: 1px solid #D6D6D6;
	position: relative;
	z-index: 1;
	align-items: center;
	line-height: 1;
	padding: 0 8px;
	font-size: 93.3%;
}
.weekly_table > tbody > tr:last-child > td {
	border-bottom: 1px solid #D6D6D6;
}
.weekly_table > tbody > tr > td:last-child {
	border-right: none;
}
.weekly_table > tbody > tr > th > b {
	display: block;
	font-weight: normal;
	font-size: 13px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.useful {}
.useful_title {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 12px;
}
.useful_text {
	text-align: center;
	margin-bottom: 1.5em;
}
.useful_result {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: -25px;
	margin-right: -25px;
}
.useful_result_inner {
	max-width: 700px;
	margin: 0 auto;
}
.useful_tblWrap {
	max-width: 550px;
	margin: 16px auto;
}
.useful_tblWrap-wide {
	max-width: 830px;
}
.useful_table {}
.useful_table > tbody {}
.useful_table > tbody > tr {}
.useful_table > tbody > tr:first-child {}
.useful_table > tbody > tr:last-child {}
.useful_table > tbody > tr > th {
	white-space: nowrap;
}
.useful_table > tbody > tr > th > label {
	display: block;
}
.useful_table > tbody > tr > td {}
.useful_message {
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
}
.useful_inputWrap {
	display: flex;
	justify-content: center;
}
.useful_inputWrap_inner {}
.useful_input {
	margin-right: 10px;
}
.useful_input > .icon {}
.useful_btn {
	display: block;
	width: 60px;
}
.useful_btn-large {
	width: 190px;
	margin: 30px auto 0;
}
.useful_btn::before {
	content: "";
}
.useful_btn::after {
	content: "";
}
.useful_link {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}
.useful_link > a {}
.useful_link > a::before {
	content: "";
}
.useful_link > a::after {
	content: "";
}
.useful_haedText {}
.useful_footText {
	text-align: right;
}
.home {}
.home_cols {
	display: flex;
	justify-content: space-between;
}
.home_col {}
.home_col-no1 {
	width: 29.09%;
	box-sizing: border-box;
	padding: 0 20px;
}
.todo {}
.todo_title {
	margin-bottom: 0;
	margin-left: -20px;
	margin-right: -20px;
}
.todo_list {
	list-style: none;
	margin: 0 -20px;
	line-height: 1.4;
}
.todo_list > li {
	padding: 0px 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D6D6D6;
	position: relative;
	z-index: 1;
	padding-right: 35px;
}
.todo_list > li:first-child {}
.todo_list > li:last-child {}
.todo_list > li:nth-child(2n + 1) {}
.todo_list > li:nth-child(n + 3) {}
.todo_list > li > label {
	margin-right: 0;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 5px;
}
.todo_list > li > label > i {
	margin-right: 0;
}
.todo_list > li > label > input {}
.todo_list_item {
	flex-grow: 1;
}
.todo_list_text {}
.todo_list_text > input {
	background-color: rgba(255, 255, 255, 0);
	border: none;
	padding: 4px 6px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.todo_list_text > input:focus {
	background-color: #e7dcd9;
}
.todo_list_btn {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	display: block;
	color: #ACACAC;
	width: 29px;
	text-align: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.todo_list_btn[disabled] {
	color: #ACACAC;
}
.todo_list_btn::before {
	content: "";
}
.todo_list_btn::after {
	content: "";
}
.todo_list_btn > .icon {
	display: block;
}
.todo_list_btn[disabled] > .icon {
	display: none;
}
.todo_list_btn > .icon-spinner {
	display: none;
}
.todo_list_btn[disabled] > .icon-spinner {
	display: block;
}
.home_col-no2 {
	width: 35%;
}
.home_col-no3 {
	width: 35%;
}
.topNews {}
.topNews_titleWrap {
	position: relative;
	z-index: 1;
}
.topNews_title {
	padding-right: 100px;
	margin-bottom: 0;
}
.topNews_title > small {}
.topNews_link {
	width: 60px;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.topNews_link > a {}
.topNews_link > a::before {
	content: "";
}
.topNews_link > a::after {
	content: "";
}
.topNews_list {
	list-style: none;
}
.topNews_list > li {}
.topNews_list > li:first-child {}
.topNews_list > li:last-child {}
.topNews_list > li:nth-child(2n + 1) {}
.topNews_list > li:nth-child(n + 3) {}
.topNews_list > li > a {
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #D6D6D6;
	display: flex;
	align-items: center;
	padding: 10px 5px;
	line-height: 1.4;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.topNews_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 43px;
	margin-right: -1px;
}
.topNews_list > li > a::after {
	content: "";
}
.topNews_update {
	white-space: nowrap;
	font-size: 14px;
	margin-right: 10px;
}
.topNews_update > time {}
.topNews_cat {
	min-width: 80px;
	margin-left: 0;
	margin-right: 10px;
}
.topNews_cat:last-child {
	margin-right: 0;
}
.topNews_name {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
}
.topNews_name:last-child {
	margin-right: 0;
}
.topNews_name > b {}
.error {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 5px;
}
.error-small {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 3px;
}
.error.isHidden {
	display: none;
}
.error:empty {
	display: none;
}
.error_list {
	list-style: none;
	color: #E56161;
}
.error_list > li {
	position: relative;
	z-index: 1;
	padding-left: 14px;
}
.error_list > li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: currentColor;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: .8em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.toggleBox {
	margin-bottom: 15px;
}
.toggleBox:last-child {
	margin-bottom: 0;
}
.toggleBox_title {
	position: relative;
	z-index: 2;
}
.toggleBox_title > button {
	display: block;
	width: 100%;
	background-color: #C8866E;
	height: 54px;
	color: #fff;
	text-align: left;
	padding: 0 15px;
	font-size: 16px;
	padding-right: 30px;
}
.toggleBox_title > button::before {
	content: "";
}
.toggleBox_title > button::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 15px;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid #fff;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-bottom: none;
	border-left: none;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.toggleBox_title > button.isOpen::after {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.toggleBox_inner {
	border: 1px solid #AFAFAF;
	margin-top: -1px;
	position: relative;
	z-index: 1;
	padding: 15px 15px;
	background-color: #fff;
	display: none;
}
.toggleBox_inner-important {
	background-color: #E7DCD8;
}
.toggleBox_inner.isOpen {
	display: block;
}
.toggleBox_dList {
	list-style: none;
}
.toggleBox_dList > dt {
	margin-bottom: 4px;
}
.toggleBox_dList > dd {
	text-indent: -1em;
	padding-left: 1em;
}
.toggleBox_text {
	margin-bottom: 1em;
}
.toggleBox_text:last-child {
	margin-bottom: 0;
}
.changePass {}
.changePass > form {}
.changePass_text {
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
}
.changePass_input {
	margin-bottom: 10px;
}
.changePass_input > input {}
.changePass_btnWrap {}
.changePass_submit {}
.message_update {
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #DBDBDB;
	line-height: 1;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: -15px;
	margin-right: -15px;
}
.message_update:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.message_update > time {}
.inputTbl {
	width: 100%;
}
.inputTbl > tbody {}
.inputTbl > tbody > tr {}
.inputTbl > tbody > tr:first-child {}
.inputTbl > tbody > tr:last-child {}
.inputTbl > tbody > tr > th {
	white-space: nowrap;
	font-weight: normal;
	vertical-align: top;
	padding-top: 4px;
	text-align: left;
	padding-bottom: 15px;
}
.inputTbl > tbody > tr > th::after {
	content: "：";
}
.inputTbl > tbody > tr > td {
	vertical-align: top;
	padding-bottom: 15px;
	width: 96%;
}
.inputTbl > tbody > tr:last-child > th {
	padding-bottom: 0;
}
.inputTbl > tbody > tr:last-child > td {
	padding-bottom: 0;
}
.inputTbl > tbody > tr > td::before {}
.inputTbl_nameBox {
	width: 300px;
	display: flex;
	justify-content: space-between;
}
.inputTbl_nameBox_col {
	width: 48%;
}
.inputTbl_nameBox_col > input {}
.nml_repeat {
	display: none;
	margin-bottom: 8px;
}
.nml_repeat.isShow {
	display: block;
}
.nml_repeat_headline {
	font-size: inherit;
	font-weight: normal;
	margin-bottom: 15px;
}
.nml_repeat_headline > label {
	display: flex;
	padding: 0 25px;
	padding: 10px 25px;
	border-bottom: 1px solid #ACACAC;
}
.nml_repeat_headline > label > i {}
.nml_repeat_checkbox {}
.contactUI {}
.contactUI_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contactUI_col {}
.contactUI_col-no1 {
	width: 260px;
}
.contactUI_col-no1 > label {}
.contactUI_col-no1 > label > input {}
.contactUI_col-no2 {
	width: calc(100% - 260px);
}
.contactUI_input {}
.contactUI_input > input {}
.usedUI {
	display: flex;
	align-items: center;
}
.usedUI_input {
	width: 50px;
	margin-right: 5px;
	margin-left: 10px;
}
.usedUI_label {
	display: flex;
	margin-right: 0;
	margin-left: 1em;
}
.usedUI_label:first-child {
	margin-left: 0;
}
.usedUI_label > input {}
.usedUI_label > i {}
.usedUI_suffix {}
.vLabelList {
	list-style: none;
}
.vLabelList > li {}
.vLabelList > li:first-child {}
.vLabelList > li:last-child {}
.vLabelList > li:nth-child(2n + 1) {}
.vLabelList > li:nth-child(n + 3) {}
.vLabelList > li > label {
	display: flex;
	margin: 0;
	white-space: nowrap;
}
.vLabelList > li > label > input {}
.vCalenderDlist {
	list-style: none;
	margin-top: 7px;
}
.vCalenderDlist > dt {
	margin-bottom: 3px;
}
.vCalenderDlist > dt > label {
	display: block;
	margin: 0;
}
.vCalenderDlist > dd {}
.vCalenderDlist > dd > .icon {}
.expensesUI_list {
	list-style: none;
}
.expensesUI_list > li {}
.expensesUI_list_item {
	display: flex;
	align-items: center;
}
.expensesUI_list > li:first-child {}
.expensesUI_list > li:last-child {}
.expensesUI_list > li:nth-child(2n + 1) {}
.expensesUI_list > li:nth-child(n + 3) {}
.expensesUI_label {
	display: flex;
	margin-right: 5px;
}
.expensesUI_label > input {}
.expensesUI_label > i {}
.expensesUI_selWrap {
	max-width: 120px;
}
.expensesUI_selWrap > select {}
.expensesUI_selWrap > select > option {}
.expensesUI_prefix {
	margin-right: 5px;
	margin-left: 10px;
	white-space: nowrap;
}
.expensesUI_prefix > label {
	display: block;
	margin: 0;
}
.expensesUI_input {
	width: 35px;
}
.expensesUI_input > input {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.hourUI {
	margin-top: 8px;
}
.hourUI:first-child {
	margin-top: 0;
}
.hourUI_row {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}
.hourUI_row:last-child {
	margin-bottom: 0;
}
.hourUI_selWrap {
	width: 42px;
}
.hourUI_selWrap::before {
	border-width: 3px;
	border-bottom-width: 0;
	border-top-width: 5px;
	right: 5px;
}
.hourUI_selWrap > select {
	border-right-width: 14px;
	padding-left: 5px;
}
.hourUI_selWrap > select > option {}
.hourUI_suffix {
	margin: 0 4px;
}
.hourUI_suffix:last-child {
	margin-right: 0;
}
.payExpensUI {}
.payExpensUI_inner {
	display: flex;
	align-items: center;
}
.payExpensUI_inner-wrap {
	flex-wrap: wrap;
	width: 280px;
	align-items: start;
}
.payExpensUI_label {
	margin: 0;
	padding: 8px 10px;
	padding-left: 0;
}
.payExpensUI_label > input {}
.payExpensUI_label > i {
	margin: 0;
}
.payExpensUI_input {
	margin-right: 8px;
}
.payExpensUI_input-paymentWrap {
	width: 112px;
}
.payExpensUI_input.isHidden {
	display: none;
}
.payExpensUI_input-name {
	width: 250px;
	position: relative;
}
.payExpensUI_input-nameWrap {
	width: 250px;
	margin-right: 0;
	margin-bottom: 5px;
}
.payExpensUI_input-name > input {}
.payExpensUI_input-quantity {
	width: 50px;
}
.payExpensUI_input-quantity > input {
	text-align: center;
}
.payExpensUI_input-price {
	width: 115px;
	margin-right: 0;
	position: relative;
}
.payExpensUI_input_yen {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 9px;
	color: #999;
	transform: translateY(-50%);
	font-size: 12px;
}
.payExpensUI_input-price > input {
	text-align: right;
	padding-right: 27px;
}
.weekly_cols {
	display: flex;
	padding-bottom: 10px;
}
.weekly_col {}
.weekly_col-hour {
	width: 50px;
	padding-top: 30px;
}
.weekly_hourList {
	list-style: none;
	font-size: 13px;
	line-height: 1;
	text-align: right;
	position: relative;
	z-index: 1;
	top: 5px;
}
.weekly_hourList > li {
	height: 35px;
	position: relative;
	z-index: 1;
	top: 0px;
	padding-right: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	line-height: 1;
}
.weekly_hourList > li:first-child {}
.weekly_hourList > li:last-child {}
.weekly_hourList > li:nth-child(2n + 1) {}
.weekly_hourList > li:nth-child(n + 3) {}
.weekly_col-day {
	width: calc((100% - 50px) / 7);
	background-color: #fff;
}
.weekly_col-today {
	background-color: #F2F6F9;
}
.weekly_col-holiday {
	background-color: #FEE8E8;
}
.weekly_week {
	border-top: 1px solid #D6D6D6;
	background-color: #F3F1EE;
	height: 30px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.weekly_dayWrap {
	display: flex;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	height: 35px;
	box-sizing: border-box;
	line-height: 1;
	align-items: center;
	padding: 0 10px;
	border-right: 1px solid #D6D6D6;
	font-size: 93.3%;
}
.weekly_col:last-child .weekly_dayWrap {
	border-right: none;
}
.weekly_timeLine {
	position: relative;
	z-index: 1;
}
.weekly_timeLine_cell {
	height: 35px;
	box-sizing: border-box;
	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	position: relative;
	z-index: 1;
}
.weekly_col:last-child .weekly_timeLine_cell {
	border-right: none;
}
.login_logoWrap {
	display: flex;
	justify-content: center;
}
.login_logoWrap > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.login_logoWrap > a::before {
	content: "";
}
.login_logoWrap > a::after {
	content: "";
}
.yd {
	display: flex;
	align-items: center;
}
.yd_input {
	width: 58px;
}
.yd_input-year {
	width: 50px;
}
.yd_input > input {}
.yd_suffix {
	margin: 0 5px;
	font-size: 90%;
}
.yd_suffix:last-child {
	margin-right: 0;
}
.nml_tbl_btnList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
.nml_tbl_btnList > li {
	min-width: 60px;
	margin-left: 7px;
}
.nml_tbl_btnList > li:first-child:last-child {
	min-width: 70px;
}
.nml_tbl_btnList > li:first-child {
	margin-left: 0;
}
.nml_tbl_btnList > li:last-child {}
.nml_tbl_btnList > li:nth-child(2n + 1) {}
.nml_tbl_btnList > li:nth-child(n + 3) {}
.nml_tbl_btnList > li > button {
	display: block;
}
.nml_tbl_btnList > li > button > .icon {}
.joinNumberUI {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.joinNumberUI_prefix {
	white-space: nowrap;
	margin-right: 0;
	display: block;
	font-size: 12px;
}
.joinNumberUI_input {
	width: 50px;
}
.joinNumberUI_input > input {
	display: block;
	text-align: center;
}
.joinNumberUI_suffix {
	margin-left: 5px;
	font-size: 12px;
}
.payExpensUI_input_list {
	list-style: none;
	position: absolute;
	background-color: #fff;
	z-index: 100;
	border: 1px solid #ACACAC;
	min-width: 100%;
	box-sizing: border-box;
	margin-top: -1px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
	max-height: 160px;
	overflow: auto;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .2s, 0s, 0s;
	transition-delay: 0s, .2s, .2s;
	pointer-events: none;
}
.payExpensUI_input_list.isShow {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
	pointer-events: auto;
}
.payExpensUI_input_list > li {}
.payExpensUI_input_list > li:first-child {}
.payExpensUI_input_list > li:last-child {}
.payExpensUI_input_list > li:nth-child(2n + 1) {}
.payExpensUI_input_list > li:nth-child(n + 3) {}
.payExpensUI_input_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 2px 10px;
	color: #000;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.payExpensUI_input_list > li > a::before {
	content: "";
}
.payExpensUI_input_list > li > a::after {
	content: "";
}
.message_addBtnWrap {
	display: none;
	max-width: 240px;
	margin: 0 auto 20px;
}
.message_addBtnWrap.isShow {
	display: block;
}
.message_addBtn {
	display: block;
}
.message_addBtn::before {
	content: "";
}
.message_addBtn::after {
	content: "";
}
.message_addBtn > .icon {}
.message_loading {
	color: #BB7B64;
	justify-content: center;
	overflow: hidden;
}
.message_loading.isHidden {
	display: none;
}
.message_loading > .icon {
	display: block;
	font-size: 20px;
	width: 20px;
	margin: 0 auto;
}
.message_status {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.message_status > dt {
	margin-right: 10px;
}
.message_status > dt > label {
	display: block;
}
.message_status > dd {}
.message_status_cover {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	z-index: 3;
	border-radius: 2px;
	color: #CF7758;
	display: none;
}
[disabled] + .message_status_cover {
	display: flex;
}
.message_status_cover > .icon {
	display: block;
	font-size: 18px;
	width: 18px;
	height: 18px;
	margin: 0 auto;
}
.topNews_list_item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.topNews_titleWrap_linkList {
	list-style: none;
	display: flex;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.topNews_titleWrap_linkList > li {
	margin-left: 5px;
}
.topNews_titleWrap_linkList > li:first-child {
	margin-left: 0;
}
.topNews_titleWrap_linkList > li:last-child {}
.topNews_titleWrap_linkList > li:nth-child(2n+1) {}
.topNews_titleWrap_linkList > li:nth-child(n+3) {}
.topNews_titleWrap_linkList > li > a {}
.topNews_titleWrap_linkList > li > a::before {
	content: "";
}
.topNews_titleWrap_linkList > li > a::after {
	content: "";
}
@media screen and (min-width:1000px) {
	.topNews_titleWrap_linkList > li > a:hover {}
	.message_comment_delBtn:hover {
		transform: translate(-50%, -50%) scale(1.1);
	}
	.eventCell-float:hover {
		z-index: 11;
	}
	.payExpensUI_input_list > li > a:hover {
		color: #CF7758;
		background-color: #fffbf8;
	}
	.message_addBtn:hover {}
	.todo_list_btn:hover {
		color: #CF7758;
	}
	.topNews_link > a:hover {}
	.topNews_list > li > a:hover {
		background-color: #f9f0e9;
	}
	.login_logoWrap > a:hover {
		opacity: .7;
	}
	.useful_btn:hover {}
	.useful_link > a:hover {}
	.largeBtn:hover {}
	.largeBtn_list > li > a:hover {}
	.schedule_todayLink > a:hover {}
	.schedule_link > a:hover {}
	.eventCell > a:hover {
		background-color: #f9f3f0;
	}
	.yearly_day-event:hover::after {
		opacity: .7;
	}
	.yearly_popup_closeBtn:hover {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	.yearly_popup_closeBtn:hover {}
	.filter_btnList > li > a:hover {}
	.operation_btnList > li > a:hover {}
	.operation_linkList > li > a:hover {
		text-decoration: underline;
	}
}
