/**
 * Reset
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
}

a {
	outline : none;
	color:#2864C8;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:focus {
	outline: thin dotted;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover,
a:active {
	outline : none;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:active,
a:hover {
	color: #7CA4E4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin:0;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding:80px 0 0 350px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	line-height:1;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled],
select[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	vertical-align: middle;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	font-size:14px;
	line-height:1.4;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/**
 * common
 * -----------------------------------------------------------------------------
 */
body {
	color:#222;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.6;
}
#wrap {
}
input,
select,
textarea {
	color:#222;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.6;
	cursor: pointer;
	background: rgba(255,255,255,0.7);
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=date]{
	/*display:block;*/
	border:1px solid rgba(0,0,0,0.15);
	padding:10px;
	width:100%;
}
select {
	width: auto;
	/*display:block;*/
	border:1px solid rgba(0,0,0,0.15);
	padding:5px;
}
textarea {
	width: auto;
	border:1px solid #ccc;
	padding:8px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
	background:#FFFBEA;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=password]:hover,
select:hover,
textarea:hover {
	background:#FFFBEA;
}
.form_bg_dark select {
	background: rgba(255,255,255,0.95);
}
input[type=text] + select,
select + input[type=text],
.customSelect + input[type=text],
input[type=text] + select + .customSelect,
input[type=text] + input[type=text],
input[type=email] + input[type=email] {
	/*margin-top:10px;*/
}
input[name=post] {
	display:block;
	width:7em;
}
input[name=name1],
input[name=name2],
input[name=name1_kana],
input[name=name2_kana] {
	float:left;
	width:16em;
	margin:0 15px 0 0 !important;
}
input[type=submit],
button,
.print_btn{
	display:inline-block;
	font-size:16px;
	line-height: 1;
	font-weight:bold;
	text-align:center;
	padding: 20px 30px;
	background:#95bb31;
	border:none;
	/*
	border:1px solid #2F3438;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #14639E), color-stop(0.00, #1B8BD5));
	background: -webkit-linear-gradient(top, #1B8BD5 0%, #14639E 100%);
	background: -moz-linear-gradient(top, #1B8BD5 0%, #14639E 100%);
	background: -o-linear-gradient(top, #1B8BD5 0%, #14639E 100%);
	background: -ms-linear-gradient(top, #1B8BD5 0%, #14639E 100%);
	background: linear-gradient(top, #1B8BD5 0%, #14639E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF1B8BD5', endColorstr='#FF14639E');
	*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#fff;
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.2);
	letter-spacing: 3px;
}
.csv_download_area {
	text-align: center;
}
button.csv_download {
    background-color: #a162d0;
}
input[type=submit]:hover,
button:hover,
input.back:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
input[readonly=readonly],
input[readonly=readonly]:hover,
input[readonly=readonly]:focus,
textarea[readonly=readonly],
input:disabled,
input:disabled:hover,
input:disabled:focus,
textarea:disabled,
select:disabled {
	/*background:rgba(0,0,0,0.05);*/
	background: none;
}
.used input[readonly=readonly] {
	border: none;
}
.form_bg_dark select:disabled {
	pointer-events: none;
	background:rgba(255,255,255,0.7) !important;
}
.not_edit {
	pointer-events: none;
	/*
	background:rgba(0,0,0,0.05);
	*/
	background: none;
	border: none;
}
input[type=file][readonly=readonly] {
	pointer-events: none;
}
input[type=checkbox] {
	vertical-align: middle;
	border: 1px solid #ccc;
	width: 16px;
	height: 16px;
}
input[name=feed_point_no01] {
	width: 15px !important;
	text-align: center !important;
}
input[name=feed_point_no02] {
	width: 30px !important;
	text-align: center !important;
}
input[name=feed_point_no03] {
	width: 30px !important;
	text-align: center !important;
}
input[name=feed_point_no04] {
	width: 30px !important;
	text-align: center !important;
}
input[name=feed_point_no05] {
	width: 30px !important;
	text-align: center !important;
}
input[name=feed_point_no06] {
	width: 30px !important;
	text-align: center !important;
}
/*
.a06040201 input[type=submit],
.a06040202 input[type=submit],
.a06030102 input[type=submit] {
	display:block;
	width:100%;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	height:100px;
	margin-bottom:30px;
	border:1px solid #ccc;
	color:#fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #B20000), color-stop(0.00, #D90000));
	background: -webkit-linear-gradient(top, #D90000 0%, #B20000 100%);
	background: -moz-linear-gradient(top, #D90000 0%, #B20000 100%);
	background: -o-linear-gradient(top, #D90000 0%, #B20000 100%);
	background: -ms-linear-gradient(top, #D90000 0%, #B20000 100%);
	background: linear-gradient(top, #D90000 0%, #B20000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFD90000', endColorstr='#FFB20000');
}
.a06040201 input[type=submit]:hover,
.a06040202 input[type=submit]:hover ,
.a06030102 input[type=submit]:hover{
	border:1px solid #999;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #D90000), color-stop(0.00, #B20000));
	background: -webkit-linear-gradient(top, #B20000 0%, #D90000 100%);
	background: -moz-linear-gradient(top, #B20000 0%, #D90000 100%);
	background: -o-linear-gradient(top, #B20000 0%, #D90000 100%);
	background: -ms-linear-gradient(top, #B20000 0%, #D90000 100%);
	background: linear-gradient(top, #B20000 0%, #D90000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFB20000', endColorstr='#FFD90000');
}
*/
input.back {
	display:block;
	height:40px;
	width:80px;
	margin:auto;
	font-size:14px;
	border:1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eee), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(top, #fff 0%, #eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFeeeeee');
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
input[name="post_search"], input[name="f_post_search"], input[name="b_post_search"],.post_search {
	height:45px;
	width:80px;
	font-size:14px;
	border:1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eee), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(top, #fff 0%, #eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFeeeeee');
}
.post_search:hover {
	background: #FFFBEA;
}
.btn_clear {
	display: inline-block;
	color:#666;
	padding: 11px 10px 0;
	height: 22px;
	font-size:11px;
	line-height: 1;
	border-radius: 5px;
	border:1px solid #ddd;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eee), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(top, #fff 0%, #eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFeeeeee');
	margin-bottom: 0px;
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.05);
}
.btn_clear:hover {
	color:#666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.btn_dl {
	background: #F3951E;
	color: #fff;
	border: none;
}
.btn_dl:hover {
	color: #fff;
}
::-webkit-input-placeholder{
	color:#999 !important;
}
:-ms-input-placeholder{
	color:#999 !important;
}
::-moz-placeholder {
	color:#999 !important;
}
label {
	cursor:pointer;
}
table {
	border-collapse: separate;
	border-spacing: 0px;
	border:none;
	font-size: inherit;
	line-height: 110%;
	margin: 0 0 10px;
	width: 100%;
	margin-bottom:40px;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
caption {
	font-size:16px;
	font-weight:bold;
	padding:20px 0;
}
th {
	width:25%;
	border:none;
	padding:40px;
	vertical-align:middle;
	white-space:nowrap;
	border-top:1px solid #ddd;
	background:#f8f8f8;
	font-size:14px;
}
td {
	width:75%;
	border:none;
	padding:40px;
	border-top:1px solid #ddd;
	background:#f8f8f8;
}
td:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.regular_table th,
.regular_table td {
	padding:20px;
}
.regular_table caption {
	padding:10px;
	font-size:18px;
}
td.right {
	text-align: right;
}
td.left {
	text-align: left !important;
}
.must {
	color:#C00;
}
th .must {
	font-size:10px;
}
.memo {
	font-size:12px;
	color:#666;
	display:block;
}
caption .memo {
	display: inline;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0;
}
.items th {
	width:70%;
}
.message {
	background: #0000cd;
	color:#fff;
	padding:15px;
	margin-bottom:30px;
	font-size:14px;
	font-weight:bold;
}
.a06010101 .message {
	width:350px;
	margin:0 auto 20px;
}
input[name=postcode],
input[name=s_postcode] {
	width:10em;
	display:inline;
}
.postcode_area {
	margin:10px 0;
}
[class^="icon-"] {
	vertical-align: baseline;
}
/* 検索窓 */
.search {
	padding:0 0 10px;
}
.search:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.search input[type="submit"],
input[type="submit"].set,
input[name="btn_upload"],
button.btn_upload {
	display:inline-block;
	padding: 12px 15px;
	font-size: 11px;
	width:auto;
	height: 35px;
	margin:0px;
	font-weight:normal;
	vertical-align: bottom;
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.05);
}
.search input,
.search select {
	font-size: 10px;
	display:inline-block;
	height: 35px;
	padding: 5px;
}
.s_label {
	display: inline-block;
	font-size: 10px;
	border: 1px solid #ccc;
	border-right:none;
	padding: 12px;
	height: 35px;
	box-sizing: border-box;
	line-height: 1;
	vertical-align: top;
}
.search .customSelect {
	padding:5px 10px;
}
.search_commi {
	float:left;
	margin-right:14px;
	margin-top:-1px;
	margin-bottom:-10px;
}
.search_commi .customSelect {
	padding:6px;
	font-size:12px;
	line-height:12px;
	margin-top:-10px;
}
.search_commi .customSelectInner {
	padding-right:10px;
}
.search .office_name {
	width:20em;
}
#pagetop {
	color:#999;
	font-size:20px;
	position: fixed;
	bottom:0;
	right:0;
	cursor:pointer;
	display:block;
	padding:5px 10px;
	background:#ddd;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
/*@media (max-width:640px){*/
	.search input,
	.search select,
	.search input[type="submit"] {
		vertical-align: top;
	}

	.search form {
		display: flex;
		flex-wrap: wrap; 
		gap: 4px; 
	}

	
/*}*/

/**
 * Framework
 * -----------------------------------------------------------------------------
 */
body {
	background:#f5f5f5;
	min-width: 1430px;
}
#header {
	width:100%;
	min-width: 1430px !important;
	/*position:fixed;
	top:0;
	left:0;
	z-index:100;
	*/
	background: #f5f5f5;
	border-bottom: 1px solid #e7e7e7;
	padding: 17px 20px 5px 20px;
	box-sizing: border-box;
	background: #fff;
}
.a06060102 #header {
	max-width:none;
}
#header h1 {
	font-size:14px;
	font-weight:normal;
	background: none;
	margin:0;
	padding:0;
}
.logo {
	margin-top: -10px;
	margin-right: 10px;
}
.a06060102 #header h1 {
	border-right:none;
}
#header h1 a {
	font-weight:bold;
	color:#666;
}
.name_box {
	font-size:11px;
}
.name_box .name {
	font-size:12px;
	color:#222;
	border-left:1px dotted #aaa;
	margin-left:10px;
	padding-left:10px;
}
#nav_wrap {
	/*
	position:fixed;
	top:47px;
	left:0;
	*/
	width:100%;
	z-index:100;
	min-width: 1430px;
}
#nav {
	width:100%;
	background: #95bb31;
	background-image:url(/frontend/images/nav_bg.png);
}
#nav h2 {
	margin:0;
	padding:0;
	height:45px;
	line-height:45px;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	background:#F5F5F5;
	border-bottom:1px solid #d3d3d3;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0 20px;
	text-align:center;
	/*
	max-width: 980px;
	margin:auto;
	*/
}
#nav ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#nav ul li {
	background: none;
	color:#fff;
	vertical-align:top;
	margin:0;
	padding:0;
	float: left;
}
#nav ul li [class^="icon-"] {
	font-size:24px;
	display:block;
	margin:0 auto 5px;
	text-align:center;
}
#nav ul li a {
	outline:none;
	font-weight:bold;
	display:block;
	width:74px;
	padding:15px 5px;
	line-height:1;
	font-size:11px;
	color:#fff;
	text-align:center;
	letter-spacing: 1px;
}
#nav ul li:hover,
#nav ul li.this {
	outline:none;
	background-image:url(/frontend/images/nav_on.png);
}
#nav ul li:hover a,
#nav ul li:hover [class^="icon-"],
#nav ul li.this a,
#nav ul li.this [class^="icon-"] {
}
#nav ul li:hover a,
#nav ul li.this a {
	/*background:url(/img/default/arrow_1_on.png) 94% center no-repeat;
	background-size:8px;*/
}
.bo_lang {
	text-align:right;
	padding:10px;
}
.bo_lang .customSelect {
	font-size:10px;
	padding:5px;
}
.bo_lang .hasCustomSelect {
	font-size:10px !important;
	right:10px;
	line-height:22px !important;
}
#main_wrap {
	width:100%;
	position:relative;
	/*background:#efeef3;*/
	min-width: 1430px;
}
.a06060102 #main_wrap {
	max-width:none;
}
#main_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#main {
	/*max-width: 980px;
	margin:auto;
	*/
	padding:20px;/*padding:135px 10px 10px 10px;*/
}
.a06060102 #main {
}
#footer {
	font-size:10px;
	color:#999;
	margin-top:20px;
	text-align:right;
}

