@charset "utf-8";

:root {
    --color-btn_green: rgb(105, 176, 118);
}
  
html {
    height: 100%;
}
body {
    margin:0;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 2;
    height: 100%;
}

#wrap {
    width: 100%;
    position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
    z-index: 0;
}

.display-none {
    display: none !important;
}

/* ボタン */
.btn_a:hover {
    background-color: #609957;
    color: #fff;
}
.btn_b:hover {
    background-color: #e5e5e5;
}

input#zipcode_search {
    width: 134px;
}

/* ヘッダー */
header {
    width: 1000px;
    height: 51px;
    background-color: #fff;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 180px;
    padding-top: 4px;
}
.logo a img {
    display: block;
    width: 180px;
}
.logo a {
    display: block;
    padding: 0px 0;
    color: #79c06e;
    font-size: 0.7em;
    letter-spacing: 0.4em;
    text-decoration: none;
}
.logo a span {
    display: block;
    margin-top: 0px;
}
.account {
    float: left;
    height: 37px;
    font-size: 0.9em;
    line-height: 1.2em;
    width: 250px;
    padding: 7px 0 0 50px;
}
.account p {
    padding: 0 0 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.account img {
    float: left;
    padding: 0 10px 0 0;
}
.logout {
    float: right;
    margin: 0;
    padding: 9px 0 0 0;
}
.logout a {
    text-decoration: none;
    font-weight: 700;
    background-color: #fff;
    color: #79c06e;
    margin: 0;
    padding: 2px 30px;
    border: solid 2px #79c06e;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#wrap>nav {
	margin-bottom: 13em;
	position: relative;
	width: 100%;
    margin: 0 auto;
	background-color: #79c06e;
}
.dropmenu {
  *zoom: 1;
  list-style-type: none;
  width: 1000px;
  margin: 0px auto 0px;
  padding: 0;
}
.dropmenu:before,
.dropmenu:after {
  content: "";
  display: table;
}
.dropmenu:after {
  clear: both;
}
.dropmenu li {
  position: relative;
  width: 19%;
  font-weight: 600;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* .dropmenu li.screen {
    width: 24%;
} */
.dropmenu li a {
  display: block;
  margin: 0;
  padding: 13px 0 ;
  background: #79c06e;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.dropmenu li ul li {
  width: 100%;
}
.dropmenu li ul li a {
    padding: 16px 30px;
    font-weight: 400;
    font-size: 0.8em;
    border-top: 1px solid #fff;
    background: #609957;
    background-image: url(../image/submenu_icon.png);
    background-repeat: no-repeat;
    background-position:5% 50%;
    text-align: left;
}
.dropmenu li:hover > a {
  background: #609957;
}
.dropmenu li a:hover {
    background: #40663a;
    background-image: url(../image/submenu_icon.png);
    background-repeat: no-repeat;
    background-position:5% 50%;
}
.dropmenu li .hover_a:hover {
    background-image: none;
}

#dropmenu li ul li {
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#dropmenu li:hover ul li {
  overflow: visible;
  height: 45px;
}

/* フッター */
footer {
    clear: both;
    margin-top: 60px;
    background-color: #939393;
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    padding: 10px;
}

/* 共通部分 */
#subtitle {
    width: 100%;
    background-color: #ddd;
}
#subtitle h1 {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 0px 0;
    font-size: 1.4em;
    font-weight: 600;
}
.identify {
    font-size: 1.4em;
}

h2 {
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: 600;
    padding: 0 0.2em;
    color: #000;
    background: transparent;
    border-left: solid 5px #79c06e;
    margin-bottom: 10px;
}

.karte h2,
h2.inline-block {
    display: inline-block;
}

#contents {
    width: 1000px;
    margin: 15px auto 30px;
}

#karte_contents {
    width: 1000px;
    margin: 5px auto;
}

section {
    position: relative;
    margin-bottom: 20px;
}

section::after,
form::after,
dl::after {
    content: "";
    display: block;
    clear: both;
}

.line {
    display: block;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
}

.clear {
    clear: both;
}

.half {
    position: relative;
    float: left;
    width: 49%;
}

.half + .half:nth-of-type(even) {
    float: right;
}

.merge_left {
    position: relative;
    float: left;
    width: 43%;
}

.merge_right {
    position: relative;
    float: right;
    width: 43%;
}

.merge_btn {
    position: relative;
    float: left;
    width: 14%;
    text-align: center;
    padding-top: 160px;
}

.merge_title {
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
    color: white;
    background-color: #40663a;
    border: none;
    border-radius: 4px;
}
table {
    width: 100%;
    font-size: 0.8em;
    border: solid 1px #b9b9b9;
    border-collapse: collapse;
}
th, td {
    padding: 5px 5px;
    border: 1px solid #b9b9b9;
    text-align: left;
    background-color: #fff;
}
th {
    font-weight: 600;
    background-color: #ededed;
}
.center th,
.center td,
th.center,
td.center {
    text-align: center;
    vertical-align: middle;
}
.split6 th {
    width: 16.6%;
}

