@charset "utf-8";

/*______________________________ reset ______________________________*/
/*
html5 Reset 2016.05.01
kaz
Revised based on

html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark -
http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

body {
line-height: 1;
}

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

a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

cite,em,strong,var {
font-style: normal;
font-weight: normal;
text-decoration: none;
}

ins,u {
text-decoration: none;
}

hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}

ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

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

table {
border-collapse: separate;
border-spacing: 0;
}

input,button,select {
vertical-align: middle;
}

img {
margin: 0;
vertical-align: top;
line-height: 0;
}

input,textarea,button,table,tr,th,td {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}


/*########################___ html_tag ___########################*/
body {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
text-align: center;
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
font-weight: normal;
}

a {
text-decoration: none;
}

a:active,a:hover {
outline: 0;
}

br {
letter-spacing: normal;
}

em {
}

strong {
}

del {
text-decoration: line-through;
}

sup {
font-size: 60%;
}

ol li {
margin: 0 0 0 2em;
line-height: 1.6;
}

table {
width: 100%;
border: solid #73a40a;
border-width: 2px 2px 2px;
border-radius: 0 0 10px 10px;
font-size: 100%;
}

caption {
padding: 10px 22px 10px 65px;
background: #e3edce url(../img/icons.png) no-repeat -75px -2550px;
border: solid #73a40a;
border-width: 2px 2px 1px;
border-radius: 10px 10px 0 0;
text-align: left;
font-size: 20px;
}

th,td {
padding: 4px 10px 4px;
border: solid #73a40a;
border-width: 1px 0 0 1px;
text-align: left;
line-height: 1.6;
vertical-align: middle;
}

th {
padding: 3px 15px;
background: #f8faf3;
font-weight: normal;
white-space: nowrap;
}

tr:first-child > th,tr:first-child > td {
border-top-width: 0;
}

th:first-child,td:first-child {
border-left-width: 0;
}

tr:last-child th {
border-radius: 0 0 0 10px;
}

thead th,.thead th {
padding: 2px 3px;
border-width: 1px 0 1px 1px;
border-radius: 0 !important;
font-size: 88.89%;
text-align: center;
}

.thead th {
border-bottom: 0;
}

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

input,button,select,textarea {
font-size: 1em;
font-family: sans-serif;
}

input,button {
padding: 0.1em 0.2em;
line-height: 1;
}

textarea {
width: 100%;
padding: 0.25em 0.5em;
height: 8em;
}

input[type=radio],input[type=checkbox] {
position: relative;
top: -0.1em;
}

input[type=image] {
padding: 0;
border: none;
}

input[type=text], input[type=password] {
border: solid 2px #ccc;
}

input[disabled],input[readonly] {
padding: 0.21em 0.31em;
border: solid 1px #ccc;
background: #eee;
color: #666;
}

select {
padding: 0 20px 0 15px;
}

table tbody.disabled {
  background-color: #ccc;
}
table tbody.ng,
table tbody tr.ng {
  background-color: #fed1d4;
}


/*#_---------------------------___*/
/*########################___ page-structure ___########################*/
#header > .inner,#summary > .inner,.summary-header > .inner,.box-tab > .inner,#main > .inner {
width: auto;
margin: 0 auto;
text-align: left;
}

#main {
padding: 20px 0 0;
}

.textbase #main,.textbase #colorbox,.textbase #separate-header {font-size: 18px;}
.textsmall #main,.textsmall #colorbox,.textsmall #separate-header {font-size: 16px;}
.textbig #main,.textbig #colorbox,.textbig #separate-header {font-size: 20px;}


/*#_---------------------------___*/
/*########################___ header ___########################*/
#header {
/* position: fixed; */
top: 0;
width: 100%;
height: 50px;
background: #fff;
border-bottom: solid 3px #7eab1d;
/* z-index: 1000; */
}

#header > .inner {
/* position: relative; */
padding: 9px 0 0;
}

#header ul li {
float: left;
}

#header .btn-back {
float: left;
margin: 0	20px;
}

#header .page-name {
float: left;
width: auto;
margin: 8px 0 0;
/* padding: 3px 0 7px 45px; */
/* background: url(../img/icons.png) no-repeat -100px -100px; */
font-size: 22px;
}

.page-regist-customer #header .page-name {background-position: -88px -2110px;}
.page-list #header .page-name {background-position: -90px -3007px;}
.page-receipt-info #header .page-name {background-position: -95px -1222px;}
.page-property-detail #header .page-name {
background: url(../img/icons2.png) no-repeat -100px -981px;
}

.page-search-vacancy #header .page-name {
background: url(../img/icons2.png) no-repeat -100px -99px;
}

#header .right {
float: right;
margin: 0 20px;
}

#header .setting {
float: right;
margin: 2px 0 0;
}

#header .setting > * {
float: left;
margin: 0 0 0 13px;
}

.box-setting {
float: left;
padding: 0 5px 0 36px;
background: #fff url(../img/icons.png) no-repeat -88px -3225px;
border: solid 1px #73a40a;
border-radius: 5px;
font-size: 16px;
}

.box-setting .active,.box-setting li p:hover {
background-color: #73a40a;
color: #73a40a;
}

.set-fontsize {
background-position: -88px -1664px;
}

.box-setting li span {
display: inline-block;
height: 32px;
padding: 0 8px;
line-height: 30px;
font-size: 87.5%;
}