/**
 * ログイン
 * -----------------------------------------------------------------------------
 */
.a06010101 {
	background:#f6f6f6;
}
.a06010101 #wrap_login {
	width:100%;
	left: 0;
	margin-top: -229px;
	position: absolute;
	top: 46%;
	background:#fff;
	padding:40px 0;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
.a06010101 h1 {
	padding: 0;
	margin: 0;
	text-align: center;
}
.a06010101 h1 img {
    display: inline-block;
	margin-bottom: 40px;
}
.a06010101 h2 {
	text-align:center;
	font-weight:normal;
	margin-bottom:20px;
	font-size:14px;
	color:#868686;
	font-weight:bold;
}
.a06010101 h2 [class^="icon-"] {
	font-size:18px;
	line-height:1;
	margin-right:5px;/*10px*/
	vertical-align:middle;
}
.a06010101 form {
	width:380px;
	margin:auto;
}
.a06010101 #submit_button {
	font-size:20px;
	height:auto;
	padding:15px;
	margin-bottom:0;
	width:100%;
}
.a06010101 table th,
.a06010101 table td {
	padding:20px;
}

/**
 * top
 * -----------------------------------------------------------------------------
 */
#main h2 {
	position:relative;
	font-size:12px;
	line-height:1.4;
	color:#868686;
	font-weight:normal;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#main h2 [class^="icon-"] {
	font-size:12px;
	line-height:1;
	margin-right:5px;
}
#main h2 .lists {
	position:absolute;
	right:0;
	top:0;
	display:block;
	border-left:1px solid #C7C7C7;
}
#main h2 .lists a {
	display:block;
	white-space:100%;
	padding:0 10px;
}
#main h2 .lists a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#main h3 {
	font-size:14px;
	font-weight:normal;
	margin-left:5px;
	padding-top:15px;
	padding-bottom:5px;
	border-bottom:1px solid #C5C4C9;
}
.area {
	position:relative;
	background:#fff;
	border-top:1px solid #C5C4C9;
	border-bottom:1px solid #C5C4C9;
	margin-bottom:20px;
}
.url_af {
}
.url_af .url {
	border:1px solid #ccc;
	padding:40px 0;
	background:#fff;
	text-align:center;
	font-size:20px;
	line-height:1.2;
}
.url_com {
	margin-bottom:30px;
}
.url_com .url {
	border:1px solid #ccc;
	padding:40px 0;
	background:#EFF5FE;
	text-align:center;
	font-size:20px;
	line-height:1.2;
}

/* 登録情報
----------------------------------------------- */
.a06030102 p {
	padding:10px;
	margin:0;
}

/* 顧客一覧
----------------------------------------------- */
table.lists {
	border-collapse: separate;
    border-spacing:1px;
	border: none !important;
	background:#ccc;
	min-width:720px;
}
.lists th,
.lists td {
	width:auto;
	padding:5px;
	font-size:10px;
	line-height:1.4;
	border:none !important;
	white-space:nowrap;
}
.nowrap,
td.btns {
	white-space:nowrap;
}
.nowrap_off {
	white-space: normal;
}
.lists th {
	background:#eee;
}
.lists td {
	background:#fff;
}
.lists .connection_time {
}
.lists .note {
	white-space:normal;
}
.lists .note,
.lists .prefecture {
	/*white-space:normal;*/
}
.lists tr:nth-child(odd) td {
	background:#f9f9f9;
}
.lists tr.ng td {
	background: #F1CBCB;
}
span.st_title {
	font-size: 12px;
}
span.st_ng {
	display: inline-block;
    background: #F1CBCB;
    padding: 5px;
    color: #000;
	font-size: 12px;
}
@media (max-width:640px){
	span.st_ng {
		margin-bottom: 5px;
	}
}
.pagenavi {
	font-size: 12px;
	text-align: center;
	letter-spacing: 4px;
}
.lists .min_width {
	width: 1%;
	white-space: nowrap;
}
.t_scroll {
	border-top:1px solid #ccc;
	width: 100%;
	height: 640px;
	overflow: scroll;
	margin-bottom: 10px;
}
.t_scroll table {
	margin-top: -1px;
	margin-bottom: 0;
}
.lists {
	table-layout: fixed;
	width: auto;
}
.lists thead tr th {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.lists tbody tr th {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
}
@media (max-width:640px){
	.t_scroll {
		overflow: auto;
		white-space: nowrap;
		margin-bottom: 15px;
	}
	.t_scroll table {
		margin-bottom: 0;
	}
}

/* NEWS
----------------------------------------------- */
.info ul {
	font-size:18px;
	list-style:none;
	margin:0;
	padding:0;
}
.info ul li a {
	color:#222;
	display:block;
	white-space:100%;
	background:url(/img/default/arrow_1.png) 98% center no-repeat;
	background-size:8px;

	border-bottom:1px solid #e4e4e4;
	padding:15px;
}
.info ul li:nth-child(even) {
	background:#f9f9f9;
}
.info ul li:last-child a {
	border:none;
}
.info ul li a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.info .dt {
	color:#999;
}
.info_dtl {
	padding:30px 30px 20px 30px;
}
#main .info_dtl h3 {
	border:none;
	font-size:24px;
	padding:0 0 15px 0;
	margin:0;
	border-bottom:1px dotted #ccc;
}
.info_dtl_body {
	padding:15px 0 80px;
	font-size:16px;
	line-height:1.6;
}
.back_lists {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	font-size:16px;
	text-align:center;
	border-top:1px solid #ddd;
	background:#f6f6f6;
}
.back_lists a {
	padding:15px;
	display:block;
	color:#222;
}
.back_lists a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* 資料ダウンロード
----------------------------------------------- */
.doc ul {
	font-size:18px;
	list-style:none;
	margin:0;
	padding:0;
}
.doc ul li {
	color:#222;
	display:block;
	white-space:100%;

	border-bottom:1px solid #e4e4e4;
	padding:15px 15px 15px 15px;
}
.doc ul li:last-child {
	border:none;
}
.doc ul li a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.doc .contents {
	padding-top:5px;
	border-top:1px dotted #ccc;
	font-size:14px;
}
.doc ul li:nth-child(even) {
	background:#f9f9f9;
}