.data h3 {
    margin-bottom: 5px;
    padding: 0 8px;
    font-weight: 600;
    background: #ececec;
    border-radius: 3px;
}
.data dl {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 0.9em;
}
.data dt,
.data dd {
    padding: 0;
    box-sizing: border-box;
}
.data dt {
    float: left;
    width: 19.5%;
    font-weight: 600;
}
.font-weight-600 {
    font-weight: 600;
}
.data.single dt {
    width: 30%;
}
.data.half dt {
    width: 40%;
}
.data.twice {
    position: absolute;
    top: 0px;
    left: 600px;
    margin-left: 10px;
}
.data.twice select{
    width: 240px;
    height: 28px;
    padding: 0 5px;
    padding-right: 22px;
    border: 1px solid #666;
    /* font-size: 1em; */
    line-height: 16px;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../image/arrow01.png) right 50% no-repeat;
	background-size: 22px, 100%;
}
.data dt span,
.data dd span {
    color: #f33535;
    font-size: 12px;
    /* font-weight: 600; */
}
.data.single dd {
    float: left;
    width: 70%;
}
.data.single dd.file_selecter {
    width: 100%;
}
.data dd {
    float: left;
    width: 60%;
}
.data dd .type {
    display: inline-block;
    margin-left: 5px;
    padding: 0 12px;
    font-size: 0.8em;
    background-color: #ccc;
    border-radius: 5px;
}
#search .data dl {
    border: none;
}
#search .data dt {
    width: 30%;
    font-weight: normal;
}
#search .data dd {
    width: 70%;
}
#search .detail-btn {
    background: #79c06e;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    height: 28px;
    width: 28px;
}
#search #detail .half {
    margin-top: 10px;
}
#search .detail-btn a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
}

.data input {
    height: 28px;
    padding: 0 5px;
    border: 1px solid #ccc;
    font-size: 1rem;
    line-height: 16px;
    vertical-align: middle;
    box-sizing: border-box;
}

.image input {
    border: 0px;
}
.image img {
	width: 100%;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}
.image li {
    font-size: 0.9em;
    font-weight: 600;
}

.data input#address,
.data input#note {
    width: 100%;
}
.data input#postal_code,
.data input#tel,
.data input#fax,
.data input[type="tel"] {
    width: 150px;
}
.data input[type="text"].mini {
    display: inline-block;
    width: 100px;
}
.data select {
    max-width: 100%;
    height: 28px;
    padding: 0 5px;
    padding-right: 22px;
    border: 1px solid #ccc;
    /* font-size: 1em; */
    line-height: 16px;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../image/arrow01.png) right 50% no-repeat;
	background-size: 22px, 100%;
}
.data select::-ms-expand {
	display: none;
}
.data select:disabled {
    background-color: #eee;
}
.data .select4 select {
    width: 80px;
}
.data select.mini {
    display: inline-block;
    width: 60px;
}
.data select.year {
    width: 80px;
}
.data textarea {
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type="text"].datepicker {
    width: 100px;
    background-color: white;
}

.data img.ui-datepicker-trigger {
    cursor: pointer;
    width: 32px;
    padding-right: 5px;
    padding-left: 0;
    margin-left: 5px!important;
    vertical-align: middle;
}

.checkbox_input {
    display: none;
    margin: 0;
    padding: 0;
}
.checkbox_parts {
    display: inline-block;
    position: relative;
    top: 5px;
    padding-left: 16px;
    vertical-align: top;
}
.checkbox_parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 4px;
}
.checkbox_input:disabled + .checkbox_parts::before {
    background-color: rgb(235, 235, 228);
}
.checkbox_input:checked + .checkbox_parts {
    color: #79c06e;
}
.checkbox_input:checked + .checkbox_parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 4px;
    width: 6px;
    height: 12px;
    border-bottom: 3px solid #79c06e;
    border-right: 3px solid #79c06e;
    transform: rotate(40deg);
}

label.radio_btn {
    margin-right: 10px;
}
.radio_input {
    display: none;
    margin: 0;
    padding: 0;
}
.radio_parts {
    display: inline-block;
    position:relative;
    top: 5px;
    margin-right: 4px;
    padding-left: 16px;
    vertical-align: top;
}
.radio_parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
}
.radio_input:checked + .radio_parts {
    color: #79c06e;
}
.radio_input:checked + .radio_parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #79c06e;
    border-radius: 50%;
}

.err {
    color: #f33535;
}

.pop_t {
    position: relative;
    top: 0;
    left: 5px;
}
.pop_t img {
    vertical-align: middle;
}

.title_btn {
    position: absolute;
    top: -1px;
    right: 0;
}
.clear_btn {
    position: absolute;
    top: -1px;
    right: 140px;
}
.clear_btn a,
.clear_btn input,
.title_btn a,
.title_btn input,
.box_btn input {
    cursor: pointer;
    display: inline-block;
    min-width: 132px;
    padding: 5px;
    border: none;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    background-color: #79c06e;
    border-radius: 5px;
    transition: 0.2s;
}
.clear_btn a:hover,
.clear_btn input:hover,
.title_btn a:hover,
.title_btn input:hover,
.box_btn input:hover {
    background-color: #40663a;
}

