@charset "utf-8";

/*	Reset	*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, backquote, th, td, caption, button
{ margin: 0; padding: 0; }
html { overflow-y: scroll; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
ol, ul { list-style: none; }
fieldset, img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
a { text-decoration: none; }

html { width: 100%; height: 100%; margin: 0; padding: 0; }
body { width: 100%; height: 100%; }
body { font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; font-size: 16px; line-height: 1.7em; color: #000; }
body, div, button, p, ul, ol, li, table, tr, th, td, input, textarea, label, select, option { box-sizing: border-box; -moz-box-sizing: border-box; }
html, body, div, p, a, input, button, table, tr, caption, td, th, img, svg, object, ul, ol, li { touch-action: manipulation; }
input:focus, textarea:focus, select:focus { outline: none; }
input::placeholder, textarea::placeholder { color: #aaa; }
button { border: none; }
button:active { opacity: 0.8; }
button:disabled { opacity: 0.3; }
button:disabled:active { opacity: 0.3; }




/*	Flex 	*/
.flexcase { display: -moz-box; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.flexcase_justify { justify-content: space-between; -ms-flex-pack: justify; -moz-box-pack: justify; -webkit-box-pack: justify; -webkit-justify-content: space-between; }
.flexcase_center { justify-content: center; -ms-flex-pack: center; -moz-box-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; }
.flexcase_left { justify-content: flex-start; -ms-flex-pack: start; -moz-box-pack: start; -webkit-box-pack: start; -webkit-justify-content: flex-start; }
.flexcase_right { justify-content: flex-end; -ms-flex-pack: end; -moz-box-pack: end; -webkit-box-pack: end; -webkit-justify-content: flex-end; }
.flexcase_middle { -webkit-align-items: center; align-items: center; }
.flexcase_top { -webkit-align-items: top; align-items: top; }


/*	Common	*/
.hidescrollbar { -ms-overflow-style: none; scrollbar-width: none; }
.hidescrollbar::-webkit-scrollbar{ display: none; }
.background_centerimg { background-repeat: no-repeat; background-size: contain; background-position: center center; }
.background_leftimg { background-repeat: no-repeat; background-size: contain; background-position: left center; }
.background_rightimg { background-repeat: no-repeat; background-size: contain; background-position: right center; }
.al_center { text-align: center; }
.al_right { text-align: right; }
.opa0first { opacity: 0; }
.col_black { color: #000 !important; }
.col_red { color: #e00 !important; }
.cb_half { width: 50%; }
.cb_size40 { width: 40%; }
.cb_size60 { width: 60%; }
.cb_vertical { writing-mode: vertical-rl; }
.pagebreak { break-before: page; }
.no_selection { user-select: none; }
.sub_text { font-size: 0.9em; color: #666; }
.sub_text_s { font-size: 0.82em; color: #666; line-height: 1.4em; }

h2 { font-size: 1.8em; color: #777; margin-bottom: 20px; }
h3 { font-size: 1.4em; color: #555; margin-bottom: 15px; }
h3.faq { font-size: 1.4em; color: #82A19D; margin: 20px 0 5px; font-weight: bold; }

@keyframes anm_selectedbg{
	0% { color: #69B0FF; }
	100% { color: inherit; }
}



/*	Items 	*/
.cb_button { border: none; height: 40px; padding: 0 20px; border-radius: 20px; margin: 0 5px; background-color: #999; color: #fff; }
.cb_button.normalbt { background-color: #2EA7E0; font-size: 1em;  }
.cb_button.alertbt { background-color: #B6566A; font-size: 1em;  }
.cb_button.minimum { height: auto; color: #333; padding: 2px 8px; margin: 0 2px; border: 1px solid #999; background: #ddd; border-radius: 4px; }
.cb_input_text { width: 100%; max-width: 300px; font-size: 1em; padding: 5px; border: 1px solid #999; }
.cb_input_text.size-m { width: 50%; max-width: 120px; }
.cb_input_text:read-only { background: rgba(0,0,0,0); border: none; max-width: none; }
.cb_input_color { width: 50px; height: 30px; }
.cb_input_color.read-only { pointer-events: none; }
.cb_selector { width: 100%; max-width: 300px; height: 28px; padding: 3px 5px; border: 1px solid #999; color: #666; border-radius: 8px; }
.cb_selector:disabled { background: rgba(0,0,0,0); border: none; color: #000; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 1em; opacity: 1; }
.cb_selector.size-m { width: 31%; max-width: 96px; }
.cb_selector.size-auto { width: auto; }
.cb_radio, .cb_checkbox { transform-origin: left center; transform: scale(1.5); margin-right: 12px; }
.cb_radio.read-only, .cb_checkbox.read-only { pointer-events: none; opacity: 0.5; }
.cb_radio.read-only:checked, .cb_checkbox.read-only:checked { opacity: 1; }
.cb_uncheckable { pointer-events: none; opacity: 0.6; }
.cb_label4input { margin-right: 16px; display: inline-block; }
.cb_label4input.read-only { pointer-events: none; color: #aaa; }
.cb_maintable { width: 100%; }
.cb_maintable th, .cb_maintable td { border-bottom: 1px solid #ddd; padding: 20px 0 5px; vertical-align: middle; }
.cb_maintable.record th, .cb_maintable.record td { border-bottom: 1px solid #47ABFF; }
.cb_maintable th { width: 200px; color: #888; }
.cb_maintable.record th { width: auto; color: #47ABFF; font-weight: bold; }
.cb_maintable th.no_border, .cb_maintable td.no_border { border-bottom: none; }
.cb_bt_playsound { width: 28px; height: 28px; border-radius: 14px; vertical-align: bottom; margin: 0 20px 0 -15px;
	background-repeat: no-repeat; background-size: contain; background-image: url(../img/bt_replay.png); }

.cb_p_error { width: 100%; background: #FFEBEF; color: #FF1F4E; padding: 0 5px; }
.cb_div_alerttext { width: 100%; background: #FF4A6C; color: #fff; padding: 4px 10px; }
.cb_div_alerttext a { color: #FFEAEF; text-decoration: underline; }
.cb_bt_passeye { width: 30px; height: 30px; border: none; vertical-align: middle;
	background-size: contain; background-repeat: no-repeat; background-color: rgba(0,0,0,0); background-image: url(../img/icn_eye0.png); }
.cb_bt_passeye.slasheye { background-image: url(../img/icn_eye1.png); }
.cb_file { border: 1px solid #999; border-radius: 4px; padding-right: 10px; color: #666; }
.cb_file::file-selector-button { background-color: #ddd; color: #333; border: none; border-right: 1px solid #999; padding: 5px 10px; margin-right: 10px; }


/*	Head	*/
.cb_headmenu { position: fixed; top: 0; left: 0; z-index: 999; width: 100%; background: linear-gradient(to left, #485a73, #88a9bf); height: 40px; line-height: 40px; padding: 0 10px; }
.cb_headmenu a { color: #fff; }
.cb_headmenu img.cb_headlogo { height: 40px; }


/*	Global Menu 	*/
.cb_globalmenu { position: fixed; top: 40px; width: 130px; height: calc(100vh - 40px); background: #333; overflow-y: auto; }
.cb_ul_globalmenu { width: 100%; padding-top: 10px; }
.cb_ul_globalmenu li { width: 100%; padding: 5px 5px 5px 10px; color: #aaa; }
.cb_ul_globalmenu li a { color: #aaa; }
.cb_ul_globalmenu li .cb_sp_count { color: #87A79B; }
.cb_ul_globalmenu li.cb_selected { color: #fff; background: #444; }
.cb_ul_globalmenu li.cb_selected a { color: #fff; }
.cb_ul_globalmenu li.cb_selected .cb_sp_count { color: #88CF9C; }
.cb_globalmenu_opener { z-index: 99; position: absolute; top: 45px; left: 0; width: 50px; height: 40px; border: none;
	background-color: #666; background-image: url(../img/icn_func1.png); border-top-right-radius: 4px; border-bottom-right-radius: 4px; display: none; }
.cb_globalmenu_back { z-index: 98; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); display: none; }


/*	Item List Menu 	*/
.cb_itemlistmenu { position: fixed; top: 40px; left: 130px; width: 240px; min-height: calc(100vh - 40px); }
.cb_itemlistbtcase { position: absolute; top: 0; left: 0; width: 100%; height: 120px; padding: 5px 10px; border-bottom: 1px solid #ccc; text-align: right;
	background: #fff; box-shadow: 0px 1px 6px rgba(0,0,0,0.3); }
.sizesingle .cb_itemlistbtcase { height: 50px; }
.cb_itemlistbtbox { text-align: left; padding-top: 5px; }
.sizesingle .cb_itemlistbtbox { display: none; }
.cb_button_add { background-color: #2EA7E0; color: #fff; font-size: 1em; padding-left: 40px; background-image: url(../img/icn_add1.png); }
.cb_searchtext { height: 28px; width: calc(100% - 36px - 32px); margin: 0; display: block; border: 1px solid #aaa; padding-left: 10px; border-right: none; 
	border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
.cb_searchbutton { width: 36px; height: 28px; border: none; margin: 0; display: block; background-color: #aaa; border-top-right-radius: 8px; border-bottom-right-radius: 8px; 
	background-image: url(../img/icn_search1.png);  }
.cb_searchclearbutton { width: 32px; height: 28px; border: none; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background-color: #fff;
	background-image: url(../img/icn_batsu1.png); }

.cb_itemlist { position: absolute; top: 120px; width: 100%; height: calc(100vh - 40px - 120px); overflow-y: auto; }
.sizesingle .cb_itemlist { top: 50px; height: calc(100vh - 40px - 50px); }
.cb_ul_itemlist { padding-top: 6px; }
.cb_ul_itemlist li { padding: 6px; border-bottom: 1px solid #ccc; }
.cb_ul_itemlist li p { cursor: default; }
.cb_p_item_uname { color: #777; font-weight: bold; line-height: 1.6em; }
.cb_p_item_uname .cb_sp_age { color: #92A4BA; font-weight: normal; font-size: 0.86em; }
.cb_p_item_info { font-size: 0.8em; color: #888; }
.cb_ul_itemlist li.cb_selected { background: #f0f0f0; }
.cb_ul_itemlist li.cb_selected .cb_p_item_uname { color: #222; }
.cb_ul_itemlist li.cb_selected .cb_p_item_info { color: #333; }



/*	Main Content 	*/
.cb_maincontent { position: absolute; top: 40px; left: calc(130px + 240px); width: calc(100% - 130px - 240px); min-height: calc(100vh - 40px); padding: 20px;
	background: #f0f0f0; border-left: 1px solid #ccc; }
.cb_maincontent.noitemlist { left: 130px; width: calc(100% - 130px); }
.cb_maincontent.nomenus { left: 0; width: 100%; }
.cb_mainbtcase { width: 100%; border-bottom: 1px solid #999; padding-bottom: 10px; }
.cb_button_functions { background: #f0f0f0; color: #999; border: 1px solid #999; display: block; margin: 0 5px; }
.cb_button_functions:disabled { background: #fff; color: #1483B6; border: 1px solid #999; opacity: 1; }
.cb_inlinebuttoncase { display: inline-block; margin: 0 20px;  vertical-align: middle; }
.cb_bt_inline { width: 36px; height: 36px; background-repeat: no-repeat; background-size: contain; background-color: rgba(0,0,0,0); margin: 0 5px; }
.cb_bt_inline_copy { background-image: url(../img/icn_copy.png); }
.cb_bt_inline_open { background-image: url(../img/icn_open.png); }
.cb_bt_inline_edit { background-image: url(../img/icn_edit.png); }
.cb_bt_inline_print { background-image: url(../img/icn_print.png); }

.cb_maincontentbox { padding: 10px; }
.cb_mainsection { margin-bottom: 60px; padding: 10px; border-radius: 4px; }
.cb_mainsection.editing { background-color: rgba(255,255,255,0.8); border: 1px solid #fff; }
.cb_div_oshirasecase { padding: 10px; background: #fff; border: 1px solid #999; border-radius: 4px; }
.cb_ul_newslist { list-style-type: disc; padding-left: 30px; }
.cb_ul_newslist li a { text-decoration: none; color: #000; }
.cb_ul_newslist li a:hover { text-decoration: underline; }
.cb_ul_newslist li a span { color: #B96C4A; padding-right: 10px; font-size: 0.9em; }

.cb_ul_otoiawaselist { list-style-type: disc; padding-left: 30px; }
.cb_ul_otoiawaselist li span { color: #7E9176; font-weight: bold; }
.cb_ul_otoiawaselist li a { text-decoration: underline; color: #D46400; }

.cb_div_faqset { margin-bottom: 6px; }
.cb_div_faqset a { text-decoration: underline; color: #D46400; }
.cb_div_faqset label { display: block; width: 100%; border: 1px solid #999; padding: 3px 5px 3px 45px; font-size: 1.1em; background-color: #ECFAF6;
	background-repeat: no-repeat; background-size: contain; background-position: 5px 0; background-image: url(../img/icn_openarrow.png); }
.cb_div_faqset label.opened { background-image: url(../img/icn_closearrow.png); }
.cb_div_faqset p { display: none; width: 100%; border: 1px solid #999; border-top: none; padding: 3px 10px; background-color: #fff; }


/*	Group 	*/
.cb_ul_usergroup { width: 48%; display: block; border: 1px solid #999; height: 250px; background: #fafafa; overflow-y: scroll; }
.cb_ul_usergroup li { width: 100%; font-size: 0.9em; padding: 2px 3px; border-bottom: 1px dashed #aaa; background: #fff; }
.cb_ul_usergroup li.selected { background: #E6F5FA; }
.cb_div_usergrouparrow {  }
.cb_bt_addusergroup { width: 150px; margin: 10px 2%; padding: 2px; color: #333; border: 1px solid #999; background: #ddd; border-radius: 4px; }


/*	Record 	*/
.cb_admin_chart1 { width: 100%; max-width: 400px; }
.cb_div_transitionsvgcase { width: 100%; position: relative; }
.cb_p_trangraphdatetxt { position: absolute; top: 315px; font-size: 12px; width: 50px; margin-left: -25px; line-height: 1.1em; color: #47ABFF; text-align: center; }
.cb_p_trangraphdatetxt.index { text-align: right; left: 25px; width: 30px; margin-left: -30px; height: 20px; margin-top: -10px; line-height: 20px; }
.cb_detailtable_case { width: 100%; overflow-x: auto; }
.cb_detailtable { width: 100%; background: #fff; font-size: 0.94em; }
.cb_detailtable th, .cb_detailtable td { border: 1px solid #47ABFF; padding: 3px 4px; line-height: 1.2em; }
.cb_detailtable th { color: #47ABFF; font-weight: bold; }
.cb_detailtable td.number { text-align: right; }
.cb_detailtable td.nochange { color: #bbb; }
.cb_detailtable td.new { font-weight: bold; }
.cb_detailtable td.valdown { color: #657DBA; background: #F2F3F9; font-weight: bold; }
.cb_detailtable td.valup { color: #FF3C65; background: #FFF2F5; font-weight: bold; }
.cb_transitionlegend { padding: 5px 0 0; text-align: center; }
.cb_sp_tranlegend { display: inline-block; line-height: 1.2em; padding-left: 3px; font-size: 0.8em; margin: 0 8px; color: #47ABFF; }
.cb_sp_transitiondate { display: inline-block; height: 30px; line-height: 30px; padding: 0 20px; border-radius: 15px; background: #fff; margin-bottom: 10px; border: 2px solid #47ABFF; }
.cb_bt_chgtrantermreset { padding: 3px 5px; background: #fff; border: 2px solid #47ABFF; margin-left: 20px; border-radius: 8px; }
.cb_bt_chgtrantermarrow { width: 30px; height: 30px; transform-origin: center center; 
	background-image: url(../img/icn_btarrow.png); background-size: contain; background-repeat: no-repeat; background-color: rgba(0,0,0,0); }
.cb_bt_chgtrantermarrow.left { transform: rotate(180deg); }



/*	Report 	*/
.cb_label4reportlist { display: inline-block; color: #fff; background: #2EA7E0; padding: 2px 10px; border-top-left-radius: 8px; border-top-right-radius: 8px; margin-top: 20px; }
.cb_ul_oldreportlist { width: 100%; height: 150px; border: 2px solid #2EA7E0; background: #fff; overflow-y: auto; }
.cb_ul_oldreportlist li { width: 100%; padding: 5px; border-top: 1px solid rgba(0,0,0,0.1); font-size: 0.9em; }
.cb_ul_oldreportlist li.selected { background: #FFE2EA; font-weight: bold; }
.cb_report_userinfosection { padding-bottom: 20px; border-bottom: 1px dashed #aaa; }
.cb_report_inputsection { width: 100%; max-width: 1200px; margin: 20px auto; border-radius: 10px; padding: 20px; background: #fff; box-shadow: 1px 1px 8px rgba(0,0,0,0.2); }
.cb_tbl_reportdata { border: 2px solid #2EA7E0; width: 100%; }
.cb_tbl_reportdata th, .cb_tbl_reportdata td { padding: 2px; border: 1px solid #2EA7E0; }
.cb_tbl_reportdata th { font-weight: bold; color: #2EA7E0; line-height: 1.2em; }
.cb_tbl_reportdata th.th_cog_group { width: 30px; text-align: center; color: #fff; }
.cb_tbl_reportdata th.th_cog_group.groupcolor-0 { background: #D86D9C; }
.cb_tbl_reportdata th.th_cog_group.groupcolor-1 { background: #F39800; }
.cb_tbl_reportdata th.th_cog_group.groupcolor-2 { background: #8FC31F; }
.cb_tbl_reportdata .img_rep_arrow { display: inline-block; width: 20px; height: 20px; }
.cb_tbl_reportedit { width: 100%; }
.cb_tbl_reportedit th { color: #2EA7E0; font-weight: bold; }
.cb_tbl_reportedit td { padding-bottom: 8px; }
.cb_report_text { width: 32%; }
.cb_report_text label { width: 100%; color: #fff; display: block; padding: 3px 10px; font-weight: bold; 
	border: 1px solid #666; border-bottom: none; border-top-left-radius: 8px; border-top-right-radius: 8px; }
.cb_report_text label.group-0 { background: #D86D9C; }
.cb_report_text label.group-1 { background: #F39800; }
.cb_report_text label.group-2 { background: #8FC31F; }
.cb_report_text textarea { width: 100%; font-size: 12px; line-height: 1.3em; height: 200px; padding: 5px; }


/*	System		*/
.ta_systemsubmit { width: 100%; height: 200px; font-size: 0.9em; padding: 5px;}


/* 	Loading 	*/
.cb_div_loadingback { position: fixed; width: 100%; height: 100%; background-color: rgba(255,255,255,0.7); z-index: 1000; }
.cb_img_loading { position: absolute; width: 64px; height: 64px; display: block; top: 50%; left: 50%; margin: -32px 0 0 -32px; }


/*	Floating box 	*/
.cb_floatingbox_center { position: fixed; border: 2px solid #526D8F; border-radius: 8px; padding: 20px; background: #fff; }


/*	Loginbox 	*/
.cb_floatingbox_center.loginbox { width: 95%; max-width: 640px; height: 400px; left: calc(50% - 320px); top: calc(50vh - 240px); }
.loginbox input, .loginbox button { margin: 10px 0; }
.loginbox section { padding: 0 0 30px; border-bottom: 1px solid #ccc; }


/*	Dialogbox 	*/
.cb_dialogboxback { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 2000; }
.cb_dialogbox { width: 96%; max-width: 640px; min-height: 500px; max-height: 96%; margin: 50px auto 0; overflow-y: auto; padding: 20px;
	background: #fff; border-radius: 8px; box-shadow: 1px 4px 16px rgba(0,0,0,0.3); }
.cb_dialogbox.cb_alertbox { min-height: auto; }
.cb_dialogbox p span.newsdate { display: block; width: 100%; color: #B96C4A; border-bottom: 1px dashed #999; margin: -10px auto 5px; }
.cb_dialogbox p.linkforanother { text-align: right; font-size: 0.8em; margin-bottom: 10px; border-bottom: 2px solid #ccc; }
.cb_dialogbox p.linkforanother a { color: #777; }
.cb_dialogbox p.linkforanother a:active, .cb_dialogbox p.linkforanother a:hover { color: #666; text-decoration: underline; }




@media screen and (max-width: 1320px) {
	.cb_detailtable { width: auto; }
	.cb_tbl_reportdata { font-size: 0.9em; }
}


@media screen and (max-width: 1100px) {
	.cb_tbl_reportdata th { font-size: 0.8em; }
	.cb_tbl_reportedit th { font-size: 0.9em; }
}


@media screen and (max-width: 880px) {
	.cb_globalmenu { z-index: 100; display: none; }
	.cb_globalmenu.opened { display: block; top: 0; padding-top: 20px; height: 100%; }
	.cb_globalmenu_opener { display: block; }
	.cb_globalmenu_opener.opened { left: 130px; background-color: #333; }
	.cb_globalmenu_back.opened { display: block; }
	.cb_itemlistmenu { left: 0; width: 200px; }
	.cb_maincontent { left: 200px; width: calc(100% - 200px); }
	.cb_maincontent.noitemlist { left: 0; width: 100%; }
	.cb_maintable th { width: 160px; color: #888; font-size: 0.9em; }
}


@media screen and (max-width: 640px) {
	.hide_onnarrow { display: none; }
	.cb_half { width: 100%; }
	.flexcase.noflex_onnarrow { display: block; }

	.cb_headmenu img.cb_headlogo { display: none; }
	.cb_itemlistmenu { width: 100%; height: 250px; }
	.cb_itemlist { height: calc(250px - 120px); }
	.sizesingle .cb_itemlist { height: calc(250px - 50px); }
	.cb_maincontent { top: calc(40px + 250px); left: 0; width: 100%; height: auto; padding: 20px 0 0; box-shadow: 0px -3px 3px rgba(0,0,0,0.2); border-left: none; }
	.cb_maincontent.noitemlist { top: 40px; }
	.cb_maincontent.nomenus { top: 40px; }
	.cb_mainbtcase { padding-bottom: 0; }
	.cb_p_item_info { display: none; }
	.cb_maintable th, .cb_maintable td { display: block; width: 100%; border-bottom: none; }
	.cb_maintable th {  padding-bottom: 0; }
	.cb_maintable td { padding-top: 0px; }
	.cb_button_functions { border-radius: 4px; height: auto; padding: 3px 6px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-bottom: none; }
	.cb_button_functions:disabled { border-bottom: none; }
	.cb_maincontentbox { background: #fff; }
	.cb_inlinebuttoncase { margin: 0 5px 0 0; }
	.cb_bt_inline {margin: 0 3px; }
}


@media print {
	.cb_headmenu { display: none; }
	.cb_globalmenu { display: none; }
	.cb_itemlistmenu { display: none; }
	.cb_maincontent { width: 100%; left: 0; background: none; }
	.cb_detailtable.smallinprint { font-size: 0.68em; }
}


