@charset "utf-8";
/*! * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)*/*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;}
to{background-position:0 0;}
}
@-o-keyframes progress-bar-stripes{from{background-position:40px 0;}
to{background-position:0 0;}
}
@keyframes progress-bar-stripes{from{background-position:40px 0;}
to{background-position:0 0;}
}
.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);}
.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#ffffff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;}
.progress-striped .progress-bar,
.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px;}
.progress.active .progress-bar,
.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
.progress-bar-success{background-color:#5cb85c;}
.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-bar-info{background-color:#5bc0de;}
.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-bar-warning{background-color:#f0ad4e;}
.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-bar-danger{background-color:#d9534f;}
.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.modal-open{overflow:hidden;}
.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0;}
.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out;}
.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);}
.modal-open .modal{overflow-x:hidden;overflow-y:auto;}
.modal-dialog{position:relative;width:auto;}
.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0;}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000;}
.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0);}
.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50);}
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;}
.modal-header .close{margin-top:-2px;}
.modal-title{margin:0;line-height:1.42857143;}
.modal-body{position:relative;padding: 5px;}
.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5;}
.modal-footer .btn + .btn{margin-left:5px;margin-bottom:0;}
.modal-footer .btn-group .btn + .btn{margin-left:-1px;}
.modal-footer .btn-block + .btn-block{margin-left:0;}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll;}
@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto;}
.modal-content{-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);}
.modal-sm{width:300px;}
}
@media (min-width:992px){.modal-lg{width:900px;}
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after{content:" ";display:table;}
.clearfix:after,
.modal-header:after,
.modal-footer:after{clear:both;}
.center-block{display:block;margin-left:auto;margin-right:auto;}
.pull-right{float:right !important;}
.pull-left{float:left !important;}
.hide{display:none !important;}
.show{display:block !important;}
.invisible{visibility:hidden;}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.hidden{display:none !important;}
.affix{position:fixed;}
.modal-header {
	min-height: 16.428571429px;
	padding: 8px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
	color: #FFF;
	background: #FF7BA5;
}

#dialog {
    z-index: 2147483647;
    /* pointer-events: none; */
}

#dialog form {
    /* pointer-events: auto; */
    overflow-y: scroll;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 10px;
}

.modal-backdrop.show {
    filter: alpha(opacity=50);
    opacity: .5;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px !important;
    box-sizing: border-box;
    max-width: 100%;
  }
}

iframe {
    max-width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
html {
	margin: 0px;
	padding-top: 0px;
}

.clear{
	clear: both;
	line-height: 1px;
	width: 1px;
}

	.req::before{
    content: "必須";
    display: inline-block;
    padding: 1px 5px;
    font-size: 0.95em;
    background: #ff4b4b;
    color: #fff;
    margin-right: 5px;
	}
body {
	margin: 0px;
	font-size: 13px;
	line-height: 18px;
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../img/bg2.gif);
	background-attachment: fixed;
    color: #333333;
	font-weight: normal;
}

a{
	color: #333333;
	text-decoration: none;
}

a:link{
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #0066CC;
	text-decoration: none;
}
a:visited{
	color: #003366;
}
ul,li {
	list-style-type: none;
}
#header {
	background:#81c5ff;
	position: relative;
}

#kanri_plan {
	box-sizing: border-box;
	background: #FFF;
	border: 2px solid #464646;
	border-radius: 5px;
	padding: 5px 5px 5px 10px;
}

#kanri_plan span{
    font-weight: bold;
	font-size: 0.9rem;
}

#header_btn a{
    display: inline-block;
    text-decoration: none;
    padding: 5px 8px;
    font-weight: bold;
    font-size: 0.8rem;
    margin: 0 2px 0;
    text-shadow: 0px 1px 1px #114082;
    background: #3385ff;
    color: #FFF;
    border-bottom: solid 3px #2168cc;
    border-radius: 5px;
}

.header_account a,.header_account a:visited,.header_account a:link{
	display: inline-block;
	text-decoration: none;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 0.8rem;
	margin: 0 2px 0;
	text-shadow: 0px 1px 1px #114082;
	background: #3385ff;
	color: #FFF;
	border-bottom: solid 3px #2168cc;
	border-radius: 5px;
}

#header_btn a:hover,.header_account a:hover{
	opacity: 0.8;
}

#header_btn a:active,.header_account a:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}