.box-setting li p {
height: 32px;
padding: 0 8px;
line-height: 30px;
background: url(../img/bg_setting.png) no-repeat 50% bottom;
}

.box-setting li p:hover,#btn-function img:hover {
cursor: pointer;
}

.box-setting li #textsmall {font-size: 87.5%;}
.box-setting li #textbig {font-size: 118%;}


/*########################___     function ___########################*/
.menu-function {
display: none;
position: fixed;
top: 0;
right: 0;
width: 185px;
height: 100%;
background: #206200;
z-index: 1100;
text-align: left;
}

.menu-function li {
border-bottom: solid 1px #fff;
}

.menu-function a,.menu-function span {
display: block;
padding: 1.25em 1em;
color: #fff;
}

.menu-function a:hover {
text-decoration: underline;
}

.menu-function span {
text-align: right;
}

.menu-function span:hover {
cursor: pointer;
}

.menu-function .menu-slide > a {
background: url(../img/icon_gt_right_white.png) no-repeat right 50%;
}

.menu-function a:hover,.menu-function .active a {
background-color: #bdd0b3;
color: #000;
}

.menu-function .menu-slide > a:hover,.menu-function .menu-slide.active a {
background-image: url(../img/icon_gt_down_bk.png);
}

.menu-function .menu-slide ul {
display: none;
}

.menu-function .menu-slide li {
border: none;
}

.menu-function .menu-slide li a {
padding: 0.65em 1em 0.65em 2em;
background-image: none !important;
}

.menu-function .menu-slide li:last-child a {
padding-bottom: 1.25em;
}


/*#_---------------------------___*/
/*########################___ summary ___########################*/
#summary {
position: fixed;
top: 63px;
width: 100%;
background: #fff;
z-index: 1000;
}

.summary-header {
margin: 0 0 6px;
background: #7eab1d url(../img/bg_summary_green.png) repeat-x left bottom;
}

.summary-header h1 {
float: left;
width: 800px;
padding: 13px 0 20px;
font-size: 30px;
color: #fff;
line-height: 1.4;
}

.summary-header ul {
float: right;
margin: 7px 0;
}

.summary-header ul li {
float: left;
margin: 0 0 0 12px;
}


/*########################___     summary-item ___########################*/
.summary-item {
margin: 0 0 0 -20px;
}

.summary-item li {
float: left;
margin: 0 0 20px 20px;
}

.summary-item li .box {
position: relative;
border: solid 1px #7daa1c;
border-radius: 7px;
}

.summary-item li .box .error-text {
position: absolute;
top: -1.6em;
left: 10px;
white-space: nowrap;
z-index: 100;
}

.summary-item h2 {
position: relative;
display: table-cell;
height: 67px;
padding: 3px 12px 0 6px;
background-image: -moz-linear-gradient( 90deg, #6b970a 0%, #7eab1d 100%);
background-image: -webkit-linear-gradient( 90deg, #6b970a 0%, #7eab1d 100%);
background-image: -ms-linear-gradient( 90deg, #6b970a 0%, #7eab1d 100%);
border-radius: 5px 0 0 5px;
font-size: 22px;
color: #fff;
line-height: 1.2;
vertical-align: middle;
white-space: nowrap;
}

.summary-item h2 .required {
position: absolute;
top: 3px;
right: 4px;
font-size: 12px;
}

.summary-item p {
position: relative;
display: table-cell;
padding: 0 8px;
vertical-align: middle;
}

.summary-item .slim h2 {
height: auto;
padding: 0 12px;
}

.summary-item .slim p {
height: auto;
padding: 4px 8px;
}

.summary-item .summary-operate {
margin-left: 0;
float: right;
}

.summary-item .summary-type {
font-size: 20px;
}

.summary-item .summary-type p {
border-radius: 0 7px 7px 0;
}

.summary-item .summary-type select {
width: 210px;
}

.summary-item .summary-period {
width: 825px;
font-size: 21px;
}

.summary-item .summary-period p {
padding-right: 0;
}

.summary-item .summary-period select {
padding: 0 10px 0 5px;
}

.summary-item .summary-period .period {
width: 50%;
padding: 0 8px;
font-size: 18px;
text-align: right;
}

.summary-item .summary-period .period span {
margin: 0 3px 0 0;
font-size: 190%;
color: #d00000;
}

.summary-payment {
position: fixed;
bottom: 10px;
left: 10px;
background: #fff;
box-shadow: 0 0 2px 7px rgba(255, 255, 255, 100);
border-radius: 10px;
z-index: 9999;
cursor: move;
}

.summary-item .summary-payment p {
padding-left: 120px;
font-size: 24px;
}

.summary-item .text-price {
margin: 0 5px 0 0;
font-size: 200%;
}


/*########################___     tab ___########################*/
.box-tab {
border-bottom: solid 3px #73a40a;
}

.box-tab li {
float: left;
margin: 0 5px 0 0;
}

.box-tab li a {
display: inline-block;
position: relative;
min-width: 100px;
height: 35px;
padding: 10px 8px 9px;
background: url(../img/bg_tab.png) repeat-x left 50%;
border: solid #73a40a;
border-width: 3px 1px 0;
border-radius: 3px 3px 0 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-size: 14px;
color: #000;
text-align: center;
}

.box-tab a:hover,.box-tab .active {
height: 40px;
margin: -5px 0 0;
background: #73a40a;
border: solid #d2d2d2;
border-width: 1px 1px 0;
border-radius: 4px 4px 0 0;
color: #fff;
font-size: 20px;
}

.box-tab a:hover:after,.box-tab .active:after {
position: absolute;
bottom: -3px;
left: 50%;
margin: 0 0 0 -7px;
content: "";
display: block;
width: 13px;
height: 7px;
background: url(../img/icon_tri_up_white.png) no-repeat left top;
}

.box-tab .tab-error {
background: #f99 !important;
}

.tab-content {
display: none;
}

.tab-content.active {
display: block;
}


/*#_---------------------------___*/
/*########################___ page-common ___########################*/
.item-rights {
float: right;
}

.text-price {
color: #d00000;
}

.required::after {
content: "＊";
color: #d00000;
}

.sub-title {
border-bottom: solid 1px #7eab1d;
}

.group-indent {
padding-left: 15px;
}

.text-blue {
color: #5b9ed6;
font-weight: bold;
}

.text-red {
color: #e05a3f;
font-weight: bold;
}

.text-link {
color: #000;
text-decoration: underline;
}

.text-link:hover {
text-decoration: none;
}

.text-link.item-right {
float: right;
}

.item-rights {
float: right;
}

.btn-text {
display: inline-block;
padding: 6px 18px;
background: url(../img/bg_btn_green.png) repeat-x left 50%;
border: solid 1px #fff;
border-radius: 4px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.44),inset 0 1px 0 0 rgba(255, 255, 255, 0.33);
font-size: 16px;
color: #fff;
font-weight: normal;
line-height: 1;
}

.btn-text1 {
display: inline-block;
padding: 6px 18px;
background: url(../img/bg_btn_green_light.png) repeat-x left 50%;
border: solid 1px #fff;
border-radius: 4px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.44),inset 0 1px 0 0 rgba(255, 255, 255, 0.33);
font-size: 16px;
color: #000;
font-weight: normal;
line-height: 1;
}

.btn-text.w100 {width: 100px;text-align: center;}

.btn-white {
margin-bottom: 1px;
padding: 0 15px 0 8px;
background-image: url(../img/bg_btn_white.png) !important;
border-color: #c4c4c4;
border-radius: 5px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.44),inset 0 1px 0 0 rgba(255, 255, 255, 0.33);
color: #e40400;
font-size: 18px;
line-height: 1.6;
}