.csv_btn {
    position: absolute;
    top: -1px;
    right: 140px;
}
.csv_btn a,
.csv_btn input,
.box_btn input {
    cursor: pointer;
    display: inline-block;
    min-width: 132px;
    padding: 5px;
    border: none;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    background-color: #79c06e;
    border-radius: 5px;
    transition: 0.2s;
}
.csv_btn a:hover,
.csv_btn input:hover,
.box_btn input:hover {
    background-color: #40663a;
}

.btn_area {
    clear: both;
    position: relative;
    text-align: center;
}
.btn_area input,
.btn_area a.btn {
    cursor: pointer;
    display: inline-block;
    min-width: 120px;
    height: auto;
    margin: 0 20px 10px;
    padding: 6px 34px;
    border: 2px solid #79c06e;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.5;
    background-color: #79c06e;
    border-radius: 5px;
    box-sizing: border-box;
    transition: 0.2s;
}
.btn_area input.disabled {
    cursor: inherit;
}
.btn_area input.type_b,
.btn_area a.btn.type_b {
    color: #79c06e;
    background-color: #fff;
}
.btn_area input.type_c,
.btn_area a.btn.type_c {
    border-color: #dc0000;
    color: #fff;
    background-color: #dc0000;
}
.btn_area input.type_d,
.btn_area a.btn.type_d,
.btn_area input.disabled {
    border-color: #a4a4a4;
    color: #fff;
    background-color: #a4a4a4;
}

.btn_area input:hover,
.btn_area a.btn:hover {
    background-color: #40663a;
}
.btn_area input.type_b:hover,
.btn_area a.btn.type_b:hover {
    color: #fff;
    background-color: #609957;
}
.btn_area input.type_c:hover,
.btn_area a.btn.type_c:hover {
    background-color: #a30404;
}
.btn_area input.type_d:hover,
.btn_area a.btn.type_d:hover {
    background-color: #e5e5e5;
}
.btn_area input.disabled:hover {
    background-color: #a4a4a4;
}

.table_btn {
    display: inline-block;
    padding: 0;
    border: none;
    white-space: nowrap;
}
.table_btn + .table_btn {
    margin-top: 5px;
}
span.table_btn {
    padding: 0 5px;
    color: #fff;
    background-color: #a4a4a4;
    border-radius: 4px;
}
.table_btn,
a.table_btn {
    padding: 0 5px;
    color: #fff;
    text-decoration: none;
    background: #79c06e;
    border-radius: 4px;
}
.table_btn.version {
    color: #000;
    background-color: lightgray;
}
.table_btn.orange {
    background-color: rgb(247, 132, 65);
}
.table_btn.red {
    background-color: #dc0000;
}
input.red {
    color: #fff;
    background-color: #dc0000;
    border-radius: 5px;
}

.info_list {
    font-size: 0.9em;
}
.info_list li {
    border-bottom: 1px solid #ccc;
}
.info_list li:last-child {
    border: none;
}
.info_list li a,
.info_list li div {
    display: block;
    padding: 10px;
    color: #000;
}
.info_list li a span,
.info_list li div span {
    display: inline-block;
    padding-right: 20px;
    text-decoration: none;
}
.info_list li a img {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.link {
    text-align: right;
    margin-top: 10px;
}
.link a {
    padding: 4px 19px;
    border: solid 2px #79c06e;
    color: #79c06e;
    font-weight: 600;
    text-decoration: none;
    background-color: #fff;
    border-radius: 5px;
}

/* ポップアップ */
#layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #000;
    opacity: 0.50;
}

#popup {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    width: 550px;
    height: auto;
    margin-left: -290px;
    margin-top: -25%;
    background-color: #fff;
    text-align: left;
    padding: 20px;
}
#popup form{
    clear: both;
    color: #000;
}
#popup label{
    font-size: 0.8em;
    font-weight: 600;
}