#logout {
	float: left;
}
#official_link {
	float: left;
}
.official_btn {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0cdb00), color-stop(1.00, #169900));
background: -webkit-linear-gradient(#0cdb00, #169900);
background: -moz-linear-gradient(#0cdb00, #169900);
background: -o-linear-gradient(#0cdb00, #169900);
background: -ms-linear-gradient(#0cdb00, #169900);
background: linear-gradient(#0cdb00, #169900);
border: solid 1px #169900;
border-radius: 5px;
padding: 0 5px;
color: #fff;
}
#wrapper {
	height: auto;
	background: #e6e6e6;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.nav_base {
	margin: 0;
	padding: 0 0 3px;
	background: #FFF;
	border: 2px solid #333;
	border-left: none;
	border-right: none;
	/* margin-bottom: 20px; */
	box-sizing: border-box;
	display: flex;
}
.nav_base>li:first-child {
    width: 13%;
	position: relative;
}
.nav_base>li{
    width: 14%;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    border: solid 2px #fff;
}
.nav_base>li:last-child{
	flex: 1;
}
.on_off{
	background: #fff;
	font-size: 0.9em;
	box-sizing: border-box;
	color: #000;
	width: 100%;
}
.on_off span span:first-child{
	border-right: solid 1px #ddd;
}
.on_off span,.navi_button .tokumei_on,.navi_button .tokumei_off{
    background: #a7a7a7;
    color: #fff;
    display: inline-block;
    padding: 2px 0;
    width: 50%;
    box-sizing: border-box;
}
.on_off span.m_off{
	color: #efefef;
}
.on_off span.m_on{
    background: #f13434;
}
.on_off span.d_on,.navi_button .tokumei_on{
    background: #4fca4e;
}
.navi_menu{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 5px;
}
.navi_menu li{
	margin: 0 5px 10px 0;
}
.navi_m_ttl{
	display: block;
	padding: 4px 0;
	height: auto;
	box-sizing: border-box;
}

.navi_menu li.current a, .navi_button li.current a{
	background: #00dcff;
	box-shadow: 0 3px 0 #1ca6dc;
}

/* メイン編集 */
.navi_title{
	text-align: center;
	font-weight: bold;
	margin: 3px 0 0;
}

.navi_button {
	display: flex;
	flex-wrap: wrap;
	margin: 3px auto 10px;
	padding: 0 10px;
	line-height: 1.2;
}


.navi_button li{
	text-align: center;
	/* margin: 0 10px 0 0; */
	display: flex;
	/* justify-content: center; */
	/* align-items: center; */
}

.navi_button li:first-child{
	font-size: 1rem;
	text-shadow: 0px 1px 1px #666;
}

.navi_button li:nth-child(2){
	color: #FFF;
	margin: 0;
}

.navi_button .tokumei_on{
	margin: auto;
}

.navi_button .tokumei_off{
	background: #a5a5a5;
	color: #ffffff;
}
.navilink{
	position: relative;
}
.tokumei_name{
	margin-top: 5px;
	font-size: 0.95rem;
	text-shadow: 0px 1px 1px #666;
	display: block;
}
.tokumei_new,.tokumei_no_replay {
	background: #ff0000;
	color: #fff;
	padding: 1px 4px;
	font-size: 0.75rem;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
	box-sizing: border-box;
}
.tokumei_no_replay{
	background: #FFEB3B;
    color: #000;
}
.navi_button a{
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}
.nav_base li a,.navi_button a{
	color: #fff;
	text-shadow: 0px 1px 1px #666;
	text-decoration: none;
	padding: 4px 6px;
	/* display: block; */
	border-radius: 5px;
	background: #2d84ff;
	box-shadow: 0 3px 0 #2168cc;
	font-size: 0.8rem;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
}

.nav_base .main_ttl{
	background: #FFF;
	padding: 3px 0;
	width: 100%;
	margin: 0 0 2px;
	border-right: 2px solid #999;
}

.nav_base .main_link {
	position: relative;
	height: 50px;
	width: 100%;
}

.nav_base .main_link a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.nav_base .sub{
	background: #FFF;
	padding: 3px 0;
}

#editlist table,.waku_base table,#contents table{
	max-width:100%;
	table-layout: fixed;
}

#contents{
	background: #fff;
	padding: 20px 0;
	width: 80%;
	margin: auto;
}
#contents input{
	max-width:100%;
}

#editlist ,.waku_base{
	margin: 20px auto;
	max-width: 750px;
	width:100%;
	border-radius: 5px;
	border: solid 2px #666;
	background: #fff;
	table-layout: fixed;
	word-break: break-all;
}
#editlist tr ,.waku_base tr{
}
#editlist th ,.waku_base th{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-bottom: solid 1px #a0a0a0;
	border-right: solid 3px #69b1f1;
	background: #f5f5f5;

}

#wrapper img#line_qr_src {
    max-width: 300px;
}
#editlist td ,.waku_base td{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	word-break: break-all;
	border-bottom: solid 1px #a0a0a0;
	position: relative;
	}
#editlist input ,.waku_base input{
	border-radius: 5px;
	max-width:100%;
}
#editlist textarea ,.waku_base textarea{
	border-radius: 5px;
	max-width: 100%;
	height: 10em;
	width: 100%;
}
.waku_base.qa_lists textarea {
    border-radius: 5px;
    width: 90%;
    box-sizing: border-box;
    height: 7.5em;
    padding: 5px;
}
.voicelist {
	margin: 20px auto;
	width: 100%;
	max-width: 700px;
	border-radius: 5px;
	border: solid 2px #666;
	background: #fff;
	box-sizing: border-box;
}
.voicelist tr{
}
.voicelist th{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-bottom: solid 1px #a0a0a0;
	border-right: solid 3px #69b1f1;
	background: #f5f5f5;
}
.voicelist td{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	}
.voicelist input{
	border-radius: 5px;
	max-width: 100%;
}
.voicelist textarea{
	border-radius: 5px;
	box-shadow: 1px 1px 1px #9a9a9a inset;
	width: 500px;
	height: 100px;
	max-width: 100%;
}
.voicelist img {
	width: 120px;
	height: 120px;
}
.notice {
	color: #F92672;
	font-size: 12px;
}
.rule {
	color: #3478D7;
	font-size: 12px;
}

.detaillist {
	background: #fff;
	table-layout: fixed;
	word-break: break-all;
	width:100%;
	max-width:100%;
}
.detaillist input{
	max-width:100%;
}