/* for PC
----------------------------------------------- */
.pc_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.pc_left {
	width:48%;
	margin-right:4%;
	float:left;
}
.pc_right {
	width:48%;
	float:left;
}
.icon-menu2 {
	display:none;
	z-index:101;
}

/* PC用大幅修正 */
#nav h2 {
	display:none;
}
#main_wrap {
	background:none;
}

@media (min-width:981px){
	/* PCベースのcssの為、TB・SPは上書処理を入れていく */
	.pc {
		display: initial;
	}
	.tb,
	.sp {
		display:none;
	}
	#nav {
		display:block !important;
	}
}

/*max-width:768px*/
/* for TABLET
-----------------------------------------------
@media (max-width:980px){
	.pc {
		display:none;
	}
	.sp,
	.tb {
		display:initial;
	}
	#header {
		left:0;
		width:100%;
		border-bottom:1px solid #ccc;
		padding:15px 0;
		background: #fff;
	}
	#header h1 {
		padding-left:10px;
		text-align: left;
		margin-left:0;
		font-size: 12px;
	}
	#header h1 img {
		height:25px;
		margin-top: -7px;
	}
	.name_box {
		display:inline;
	}
	.icon-menu2 {
		color:#000;
		position:absolute;
		top:13px;
		right:13px;
		display:block;
		font-size:20px;
		cursor:pointer;
	}
	#nav_wrap {
		left:0;
		background:none;
	}
	#nav.on {
		display:block;
	}
	#nav.off {
		display: none;
	}
	#nav {
		left:0;
		display:none;
		border:none;
		z-index:98;
		width:100%;
	}
	#nav ul {
		width:100%;
		padding: 0;
	}
	#nav ul li {
		width:33.3%;
	}
	#nav ul li a {
		width:100%;
	}
	#main_wrap {
		position:static;
	}
	#main {
		width:auto;
		margin:0;
		padding: 76px 30px 30px;
	}
}
*/

/* for SP
-----------------------------------------------
@media (max-width:640px){
	.sp,
	.tb {
		display: initial;
	}
	.pc {
		display:none;
	}
	table.def {
		border-spacing:0;
		border-left: none;
		border-right: none;
		margin-bottom:20px;
	}
	table.def caption {
		font-size:20px;
		padding:15px;
		border:none;
		font-weight:bold;
	}
	table.def th {
		border-bottom:1px solid #f6f6f6;
		background:#eee;
	}
	table.def th,
	table.def td {
		width:92%;
		padding:4%;
		display:block;
	}
	.a06010101 #wrap_login {
		padding:0 0 10px 0;
		position:static;
		margin:0;
	}
	.a06010101 h1 {
		width:90%;
		padding:0 5%;
	}
	.a06010101 h2 {
		margin-bottom:20px;
	}
	.a06010101 form {
		width:100%;
	}
	.a06010101 #wrap_login .box2 {
		width:90%;
		padding:30px 5%;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}
	.a06010101 table {
		border:none;
		margin-bottom:20px;
	}
	.a06010101 th {
		border:none;
	}
	.a06010101 td {
		border:none;
	}
	.a06010101 input[type=submit] {

	}
	.a06040201 input[type=submit],
	.a06030102 input[type=submit],
	.a06040202 input[type=submit] {
		width:90% !important;
		margin:auto !important;
	}
	.a06010101 .memo {
		padding:0 20px 20px 20px;
	}
	input.back {
		width:90%;
		margin:20px auto;
	}
	.pc_left {
		width: auto;
		margin-right:0;
		float: none;
	}
	.pc_right {
		width: auto;
		float: none;
	}
	#nav ul li a {
		padding:10px 0;
		font-size:14px;
	}
	#nav ul li [class^="icon-"] {
		margin-top:10px;
	}
	#main {
		padding:60px 15px 30px;
	}
	.exp {
		padding:0 10px 10px;
	}
	.exp_atn0 {
		padding:10px;
	}
	.exp_atn1 {
		padding:10px;
	}
	.a06040201 select {
		padding:10px;
		font-size:18px;
	}
	.a06010101 .message {
		width: auto;
		margin:0 auto 20px;
	}
	.a06040102 table .atn {
		color:#000;
		font-size:14px;
	}
}
*/

/* commi
----------------------------------------------- */
.commi {
	position:relative;
	width:640px;
	margin:auto;
}
.table_commi {
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
	font-size: inherit;
	line-height: 110%;
	margin: 0;
	width: 100%;
	font-size:12px;
	margin-bottom:3px;
}
.table_commi caption {
	font-weight:bold;
	font-size:12px;
	padding:2px 6px;
	border-bottom: none;
}
.table_commi table caption {
	font-weight: normal;
	border:1px solid #000;
}
.table_commi th {
	font-weight: normal;
	font-size:12px;
	width:30%;
	border:1px solid #000;
	padding:2px 6px;
	vertical-align:middle;
	white-space:nowrap;
	background: none;
}
.table_commi td {
	font-size:12px;
	background: none;
	border:1px solid #000;
	padding:2px 6px;
	width:auto;
}
.table_commi td.td1 {
	width:25%;
	text-align:right;
}
.table_commi td:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.table_commi .line {
	background:#333;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
}
.table_commi .label th {
	background:#ddd;
}
.table_commi .right {
	text-align:right;
}
.table_commi .center {
	text-align: center;
}
.tc_dtl th,
.tc_dtl td {
	width:20%;
}
.kara th,
.kara td {
	background:#ddd;
}
th.checkbox,
td.checkbox {
	text-align: center;
	vertical-align: middle;
	line-height: 1;
}
.pratn {
	font-size:12px;
}
.p_title {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
}
.p_title .date {
	font-size:12px;
	font-weight:normal;
}
.commi_name {
	position:absolute;
	left:0;
	top:0;
}
.commi_date {
	position:absolute;
	right:0;
	top:0;
}
.btnp {
	width:100%;
	position:absolute;
	display:block;
	text-align:center;
}
.table_commi2 {
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
	font-size: inherit;
	line-height: 110%;
	margin: 0;
	width: 100%;
	font-size:12px;
	margin-bottom:3px;
	border:none;
}
.table_commi2 caption {
	font-weight:bold;
	font-size:12px;
	padding:2px 6px;
	border-bottom: none;
}
.table_commi2 table caption {
	font-weight: normal;
}
.table_commi2 th {
	font-weight: normal;
	font-size:12px;
	width:30%;
	padding:2px 6px;
	vertical-align:middle;
	white-space:nowrap;
	border:none;
	background:none;
}
.table_commi2 td {
	font-size:12px;
	padding:2px 6px;
	width:auto;
	border:none;
	background:none;
}
.table_commi2 td.td1 {
	width:25%;
	text-align:right;
}
.table_commi2 td:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.table_commi2 .border_bottom th,
.table_commi2 .border_bottom td {
	border-bottom:1px solid #000;
}
.table_commi2 .border_top th,
.table_commi2 .border_top td {
	border-top:1px solid #000;
}