.btn-white2 {
margin: 2px 0 0 5px;
padding: 6px 10px;
background-image: none;
border-color: #6e9982;
color: #207347;
vertical-align: top;
}

.btn-white3 {
padding: 6px 10px;
background-image: none;
border-color: #6e9982;
color: #207347;
vertical-align: top;
}

.btn-brown {
background-image: url(../img/bg_btn_brown.png) !important;
}

.btn-light {
background-image: url(../img/bg_btn_green_light.png);
border-color: #73a40a;
color: #484848;
}

.btn-mini {
padding: 5px 6px 3px;
}

.btn-small {
padding: 4px 8px;
background-image: url(../img/bg_btn_brown.png);
}

.btn-gray {
background-image: url(../img/bg_btn_gray.png) !important;
color: #000;
}

.btn-text img {
margin: 0 5px 0 0;
vertical-align: bottom;
}

.btn-text.btn-big {
font-size: 18px;
}

.btn-text.btn-xxbig {
padding: 8px 45px;
font-size: 18px;
}

.btn-text.btn-round {
border-color: #cacaca;
padding: 10px 20px;
border-radius: 20px;
font-size: 14px;
}

.btn-text.btn-round1 {
border-color: #cacaca;
margin-left : 220px ;
padding: 10px 20px;
border-radius: 20px;
font-size: 27px;
}

.btn-right {
float: right;
}

.modal-content {
display: none;
}

.box-basic {
position: relative;
margin: 0 0 20px;
}

.box-slideopen {
display: none;
margin: 10px 0 0;
}

.announce {
margin: 20px 0 40px;
padding: 0 27px;
}

.has-error {
background: #fcc;
}

.error-text {
background: #ee0101;
color: #fff;
min-width: 120px;
font-size: 11px;
border: 2px solid #ddd;
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
-o-box-shadow: 0 0 6px #000;
padding: 8px 10px 8px 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
}

.has-comment {
position: relative;
width: 400px;
}

.bubble-comment {
position: absolute;
bottom: 2px;
right: 0;
}

.bubble-comment:hover {
cursor: pointer;
}

.bubble-comment img {
vertical-align: middle;
}

.bubble-comment .item-body {
display: none;
position: fixed;
width: 400px;
padding: 7px 8px 5px;
background: #fff;
border: solid 1px #dcdcdc;
font-size: 88.89%;
z-index: 1000;
}

.box-label {
width: 110px;
background: #f00;
margin: 0 -5px;
text-align: center;
}

.box-label span {
float: left;
display: inline-block;
width: 1.9em;
margin: 3px 5px 2px;
background: #e2ebcf;
border-radius: 4px;
font-size: 14px;
text-align: center;
}

.box-button {
position: relative;
margin: 10px 0 0;
text-align: center;
}

.box-button li {
display: inline;
margin: 0 6px;
}

.box-condition {
margin: 10px 0 0;
padding: 14px 17px;
background: #e2ebcf;
border-radius: 10px;
font-size: 77.78%;
line-height: 1.4;
}

.box-condition p {
display: table-cell;
}