.detaillist tr{
}
.detaillist th{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-bottom: solid 1px #a0a0a0;
	background: none!important;
	max-width: 100%;
}
.detaillist td{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: none!important;
}
#mapviewin {
	margin: 0 0 10px 0;
	width:100%;
	max-width: 800px;
	height:320px;
}
#tabletitle {
	margin: 20px;
	padding: 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #d8dada), color-stop(0.22, #f1f1f1), color-stop(0.44, #c7c8ca), color-stop(0.74, #e7e8e8), color-stop(1.00, #fdfdfd))!important;
	background: -webkit-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%)!important;
	background: -moz-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%)!important;
	background: -o-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%)!important;
	background: -ms-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%)!important;
	background: linear-gradient(to bottom, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%)!important;
	font-weight: bold;
	text-align: center!important;
	border-bottom: solid 2px #333;
	border-right: none!important;
	font-size: 18px;
}
#msg_box,.msg_box {
	max-width: 686px;
	margin: 0 auto 10px;
	background: #fff;
	border-radius: 0;
	padding: 20px;
	box-sizing: border-box;
}
.editorder {
	display: block;
	font-size: 0.8rem;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 3px 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #b6e2fd), color-stop(0.20, #91bae4), color-stop(0.50, #8fbff0), color-stop(0.51, #6ba8e4), color-stop(0.75, #87c2fb), color-stop(1.00, #bcf4fd));
	background: -webkit-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -moz-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -o-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -ms-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: linear-gradient(to bottom, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	float: right;
}
.editorder:hover {
	text-decoration: none;
	cursor: pointer;
}
.editorder:disabled{
	background: #ccc;
	color: #666;
	border: 1px solid #666;
}
.success_bg{
	color: #3aa22d;
	border: 1px solid #51b74c;
	padding: 8px!important;
	font-weight: bold;
	font-size: 1rem;
	background: #d5ffd3;
}
.error_bg{
	color: #f00;
	border: 1px solid #ff4141;
	background: #ffe8e8;
	padding: 20px!important;
	font-weight: bold;
	font-size: 1rem;
}

.box_bg {
	background: #FFF;
	border: 1px solid #ddd;
	padding: 20px;
	box-sizing: border-box;
	font-size: 1rem;
	color: #333;
	line-height: 1.3;
}
.box_bg span{
	font-weight: bold;
}
.box_bg div{
	margin: 10px 0 0;
	padding: 5px;
	box-sizing: border-box;
	font-size: 1rem;
	color: #505050;
	width: 100%;
}
.com_ttl{
	    width: 80%;
    margin: 10px auto;
    color: #fff;
    padding: 8px 10px 8px;
    font-size: 1.2rem;
    background: #696969;
    text-shadow: 1px 2px 3px #4e4e4e;
    font-weight: bold;
    border: 2px solid #4e4e4e;
}

#alertbox.box_bg,
#alertbox1.box_bg,
.box_bg.error_bg{
	background: #ffe8e8;
	border: 1px solid #ff7878;
	color: #fb4e4e;
}
#alertbox.box_bg span,
#alertbox1.box_bg span,
.box_bg.error_bg span{
	font-weight: bold;
}

#alertbox.box_bg div{
	margin: 10px 0 0;
	padding: 5px;
	box-sizing: border-box;
	font-size: 1rem;
	color: #505050;
}
#update_yes{
	border: solid 2px #000;
	border-radius: 5px;
	margin-top: 20px;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	max-width: 700px;
	width: 100%;
}
.note {
	font-size: 9px;
}
#submit_btn,#submit_tr button {
	cursor: pointer;
	display: inline-block;
	border: none;
	border-radius: 6px;
	text-decoration: none;
	padding: 7px 25px;
	background: linear-gradient(#8ebffc 71%, #65abe7 90%);
	font-size: 20px;
	color: #fff;
}
#submit_btn:hover,
#submit_tr button:hover{
	box-shadow: 0px 0px 5px #333 inset;
	text-shadow: 0px 0px 5px #fff;
}
#movie_title {
	background: #F5F5F5;
	padding: 3px;
	font-weight: bold;
	border-bottom: solid 2px #69B1F1;
	margin-bottom: 5px;
}
/*recruit*/
.ui-state-default {
	margin: 5px!important;
	width: 238px;
}
.ui-state-active {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #b6e2fd), color-stop(0.20, #91bae4), color-stop(0.50, #8fbff0), color-stop(0.51, #6ba8e4), color-stop(0.75, #87c2fb), color-stop(1.00, #bcf4fd))!important;
background: -webkit-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%)!important;
background: -moz-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%)!important;
background: -o-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%)!important;
background: -ms-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%)!important;
background: linear-gradient(to bottom, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%)!important;
color: #fff!important;
text-shadow: 0px 1px 1px #333!important;
font-weight: bold!important;
box-shadow: 0px 0px 3px #333;
}
.shopdt_table {
	width: 700px;
}
.shopdt_table th
 {
	background-color: #FFFFFF;
	background-image: url(../img/genre_bg.png);
}

.shopdt_table .td_ko{
	width: 120px;
	background-color: #A2DAFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.shopdt_table .td_na {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 400px;
}
.tTip {
	width: 100%;
}

.conversation_p{
	float: left;
	margin-left: 125px;
	margin-right: 50px;
	font-size: 11px;
	text-align: center;
}
.conversation_p img{
border: none;
}
.shopdata_p{
	float: left;
	font-size: 11px;
	text-align: center;
}
.shopdata_p img{
border: none;
}
.reply{
	line-height: 20px;
	font-size: 14px;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-right: auto;
}
.reply_t{
	border: 1px solid #DFEFFF;
	background-color: #EEF8F9;
	margin-top: 5px;
}
.reply_t td{
text-align: center;
}
.reply_t td.title{
	background-color: #D9EDF0;
}
.reply_t td.toukou{
	text-align: left;
	vertical-align: top;
}
#pankuzu{
	width: 830px;
	padding-left: 20px;
}