.table_commi2 .kara th,
.table_commi2 .kara td {
	background:none;
}
.commi_memo {
	text-align:right;
	font-size:11px;
}
.printpage_wrap {
	margin:80px 0;
	padding:80px 0;
	border-top:1px dotted #000;
}
.printpage {
	position:relative;
	page-break-before: always;
}
.lists_btn {
	display: inline-block;
	color:#666;
	padding: 5px 10px;
	font-size:10px;
	border-radius: 5px;
	border:1px solid #ddd;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eee), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(top, #fff 0%, #eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFeeeeee');
	cursor: pointer;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.05);
	margin-right: 3px;
	letter-spacing: 1px;
}
.lists_btn:hover {
	color:#fff;
	background: rgba(149,187,49,0.9);font-weight: bold;
	/*
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	*/
}
.lists tr:hover {
	/*filter: drop-shadow(0 0 8px rgba(0,0,0,0.3));*/
	background: rgba(255,255,255,0.9);
}
.lists tr:hover td {
	background: #f5ec9f;
	/*background: rgba(249,239,153,0.5);*/
}
.tabulator-cell .lists_btn  {
	/*padding: 0px 5px 1px;*/
}
.btn_inactive {
	background: #ddd;
	pointer-events: none;
	box-shadow: none;
}
.btn_end {
	background: #4f81bd;
	color: #fff;
	font-weight: bold;
}
/* 検討・保存ボタン 固定ver
.scrutiny_wrap {
	z-index:10;
	position:fixed;
	left:5px;
	bottom:-3px;
	padding:0px;
}
.save_wrap {
	z-index:10;
	position:fixed;
	left:96px;
	bottom:-3px;
	padding:0px;
}
.scrutiny_wrap input,
.save_wrap input {
	padding: 15px;
	line-height: 12px;
	margin: 0;
	font-size: 14px;
	height: 40px;
	width: auto;
}
.save_wrap input {
	background: #999;
}
.scrutiny,
.scrutiny:focus {
	color:#fff;
	display:block;
	width:auto;
	padding:0 15px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	border-radius: 3px;
}
.save,
.save:focus {
	color:#fff;
	display:block;
	width:auto;
	padding:0 15px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	border-radius: 3px;
}
.scrutiny_wrap:hover,
.save_wrap:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
*/
input.scrutiny,
button.scrutiny {
	background: #12356c;
}
.scvup {
	margin-bottom: 10px;
}
input[name=upload_excel] {
	border: 1px solid #ddd;
	padding: 4px 5px 3px 5px;
}
input[name=btn_upload] {
}
table.t_01 {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 1px;
	background: #ccc;
	border: none;
	/*box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);*/
}
table.t_01 caption {
	font-size: 12px;
	line-height: 1;
	padding: 10px;
	font-weight: bold;
	background: #798091;
	color: #fff;
	/*box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);*/
	letter-spacing: 3px;
}
table.t_01 th,
table.t_01 td {
	font-size: 11px;
	border: none;
	padding:5px;
}
table.t_01 th {
	width: 130px;
	background: #e6e6e6;
	white-space: nowrap;
	text-align: right;
}
table.t_01 td {
	width: auto;
	background: #eee;/* #efefef rgba(255,255,255,0.9) */
	vertical-align: middle;
}
table.t_01 input,
table.t_01 select {
	width: auto;
	display: inline-block;
	padding: 5px;
	height: 18px;
	font-size: 11px;
	border-top:0;
	border-bottom: 0;
	margin: -5px 0 -5px 0;
	box-sizing: content-box;
}
table.t_01 td input:first-child,
table.t_01 td select:first-child {
	border-left:0;
	margin-left:-5px;
}
table.t_01 input[type="file"] {
	height: auto;
}
table.t_01 textarea {
	width: 100%;
	font-size: 11px;
	padding: 5px;
	margin: -5px 0 -5px -5px;
	border-top:0;
	border-bottom: 0;
	border-left:0;
	box-sizing: content-box;
}
table.t_01 input.border_b,
table.t_01 select.border_b {
	border-bottom:1px solid #ccc;
}
.chosen-container {
	width: 100% !important;
	margin: -5px;
	font-size: 11px !important;
}
.chosen-container input {
	box-sizing: border-box;
}
table.t_01_child {
	box-shadow: none;
	margin-bottom: 0;
}
table.t_td_p td input,
tr.t_td_p td input{
	margin: auto !important;
}
/*2020.01.31追加分*/
#ruby_area {
	padding: 0;
}
.ruby_text_hurigana {
	border-bottom: 1px solid #4f81bd;
	height: 10px;
	font-size: 8px;
}
.ruby_text {
	height: 30px;
	line-height: 30px;
	padding: 2px 45px;
}
.ruby_span {
	padding: 0 8px 0 4px;
}
/*2020.06.17追加分*/
/*.caution {
    position: relative;
    left: 375px;
    top: 38px;
    color: #FF080D;
    font-weight: 700;
}*/
.caution {
    color: #FF080D;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    margin: 0 0 0 175px;
    text-align: left;
}
/*横1行のとき
.caution {
    color: #FF080D;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    margin: 18px 0 0 175px;
    text-align: left;
}
*/

.caution.pos_no {
    display: inline;
    position: static;
    margin: 0;
}
@media all and (-ms-high-contrast: none) {
    .caution {
    color: #FF080D;
    font-weight: 700;
    display: inline-block;
    position: static;
    margin: 3px -778px 0 181px;
    text-align: left;
}
}