.box-condition .item-title {
white-space: nowrap;
}


/*########################___     table ___########################*/
caption .btn {
float: right;
margin: -6px -8px;
}

caption .note {
float: right;
margin: 5px 0 0;
font-size: 12px;
}

.table-no-caption {
border-radius: 10px;
border-top-width: 2px;
}

.table-no-caption tr:first-child th:first-child,.table-no-caption tr:first-child td:first-child {border-radius: 10px 0 0 0;}
.table-no-caption tr:first-child th:last-child,.table-no-caption tr:first-child td:last-child {border-radius: 0 10px 0 0;}
.table-no-caption tr:last-child th:first-child,.table-no-caption tr:last-child td:first-child {border-radius: 0 0 0 10px;}
.table-no-caption tr:last-child th:last-child,.table-no-caption tr:last-child td:last-child {border-radius: 0 0 10px 0;}

.table-footer {
padding: 5px 15px;
background-color: #e3edce;
border-radius: 0 0 10px 10px;
}

.table-square {
border-width: 1px;
border-radius: 0;
}

.table-square th {
border-radius: 0 !important;
}

.table-loose td {
padding-left: 22px;
padding-right: 22px
}

.table-colored td {
background: #f8faf3;
}

.tr-separator {
position: relative;
padding: 0;
height: 10px;
}

.tr-separator:after {
content: "";
position: absolute;
top: 0;
left: -4px;
width: 101%;
height: 9px;
background: #fff;
}

table.table-no-border {
  border: none;
}

.table-no-border th,
.table-no-border td {
  border: none;
}

tbody tr:first-child .tr-separator:after {
height: 10px;
}

.tr-item-head th,.tr-item-head td {
border-top-width: 4px;
}
.tr-item-head .box-label span {
  visibility: hidden;
}
.tr-item-head .box-label span.hpAddressValid {
  visibility: visible;
}


.tr-item-body th,.tr-item-body td {
border-bottom-width: 2px;
}

.table-right td {
text-align: right;
}

.tr-bt-none th,.tr-bt-none td {
border-top-width: 0;
}

.td-light-yellow td {
  background-color: #ffffec;
}

.td-light-gray td {
  background-color: #dddddd;
}

.cell-bl-none {border-left-width: 0;}
.cell-bb-none {border-bottom-width: 0 !important;}
.cell-bl1px {border-left-width: 1px !important;}
.cell-bt2px {border-top-width: 2px;}
.cell-bb1px {border-bottom-width: 1px !important;}
.cell-bb2px {border-bottom-width: 2px;}
.cell-round-left {border-bottom-left-radius: 10px;}
.cell-square {border-radius: 0 !important;}

.cell-table-nest {
padding: 0 0 0 20px;
vertical-align: top;
}

.cell-table-nest table {
border-width: 0 0 1px;
}

.cell-table-nest caption {
border-width: 0 0 1px;
border-radius: 0;
line-height: 1;
}

.cell-table-fit {
padding-left: 0;
}

.cell-table-fit table {
border: none;
}

.cell-separate {
padding: 0;
font-size: 12px;
}

.cell-date {
line-height: 1 !important;
}

.cell-date input {
margin: 0 5px 0 0;
font-size: 85%;
}

.cell-date img {
vertical-align: middle;
}

.cell_narrow {
padding-left: 3px !important;
padding-right: 3px !important;
}

.cell-color-yellow {
background: #ffc;
}

table .required {
margin: 0 0 0 3px;
font-size: 12px;
vertical-align: top;
}

table .comment {
  font-size: 12px;
  color: grey;
}

.cell-2info p {
display: table-cell;
width: 80%;
vertical-align: middle;
}

.cell-total {
font-size: 111.11%;
}

.cell-total .total-price {
margin: 0 3em;
font-size: 140%;
}

.cell-total .btn-text {
float: left;
margin: 5px 0 0;
}

.table-charge caption,.table-option caption {background-position: -75px -318px;}
.table-info-contract caption {background-position: -75px -3442px;}
.table-plan caption {background-position: -75px -3442px;}
.table-info-contractor caption,.table-info-tenant caption {background-position: -75px -2104px;}
.table-info-contractor-sub caption,.table-bill caption {background-position: -75px -3667px;}
.table-info-contact caption {background-position: -75px -1440px;}
.table-payment caption {padding-left: 75px;font-weight: bold;background-position: -75px -993px;}
.table-discount caption {background-position: -75px -4800px;}
.table-demand-info caption {padding-left: 75px;background-position: -75px -2327px;}
.table-demand-detail caption {background-position: -75px -5023px;}
.table-receipt caption {background-position: -75px -4117px;}
.table-cleaning caption {background-position: -75px -3892px;}
.table-notes caption {background-position: -75px -542px;}
.table-receipt-divide caption {background-position: -75px -2775px;}
.table-op-rate caption {background-position: -75px -1880px;}
.table-search caption {background-position: -75px -4343px;}
.table-search-result caption {background-position: -75px -4568px;}
.cell-table-nest .table-search-result caption {background-position: -75px -4570px;}
.table-receipt-demand caption {background-position: -75px -5248px;}
.table-receipt-add caption {background-position: -75px -768px;}
.table-receipt-history caption {background-position: -75px -5473px;}
.table-equip caption {
background-image: url(../img/icons2.png);
background-position: -75px -533px;
}

.table-info-equip caption,.table-info-repair caption {
background-image: url(../img/icons2.png);
background-position: -75px -753px;
}