#login {
	margin-top: 20px;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	border: 2px solid #D2E7FD;
	border-radius: 10px;
	box-shadow: 0px 10px 10px #333;
}

#login input {
	border-radius: 5px;
	position:relative;
}

.logout{
	padding-left: 650px;
	padding-top: 20px;
}

.girl_cont{
	width: 816px;
	margin-left: 17px;
	margin-right: 17px;
	margin-top: 10px;
}

.girl_cont td{
	padding: 10px;
	border: 1px solid #4724FF;
}

.girl_info{
	background-image: url(img/job_bar.png);
	background-repeat: no-repeat;
	height: 50px;
	padding-left: 80px;
	font-size: 30px;
	line-height: 50px;
	color: #FFFFFF;
}
#com_his{
	background-image: url(img/shop_bar3.png);
	background-repeat: no-repeat;
	background-position: 16px 0;
	padding-top: 38px;
	position: relative;
}
.koshin{
	position: absolute;
	left: 388px;
	top: 206px;
}
.girl_side{
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFECEC;
	border: 3px solid #FF6666;
	margin-bottom: 3px;
	margin-top: 3px;
	clear: both;
	height: 95px;
	background-image: url(img/thumb.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 110px;
	font-size: 16px;
}
.shop_side{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ECFFFF;
	border: 3px solid #156FBF;
	margin-bottom: 3px;
	margin-top: 3px;
	background-image: url(img/kintaro.jpg);
	background-repeat: no-repeat;
	height: 95px;
	background-position: right;
	padding: 10px;
	font-size: 16px;
}
.submit{
	float: right;
	margin-right: 50px;
}
td.nenrei{
	width: 50px;
	background-color: #5537FF;
	padding-left: 8px;
	color: #FFFFFF;
	height: auto;
	text-align: center;
}
td.nenrei_a{
	width: 50px;
	padding-left: 5px;
	background-color: #FFFFFF;
	line-height: normal;
	height: auto;
	font-size: 24px;
}
td.komoku {
	width: 70px;
	background-color: #5537FF;
	padding-left: 8px;
	color: #FFFFFF;
	height: auto;
	text-align: center;
}

td.naiyou {
	width: 150px;
	padding-left: 5px;
	background-color: #FFFFFF;
	line-height: auto;
	height: auto;
}

.list_cont{
	width: 90%;
	margin: 10px auto;
	background: #fff;
}

.list_title {
	padding: 8px;
	font-size: 0.85rem;
	text-align: center;
	font-weight: bold;
	background: #a4e0ff;
}

.list_title2 {
	background-image: url(img/re_title.png);
	background-repeat: no-repeat;
	height: 22px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
}

.list_title span{
	font-size: 0.7rem;
	color: #FFF;
	background: #ff2424;
	display: inline-block;
	padding: 0 4px;
	border-radius: 5px;
	margin: 0 0 0 10px;
}
.list_title span.no_replay_one {
    background: #FFEB3B;
    color: #000;
}

.list_cont table{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.list_cont th{
	background: #d9f2ff;
	padding: 5px;
	font-size: 0.8rem;
	border: 1px solid #b5e6ff;
}

.list_cont td{
	border: 1px solid #b5e6ff;
	padding: 5px;
	font-size: 0.85rem;
}

.reply{
	font-size: 14px;
	margin-left: 20px;
	background-color: #FFFFFF;
	margin-right: auto;
	height: auto;
	padding: 10px;
	float: left;
	margin-top: 0px;
	line-height: 27px;
	width: 722px;
}
ul.reply li{
	float: left;
	width: 720px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B6D6E4;
	list-style-image: none;
	list-style-type: none;
}
li {
	list-style-type: none;
}

ul.reply li.title{
	background-color: #DFFEFF;
	width: 90px;
}
ul.reply li.shop_com{
	clear: both;
	width: 772px;
	background-color: #D7FFFF;
}
ul.reply li.girl_com{
	clear: both;
	width: 772px;
	background-color: #FFECEC;
}
ul.reply ul{
	margin: 0;
	padding: 0;
	clear: both;
}
ul.reply_2{
float: left;
}
ul.reply_2 li{
	width: 258px;
}
ul.reply_2 li.sub_bottun{
	width: 68px;
}
.girl_waku {
	height: 87px;
	width:550px;
	font-size: 12px;
	line-height: 19px;
	background-image: url(img/nadekom.png);
	background-repeat: no-repeat;
	padding-left: 150px;
	padding-top: 10px;
	padding-right: 30px;
}
.shop_waku {
	height: 87px;
	width:550px;
	font-size: 12px;
	line-height: 19px;
	background-image: url(img/kumacom.png);
	background-repeat: no-repeat;
	padding-left: 150px;
	padding-top: 10px;
	padding-right: 30px;
}


.main_con{
	width: 816px;
	height: auto;
	padding-top: 0px;
	margin-left: 17px;
	margin-right: 17px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.main_con ul{
padding: 0;
margin: 0;
}
.main_con li{
	list-style: none;
	text-align: center;
	line-height: 50px;
}
.hp_com{
	text-align: center;
}
.send_bar{
background-image: url(img/send_bar.png);
background-repeat: no-repeat;
}
#foot {
	background: #addbfa;
	border-top: 10px solid #8dd1ff;
}

#foot li {
	padding: 0 20px 10px 0;
	font-weight: bold;
}

#foot li:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	position: absolute;
}