/*
table.t_02 {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 1px;
	background: #ccc;
	border: none;
}
table.t_02 caption {
	font-size: 13px;
	padding: 10px;
	font-weight: bold;
	background: #798091;
	color: #fff;
	letter-spacing: 3px;
}
table.t_02 th,
table.t_02 td {
	padding: 8px;
	font-size: 12px;
	border: none;
	width: 7.14% !important;
}
table.t_02 th {
	background: #eee;
	text-align: right;
}
*/
table.jyuryo {
	margin: -5px;
	border-collapse: separate;
	border-spacing: 0px;
	background: #ccc;
	border: none;
}
table.jyuryo th {
	width: 1%;
	white-space: nowrap;
	font-weight: normal;
}
table.jyuryo th,
table.jyuryo td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.jyuryo tr:last-child th,
table.jyuryo tr:last-child  td {
	border-bottom: 0;
}
table.used th,
table.used td {
	width: 7.14%;
	white-space: nowrap;
}
table.used td {
	text-align: right;
}
table.used tr td:last-child {
	border-right: none;
}
table.used input {
	width: 100% !important;
	text-align: right;
}
tbody.type_contract1 th,
tbody.type_contract1 td {
	background: #D2DFEC;
}
tbody.type_contract2 th,
tbody.type_contract2 td,
tbody.weekday th,
tbody.weekday td,
tbody.holiday th,
tbody.holiday td {
	background: #d2ecdf;
}
tbody.type_contract3 th,
tbody.type_contract3 td{
	background: #ECECD2;
}
tbody.type_contract4 th,
tbody.type_contract4 td{
	background:#e5dbed;
}
tbody.type_contract5 th,
tbody.type_contract5 td{
	background:#EDECD2;
}
.form_num_loadindex {
	width: 3em !important;
}
table.t_0ffminute_01 th,
table.t_0ffminute_01 td {
	padding: 10px;
}
table.t_0ffminute_01 input {
	width: auto;
}
.t_0ffminute_01 .formula div {
    text-align: right;
    padding-right: 0.5em;
    position: relative;
}
table.t_0ffminute_01 .symbol {
    position: absolute;
    right: -1.3em;
}
#add_consider th,
#add_consider td {
	width: 1%;
}
td.btns_order {
	text-align: left !important;
	width: 50% !important;
}
.caption_2 {
	/*background: #b6bac6 !important;*/
	background: #ddd !important;
}
input.proposal,
input.add_kw {
	display: inline-block;
	color:#fff;
	font-weight: bold;
	padding: 5px 10px 0;
	width: 100px !important;
	text-align: center !important;
	height: 35px !important;
	font-size:11px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow:0px 3px 5px 0px rgba(0,0,0,0.08);
	margin: 0;
	border: none;
	background: #aad339; /* Old browsers */
	background: -moz-linear-gradient(top,  #aad339 0%, #95bb31 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #aad339 0%,#95bb31 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #aad339 0%,#95bb31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad339', endColorstr='#95bb31',GradientType=0 ); /* IE6-9 */
}
input.add_kw {
	background: #406baa; /* Old browsers */
	background: -moz-linear-gradient(top,  #406baa 0%, #315182 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #406baa 0%,#315182 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #406baa 0%,#315182 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406baa', endColorstr='#315182',GradientType=0 ); /* IE6-9 */
}
input.proposal:hover,
input.add_kw:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
tbody.total th,
tbody.total td {
    background: #ECD2D9;
}
.result_line {
    height: 1px;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
    border-top: 2px dotted #666;
}
.t_0ffminute_02 td input {
	width: 100%;
}
table.t_0ffminute_02 td {
	padding: 4px;
}
.form_txt_max {
    width: 100% !important;
}
.ul1 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ul1 li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ul1 li:last-child {
    margin-bottom: 0;
}
.memo {
	color: #777;
	margin-top: 10px;
}
input[name="p_code[0]"], input[name="f_p_code[0]"], input[name="b_p_code[0]"], .p_code0 {
    width: 3em !important;
    display: inline-block !important;
}
input[name="p_code[1]"], input[name="f_p_code[1]"], input[name="b_p_code[1]"], .p_code1 {
    width: 4em !important;
    display: inline-block !important;
}
input[name="tel1"], input[name="tel2"], input[name="tel3"], input[name="tel[]"], input[name="e_tel1"], input[name="e_tel2"], input[name="e_tel3"], input[name*="tel"], input[name*="fax"] {
    ime-mode: disabled;
    width: 5em !important;
    text-align: center !important;
    display: inline-block !important;
}
.sbmtbtns_area {
	text-align: center;
}
.sbmtbtns_area input,
.sbmtbtns_area button {
	margin: 0 10px;
}
table tr.col_unit td {
	text-align: left;
}
table tr.col_unit td input {
	width: auto;
}
input.form_num_kw,
input.form_num_kwh,
input.form_num_yen {
	width: 8em !important;
	ime-mode:disabled !important;
	text-align: right;
}

/* 見積作成画面 */
.check_batting_area {
	margin: 6px 0 13px;
	display: inline-block;
	padding: 10px 13px 7px 10px;
	border: solid 1px #ddd;
	font-size: 14px;
}
.check_batting_area .title{
	margin-bottom: 1px;
}
.check_batting_area input[name=is_confirmed_batting]{
	float: right;
	display: block;
	margin-top: 3px;
	margin-left: 15px;
	width: 37px;
	height: 37px;
}
.check_batting_area.lock input[name=is_confirmed_batting]{
	pointer-events: none;
	opacity: 0.3;
}
.check_batting_area ul{
	margin-bottom: 0;
	margin-left: 25px;
	display: inline-block;
}

/* 見積印刷画面 */
body.a06120114 {
	background: #fff;
	font-size: 10px;
	color: #000;
}
.a06120114 #main {
	width: 680px;
	margin: auto;
	padding: 30px;
}
.a06120114 table.t_01 {
	background: #95bb31;
}
.a06120114 table caption {
	font-size: 10px;
	background: #d1e69a;
	border: 1px solid #95bb31;
	border-bottom: 0;
	color: #000;
	padding: 4px;
	color: #000;
}
.a06120114 table th {
	width: auto;
	font-size: 10px;
	background: #e8f2cc;
	padding: 3px 4px;
	color: #000;
	vertical-align: middle;
}
.a06120114 table td{
	background: #fff;
	font-size: 10px;
	padding: 3px 4px;
	color: #000;
	width: 25%;
	vertical-align: middle;
}
.a06120114 table.usage td {
	width: auto;
}
.a06120114 table .center {
	text-align: center;
}
.a06120114 table.usage tr:nth-child(odd) td {
	background: #fff;
}
.a06120114 table .total td:last-child {
}
.a06120114 table.proposal_base,
.a06120114 table.current_base {
	margin-bottom: -1px;
}
.q_print_header {
	position: relative;
	width: 100%;
}
.q_print_header .wrap_h {
	margin-bottom: 10px;
}
.q_print_header .input_name {
	background: none;
	border: none;
	border-bottom:2px solid #95bb31;
	width: 490px;
	padding: 0;
	margin: 0 0 10px;
	height: auto;
	font-weight: bold;
	color: #000;
}
.q_print_header .others {
	font-size: 10px;
	/*padding-left: 55px;*/
	position: relative;
}
/*
.q_print_header .others img {
	width: 44px;
	height: 44px;
	border: 1px solid #95bb31;
	position: absolute;
	left: 0;
	top: -2px;
}
*/
.q_print_header .right {
	text-align: right;
 	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	line-height: 1:
 }
.q_print_header .input_date {
	font-size: 10px;
	background: none;
	border: none;
	width: 100px;
	display: inline;
	text-align: right;
	padding: 0;
	margin: 0;
	height: auto;
	color: #000;
}
input.input_dt_input {
	background: none;
	border: none;
	display: inline-block;
	width: 62px !important;
	padding: 0 !important;
	margin: 0;
	height: auto;
	line-height: 1;
	font-size: 10px !important;
	color: #000;
}
.a06120114 .company_name {
	letter-spacing: -1px;
}
.q_print_header img {
	height: 50px;
	margin-top: 2px;
}
.q_print_header img.d200623 {
	height: 26px;
	margin-top: 14px;
}
#main .q_print_header h3 {
	background: #95bb31;
	color: #fff;
	text-align: center;
	font-size: 16px;
	letter-spacing: 3px;
	padding: 10px;
	margin: 0 0 10px;
	line-height: 1;
	font-weight: bold;
}
table.q_print_reduction_amount th {
	font-size: 12px;
	padding: 4px;
	font-weight: bold;
	background: #d1e69a;/*798091*/
	color: #000;
	letter-spacing: 3px;
	text-align: center;
}
table.q_print_reduction_amount td {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	padding: 5px;
	color: #000;
}
table.q_print_reduction_amount td span {
	font-size: 12px;
}
.right,
.right th{
	text-align: right;
}
.page_break {
	page-break-before:always;
}
.a06120114 caption,
.a06120114 table,
.a06120114 table th,
.a06120114 table td {
	box-shadow: none !important;
}
.a06120114 table td {
	background: #fff;
}
/*
.a06120114 table.proposal_usage th,
.a06120114 table.proposal_usage td,
.a06120114 table.usage th,
.a06120114 table.usage td {
	font-size: 10px;
	padding: 4px 2px;
}
*/
.a06120114 tbody.type_contract1 th, .a06120114 tbody.type_contract1 td,
.a06120114 tbody.type_contract2 th, .a06120114 tbody.type_contract2 td,
.a06120114 tbody.type_contract3 th, .a06120114 tbody.type_contract3 td,
.a06120114 tbody.type_contract4 th, .a06120114 tbody.type_contract4 td,
.a06120114 tbody.type_contract6 th, .a06120114 tbody.type_contract6 td,
.a06120114 tbody.type_contract8 th, .a06120114 tbody.type_contract8 td {
	background: #fff !important;
	font-weight: normal !important;
}
.contract tbody.type_contract1 th::before,
.contract tbody.type_contract2 th::before,
.contract tbody.type_contract3 th::before,
.contract tbody.type_contract4 th::before,
.contract tbody.type_contract6 th::before,
.proposal_contract tbody.type_contract1 th::before,
.proposal_contract tbody.type_contract2 th::before,
.proposal_contract tbody.type_contract3 th::before,
.proposal_contract tbody.type_contract4 th::before,
.proposal_contract tbody.type_contract6 th::before{
	content: "従量料金 ";
	font-weight: bold;
}
.contract tbody.type_contract3 th,
.proposal_contract tbody.type_contract3 th,
.proposal_base_contract tbody.type_contract3 th,
.a06120111 tbody.type_contract3 th {
	font-weight: bold;
}
.purchase tbody.type_contract1 th::before,
.purchase tbody.type_contract2 th::before,
.purchase tbody.type_contract3 th::before,
.purchase tbody.type_contract4 th::before,
.purchase tbody.type_contract6 th::before {
	content: "調達 ";
}
.print_atn {
	padding: 30px;
	background: #F5E3E3;
	margin-top: 35px;
	font-size: 12px;
}
@media print {
	body {
		min-width: auto;
	}
	#main {
		min-width: auto;
	}
	#main_wrap {
		min-width: auto;
	}
	.a06120114 #main {
		width: auto;
		min-width: auto;
	}
}
@media (max-width:640px){
	.sbmtbtns_area input {
		width: 90%;
	}
}
/* 見積印刷画面ここまで */