.table-history-contract caption {
background-image: url(../img/icons2.png);
background-position: -75px -314px;
}

.table-charge td {
padding-right: 80px;
text-align: right;
}

.table-receipt-demand th {
text-align: center;
vertical-align: middle !important;
font-size: 88.89%;
}

.table-receipt-demand .text-price {
font-size: 122.22%;
}

.cell-fs133 {font-size: 133.33%;}

.col-title-basic {width: 35%;}
.col-body-basic {width: 65%;}
.col-title-main {width: 7%;}
.col-title-sub {width: 9%;}
.col-body-narrow {width: 34%;}
.col-body-wide {width: 50%;}
.col-text-mini {width: 20%;}

.col-nowrap {width: 1%;}
.col-date {width: 7em;}
.col-date-2line {width: 9em;}
.col-price {width: 8em;}
.col-tell {width: 8.5em;}
.col-120 {width: 120px;}
.col-per-10 {width:10%;}
.col-per-15 {width:15%;}
.col-per-20 {width:20%;}
.col-per-30 {width:30%;}
.col-per-40 {width:40%;}
.col-per-50 {width:50%;}
.col-per-60 {width:60%;}
.col-per-70 {width:70%;}
.col-per-80 {width:80%;}
.col-per-90 {width:90%;}
.col-per-100 {width:100%;}

/*########################___     form ___########################*/
td input[type=text],td textarea {
width: 90%;
}

.form-date {width: 7.5em !important;}
.form-price {width: 6.5em !important;}
.form-zip {width: 6em !important;}

.form-3em {width: 3em !important;}
.form-5em {width: 5em !important;}
.form-7em {width: 7em !important;}
.form-10em {width: 10em !important;}


/*########################___     list-setting ___########################*/
.table-list caption {
padding: 5px 22px 5px 53px;
}

.table-list.no-result caption {
border-bottom-width: 2px;
border-radius: 10px;
}

.table-list.no-result {
border: none !important;
}

.table-list th {
vertical-align: middle !important;
}

.table-list .cell-edit .btn-text {
width: 4em;
text-align: center;
margin: 3px 0;
}
.table-list .cell-edit2 .btn-text {
text-align: center;
margin: 3px 0;
}

.list-setting li {
float: left;
line-height: 1.6;
}

.list-setting > ul > li {
margin-left: 12px;
}

.list-setting .info-right {
float: right;
}

.list-setting .info-right span {
margin: 0 0 0 10px;
}

.list-setting .name {
font-size: 20px;
}

.list-setting .result,.list-setting .page {
font-size: 16px;
line-height: 2 !important;
}

.list-setting .box-setting {
padding-left: 5px;
background-image: none;
}

.list-setting .pager .btn-text img {
margin: 2px 0 0;
vertical-align: top;
}

.table-footer .list-setting {
overflow: hidden;
padding: 0 5px 0 40px;
background: url(../img/icons.png) no-repeat -90px -4573px;
}


/*########################___     list-box ___########################*/
.list-box {
margin-bottom: 20px;
}

.list-box .box .item-img {
display: block;
width: 100%;
margin: 0 auto;
}

.list-box .column {margin-left: -20px;}
.list-box .box {margin-left: 20px;}

.list-box-2 .column > ul > li {width: 50%;}
.list-box-3 .column > ul > li {width: 33.33%;}
.list-box-4 .column > ul > li {width: 25%;}
.list-box-5 .column > ul > li {width: 20%;}
.list-box-6 .column > ul > li {width: 16.66%;}

.list-box-layout-a .column > ul > li {width: 730px;}
.list-box-layout-a .column > ul > li:first-child {width: 610px;}
.list-box-layout-a .box {margin-left: 17px;}


/*#_---------------------------___*/
/*########################___ footer ___########################*/
#footer {
padding: 10px 0 30px;
}


/*#_---------------------------___*/
/*########################___ page ___########################*/
/*########################___     search-vacancy ___########################*/
.page-separate #header {
position: static;
}

.page-separate #main {
padding-top: 0 !important;
}

#separate-header,#separate-body {
overflow-y: scroll;
}

#separate-header {
/*height: 380px;*/
margin: 0 0 10px;
}

#separate-header > .inner {
width: 1320px;
margin: 24px auto 10px;
text-align: left;
}

.option-price {
position: absolute;
top: 3px;
left: -6px;
}

.page-search-vacancy .table-search-result th {
padding: 6px 3px 4px;
line-height: 1;
}


/*########################___     search-detail ___########################*/
.page-search-detail .box-frame h1.box-title {
background-image: url(../img/icons2.png);
background-repeat: no-repeat;
background-position: -80px -1195px;
}

.page-search-detail #main {
padding-top: 10px !important;
}

.page-search-detail #main > .inner {
width: 1100px;
}

.box-frame {
border: solid 2px #73a40a;
border-radius: 10px;
}

.box-frame > .inner {
padding: 1px 8px 13px;
}

.box-frame .box-title {
padding: 10px 22px 10px 65px;
background: #e3edce;
background-image: url(../img/icons.png);
background-repeat: no-repeat;
background-position: -75px -4343px;
border-bottom: solid 1px #6d990f;
border-radius: 10px 10px 0 0;
font-size: 125%;
}

.box-frame .box-tab {
position: relative;
height: 50px;
border-bottom: solid 3px #73a40a;
text-align: center;
}