#foot li a{
	padding: 0 0 0 10px;
}


.kokoni {
	font-size: 12px;
	height: 65px;
	width: 540px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.kakikomi {
	background-image: url(/asset/img/gadmin/kakikomi.png);
	height: 70px;
	width: 254px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.info_box{
	width:600px;
	margin: 0 auto;
	font-weight:bold;
	padding: 10px;
}

.info_contents{
	line-height:160%;
	padding:10px;
	border:1px solid #DDD;
	background:#F9F9F9;
	text-align:center;
	margin:0 auto;
}

.info_box ul{
	list-style-type:none;
	margin:10px 0;
	padding:0;
}

.info_box .info_alert{
	padding:5px;
	margin:0 0 5px;
	border:1px solid #FFB5B5;
	background:#FFD0D0;
	color:#FF0000;
	text-align: left;
}
#subarealist {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#subarealist li input{
	top: 3px;
}

.yuryo_plan_wrap{
	position: relative;
	user-select:none;
	z-index: 99999;
}
.yuryo_plan{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.yuryo_plan .yuryo_plan_text{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.yuryo_plan .yuryo_plan_text span{
    color: white;
    background: gray;
    display: inline-block;
	font-size: 1.2em;
}

.job_edit_body .yuryo_plan .yuryo_plan_text span{
	font-size:2.5em;
}

.buttonset {
		max-width: 500px;
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.buttonset>div {
    width: 33.3333%;
}

.buttonset input ,.taigu_all input{
    display: none;
}

.buttonset input:checked + label,.taigu_all input:checked + label {
    border: 1px solid #d3d3d3;
    font-weight: bold;
    color: #ffffff;
    background:#ff9090!important;
}
.buttonset label,.taigu_all label{
    display: block;
    margin: 5px;
    text-align: center;
    padding: 10px;
    border: 1px solid #d3d3d3;
    font-weight: normal;
    color: #555555;
    border-radius: 5px;
    background: #e6e6e6;
    font-size: 0.84rem;
}

.kjob {
    margin: 20px auto;
    width: 700px;
    border-radius: 5px;
    border: solid 2px #666;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.text-danger {
    color: #a94442;
}

#kjob th {
	background: #f9f9f9;
    padding: 7px;
	vertical-align: top;
}
#kjob td {
	line-height: 30px;
	vertical-align: middle;
}

.table-bordered{
	border: solid 1px #000;
	width: 100%;
}

#form_desc{
	box-sizing: border-box;
	width: 100%;
}



.switch input {
    display: none;
}
.switch label {
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.switch label:before {
    display: inline-block;
    padding: 6px 10px;
    content: '使用する';
    border-radius: 6px 0 0 6px;
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #333;
}
.switch label:after {
    display: inline-block;
    padding: 6px 10px;
    content: '使用しない';
    border-radius: 0 6px 6px 0;
    background: #C30;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #FFF;
}
.switch input + label:hover:before {
    opacity: 0.5;
}
.switch input:checked + label:before {
    background: #9C0;
    color: #FFF;
    opacity: 1;
}
.switch input:checked + label:after {
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    color: #333;
}
.switch input:checked + label:hover:after {
    opacity: 0.5;
}

.qa_list:first-child {
    border: none;
}

.qa_list {
    border-top: solid 2px #8caaff;
    line-height: 1.5;
}
#todo_top .qa_list{border-top: none;}
.qa_q{
	border-bottom: 1px dashed #ffcad7;
	background: #fdf5fa;
}
.qa_icon{
	color: #ffffff;
	padding: 5px;
	border-radius: 100%;
	line-height: 1em;
	width: 1em;
	height: 1em;
	display: inline-block;
	text-align: center;
	box-sizing: content-box;
	margin-right: 5px;
}
.qa_q .qa_icon{
	background: #ff88c9;
}
.qa_a .qa_icon{
	background: #99b4ff;
}
.qa_con{
	display: flex;
	padding:5px 10px;
}
.qa_txt{
	flex:1;
	/* padding: 2.5px 0 0 5px; */
}
.qa_a:last-child{
	border-bottom: none;
}
.waku_base.qa_lists input {
    width: 90%;
    box-sizing: border-box;
}

.btm_con{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 99%;
    margin: auto;
}
.vtitle{
    padding: 10px 5px;
    border-bottom: solid 1px #a0a0a0;
    background: #f5f5f5;
    max-width: 100%;
}

.sidebox {
    display: flex;
    flex-wrap: wrap;
}
.sidebox>div {
    padding: 5px;
    box-sizing: border-box;
}

.mup10{
	margin-top: 10px;
}
.mup5{
	margin-top: 5px;
}
.save_btn button{
	cursor: pointer;
	display: block;
	border: none;
	border-radius: 6px;
	text-decoration: none;
	padding: 3px 25px;
	background: linear-gradient(#8ebffc 71%, #65abe7 90%);
	font-weight: bold;
	font-size: 0.9rem;
	color: #fff;
	margin: 5px auto;
}

.save_btn button:disabled, .group_submit_wrap button:disabled{
	background: #ccc;
	color: #666;
	border: 1px solid #666;
}

th.admin_th_title{
	background: #9cdfff;
	padding: 10px;
	font-size: 1.2rem;
}

#qa_forms_wrap{
	margin: 20px auto;
	display: flex;
	align-items: flex-start;
	padding: 10px;
}

#qa_forms_wrap a{
	text-decoration: underline;
}

.qa_lists {
    margin: 0 0 20px;
    border-radius: 5px;
    border: solid 2px #666;
    background: #fff;
}

#qa_forms form{
	margin: 0;
	padding: 0;
}