.pop_input{
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.pop_input input{
    border:none;
    padding: 5px 15px;
    background-color: #c1c1c1;
    cursor: pointer;
    font-weight: 600;
}
.pop_input p{
    display: inline-block;
    padding: 0 10px;
}

.pop_input02 label{
    width: 150px;
    display: inline-block;
}
.pop_input02{
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.pop_input02 input{
    padding: 5px;
    border: 1px solid #ccc;
    width: 280px;
}
.pop_input02 .amount{
    padding: 5px;
    border: 1px solid #ccc;
    width: 80px;
}
.pop_input02 .henkan{
    padding: 5px;
    width: 100px;
    background-color: #c1c1c1;
    cursor: pointer;
    font-weight: 600;
}
.pop_input02 textarea{
    padding: 5px;
    border: 1px solid #ccc;
    width: 450px;
    height: 100px;
    display: block;
}
.pop_input02 select{
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    width: 120px;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	background: #eee;
	background: url(../image/arrow01.png) right 50% no-repeat;
	background: url(../image/arrow01.png) right 50% no-repeat;
	background-size: 20px, 100%;
}

.input_btn_area{
    margin: 20px 0 0;
    text-align: center;
}
.cancel{
    border: none;
    min-width: 140px;
    line-height: 40px;
    padding: 0;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    background-color: #c1c1c1;
    cursor: pointer;
    margin-right: 30px;
    transition: 0.2s;
}
.cancel:hover{
    background-color: #aeaeae;
}

.update, .print {
    display: inline-block;
    border: none;
    min-width: 140px;
    line-height: 40px;
    padding: 0;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background-color: #79c06e;
    cursor: pointer;
    transition: 0.2s;
}
.update:hover, .print:hover {
    background-color: #609957;
}

.data .errmsg {
    display: block;
    color: #f33535;
    font-size: 13px;
}

/* トップページ nishihara.local */
#news {
    margin: 40px 0;
}
#news .info_list {
    border: 2px solid #ccc;
}
#kyoka {
    float: left;
    width: 48%;
    margin-bottom: 40px;
    margin-right: 4%;
}
#keiyaku {
    float: left;
    width: 48%;
    margin-bottom: 40px;
}
#keiyaku2 {
    float: right;
    width: 48%;
    margin-bottom: 40px;
}
.limit_area .over {
    color: #f33535;
}
.limit_area {
    border: none;
}
.limit_area thead,
.limit_area tbody {
    display: block;
    width: 100%;
}
.limit_area tbody {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 180px;
    border-bottom: 1px solid #ccc;
}
.limit_area th,
.limit_area td {
    box-sizing: border-box;
}
.limit_area tr + tr td {
    border-bottom: none;
}
.limit_area th:first-child,
.limit_area td:first-child {
    min-width: 90px;
}
.limit_area th:nth-of-type(2),
.limit_area td:nth-of-type(2) {
    min-width: 240px;
}
.limit_area th:nth-of-type(3),
.limit_area td:nth-of-type(3) {
    min-width: 150px;
}
.limit_area td.none {
    width: 480px;
    border-bottom: none;
}
.limit_area td a {
    color: #000;
}
#zisseki,
#limit_disposal_date {
    clear: both;
}
#zisseki .info_list,
#limit_disposal_date .info_list {
    padding: 0 10px;
    font-size: 0.8em;
    background-color: #ededed;
}
#zisseki .info_list div,
#limit_disposal_date .info_list div {
    padding-left: 20px;
}
#zisseki .info_list .spot,
#zisseki .info_list .count {
    padding-right: 10px;
    font-weight: 600;
}
#zisseki .info_list .count {
    padding: 0 5px;
    font-size: 120%;
}
#limit_disposal_date .table_btn {
    min-width: 75px;
    margin-right: 5px;
    padding-right: 5px;
    text-align: center;
}
#limit_disposal_date a b {
    font-weight: bold;
}


/* 一般廃棄物 /general/ */
.general .data dt,
.general .data dd {
    padding: 5px 0 10px;
}
.general.index .data dt,
.general.index .data dd {
    padding: 0;
}

.general .data dl#period dt {
    width: 15%;
}
.general .data dl#period dd {
    width: 85%;
}

.general .data th,
.general .data td {
    min-width: 80px;
}
.general .data th:nth-of-type(1) {
    width: 85px;
    min-width: 85px;
}
.general.edit .data th:nth-of-type(2),
.general.edit .data th:nth-of-type(3),
.general.edit .data td:nth-of-type(2),
.general.edit .data td:nth-of-type(3) {
    width: 28px;
    min-width: 28px;
    text-align: center;
}

.general .data td input {
    width: 80px;
}
.general .data td input[readonly] {
    border: none;
}

.general .data tr.sun td {
    background-color: #ffecec;
}
.general .data tr.sut td {
    background-color: #f0f0ff;
}
.general span.sun {
    color: #f00;
}
.general span.sut {
    color: #00f;
}

.general table.sheet th.invalid,
.general table.sheet td.invalid {
    background: #dedede;
}
.general table.sheet td.invalid input {
    background: #efefef;
}
.general table.sheet th {
    position: relative;
}
.general table.sheet th.invalid span {
    position: absolute;
    right: 4px;
    bottom: 0;
    display: inline-block;
    color: #f00;
    font-size: 85%;
}

.general.edit #popup.general_input {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    width: 500px;
    height: 100px;
    margin-left: -270px;
    margin-top: -70px;
    background-color: #fff;
    text-align: left;
    padding: 20px;
}
.general.edit #popup.general_input .msg.red {
    color: #f33535;
}