.box-frame .box-tab > .inner {
width: auto;
}

.box-frame .box-tab li a {
padding-left: 35px;
padding-right: 35px;
}

.box-frame .box-tab ul {
position: absolute;
left: 80px;
bottom: 0;
}

.box-frame .item-header {
height: 50px;
padding: 0 22px 0;
border-bottom: solid 3px #73a40a;
line-height: 50px;
font-size: 16px;
}

.box-frame .item-sub-header {
padding: 10px;
background: #f8faf3;
border-bottom: solid 1px #6d990f;
font-size: 16px;
}

.box-frame .box-map {
margin: 10px 26px 10px 25px;
}

.box-frame .box-map input {
width: 100%;
}

.box-frame .box-map .map {
position: relative;
margin: 10px 0 0;
}

.box-frame .box-map .icon-property {
position: absolute;
z-index: 10;
}

.box-frame .box-map .icon-property img:hover {
cursor: pointer;
}

.box-frame .box-map .item-body {
display: none;
position: fixed;
padding: 14px 10px 10px;
background: #fff;
line-height: 1.4;
z-index: 10;
}

.box-frame .box-map .item-body h3 {
margin: 0 0 12px;
padding: 0 0 12px;
border-bottom: solid 1px #d2d2d2;
}

.box-frame .box-map .item-body .btn-detail {
margin: 12px 0 0;
text-align: center;
}

.box-frame .box-route {
margin: 10px 13px;
}

.page-search-detail .box-route p {
line-height: 1.6;
}

.page-search-detail .btn-white2 {
margin-top: 0;
}

.box-frame .box-route .item-name {
font-size: 18px;
}

.box-frame .box-route .item-name span {
font-size: 16px;
}

.box-frame .box-route .btn-text {
font-size: 14px;
}

.box-frame .box-route .btn-text:hover {
cursor: pointer;
}

.box-frame .box-route .item-list {
margin: 10px 0;
}

.box-frame .box-route .item-list li {
width: 33%;
margin: 7px 0;
font-size: 14px;
}

.box-frame .list-box {
margin: 15px 24px 0;
}

.box-frame .item-list {
margin: 12px 30px;
}

.box-frame .item-list li {
float: left;
width: 50%;
margin: 12px 0;
font-size: 16px;
}

.page-search-detail select {
padding: 0 0 0 0;
}

.close_overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
z-index: 1;
}