#qa_words_wrap{
	border-radius: 5px;
	border: 2px solid #666;
	background: #FFF;
	margin: 0 10px 0 0;
	width: 25%;
}

#qa_words_wrap .qa_words_title{
	padding: 10px;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
}

#qa_forms_wrap .qa_words_cate {
	padding: 8px 0;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px;
	background: #cae1ff;
	border-bottom: 2px solid #3089ff;
}

#qa_forms_wrap .qa_words{
	font-size: 0.7rem;
	padding:8px 5px;
	line-height: 1.5;
	border-bottom: 1px dashed #c9daff;
}

#qa_forms_wrap .qa_words:last-child{
	margin: 0 0 15px;
	border:0;
}

#qa_forms_wrap .qa_words a{
		color: #175ad9;
}

#qa_forms .qa_txt textarea{
	width: 100%;
	height: 6em;
	box-sizing: border-box;
	padding: 7px;
	border: solid 1px #ddd;
}
#qa_forms .qa_txt input{
    width: 80%;
    padding: 5px 0;
    box-sizing: border-box;
}

#qa_forms .qa_category{
	padding: 10px;
	font-weight: bold;
	font-size: 0.9rem;
	background: #cae1ff;
	text-align: center;
}
.needs{
	max-width: 450px;
}

#editlist tr.sb_ttl th{
	background: #aad8ff;
}

#trts_icons_form #editlist {
    max-width: 750px;
}


#trts_icons_form .buttonset {
    max-width: 100%;
}


#taigu_icons{
	line-height: 25px;
	width: 750px;
	margin: 0 auto;
}

.taigu_g > div{
	font-weight: bold;
}

.taigu_g i,.second_ttl i{
	color: #ffbe00;
}

.taigu_g ul{
	display: flex;
	flex-wrap: wrap;
    margin: 0;
    padding: 5px 10px;
}

.taigu_g ul li{
	margin: 2px;
	border-radius: 3px;
	font-size: 0.72rem;
	padding: 3px 3px 0;
	color: #ababab;
	background: #ffffff;
	border: 1px solid #c3c3c3;
	box-sizing: border-box;
	}
.taigu_g ul li.t_active{
		background: #ff8a8a;
		color: #fff;
		border: none;
}
#qa_forms .qa_wrap {
    border-top: solid 2px #000;
}
.qa_wrap img {
    width: 50px;
}

.qa_error {
    padding: 10px;
    color: #ff2323;
    border: solid 1px;
    margin: 10px 0;
}

.detail_btn,.list_back{
	width: 40%;
	min-width: 200px;
	margin: 0 auto 5px;
	text-align: center;
	padding: 6px 0;
	border-radius: 5px;
	background: #4b96ff;
	box-shadow: 0 3px 0 #3c80e0;
}

.detail_btn a,.list_back a{
	color: #FFF;
	display: block;
	font-weight: bold;
	font-size: 0.8rem;
}

.qa_answer, .qa_question {
    display: flex;
    margin: 10px auto;
		justify-content: space-between;
	align-items: center;
}

.qa_answer {
    flex-direction: row-reverse;
}

.qa_question span,
.qa_answer span{
	padding: 8px;
	box-sizing: border-box;
	flex:1;
	position: relative;
	border-radius: 6px;
	font-size: 0.8rem;
}
.qa_question span {
	border: 1px solid #b1d68f;
	background: #c4f599;
}

.qa_answer span {
	border: 1px solid #c5c5c5;
	background: #efefef;
}
.qa_answer span::after, .qa_answer span::before, .qa_question span::after, .qa_question span::before {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    position: absolute;
    display: block;
    content: "";
}
.qa_question span::after, .qa_question span::before {
    top: 10px;
}

.qa_answer span::after, .qa_answer span::before {
    top:10px;
}

.qa_question span::after {
    left: -8px;
    border-right: 8px solid #c4f599;
}

.qa_answer span::after {
    right: -8px;
    border-left: 8px solid #e3e5e6;
}
	.qa_text{
		padding: 8px;
		box-sizing: border-box;
		margin: 20px auto;
	}
.qa_wrap textarea{
	width:98%;
	display: block;
}

.qa_wrap input[type="submit"]{
    width: 80%;
    display: block;
    padding: 7px 0;
    margin: 10px auto 0;
    font-size: 0.9rem;
    border-radius: 6px;
    background: #60bf24;
    border: 1px solid #4fab16;
    color: #fff;
    font-weight: bold;
}

.cmail,.logout{
	padding: 20px 0;
	text-align: center;
}

.cmail h2{
	color: #2f2f2f;
}

.cmail .ok,.cmail .ng{
	margin: 10px auto;
	font-weight: bold;
	font-size: 0.9rem;
	width: 70%;
	padding: 15px 0;
}

.cmail .ok{
	color: #4fa214;
	background: #f2ffe1;
	border: 1px solid #bee096;
}

.cmail .ng{
	color: #ff2626;
	background: #ffe9e9;
	border: 1px solid #ff9191;
}

.cmail a{
	width: 30%;
	margin: 0 auto 5px;
	text-align: center;
	padding: 6px 0;
	font-weight: bold;
	border-radius: 5px;
	background: #4b96ff;
	box-shadow: 0 3px 0 #3c80e0;
	display: block;
	color: #FFF;
}

.logout div{
	font-size: 0.95rem;
	font-weight:bold;
	margin: 0 auto 10px;
}