/* マニフェスト */
.screen .data dt,
.screen .data dd {
    padding: 5px 0 10px;
}
.screen.index .data dt,
.screen.index .data dd {
    padding: 0;
}
.screen .data dd .errmsg {
    display: block;
    color: #f33535;
    font-size: 13px;
}
.screen .data input[type="text"].datepicker {
    width: 120px;
}
.screen.index .data input[type="text"].datepicker {
    width: 100px;
}
.screen .data textarea {
    /* width: 270px; */
    height: 100px;
}
.screen.register textarea#note1,
.screen.edit textarea#note1,
.screen textarea#final_disposer_company_id {
    height: 28px;
}
.screen .add_box {
    clear: both;
    width: 100%;
}
.screen #transport_box div.half {
    margin-bottom: 10px;
}
.screen #course_msg {
    margin-right: 10px;
    font-size: 13px;
}
.screen #transport_box h3.title {
    clear: both;
    margin-bottom: 5px;
    padding: 0 8px;
    font-weight: 600;
    background: #ececec;
    border-radius: 3px;
}

.screen #course_btn.disabled,
.screen #course_submit.disabled,
.screen .box_btn .disabled {
    cursor: inherit;
    background: #a4a4a4;
}

.screen #invoice_box table {
    width: 80%;
}
.screen #invoice_box table th {
    width: 50%;
}
.screen #invoice_box table input[type='text'] {
    width: 70%;
}

.invoice_count,
.mixed_count {
    display: block;
    text-align: center;
    border-radius: 3px;
}
a.storage_root {
    display: block;
    border-radius: 3px;
}
.invoice_count:hover,
.mixed_count:hover,
a.storage_root:hover {
    background-color: rgba(255,0,0,0.12);
}
.invoice_items,
.mixed_items {
    position: relative;
    background: none;
    text-align: center;
}
.invoice_data,
.mixed_data {
    display: none;
    position: absolute;
    bottom: 55%;
    z-index: 999;
    width: 250px;
}
.invoice_data {
    left: -254px;
}
.mixed_data {
    right: -254px;
}
.invoice_data table,
.mixed_data table {
    font-size: 100%;
}
.invoice_data:before,
.mixed_data:before {
    content: "";
    position: absolute;
    bottom: 2px;
    border: 11px solid transparent;
    border-left: 11px solid #fff;
    z-index: 2;
}
.invoice_data:before {
    right: -21px;
}
.mixed_data:before {
    left: -21px;
}
.invoice_data:after,
.mixed_data:after {
    content: "";
    position: absolute;
    bottom: 2px;
    border: 11px solid transparent;
    border-left: 11px solid #aaa;
    z-index: 1;
}
.invoice_data:after {
    right: -22px;
}
.mixed_data:after {
    left: -22px;
}
.mixed_data table tr.no_invoice td {
    /* color: #F00; */
}
.mixed_data .checkbox_parts {
    margin-left: 5px;
}

#popup.course {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 800px;
    height: auto;
    margin-left: -400px;
    margin-top: -208px;
    background-color: #fff;
    text-align: left;
    padding: 20px;
}
#popup.course table#course {
    border: none;
}
#popup.course #course thead,
#popup.course #course tbody {
    display: block;
    width: 100%;
}
#popup.course #course tbody {
    overflow-x: hidden;
    ovarflow-y: auto;
    height: 240px;
}
#popup.course #course tbody tr {
    cursor: pointer;
}
#popup.course #course tr:nth-of-type(odd) td {
    background-color: #f9f9f9;
}
#popup.course #course tr:hover td {
    background-color: #fc9;
}
#popup.course #course tr.check td {
    background-color: #fc9;
}
#popup.course #course tr th,
#popup.course #course tr td {
    min-width: 90px;
    box-sizing: border-box;
}
#popup.course #course tr th:first-child,
#popup.course #course tr td:first-child {
    min-width: 30px;
    text-align: center;
}
#popup.course #course tr th:nth-child(4),
#popup.course #course tr td:nth-child(4),
#popup.course #course tr th:nth-child(6),
#popup.course #course tr td:nth-child(6) {
    min-width: 110px;
}
#popup.course #course tr th:nth-child(5),
#popup.course #course tr td:nth-child(5) {
    min-width: 280px;
}
#popup.course #course tr td.nodata {
    width: 800px;
    text-align: center;
}

.screen #layer2, .screen #layer3 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #000;
    opacity: 0.50;
}
.screen #popup2, .screen #popup3 {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    width: 800px;
    height: auto;
    margin-left: -400px;
    margin-top: -208px;
    background-color: #fff;
    text-align: left;
    padding: 20px;
}
.screen #storage_root_data {
    clear: both;
}
.screen #root_table th:nth-child(2),
.screen #root_table th:nth-child(3),
.screen #root_table th:nth-child(4) {
    width: 300px;
}