/* 申込書画面 */
body.a06120116 {
	background: #fff;
	font-size: 10px;
	color: #000;
}
.a06120116 #main {
	width: 680px;
	margin: auto;
}
.a06120116 table {
	background: #4f81bd;
	margin-bottom: 4px;
}
.a06120116 table caption,
.a06120116 table .caption {
	font-size: 11px;
	background: #4f81bd;
	border: 1px solid #4f81bd;
	border-bottom: 0;
	color: #fff;
	padding: 4px;
}
.a06120116 table th.tate {
	width: 12px !important;
	text-align: center;
	white-space: normal !important;
	font-weight: bold;
	word-break: break-all;
	/*
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	*/
}
.a06120116 table .memo {
	font-size: 8px;
	color: #000;
	margin: 0;
}
.a06120116 table th {
	width: 135px;
	font-size: 11px;
	background: #dbe5f1;
	padding: 1px 4px;
	/*padding: 3px 4px;*/
	color: #000;
	font-weight: normal;
}
.a06120116 table.t_02 th {
	width: 150px;
}
.a06120116 table td{
	background: rgba(255,255,255,0.9);
	font-size: 11px;
	padding: 1.3px 4px;
	/*padding: 2px 4px;*/
	color: #000;
	position: relative;
	vertical-align: middle;
}
.a06120116 caption,
.a06120116 table,
.a06120116 table th,
.a06120116 table td {
	box-shadow: none !important;
}
.a06120116 table td {
	background: #fff;
}
.a06120116 tbody.type_contract1 th, .a06120116 tbody.type_contract1 td,
.a06120116 tbody.type_contract2 th, .a06120116 tbody.type_contract2 td,
.a06120116 tbody.type_contract3 th, .a06120116 tbody.type_contract3 td,
.a06120116 tbody.type_contract4 th, .a06120116 tbody.type_contract4 td,
.a06120116 tbody.type_contract6 th, .a06120116 tbody.type_contract6 td {
	background: #fff !important;
}
.a06120116 input[type=checkbox] {
	width: 10px;
	height: 10px;
}
.a06120116 .feed_table,
.a06120116 .ruby_table{
    padding: 0;
}
.a06120116 .feed_table table,
.a06120116 .ruby_table table{
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.a06120116 .feed_table table td{
    border-bottom: 0;
    padding: 9px 7px;
    border-left: 1px solid #4f81bd;
}
.a06120116 .ruby_table table td{
    border-bottom: 0;
    padding: 3px 4px;
    border-left: 1px solid #4f81bd;
}
.a06120116 .feed_table table td:first-child,
.a06120116 .ruby_table table td:first-child{
    border-left: none;
}
.a06120116 .feed_table table td.bl{
    border-left: 2px solid #4f81bd;
}
.a06120116 td{
    position: relative;
}
.a06120116 ruby {
    line-height: 2;
}
.a06120116 ruby:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #4f81bd;
    position: absolute;
    top: 10px;
    left: 0;
}
.txt_01 {
	margin-top: -2px;
	font-size: 8px;
	font-weight: bold;
}
.o_print_header:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.o_print_header .input_name {
	background: none;
	border: none;
	width: 300px;
	padding: 0;
	margin: 0;
	height: auto;
	font-size: 10px;
	color: #000;
}
#main .o_print_header h3 {
	margin: 0;
	padding: 8px;
	background: #4f81bd;
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	position: relative;
	margin-bottom:10px;
	border: none;
}
#main .o_print_header h3 span {
	position: absolute;
	right: 7px;
	top:5px;
	display: inline-block;
	background: #376091;
	padding: 5px 10px;
	text-align: center;
	font-size: 10px
}
.oph_lf_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.oph_lf_wrap .left {
	font-size: 7px;
	float: left;
	width: 78%;
}
.oph_lf_wrap .right {
	float: right;
	width: 22%;
	padding-right: 41px;
	position: relative;
	box-sizing: border-box;
}
.oph_lf_wrap .right img {
	width: 43px;
	height: 43px;
	position: absolute;
	right: -6px;
	top: -6px;
}
.oph_lf_wrap .right table {
	float: right;
	width: auto !important;
	margin: 0;
}
.oph_lf_wrap .right table th,
.oph_lf_wrap .right table td {
	padding: 2px;
	font-size: 7px;
	width: auto;
}
.o_print_header .input_date {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	height: auto;
	font-size: 7px;
	color: #000;
	line-height: 1;
}
.layout_01 {
	position: absolute;
	left: 36%;
	top: -1px;
	margin: 0;
	display: table;
	height: 20px;
}
.layout_01.v01 {
	left:22%;
}
.layout_01 .th {
	display: table-cell;
	background: #dbe5f1;
	padding: 1px 10px;
	/*padding: 3px 10px;*/
	border-left:1px solid #4f81bd;
	border-right:1px solid #4f81bd;

	white-space: nowrap;
	/*height: 20px;*/
	box-sizing: border-box;
}
.layout_01 .td {
	display: table-cell;
	padding: 1px 1px;
	/*padding: 3px 1px;*/
	/*height: 20px;*/
	box-sizing: border-box;
	vertical-align: middle;
}
.layout_01.v01 .td {
	font-size: 6px;
}
.rt_title {
	font-size: 5px;
	position: absolute;
	left: 4px;
	top: 2px;
}
.a06120116 .jyuryo {
	width: 100%;
}
.a06120116 .jyuryo th {
	width: 50px;
	white-space: nowrap;
	text-align: left;
}
.a06120116 input[type=checkbox] {
	vertical-align: text-top;
}
.t_3col_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.t_3col_wrap > table:nth-child(1n) {
	width: 31%;
}
.t_3col_wrap > table:nth-child(2n) {
	width: 37%;
}
.t_3col_wrap > table {
	float: left;
	width: 33%;
	margin-right: 0.5%;
	height:158px;
	box-sizing: border-box;
}
.t_01.adjust {
	margin-right: 0.5%;
}
.t_3col_wrap table:last-child {
	margin-right: 0;
}
.t_3col_wrap table th {
	width: 85px;
	white-space: nowrap;
	font-size: 9px;
}
.t_3col_wrap table td {
	font-size: 9px;
}
.t_p_wrap table th {
	font-size: 9px;
}
.t_p_wrap table td {
	font-size: 9px;
}
.t_p_wrap table th.th_no_01 {
	width: 13.4%;
}
.t_p_wrap table th.th_no_02 {
	width: 17.3%;
}
.t_p_wrap table th.th_no_03 {
	width: 17.2%;
}
.t_p_wrap table td.td_no_01 {
	width: 14.4%;
}
.t_p_wrap table td.td_no_02 {
	width: 20.5%;
}
.t_p_wrap table td.td_no_03 {
	width: 13.7%;
}
.app_1 {
	margin-top: 20px;
	width: 100%;
}
.app_2 {
	width: 100%;
}
.app_3 {
	width: 100%;
}
.t_entry_field {
	background: #4f81bd !important;
	border-collapse: separate;
	border-spacing: 1px;
	border: none;
	pointer-events: none;
	/*
	border-spacing: 0px;
	border-right: 1px solid #4f81bd;
	border-bottom: 1px solid #4f81bd;
	*/
}
.t_entry_field .caption {
	font-size: 4px;
	line-height: 1;
}
.t_entry_field th,
.t_entry_field td {
	font-size: 7px !important;
	border: none;
	padding: 2px 5px 0;
}
.t_entry_field th {
	width: 20px !important;
	text-align: center;
}
.t_entry_field td {
	width: 23.5%;
	padding: 1px 3px 0;
}
.t_entry_field td.td3,
.t_entry_field td.td8,
.t_entry_field td.td4,
.t_entry_field td.td9,
.t_entry_field td.td5,
.t_entry_field td.td10 {
	width: 10%;
}
.t_entry_field input {
	pointer-events: none;
	border: 1px solid #000 !important;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background: none;
}
.send_check_area {
	pointer-events: none;
	margin-bottom: 4px;
	line-height: 1.2;
}
.send_check_area span {
	font-size: 8px;
}
.a06120116 table.t_no_8 .tate {
	line-height: 1.1;
}
.seal::before {
	content: "印";
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 21px;
	color: #ccc;
    font-size: 9px;
	border-radius: 20px;
	border: 1px solid #ccc;
	padding-top: 1px;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	text-align: center;
}
@media print {
	.a06120116 #main {
		width: auto;
		min-width: auto;
	}
}
/* 申込書画面ここまで */

input.keep,
button.keep {
	background: #F38D28;
}
input.application,
button.application {
	background: #094b9b;
}
input.public,
button.public {
	background: #094b9b;
}
input.decline,
button.decline {
	background: #C80A0D;
}