.logout a{
	width: 25%;
	min-width: 100px;
	margin: 0 auto 5px;
	text-align: center;
	padding: 6px 0;
	font-weight: bold;
	border-radius: 5px;
	background: #4b96ff;
	box-shadow: 0 3px 0 #3c80e0;
	display:inline-block;
	color: #FFF;
}

.list_title_jj {
    padding: 3px;
    background: #FF7BA5;
    color: #fff;
    font-weight: bold;
}
.news_box{
	margin: 20px auto;
	max-width: 600px;
	background: #fff;
	word-break: break-all;
}
.news_box_end{
	background: transparent;
}
.news_box_end .news_box_ttl{
	color: #000;
}
.news_box_ttl{
	 margin:0;
	 padding:0;
	 color: #f00;
}
#wrapper img {
    max-width: 100%;
}

#tokumei_no_replay_wrap {
    display: inline-block;
}

#tokumei_no_replay_wrap span {
    display: inline-block;
}
.voicelist .fss {
    display: block;
}

#side_nav .navi_menu li{
	width: calc( 50% - 5px );
	display: flex;
}


.qa_pager{
  font-size:1.1rem;
  text-align:center;
  margin:12px auto;
}

.qa_pager a{
  display: inline-block;
  height: 100%;
  color: #333;
  font-weight: bold;
  border: 1px solid #bcbcbc;
  border-radius: 6px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 -2px 0 #e8e8e8 inset;
  position: relative;
  padding: 7px 9px;
  margin: 2px 0;
}
.qa_pager div{
  display: inline-block;
}
.page_no,.pg_no {
  display: inline;
}

.qa_pager .active{
  color: #F00;
}

.timer_main_wrap {
    max-width: 90%;
    margin: auto;
}

.add_timer_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: solid 1px #000;
    border-bottom:none;
    padding: 5px;
}
#timer_main_c .add_timer_wrap:last-child {
    border-bottom: solid 1px #000;
}


#add_timer {
    padding: 10px;
    border: solid 1px #000;
    margin-bottom: 20px;
}

#add_time_step {
    padding: 10px;
    border: solid 1px #000;
    line-height: 1.8;
}
#add_time_step>div{
	padding:5px 0;
}
#add_time_step input{
	width:3em;
}

.import_tag_lists {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.import_tag_s {
    width: 33.333333%;
    padding: 0 5px 5px;
}

.taigu_important table {
    width: 100%;
}

.import_tag_s select {
    width: 100%;
}
#timer_head {
    background: #fff;
    border: solid 3px #000;
}
#timer_head_c {
    display: flex;
    flex-wrap: wrap;
    padding: 7px 7px;
}

#timer_head_btn {
    width: 250px;
    display: flex;
    align-items: center;
}
#timer_head_ttl{
    background: #81c5ff;
    padding: 7px 10px;
    border-bottom: solid 2px #ddd;
}
#timer_head_num {
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
}
#timer_head_num_ttl {
    padding: 4px 7px;
    background: #ff1818;
    color: #fff;
    /* font-size: 0.8em; */
    font-weight: normal;
}

#timer_head_num_desc {
    padding: 10px 0;
}

#timer_head_num_desc span {font-size: 1.5em;}
#timer_head_num>div{
	
/* padding: 10px; */
	
border: solid 1px #ff1818;
	
color: #ff1818;
	
font-weight: bold;
	
text-align: center;
}
#timer_head_desc {
    flex: 1;
    /* padding: 3px 0 3px 3px; */
    line-height: 1.4;
    font-size: 0.9em;
}
#timer_head_btn a{
	color: #fff;
	text-shadow: 0px 1px 1px #666;
	text-decoration: none;
	padding: 14px 9px;
	/* display: block; */
	border-radius: 5px;
	background: #2d84ff;
	box-shadow: 0 3px 0 #2168cc;
	font-size: 1rem;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
}
#max_set {
    font-size: 1.5em;
    color: #ff2828;
}

@media(min-width: 1100px){
	.sp{
		display: none;
	}
	#base {
		/* width: calc( 100% - 216px ); */
		/* margin: 0 5px; */
		border: solid 3px #333;
		/* align-self: flex-start; */
	}

	#all_wrap {
		/* display: flex; */
		/* flex-wrap: wrap; */
		width: 900px;
		margin: 5px auto;
	}
    #evoAdBox{
        width:200px;
        height:auto;
    }
    .evoAdBanBox{
        margin:0 0 10px;
    }
	
	#foot {
		display: flex;
		align-items: center;
	}
	#foot ul{
		display: flex;
		flex-wrap: wrap;
	}

	.navi_menu li{
		width: calc( 20% - 5px );
	}
	
	.navi_button li{
		width: 50%;
		padding: 0 3px;
	}
	.navi_button li:nth-child(2) {
		/* flex: 1; */
	}
	.navi_button li:first-child a{
		
flex-direction: row;
	}

	#kanri_name {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-weight: bold;
		background: rgba(255, 255, 255, 0.78);
		border-bottom: 2px solid #3190e0;
		padding:5px;
	}

	#header .h_logo{
		width: 25%;
		position: absolute;
		right: 0;
		top: 0;
	}
	#header .h_logo img{width: 100%}

	#header #header_btn{
		margin: 0 10px 0 0;
	}

	#header .h_info{
		padding: 10px 0;
	}
	#header .h_plan{
		width: 73%;
	}

	.news_box{
		padding: 20px;
		box-shadow: 0px 0px 10px #333;
		border-radius: 10px;
	}

	#kanri_plan {
		margin: 0 0 0 10px;
	}
	#subarealist li {
		width: 33.3333%;
	}

	.sidebox>div:first-child {
		width: 25%;
	}

	.sidebox>div:last-child {
		flex: 1;
	}


	#qa_forms{
		width: 70%;
	}

	.qa_wrap{
		padding: 0 5px;
	}
	#menu_btn2 {
		display:none;
	}
	#trts_icons_form .taigu_all {
		width: 160px;
	}
	
	#trts_icons_form .taigu_important th {
		width: 154px;
	}

	#timer_content {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}

	#timer_content_main {
		width: 40%;
	}

	#timer_content_sub {
		flex: 1;
		padding-left: 10px;
		line-height: 1.5;
	}

	#timer_main_c {
		margin: 10px 0 10px 0;
	}

}