/* マイアカウント /myaccount/ */
.myaccount .data dt,
.myaccount .data dd {
    padding: 5px 0 10px;
}
.myaccount .data dd .errmsg {
    display: block;
    color: #f33535;
    font-size: 13px;
}
.myaccount .data textarea {
    width: 270px;
}
.myaccount .data .note {
    min-height: 92px;
}
.myaccount .data table .actions {
    width: 142px;
}
span.table_btn.show {
    cursor: pointer;
}
.myaccount .discription {
    margin-bottom: 15px;
}
.myaccount .page_list {
    margin-bottom: 20px;
    padding: 5px 10px;
}
.myaccount .page_list li {
    display: inline-block;
    margin-right: 15px;
}
.myaccount .page_list .checkbox_parts {
    top: 16px;
    margin-top: -8px;
    margin-right: 4px;
}
#popup.myaccount_input {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 130px;
    margin-left: -270px;
    margin-top: -70px;
    background-color: #fff;
    text-align: left;
    padding: 20px;
}
#popup.myaccount_input #del_name {
    font-weight: 600;
}

/* 品目マスタ一覧 /master/item */
.master .data select {
    width: 200px;
}
#hinmoku td:first-child {
    width: 5%;
    text-align: center;
}

/* 排出事業場契約 /agreement-emission-spots/ */
/* ↓マニフェスト登録にも流用 */
#mixed_item_invoice_check {
    position: absolute;
    top: 0;
    left: 134px;
}
.inline_box p {
    display: inline-block;
    margin-right: 10px;
}
#all_invalid_btn {
    position: relative;
    top: -2px;
}
table tr th.status_col {
    width: 30px;
}
table tr td.invalid {
    color: #dc0000;
}

/* 事業場一覧 /company/ */
.company table .cooperations {
    position: relative;
    background: none;
    text-align: center;
}
.company table .cooperation_count {
    display: block;
    text-align: center;
    border-radius: 3px;
}
.company table .cooperation_count:hover {
    background-color: rgba(255,0,0,0.12);
}
.company table .cooperation_data {
    display: none;
    position: absolute;
    bottom: 50%;
    right: -436px;
    z-index: 999;
}
.company table .cooperation_data dl {
    position: relative;
    width: 430px;
    border: 1px solid #aaa;
    background: #fff;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
    z-index: 3;
}
.company table .cooperation_data dl:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: -22px;
    border: 11px solid transparent;
    border-right: 11px solid #fff;
    z-index: 2;
}
.company table .cooperation_data dl:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: -23px;
    border: 11px solid transparent;
    border-right: 11px solid #aaa;
    z-index: 1;
}
.company table .cooperation_data dt {
    padding: 0 5px;
    font-weight: bold;
    background: #eee;
}
.company table .cooperation_data dd {
    padding: 0 5px;
}
.company table .cooperation_data dd .invalid {
    color: #dc0000;
}

/* 処理フロー */
#processing_table th {
    position: relative;
}
#processing_table th span {
    position: absolute;
    right: 4px;
    bottom: 0;
    display: inline-block;
    color: #f00;
    font-size: 85%;
}

#processing_table tr.invalid td,
.processing_table tr.invalid td {
    background: #dedede;
}
#processing_table tr.invalid td select {
    background: #ededed;
}
#processing_table div.select select {
    width: 100%;
    max-width: 150px;
}

/* 請求系 /invoice-~/ */
tr.uncheck td {
    background: #dcdcdc;
}


/* 積替ルート系 /storage-roots/ */
span.hissu { color:red; font-size: 80%; margin-left:4px; }
#root_table select { width: 100%; }
#root_table tr th:nth-child(1) {
    width: 74px;
    padding-left: 10px;
}
.storage_roots dl dt,
.storage_roots dl dd {
    padding: 5px 0 10px;
}

/* タブ */
.tabPanel {
    display: none;
}
.tabBtn {
    cursor: pointer;
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #79c06e;
    color: #79c06e;
    font-size: 90%;
    background: #fff;
    border-radius: 4px;
    white-space: nowrap;
}
.tabBtn.active {
    color: #fff;
    background: #79c06e;
}

/* cake.cssからのコピー */
div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
    box-radius: 5px;
}

div.message:before {
    line-height: 24px;
    font-size: 20px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    /* padding: 12px 14px 12px 10px; */
    content: "i";
    color: #a0d3e8;
}
div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    /* padding: 11px 16px 14px 7px; */
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}

ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

/* select2関係のCSS */
.select2-results__option {
    font-size: 80%;
}
.select2-results__option:nth-of-type(1) {
    height: 25px;
}

.screen#contents .select2-container--default .select2-selection--single {
    background-color: none;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.screen#contents .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 5px;
    padding-right: 22px;
    color: #000;
    font-size: 13px;
}
.screen#contents .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    width: 22px;
    background: url(../image/arrow01.png) 0 50% no-repeat;
    background-size: 22px, 100%;
}
.screen#contents .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

/*Add 202009*/
a.emissionspots {
    text-decoration: none;
}
span.emissionspan {
    display: flex;
}

/* FormHelper出力のdivのため改行されてしまうので */
dl dd div {
    display:inline;
}

.notice {
    color: red;
    display: none;
}

input#xue-chu {
    color: white;
    background-color: red;
    border-radius: 3px;
}