.chosen-container-single .chosen-single {
	border: 1px solid rgba(0,0,0,0.15) !important;
	background: rgba(255,255,255,0.8) !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	height: auto !important;
	padding: 2px 6px !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
}
.chosen-container-single:hover .chosen-single:hover {
	background: #FFFBEA !important;
}
.chosen-container-single .chosen-single div b {
	background-position: 0px 5px !important;
}
.chosen-container .chosen-drop {
	border: 1px solid rgba(0,0,0,0.15) !important;
	background: #fff !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}
.chosen-container-single .chosen-search input[type="text"] {
	border: 1px solid rgba(0,0,0,0.15) !important;
	background: #fff !important;
	width: 100%;
	box-sizing: border-box;
}
.chosen-container-single:hover .chosen-search input[type="text"]:hover {
	background: #FFFBEA !important;
}
/*
.type_contract3 th {
	font-weight: normal;
	text-align: right;
}
*/
.jyuryo_wrap {
	padding: 0 !important;
	box-sizing: border-box;
	position: relative;
}
.jyuryo_wrap:before {
	content: "" !important;
}
.jyuryo_wrap .jyuryo {
	background: none;
	height: 100%;
	border-spacing: 0;
	box-sizing: border-box;
	margin: 0;
	border: none;
}
.jyuryo_wrap .jyuryo th,
.jyuryo_wrap .jyuryo td {
	box-sizing: border-box;
}
.jyuryo_wrap .jyuryo th {
	border-right: 1px solid #4f81bd;
	border-bottom: 1px solid #4f81bd;
}
.jyuryo_wrap .jyuryo td {
	border-bottom: 1px solid #4f81bd;
}
.jyuryo_wrap .jyuryo tr:last-child th,
.jyuryo_wrap .jyuryo tr:last-child td {
	border-bottom:none;
}
.prices td {
	text-align: right;
}
.prices td::before {
	content: "￥";
}
.prices .area_price td::before {
	content: "";
}
.prices .empty td::before {
	content: "";
}
input.datep {
	width: 80px !important;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: auto;
}
.delFile {
	margin-left: 10px;
}
.a06120111 table.t_01 th,
.a06120403 table.t_01 th{
	width: 170px;
}
.lr_wrap {
	margin-bottom: 20px;
	display: flex;
}
.lr_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.lr_row {
	width: 100%;
	flex-grow: 1;
	background: #e6e6e6;
	/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);*/
}
.lr_row:first-child {
	margin-right: 20px;
}
.lr_contract .lr_row:first-child {
	margin-right: 1px;
}
.t_title {
	margin-bottom: 1px !important;
}
.lr_contract .lr_row:first-child {
	width: 32%;
}
.lr_contract caption {
	background: #ccc !important;
	color: #222 !important;
}
.lr_wrap .t_01,
.lr_wrap .t_01 caption {
	box-shadow: none;
}
.lr_wrap .t_01 {
	margin-bottom: 0px;
	border-bottom: 20px solid #f5f5f5;
}
.lr_wrap .t_01:last-child {
	margin-bottom: 0px;
	border-bottom: 0;
}
.lr_contract.lr_wrap .t_01 {
	margin-bottom: 0px;
	border-bottom: 1px solid #f5f5f5;
}
.lr_col_02 textarea[name='charge_memo'] {
	height: 98px;
}
.lr_col_01 textarea {
	height: 70px;
}
textarea[name='request_memo'] {
	height: 140px;
}
textarea[name='request_memo_existing'] {
	height: 300px;
}
textarea[name='failure_memo'] {
	height: 300px;
}
select[name=registrationid] {
	width: 100% !important;
}
.chosen-container-single .chosen-single,
.chosen-container-single .chosen-single span {
	white-space: normal !important;
}
.chosen-container-single .chosen-single {
	padding: 7px 5px !important;
	box-sizing: content-box;
	width: 100%;
}
.chosen-container-single .chosen-drop {
	padding: 5px !important;
	width: 100%;
	box-sizing: content-box;
	margin-left: -1px;
	margin-top: 0px !important;
	box-shadow:0px 6px 6px 0px rgba(0,0,0,0.3) !important;
}
.chosen-container-single .chosen-single span {
	line-height: 1.3;
}
.if_01 {
	display: block;
	width: 1080px;
	height: 800px;
	margin: auto;
	border: 1px solid #ccc;
	overflow-y: scroll;
	overflow-x: hidden;
}
#main h2.h2_01 {
	color: #222;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 10px;
}
/* 変更申込書画面ここから */
.a06120216 {
	font-size: 11px !important;
}
.a06120216 .op1{
    position: relative;
}
.a06120216 .op1 .wrap_h{
    width: 94%;
}
.a06120216 .op1 img{
    width: 44px;
    position: absolute;
    top: 11.7px;
    right: -6px;
}
.a06120216 .op1 .txt_ver {
    right: 0mm;
    top: -5mm;
}
.a06120216 .op1 .p_tax{
    right: 0;
}
.a06120216 table {
	background: #80ca37;
	margin-bottom: 5px;
}
.a06120216 .lt_col3 table th,
.a06120216 .lt_col3 .jyuryo_wrap .jyuryo th {
	background: #eee !important;
}
.a06120216 table caption,
.a06120216 table .caption,
.a06120216 table th.caption {
	font-size: 11px;
	background: #80ca37 !important;
	border: 1px solid #80ca37;
	border-bottom: 0;
	color: #fff;
	padding: 4px;
}
.a06120216 table th.tate {
	width: 11px !important;
	text-align: center;
	white-space: normal !important;
	font-weight: bold;
	word-break: break-all;
	/*
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	*/
}
.a06120216 table .memo {
	font-size: 6px;
	color: #000;
	margin: 0;
}
.a06120216 table td .memo {
	font-size: 10px;
}
.a06120216 table th {
	width: 90px;
	font-size: 11px;
	background: #e1f9c9;
	padding: 3px 4px;
	color: #000;
	font-weight: normal;
}
.a06120216 table.t_02 th {
	width: 150px;
}
.a06120216 table td{
	background: rgba(255,255,255,0.9);
	font-size: 11px;
	padding: 2px 4px;
	color: #000;
	position: relative;
	vertical-align: middle;
}
.a06120216 caption,
.a06120216 table,
.a06120216 table th,
.a06120216 table td {
	box-shadow: none !important;
}
.a06120216 table td {
	background: #fff;
}
.a06120216 tbody.type_contract1 th, .a06120216 tbody.type_contract1 td,
.a06120216 tbody.type_contract2 th, .a06120216 tbody.type_contract2 td,
.a06120216 tbody.type_contract3 th, .a06120216 tbody.type_contract3 td,
.a06120216 tbody.type_contract4 th, .a06120216 tbody.type_contract4 td,
.a06120216 tbody.type_contract6 th, .a06120216 tbody.type_contract6 td {
	background: #fff !important;
}
.a06120216 input[type=checkbox] {
	width: 10px;
	height: 10px;
}
.a06120216 h4 {
	font-size: 11px;
	font-weight: bold;
	border-left: 0px solid #80ca37;
	margin-top: 6px;
	margin-bottom: 5px;
	padding: 0;
}
.a06120216 h4 span {
	color: #FF080D;
}
.a06120216 .t_td_p {
	pointer-events: none;
}
.a06120216 .jyuryo_wrap.v1 th {
	border-right: none !important;
	background: #e1f9c9 !important;
}
.jyuryo_wrap.v2 {
	vertical-align: top;
}
.jyuryo_wrap.v2 th,
.jyuryo_wrap.v2 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.jyuryo_wrap.v2 td {
	border-right: none;
}
.t_all_right th,
.t_all_right td {
	text-align: right !important;
}
.electricity_charge {
	width: 1px !important;
}
.circle {
	width: 15px !important;
	text-align: center;
}
#main .c_o_print_header h3 {
	margin: 0;
	padding: 10px 8px 6px;
	background: #80ca37;
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	position: relative;
	margin-bottom:5px;
	border: none;
	font-size: 16px;
}
.c_o_print_header .wrap_h {
	font-weight: bold;
}
.c_o_print_header .input_name {
    background: none;
    border: none;
    width: 300px;
    padding: 0;
    margin: 0 0 0 3px;
    height: auto;
    font-size: 11px;
    color:#000;
	font-weight: bold;
}
.c_txt_01 {
	margin-bottom: 3px;
}
.c_txt_02 {
	color: #FF080D;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
}
.a06120216 .jyuryo_wrap .jyuryo th {
	border-right: 1px solid #80ca37;
	border-bottom: 1px solid #80ca37;
	width: 10px;
}
.a06120216 .jyuryo_wrap .jyuryo td {
	border-bottom: 1px solid #80ca37;
	text-align: right;
}
.a06120216 table.jyuryo th,
.a06120216 table.jyuryo td {
	border: none;
	height: 23px;
}
.c_t_entry_field {
	background: #80ca37 !important;
	border-collapse: separate;
	border-spacing: 1px;
	border: none;
	pointer-events: none;
}
.c_t_entry_field th,
.c_t_entry_field td {
	border: none;
}
.c_t_entry_field th {
	text-align: center;
	width: 10px;
	padding:3px 6px !important;
}
.c_t_entry_field td {
	width: 100%;
}
.c_lr_wrap {
	display: flex;
}
.c_lr_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.c_lr_row {
	width: 100%;
	flex-grow: 1;
	/*background: #e6e6e6;*/
}
.c_lr_row {
	margin-right: 5px;
}
.c_lr_row:last-child {
	margin-right: 0;
}
.c_lr_wrap .t_01:last-child {
	margin-bottom: 0px;
}
.c_lr_wrap .t_01.proposal_contract {
	height: 185px;
}
.c01 {
	font-size: 10px !important;
	line-height: 1.1;
}
.a06120216 .rt_title {
	font-size: 5.5px;
	top: 2.6px;
}
.a06120216 .t_01 .title {
	background: #80ca37;
	color: #fff;
	font-weight: bold;
}
.rp01 {
	padding-right: 10px !important;
}
.c03 th,
.c03 td {
	font-size: 9px !important;
}
.c03 th {
	width: auto !important;
}
.memo.atn {
	color: #FF080D !important;
}
.atn {
	color: #FF080D !important;
}
.a06120216 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.a06120216 ul li {
	padding: 0;
	margin: 0 0 2px 0;
	font-size: 9px;
	line-height: 1.2;
	text-indent: -2em;
	padding-left: 2em;
}
.a06120216 ul li.atn {
	color: #FF080D;
	text-decoration: underline;
}
.einput {
	border-top:1px solid #000;
	padding-top: 1px;
	margin-top: 8px;
	font-size: 8px !important;
}
.einput th,
.einput td {
	font-size: 8px !important;
	padding: 1px 4px !important;
}
.a06120216 label[for="flg_option6"],
.a06120216 label[for="flg_option7"] {
	font-size: 5px;
}
/*
.a06120116 label[for="flg_option3"],
.a06120116 label[for="flg_option4"] {
	font-size: 4px;
}
*/
.einput_01 {
	width: 20%;
}
.einput_02 {
	width: 20%;
}
.einput_03 {
	width: 30%;
}
.einput_04 {
	width: 30%;
}
.einput_03 th,
.einput_04 th {
	text-align: center !important;
}
.einput_03 td,
.einput_04 td {
	height: 59px;
}
.c_t_entry_field input {
	pointer-events: none;
	border: 1px solid #000 !important;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background: none;
}
.name_change_01 {
	width: 1px !important;
	white-space: nowrap;
	font-size: 8px !important;
	color: #FF080D !important;
	border: 1px solid #80ca37 !important;
	border-bottom: none !important;
}
.name_change_02 {
	width: 1px !important;
	white-space: nowrap;
	border: 1px solid #80ca37 !important;
	border-top: none !important;
}
.a06120116 input[type=checkbox],
.a06120216 input[type=checkbox]{
    display: none;
}
.ch01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding:1px 0 0 14px;
    position: relative;
    width: auto;
}
.ch01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 8px;
    left: 0px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 8px;
}
.ch01::after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
    display: block;
    height: 5px;
    left: 3px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 2px;
}
input[type=checkbox]:checked + .ch01::after {
    opacity: 1;
}
.memo_egm .memo {
	font-size: 10px;
	margin-top: 5px;
}
.memo_egm th {
	background: #eaf1d6 !important;
}
.memo_egm td {
	background: #eaf1d6 !important;
}
.memo_egm textarea {
	height: 15em;
}
.tabulator {
	font-size: 10px !important;
}
.tabulator-row .tabulator-cell {
	vertical-align: middle !important;
}
input.input_data {
	padding: 0 !important;
	border: 0 !important;
}
/* 変更申込書画面ここまで */
@media print {
	.print_hide {
		display:none;
	}
	body {
		padding:0;
		-webkit-print-color-adjust: exact;
		background: none;
	}
	#wrap {
		width: auto;
		margin:auto;
	}
	#header,
	#nav_wrap,
	#footer,
	#pagetop {
		display:none;
	}
	#main {
		padding:0;
	}
	caption {
		box-shadow: none !important;
	}
	table,
	table th,
	table td {
		/*font-size:10px;*/
		box-shadow: none !important;
	}
	table table,
	table table th,
	table table td {
		/*font-size:8px;*/
	}
	/*
	.pratn {
		line-height:1;
		font-size:9px;
	}
	*/
	.printpage_wrap {
		border:none;
		padding:0;
		margin:0;
	}
}