/*#_---------------------------___*/
/*########################___ color-change ___########################*/
/*########################___     border ___########################*/
/*______________________________ オレンジ ______________________________*/
.corange table
,.corange caption
,.corange th
,.corange td
,.corange .box-setting
,.corange .summary-item li .box
,.corange .box-tab
,.corange .box-tab li a
,.corange .box-frame
,.corange .box-frame .box-title
,.corange .box-frame .item-header
,.corange .box-frame .item-sub-header
,.corange .statistics-table
,.corange .statistics-cols .col
,.corange .statistics-month
,.corange .statistics-header
,.corange .statistics-year
,.corange .statistics-year .value
{border-color: #e59135;}

.corange #header
{border-color: #e79a45;}

.corange .btn-text
{border-color: #f0b14a;}

.corange .btn-text.btn-small,.corange .btn-text.btn-brown
{border-color: #fff;}

.corange .btn-white2
{border-color: #b79472;}




/*______________________________ ブルー ______________________________*/
.cblue table
,.cblue caption
,.cblue th
,.cblue td
,.cblue .box-setting
,.cblue .summary-item li .box
,.cblue .box-tab
,.cblue .box-tab li a
,.cblue .box-frame
,.cblue .box-frame .box-title
,.cblue .box-frame .item-header
,.cblue .box-frame .item-sub-header
,.cblue .btn-light
,.cblue .statistics-table
,.cblue .statistics-cols .col
,.cblue .statistics-header
,.cblue .statistics-year .value
,.cblue .statistics-month
,.cblue .statistics-year
{border-color: #3c8dbc;}

.cblue .btn-white2
{border-color: #7a899a;}

.cblue #header
{border-color: #4b96c1;}


/*______________________________ タブのグレー縁取り ______________________________*/
.corange .box-tab a:hover
,.corange .box-tab .active
,.cblue .box-tab a:hover
,.cblue .box-tab .active
{border-color: #d2d2d2;}


/*########################___     background ___########################*/
/*______________________________ オレンジ ______________________________*/
.corange caption
,.corange .table-footer
,.corange .box-condition
,.corange .box-frame .box-title
,.corange .box-label span
,.corange .statistics-header
,.corange .statistics-cols .col
,.corange .statistics-year.current .header
{background-color: #fae9d7;}


.corange th
,.corange .table-colored td
,.corange .box-frame .item-sub-header
,.corange .statistics-year.current
{background-color: #fef9f5;}

.corange .summary-header {
background-color: #e79a45;
background-image: url(../img/bg_summary_orange.png);
}

.corange .box-setting .active
,.corange .box-setting li p:hover
,.corange .box-tab a:hover
,.corange .box-tab .active
{background-color: #e59135;}

.corange .summary-item h2 {
background-image: -moz-linear-gradient( 90deg, #d48631 0%, #e79a45 100%);
background-image: -webkit-linear-gradient( 90deg, #d48631 0%, #e79a45 100%);
background-image: -ms-linear-gradient( 90deg, #d48631 0%, #e79a45 100%);
}

.corange .btn-text {
background-image: url(../img/bg_btn_orange.png);
}

.corange a.btn-text.btn-small {
background-image: url(../img/bg_btn_darkgreen.png);
}

.corange .btn-light {
background-image: url(../img/bg_btn_orange_light.png);
}

.corange .menu-function
{background-color: #bb7401;}

.corange .menu-function a:hover
,.corange .menu-function .active a
{background-color: #ebd6b3;}


/*______________________________ ブルー ______________________________*/
.cblue caption
,.cblue .table-footer
,.cblue .box-condition
,.cblue .box-frame .box-title
,.cblue .box-label span
,.cblue .statistics-header
,.cblue .statistics-cols .col
,.cblue .statistics-year.current .header
{background-color: #d8e8f2;}

.cblue th
,.cblue .table-colored td
,.cblue .box-frame .item-sub-header
,.cblue .statistics-year.current
{background-color: #f5f9fc;}

.cblue .summary-header {
background-color: #4b96c1;
background-image: url(../img/bg_summary_blue.png);
}

.cblue .box-setting .active
,.cblue .box-setting li p:hover
,.cblue .box-tab a:hover
,.cblue .box-tab .active
{background-color: #3c8dbc;}

.cblue .summary-item h2 {
background-image: -moz-linear-gradient( 90deg, #3882ae 0%, #4b96c1 100%);
background-image: -webkit-linear-gradient( 90deg, #3882ae 0%, #4b96c1 100%);
background-image: -ms-linear-gradient( 90deg, #3882ae 0%, #4b96c1 100%);
}

.cblue .btn-text {
background-image: url(../img/bg_btn_blue.png);
}

.cblue a.btn-text.btn-small {
background-image: url(../img/bg_btn_brown.png);
}

.cblue .btn-light {
background-image: url(../img/bg_btn_blue_light.png);
}

.cblue .menu-function
{background-color: #0c4465;}

.cblue .menu-function a:hover
,.cblue .menu-function .active a
{background-color: #b7c7d1;}


/*########################___     color ___########################*/
/*______________________________ オレンジ ______________________________*/
.corange .box-setting .active
,.corange .box-setting li p:hover
{color: #e59135;}

.corange .btn-white2
{color: #9b6a3b;}

/*______________________________ ブルー ______________________________*/
.cblue .box-setting .active
,.cblue .box-setting li p:hover
{color: #3c8dbc;}

.cblue .btn-white2
{color: #455b72;}

/*#_---------------------------___*/
/*########################___ module ___########################*/
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}

.fs90 {font-size: 90% !important;}
.fs95 {font-size: 95% !important;}

/*______________________________ item-align ______________________________*/
p.item-center,table .item-center {text-align: center;}
p.item-left,table .item-left {text-align: left;}
p.item-right,table .item-right {text-align: right;}
table .item-nowrap {white-space: nowrap;}

img.item-center {
display: block;
margin: 0 auto 1em;
text-align: center;
}

img.item-left {
float: left;
margin: 0 1em 1em 0;
}

img.item-right {
float: right;
margin: 0 0 1em 1em;
}

/*______________________________ list ______________________________*/
ul.list,ul.list-text {
margin: 0.5em 0;
}

ul.list li {
margin: 0 0 0 2em;
list-style: disc;
line-height: 1.6;
}

ul.list-text li {
margin: 0 0 0.6em 1em;
padding: 0 0 0 1em;
text-indent: -1em;
line-height: 1.6;
}

dl.flat dt {
clear: both;
float: left;
padding: 0.25em 0 0.15em;
line-height: 1.6;
}

dl.flat dd {
padding: 0.25em 0 0.15em 9em;
border-bottom: dotted 1px #ccc;
line-height: 1.6;
}

ul.banner2 li {
float: left;
}

ul.banner2 .banner-right {
float: right;
}

/*______________________________ imgblock ______________________________*/
.imgblock {margin: 20px 0;}
.imgblock.img-left .textarea {padding: 1px 0 0 10px;}
.imgblock.img-right .textarea {padding: 1px 10px 0 0;}
/*______________________________ imgblock_core ______________________________*/
.imgblock {display: table;height: 1%;}
.imgblock .imgarea,.imgblock .textarea {display: table-cell;vertical-align: top;}
.textarea {height: 1%;}
.imgblock .imgarea {position: relative;}
.imgblock .imgarea img {display: block;}
.imgblock > .textarea {width: 100%;}
*:first-child+html .textarea {width: auto;}
.img-right {direction: rtl;}
.img-right * {direction: ltr;}
* html .img-left .imgarea {float: left;}
* html .img-right .imgarea {float: right;}
* html .textarea {float: left;}
*:first-child+html .img-left .imgarea {float: left;}
*:first-child+html .img-right .imgarea {float: right;}
/*______________________________ list-box_core ______________________________*/
.list-box {position: relative;}
.list-box .column {clear: both;}
.list-box .column > ul > li {position: relative;float: left;}

/*########################___     jquery colorbox ___########################*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff; padding:1px;}
        #cboxLoadingGraphic{background:url(../img/cb_loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../img/cb_controls.png) no-repeat 0 0;}

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}


/*########################___     jquery validationEngine ___########################*/
.formError {z-index: 990;}
.formError .formErrorContent {z-index: 991;}
.formError .formErrorArrow {z-index: 996;}
.ui-dialog .formError {z-index: 5000;}
.ui-dialog .formError .formErrorContent {z-index: 5001;}
.ui-dialog .formError .formErrorArrow {z-index: 5006;}

.inputContainer {
position: relative;
float: left;
}

.formError {
position: absolute;
top: 300px;
left: 300px;
display: block;
cursor: pointer;
text-align: left;
}

.formError.inline {
position: relative;
top: 0;
left: 0;
display: inline-block;
}

.ajaxSubmit {
padding: 20px;
background: #55ea55;
border: 1px solid #999;
display: none;
}

.formError .formErrorContent {
width: 100%;
background: #ee0101;
position:relative;
color: #fff;
min-width: 120px;
font-size: 11px;
border: 2px solid #ddd;
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
-o-box-shadow: 0 0 6px #000;
padding: 8px 10px 8px 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
border: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
}

.greenPopup .formErrorContent {background: #33be40;}
.blackPopup .formErrorContent {background: #393939;color: #fff;}

.formError .formErrorArrow {
width: 15px;
margin: -2px 0 0 13px;
position:relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
margin: 0px 0 0 12px;
top:2px;
}

.formError .formErrorArrow div {
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
box-shadow: 0 2px 3px #444;
-moz-box-shadow: 0 2px 3px #444;
-webkit-box-shadow: 0 2px 3px #444;
-o-box-shadow: 0 2px 3px #444;
font-size: 0px;
height: 1px;
background: #ee0101;
margin: 0 auto;
line-height: 0;
font-size: 0;
display: block;
}

.formError .formErrorArrowBottom div {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {background: #33be40;}
.blackPopup .formErrorArrow div {background: #393939;color: #fff;}
.formError .formErrorArrow .line10 {width: 13px;border: none;}
.formError .formErrorArrow .line9 {width: 11px;border: none;}
.formError .formErrorArrow .line8 {width: 11px;}
.formError .formErrorArrow .line7 {width: 9px;}
.formError .formErrorArrow .line6 {width: 7px;}
.formError .formErrorArrow .line5 {width: 5px;}
.formError .formErrorArrow .line4 {width: 3px;}

.formError .formErrorArrow .line3 {
width: 1px;
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
width: 3px;
border: none;
background: #ddd;
}

.formError .formErrorArrow .line1 {
width: 1px;
border: none;
background: #ddd;
}


/*########################___ clearfix-item ___########################*/
.clearfix:after
,.column:after
,.inner:after
,.box:after
,.box-setting:after
,.item-list:after
{content: '';display: block;clear: both;height: 0;}

.clearfix
,.column
,.inner
,.box
,.box-setting
,.item-list
{/zoom: 1;}

.noticeImportant{
	background-color:#F6CCCC;

}
.arrow.up{
  display:block;
  width:12px;
  height:12px;
  background: url("../img/arrow-up.png");
  background-size:12px 12px;
  float:right;
}
.arrow.right{
  display:block;
  width:12px;
  height:12px;
  background: url("../img/arrow-right.png");
  background-size:12px 12px;
  float:right;
}
.arrow.down{
  display:block;
  width:12px;
  height:12px;
  background: url("../img/arrow-down.png");
  background-size:12px 12px;
  float:right;
}

.vacancyList td{
  padding: 4px 4px;
}

/*########################___ icon ___########################*/
.icon-ng:after {
  display: inline-block;
  content: "NG";
  background-color: #d00000;
  padding:0px 5px;
  border-radius: 5px;
  color: #FFF;
  font-style: normal;
  white-space: nowrap;
}
.icon-ok:after {
  display: inline-block;
  content: "OK";
  color: #d00000;
  padding:0px 5px;
  border-radius: 5px;
  border:1px solid #d00000;
  font-style: normal;
  white-space: nowrap;
}
.icon-maeiri:after {
  display: inline-block;
  content: "前入";
  color: #d00000;
  padding:0px 5px;
  border-radius: 5px;
  border:1px solid #d00000;
  font-style: normal;
  white-space: nowrap;
}
.icon-mibarai:after {
  display: inline-block;
  content: "未払";
  color: #d00000;
  padding:0px 5px;
  border-radius: 5px;
  border:1px solid #d00000;
  font-style: normal;
  white-space: nowrap;
}
.icon-tokusoku:after {
  display: inline-block;
  content: "督促";
  color: #d00000;
  padding:0px 5px;
  border-radius: 5px;
  border:1px solid #d00000;
  font-style: normal;
  white-space: nowrap;
}

.icon-red-border-text {
  display: inline-block;
  color: #a65555;
  padding:0px 5px;
  margin: 0 3px;
  border-radius: 5px;
  border:1px solid #a65555;
  font-style: normal;
  white-space: nowrap;
  vertical-align: middle;
}

.select2-container-multi .select2-choices .select2-search-choice{
  background:url("../img/select2.png");
  background-size:18px 18px;
  background-repeat:no-repeat;
  background-position:4px 4px;
  width:74px;
  height:20px;
}
.select2-container-multi .select2-search-choice-close{
  width:22px;
  height:22px;
  left:0;
  top:0;
}
.select2-container-multi .select2-choices .select2-search-choice span
{
  padding:6px;
  line-height: 1.1;
}
.txt{
  width: 965px;
  height: 33em;
}
.subject{
  width: 965px;
  height: 2em;
}

/*########################___ loading ___########################*/
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url(../img/load.gif) center center no-repeat;
}