.select2-search__field {
    font-size: 80%;
}

.col-md-8 {
    max-width: 430px;
    /* max-width: 38%; */
}

body.login {
    background-color: #a4a4a4;
}

.alert {
    text-align: center;
}

input:disabled {
    opacity: 0.5;
}

input.name {
    display: inline;
    width: 45%;
}

div.inline_title {
    width: 1000px;
    margin: 0 auto;
}

.inline_title h1 {
    display: inline;
}

div.karte {
    padding: 20px;
}

.cosmeticsKarte {
    background-color: #fdeff2;
}

.medicineKarte {
    background-color: #f0f8ff;
}

.temporaryKarte {
    background-color: #ffffe0;
}

iframe {
    display: inline;
    border: 1px solid lightgray;
}

iframe#navigation {
    width: 120px;
}

iframe#view,
iframe#new_karte {
    width: 434px;
}

iframe#purchases {
    width: 100%;
}

.bg_gray {
    background-color: #ddd;
}

.face_img {
    width: 80px;
}

.modal .modal-header {
    background-color: #79c06e;
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
}

table.center {
    text-align: center;
}

/* ポップアップ */
  .popup_wrap input {
    display: none;
  }
  .popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* background: #37beb03d; */
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
  }
  .start {
    justify-content: start;
  }
  .end {
    justify-content: end;
  }
  .popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .popup_content {
    position: relative;
    align-self: center;
    width: 75%;
    max-width: 800px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    border-radius: 12px;
    box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
  }
  .popup_content p{
      padding:20px 20px 5px 20px;
      text-align: center;
  }
  .close_btn {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 30px;
    cursor: pointer;
    color:#37beb0;
  }
  .popup_wrap input:checked ~ .popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
  }
  .open_btn {
      /* color: #37beb0; */
      border-radius: 3px;
      cursor: pointer;
      transition: .3s ease;
      /* border:1px solid #37beb0; */
      /* padding:5px 15px; */
      /* font-weight: bold; */
  }
  .open_btn:hover{
      background:#37beb0;
      color:#fff;
      transition: .3s ease;
  }
  .show_btn {
    margin: 0 3px;
    background:#79c06e;
    color:#fff;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s ease;
    /* border:1px solid #37beb0; */
    /* padding:5px 15px; */
    /* font-weight: bold; */
    width: 3.5rem;
    height: 1.7rem;
    text-align: center;
}
.show_btn:hover{
    background:#37beb0;
    color:#fff;
    transition: .3s ease;
}

  .popup_title {
    padding: 10px 0px 10px 0px;
    font-weight: bold;
  }

/* 台帳タブ */
table.tab {
    width: 364px;
    border: none;
}

table.tab tr {
    border: none;
}

table.tab td {
    width: 180px;
    border-radius: 5px 5px 0 0;
    padding: 0;
}

.tab td {
    border: none;
    background-color: #efefef;
}

.tab td.active {
    color: white;
    border: none;
    background-color: #79c06e;
}

.tab td.active a:hover {
    color: white;
    text-decoration: none;
}

iframe#cosmeticsTable {
    width: 2000px;
    border: none;
}

iframe#medicineTable {
    width: 1415px;
    border: none;
}

.gray_back td {
    background-color: #e5e4e6;
}