/* / opeing */
#anim_wrap {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1002;
	background: #ccc;
	width: 100%;
	height: 100%;
	animation: .4s cubic-bezier(0.22, 0.61, 0.36, 1) .1s 1 normal forwards init;
}
@keyframes init {
  0% {
    width: 100%;
  }
  50% {
    width: 100%;
  }
  60% {
  	opacity: 1;
  }
  100% {
  	opacity: 0;
    width: 0;
  }
}
#anim_wrap.move {
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
	animation: .4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 normal forwards move;
}
@keyframes move {
  0% {
  	opacity: 0;
    width: 0;
  }
  100% {
  	opacity: 1;
    width: 100%;
  }
}
.loadercss {
  position: relative;
  display: inline-block;
  margin: -50px;
  width: 100px;
  height: 100px;
  border: 2px solid #0cf;
  border-radius: 50%;
  animation: spin 0.75s infinite linear;
  position: fixed;
  top: 50%;
  left: 50%;
}
.loadercss::before,
.loadercss::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}
.loader-5,
.loader-5::before {
  display: inline-block;
  border-color: transparent;
  border-top-color: #fff;
  box-sizing: border-box;
}
.loader-5::before {
  animation: spin 1.5s infinite ease;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.sk-fading-circle {
  width: 80px;
  height: 80px;
  position: relative;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

td.center {
	text-align: center;
}
h2.title {
	color: #fff !important;
	background: #0000cd;
	font-size: 12px !important;
	font-weight: bold !important;
	line-height: 1 !important;
	padding: 10px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.remodal {
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 1.8 !important;
	padding: 45px !important;
}
.remodal img {
	width: 150px;
}
.remodal-confirm {
	margin-right: 20px !important;
}
.remodal p {
	margin-bottom: 35px;
}
.long_term .oph_lf_wrap {
	font-size: 9px;
}
.long_term h4 {
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 5px;
}
.lt_col2 {
	background: #dce6f1;
	padding: 20px;
	position: relative;
}
.lt_col2 table th {
	background: #eee;
}
.lt_col2 table {
	width: 400px;
	margin-bottom: 10px;
}
.lt_monthly {
	position: absolute;
	top: 45px;
	right: 210px;
	font-weight: bold;
}
.lt_col2_txt {
	font-size: 9px;
}
.long_term .bold_line {
	border: 2px solid #4f81bd !important;
}
.long_term .bold_line th {
	width: 80px;
}
.long_term .t_input_01 th {
	width: 103px;
}
.long_term .t_input_01 {
	margin-bottom: 1px;
}
.long_term .atn.min {
	font-size: 8px;
}
.long_term ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.long_term ul li {
	padding: 0;
	margin: 0 0 2px 0;
	font-size: 10px;
	line-height: 1.2;
	text-indent: -2em;
	padding-left: 2em;
}
.lt_col1 {
	margin-top: 20px;
	padding-top: 20px;
	border-top:1px solid #000;
	position: relative;
}
.lt_col1 h5 {
	font-size: 7px;
	position: absolute;
	left: 20px;
	top: 20px;
}
.lt_col1 .approval {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 400px;
}
.lt_col1 .approval th {
	text-align: center;
	font-size: 7px;
	width: 55px;
}
.lt_col1 .approval th.w1 {
	width: 80px;
}
.lt_col1 .approval td {
	height: 50px;
}
.lt_col1 .send {
	position: absolute;
	top: 113px;
	background: #999;
}
.lt_col1 .send th {
	text-align: center;
	background: #999;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.lt_col1 .send td {
	padding-left: 162px;
	font-weight: bold;
	font-size: 11px;
}
.lt_col1 .send td strong {
	color: #FF0000;
}
.a06120216 .lt_col2 {
	background: #e1f9c9;
}
.a06120216 .long_term .lt_col2 {
	margin-bottom: 0;
}
.a06120216 .long_term .lt_col1 {
	margin-top: 10px;
	padding-top: 10px;
}
table.t_01.c_lt_bikou {
	width: 240px;
	position: absolute;
	top: 20px;
	left: 160px;
}
table.t_01.c_lt_bikou th {
	text-align: center;
	font-size: 7px !important;
}
table.t_01.c_lt_bikou td {
	height: 50px;
}
table.t_01.c_lt_approval {
	width: 240px;
	position: absolute;
	top: 20px;
	right: 20px;
}
table.t_01.c_lt_approval th {
	text-align: center;
	font-size: 7px !important;
}
table.t_01.c_lt_approval td {
	height: 50px;
}
/*
.a06120216 .long_term table th,
.a06120216 .long_term table td {
	font-size: 10px;
}
*/
.a06120216 .lt_col2 {
	padding: 10px;
}
.a06120216 .lt_col2_txt {
	font-size: 8px;
	line-height: 1.2;
}
.a06120216 .long_term .bold_line {
	border-color: #80ca37 !important;
}
.capp_1 {
	width: 100%;
}
.c_lt_check {
	border: 3px solid #80ca37;
	margin-bottom: 5px;
	padding: 2px 10px 2px 25px;
	font-weight: bold;
	position: relative;
}
.c_lt_check span.check {
	display: inline-block;
	width: 8px;
	height: 8px;
	border:1px solid #000;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 10px;
}
.c_lt_atn_txt li {
	font-size: 8px !important;
	line-height: 1.2 !important;
}
.a06120216 .long_term .lt_monthly {
	top: 35px;
}
.p_tax {
	position: absolute;
	right: 20px;
	top: 10px;
}
.lt_col3 {
	background: #e1f9c9;
	padding: 4px 10px 10px;
	position: relative;
}
.dt_accounting_start {
	letter-spacing: 2px;
}
.memo_right {
	position: absolute;
	top: 1.5px;
	left:130px;
}
.memo_right .memo {
	font-size: 6px !important;
	line-height: 1.25 !important;
}
.atn_tax10 {
	font-size: 7px !important;
	color: #FF080D !important;
	text-align: center !important;
}
.atn_tax10::before {
	content: "" !important;
}
.tabulator {
	margin-bottom: 10px;
}
.s_line {
	display: inline-block;
	border-left: 1px dotted #999;
	margin-left: 5px;
	padding-left:10px;
}
input[name="count"] {
	width: 34px;
	height: 23px;
	padding: 2px 3px;
	ime-mode: disabled;
	text-align: right;
}
.search.m_4 {
	padding-bottom: 6px;
}
.search.m_4 input,
.search.m_4 select {
	margin-bottom: 5px;
}
.search.m_4 .btn_clear {

}
.search.m_4 input[type=submit] {
	margin-bottom: 0;
}
.doc .doc_group ul {
	background: #fff;
	padding-bottom: 20px;
}
.doc .doc_group li {
	border: none;
	padding:0;
	font-size: 14px;
}
.doc .doc_group ul li:nth-child(2n) {
	background: none;
}
.doc .dg_contents {
	border-top: 1px solid #ccc;
	padding: 20px 20px 0 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}
.doc .dg_filename {
	padding: 0px 38px 0 38px;
}
.a06120603 .t_01 {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
}
.a06120603 .t_01 th {
	width: 20%;
}
.a06120603 .t_01 td {
	width: 30%;
}
.txtarea_box {
	height: 80px;
	overflow: auto;
}
input[name=make_limit],
 input[name=make_limit] {
	padding: 6px;
	width: 90px !important;
	font-size: 12px;
}
/*
select[name=quocid] {
	font-family: monospace;
}
*/
textarea[name="failure_memo"] {
	height: 10em;
}
.txt_ver {
	font-size: 7px;
	color: #999;
	position: absolute;
	right: 15mm;
	top: 12mm;
}
.txt_ver.v2 {
	position:static;
	text-align: right;
}
.a06120216 .seal::before {
	top:8px;
}
.btn_conv_1 {
	background: #567bb8;
	color: #fff;
	border: none;
	padding-top: 12px;
	height: 23px;
	letter-spacing: 2px;
}
.btn_conv_1:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	color: #fff;
}


/* チェックボックス列の中央揃え */
.tabulator .tabulator-header .tabulator-col[tabulator-field="checkbox"],
.tabulator .tabulator-cell[tabulator-field="checkbox"] {
    text-align: center !important;
    justify-content: center !important;
}

.tabulator input[type='checkbox'] {
    margin: 0 auto;
    display: block;
}