@media(max-width: 1099.98px){
	.pc{
		display: none;
	}
    #evoAdBox{
        width:200px;
        margin:auto;
    }
    .evoAdBanBox{
        margin:10px 0;
    }
	#foot ul {
		margin: 5px 10px;
		padding: 0;
	}

	#foot {
		margin: auto;
		text-align: center;
	}
	.navi_button span {
		/* display: block; */
	}
	
	.navi_button li{
		width: 50%;
		padding: 3px;
	}
	.navi_button li:last-child{
		/* width:100%; */
	}
	.h_logo img {
		max-width: 100%;
	}

	#header #header_btn{
		margin: 5px 10px 5px 10px;
	}
	.login_name{
		text-align:center;
		display:block;
		font-weight: bold;
	}
	.h_logo {
		width: 150px;
	}

	#header {
		padding: 10px 0 0;
	}

	.news_box{
		padding: 10px;
	}

	#header .h_info{
		text-align:center;
		padding: 5px 0 10px;
	}

	#kanri_plan {
		margin: 0 10px;
	}

	.h_logo_w {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	#menu_btn {
		margin: 0 10px;
	}

	#menu_btn button {
		padding: 10px;
		font-size: 1rem;
		background: #000;
		border-radius: 5px;
		border: none;
		color: #fff;
	}

	.mainh_nav{
		display: none;
	}
	#side_nav .mainh_nav{
		display: block;
	}
	#editlist th, .waku_base th,#editlist td, .waku_base td ,#contents td,#contents th{
	    display: block;
	    /* width: 100%; */
	    border: none;
	    margin-bottom: 5px;
	    /* box-sizing: border-box; */
	}
	#subarealist li {
		width: 50%;
	}

	#board_switch table {
		table-layout: fixed;
		box-sizing: border-box;
		max-width: 100%;
	}

	#board_switch td,#board_switch th {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.sidebox>div:first-child {
		width: 100%;
	}

	.sidebox>div:last-child {
		width: 100%;
	}

	#qa_words_wrap{
		display:none;
	}

	#qa_forms{
		margin:auto;
	}
	.qa_con {
		padding: 5px 5px;
	}

	#menu_btn2 {
		position: fixed;
		bottom: 0;
		left: 10px;
	}
	#menu_btn2 button{
		padding: 12px 25px;
		background: #3e8ff5;
		color: #FFF;
		font-size: 1.0rem;
		font-weight: bold;
		border-radius: 8px 8px 0 0;
		border: 3px solid #FFF;
		border-bottom: none;
		pointer-events: auto;
	}
	
	#menu_btn2 i,#side_nav2 i{
		padding: 0 3px 0 0;
	}


	#side_nav2 .tab_item{
		background: #e4e4e4;
		color: #616161;
		padding: 12px 0;
		font-size: 1.1rem;
		font-weight:normal;
		border-bottom: 1px solid #FFF;
		text-align:center;
	}
	
	#side_nav2 .tab_item[selected] {
		background:#3e8ff5;
		/* font-size: 1.4rem; */
		font-weight: bold;
		color: #fff;
	}
	
	#side_nav2 .tab_btn {width: 100%}
	#side_nav2 .tab_item:hover {opacity: 1}
	
	.qa_title_wrap{
		display: flex;
		background: #444;
		color: #FFF;
		align-items: center;
		justify-content: space-between;
		padding: 15px 10px 13px;
	}
	#side_nav2 .qa_close a{
		padding: 5px 8px;
		background:#3e8ff5;
		color: #FFF;
		border-radius: 10px;
	}
	
	
	.qa_title_wrap{
		display: flex;
		background: #444;
		color: #FFF;
		align-items: center;
		justify-content: space-between;
		padding: 15px 10px 13px;
	}
	
	.qa_words,.qa_words_cate{
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #FFF;
		border-bottom: 1px solid #d4d4d4;
	}
	
	.qa_words a,.qa_words_cate a{
		display: block;
		width: 97%;
		box-sizing: border-box;
		padding: 12px 10px;
		background: #FFF;
		text-decoration: underline;
		color: #007bff;
	}
	
	.qa_words i,.qa_words_cate i{
		display: inline-block;
		color: #007bff;
	}
	
	.qa_words_title{
		font-weight: bold;
		font-size: 1.1rem;
	}

	#timer_content_sub {
		margin-top: 30px;
	}

	#timer_main_c {
		margin: 10px 0;
	}
}


@media(min-width:768px){
}

@media(max-width:767.98px){

	#timer_head_ttl span{
		display:block;
	}

	#timer_head_btn{
        flex: 1;
    }
    #timer_head_desc{
    	
width: 100%;
    	
flex: none;
    	
margin-top: 7px;
    }
}