.ledger_form_control {
    margin: 0 7px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.year {
    width: 5rem;
    padding-left: .5rem;
}


/* margin */
.mar_auto {
    margin: 0 auto;
  }
  
  .mar_0 {
    margin: 0;
  }
  
  .mar_t_0 {
    margin-top: 0;
  }
  
  .mar_r_0 {
    margin-right: 0;
  }
  
  .mar_b_0 {
    margin-bottom: 0;
  }
  
  .mar_l_0 {
    margin-left: 0;
  }
  
  .mar_5 {
    margin: 5px;
  }
  
  .mar_t_5 {
    margin-top: 5px;
  }
  
  .mar_r_5 {
    margin-right: 5px;
  }
  
  .mar_b_5 {
    margin-bottom: 5px;
  }
  
  .mar_l_5 {
    margin-left: 5px;
  }
  
  .mar_10 {
    margin: 10px;
  }
  
  .mar_t_10 {
    margin-top: 10px;
  }
  
  .mar_r_10 {
    margin-right: 10px;
  }
  
  .mar_b_10 {
    margin-bottom: 10px;
  }
  
  .mar_l_10 {
    margin-left: 10px;
  }
  
  .mar_15 {
    margin: 15px;
  }
  
  .mar_t_15 {
    margin-top: 15px;
  }
  
  .mar_t_20 {
    margin-top: 20px;
  }
  
  .mar_r_20 {
    margin-right: 20px;
  }
  
  .mar_b_20 {
    margin-bottom: 20px;
  }
  
  .mar_l_20 {
    margin-left: 20px;
  }
  
  .mar_t_30 {
    margin-top: 30px;
  }
  
  .mar_r_30 {
    margin-right: 30px;
  }
  
  .mar_b_30 {
    margin-bottom: 30px;
  }
  
  .mar_l_30 {
    margin-left: 30px;
  }
  
  .mar_36 {
    margin: 36px;
  }
  
  .mar_t_37 {
    margin-top: 37px;
  }
  
  .mar_t_40 {
    margin-top: 40px;
  }
  
  .mar_b_40 {
    margin-bottom: 40px;
  }
  
  .mar_t_50 {
    margin-top: 50px;
  }
  
  .mar_r_50 {
    margin-right: 50px;
  }
  
  .mar_b_50 {
    margin-bottom: 50px;
  }
  
  .mar_l_50 {
    margin-left: 50px;
  }
  
  .mar_t_60 {
    margin-top: 60px;
  }
  
  .mar_t_70 {
    margin-top: 70px;
  }
  
  .mar_t_80 {
    margin-top: 80px;
  }
  
  .mar_b_80 {
    margin-bottom: 80px;
  }
  
  .mar_t_100 {
    margin-top: 100px;
  }
  
  .mar_b_100 {
    margin-bottom: 100px;
  }
  
  .mar_t_140 {
    margin-top: 140px;
  }
  
  .mar_t_150 {
    margin-top: 150px;
  }
  
  /* padding */
  .pad_v_10 {
    padding: 10px 0;
  }
  
  .pad_v_20 {
    padding: 20px 0;
  }
  
  .pad_v_30 {
    padding: 30px 0;
  }
  
  .pad_0 {
    padding: 0;
  }
  
  .pad_t_0 {
    padding-top: 0;
  }
  
  .pad_r_0 {
    padding-right: 0;
  }
  
  .pad_b_0 {
    padding-bottom: 0;
  }
  
  .pad_l_0 {
    padding-left: 0;
  }
  
  .pad_5 {
    padding: 5px;
  }
  
  .pad_t_5 {
    padding-top: 5px;
  }
  
  .pad_r_5 {
    padding-right: 5px;
  }
  
  .pad_b_5 {
    padding-bottom: 5px;
  }
  
  .pad_l_5 {
    padding-left: 5px;
  }
  
  .pad_10 {
    padding: 10px;
  }
  
  .pad_t_10 {
    padding-top: 10px;
  }
  
  .pad_r_10 {
    padding-right: 10px;
  }
  
  .pad_b_10 {
    padding-bottom: 10px;
  }
  
  .pad_l_10 {
    padding-left: 10px;
  }
  
  .pad_20 {
    padding: 20px;
  }
  
  .pad_t_20 {
    padding-top: 20px;
  }
  
  .pad_r_20 {
    padding-right: 20px;
  }
  
  .pad_b_20 {
    padding-bottom: 20px;
  }
  
  .pad_l_20 {
    padding-left: 20px;
  }
  
  .pad_30 {
    padding: 30px
  }
  
  .pad_t_30 {
    padding-top: 30px;
  }
  
  .pad_r_30 {
    padding-right: 30px;
  }
  
  .pad_b_30 {
    padding-bottom: 30px;
  }
  
  .pad_l_30 {
    padding-left: 30px;
  }
  
  .pad_t_40 {
    padding-top: 40px;
  }
  
  .pad_l_40 {
    padding-left: 40px;
  }
  
  .pad_t_50 {
    padding-top: 50px;
  }
  
  .pad_t_60 {
    padding-top: 60px;
  }
  
  .pad_t_74 {
    padding-top: 74px;
  }
  
.data dd.w100 {
    width: 100%;
}  

.qr_code {
    width: 120px;
}

.data.single dd.w100 {
    width: 100%;
}

.check_mark {
    width: 40px;
    margin: auto;
}

.important_mark {
    width: 70px;
    margin: auto;
}

.promotion_cell,
.signature_cell {
    width: 198px;
    text-align: center;
    vertical-align: middle;
}

input[type=checkbox] {
    transform: scale(1.2);
}

.btn_area a.return {
    margin-top: 8px;
}

.td_comment {
    vertical-align: top;
}

td.console {
    display: flex;
}

.rankmaster {
    display: inline-block;
    width: 100px;
    margin-right: 1rem;
}

dt.rankmaster {
    font-weight: 100;
}

.unapproved {
    background-color: #ffffe0;
}

div.approval {
    padding: 10px;
}

.red {
    color: red;
}


/*********************************************
初期メニュー
*********************************************/
.menu {
    display: flex;
    justify-content: center;
}

.menu a {
    text-decoration: none;
}

.menu a:hover {
    opacity: 0.8;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 640px;
    height: 260px;
    margin-top: 50px;
}

.menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100px;
    border-radius: 15px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    background-color: var(--color-btn_green);
}

/*********************************************
select2
*********************************************/
span.select2 {
    width: 100%!important; 
}


/*********************************************
個人情報保護方針
*********************************************/
.privacy_policy {
    text-align: center;
    margin-bottom: 20px;
}
.privacy_policy a {
    text-decoration: underline;
}