.zf-green {
    color: #68b604;
}

.container2 {
  margin:0 auto;
  width: 1040px !important;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

.btn-success:active, .btn-success.active {
    background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}
.messages_form_error
{
    color: red;
    list-style-type: none;
}
.searchbar {
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin: 10px 0 20px;
    padding: 10px;
}
.f-query {
    background: url("../img/search_ss.png") no-repeat scroll 5px center / 20px 20px #fff;
    padding-left: 30px;
}
.btn-default .ic-add {
    background: url("../img/add-default.png") no-repeat scroll 0 50% / 20px 20px rgba(0, 0, 0, 0);
    padding-left: 25px;
}

.btn-default .ic-add-none-text {
    background: url("../img/add-default.png") no-repeat scroll 0 50% / 20px 20px rgba(0, 0, 0, 0);
    padding-left: 20px;
}

.btn-default .ic-delete-none-text {
    background: url("../img/delete-default.png") no-repeat scroll 0 50% / 20px 20px rgba(0, 0, 0, 0);
    padding-left: 20px;
}

/*.btn-default {
    background-image: none;
}*/

#searchOptions .row-user-search {
    border-top: 1px solid #ddd;
    padding: 10px 0 0 0;
    margin-top: 10px;
}

#searchOptions .row-user-search .form-group {
    padding: 0;
}

#searchOptions .label-user-search {
    height: 34px;
    padding: 8px 12px 0;
}

#searchOptions .input-user-search {
    padding: 0;
}

#searchOptions .col-rd-user-search {
    height: 34px;
    padding-top: 7px;
}

#searchString .col-options-btn {
    margin-left: 95px;
}

.row-search-condition {
    color: #888;
    font-size: 12px;
    margin-top: 5px;
    padding-left: 15px;
}

.row-search-condition>span {
    font-weight: bold;
}

.btn-search-options {
    background-color: #eee;
}

.col-search-input {
    padding: 0;
}

/*.btn-primary {
    background-color: rgba(80,194,80,1);
    color: #000;
}

*/
/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-color: #2fa4e7;
    color: #fff;
}
.btn-primary:hover{color:#ffffff;background-color:#178acc;border-color:#1684c2}
.btn-primary {
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    border-bottom: 1px solid #178acc;
    filter: none;
}

.btn-primary {
    background-color: #2fa4e7;
    border-color: #2fa4e7;
    color: #ffffff;
}

.btn-search {
    background: none repeat scroll 0 0 #f49a1f;
    color: #fff;
    z-index: 3;
}
.btn-search:hover {
    background: none repeat scroll 0 0 #0773CA;
    color: #fff;
}*/
.btn-wrapper {
    background: none repeat scroll 0 0 #eee;
    /*border: 1px solid #e5e5e5;*/
    border-radius: 8px;
    display: inline-block;
    margin: 0;
    padding: 0px;
    text-align: right;
}
/*h1 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 130%;
    margin: 10px 0;
    padding: 5px;
}*/
.section_right{
    width: auto;
    float: right;
}

.btn-re-admission {
    background-color: #ffb733;
}

.btn-re-admission:hover {
    background-color: #d58512;
}

.btn-admission-plan {
    background-color: #999;
}

.btn-admission-plan:hover {
    background-color: #777;
}

.glyphicon{
    margin-right: 5px;
}

.tbl-col-xs {
    width: 30px;
}

.tbl-col-name {
    width: 12%;
}

.tbl-col-long-name {
    width: 18%;
}

.tbl-col-tel {
    width: 15%;
}

.tbl-col-order-num {
    text-align: center;
}

#tblFamily > tbody > tr > td.tbl-col-order-num {
    vertical-align: middle;
}

#tblMedical > tbody > tr > td.tbl-col-order-num {
    vertical-align: middle;
}

.col-timestamp-1st {
    width: 5%;
}

.col-timestamp-sum {
    width: 6%;
}

.table-timestamp > tbody > tr > th:first-of-type {
    width: 5%;
}

.table-timestamp > tbody > tr > th:last-of-type {
    width: 6%;
}

#tblMealCareDetail > tbody > tr > th:first-of-type {
    width: 60px;
}

#tblMealCareDetail > tbody > tr > td {
    padding: 0;
    vertical-align: middle;
}

#tblMealCareDetail img {
    height: 20px;
}

.container-care-detail > div:first-of-type {
    margin-top: 20px;
}
.container-care-detail {
    min-width: 1140px;
}
.th-progress-memo {
    text-align: center;
    background-color: #f2f2f2
}

.table-common > tbody > tr > th {
    text-align: center;
    vertical-align: middle;
    background-color: #f2f2f2;
}

.th-time-record {
    width: 5%;
}

.th-sub-vital-record {
    width: 7%;
}

.th-sub-meal-record {
    width: 4%;
}

.th-water-record {
    width: 5%;
}

.th-sub-excretion-record-1 {
    width: 8%;
}

.th-sub-excretion-record-2 {
    width: 5%;
}

.th-bath-record {
    width: 5%;
}

.th-sub-pg-memo-record-1 {
    width: 9%;
}

.th-sub-pg-memo-record-2 {
    width: 11%;
}

.required {
    color: #e60012;
}

#userProperty {
    margin: 10px 0 10px 0;
}

#userProperty .col-photo-upload {
    margin-top: 10px;
}

#userPhotoFile {
    width: 100%;
}

.col-connect-char {
    padding: 7px 0 0 0 !important;
    height: 34px;
    width: 60px;
}
.col-sm-trim-pading
{
    padding-left: 0px;
    padding-right: 0px;
}
.combo-width-timer
{
    width: 80px;
}

#VitalThreshold .form-group {
    margin-bottom: 15px;
}
#VitalThreshold .form-control {
    width: 100%;
}

#inputContainer .form-horizontal .form-group {
    border-top: 1px solid #eee;
    margin: 0;
    padding: 15px 0;
}

#inputContainer .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left;
}

.row-listview-checkbox {
    padding-top: 15px;
}

.th-list-user-name {
    width: 200px;
}

.th-list-user-admission {
    width: 85px;
}

.th-list-user-print {
    max-width: 40px;
}

.th-list-user-room {
    width: 80px;
}

.text-wrapped {
    word-break: break-all;
}

.text-no-wrapped {
    word-break: keep-all;
    -ms-word-break: keep-all;
}

.toolbar1{
    height: 50px; vertical-align: middle;display:table-cell;
}

.toolbar1:hover {
    text-decoration: none;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin: 1px;
}

.form-horizontal .control-label-left {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left;
}

.form-border-top .form-group {
    border-top: 1px solid #eee;
    margin: 0;
    padding: 15px 0;
}

.position-pass-setting{
    width: 50%;
    margin: 0 330px;
}
.candidate-btn-width{
    width: 60px;
}

.td-num{
    width: 50px;
    text-align: center;
}
.td-email{
    width: 250px;
}

.td-valid-flg{
    font-size: 20px;
    text-align: center;
    width: 50px;
}

.td-user-date{
    width: 90px;
}
.td-user-btn{
    width: 50px;
}
.pagination{
    margin: 0px;
}

.navbar-brand {
/*    float: left;
    font-size: 18px;
    line-height: 20px;
    height: 100px!important;
    padding:0!important;*/
}

.navbar-custom-text{
    font-size: 9pt;
    color: #0084cf;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f49a1f;
    border-color: #f49a1f;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.assign-btn-margin{
    margin-left: 10px !important;
}

.td-incharged-flg {
    text-align: center;
    width: 90px;
}
.user-excretion-img{
    height: 25px;
}
.user-admission-width{
    width: 200px;
}

.btn-default .ic-print {
    background: url("../img/print.png") no-repeat scroll 0 100% / 20px 20px rgba(0, 0, 0, 0);
    padding-left: 25px;
}

.ic-calendar {
    background: url("../img/calendar.png") no-repeat scroll 0 100% / 20px 20px rgba(0, 0, 0, 0);
    padding-left: 20px;
}

.input-yyyymmdd {
    width: 115px !important;
}

#login_posi{
    position:absolute;
    top:25%;
    margin:0 auto;
    width:100%;
}

.login-container {
    width: 420px;
    margin: 0 auto;
}
.td-caredetail-excretion
{
    width: 3.5%;
}

.progress-detail-table{
    display: table;
    width:100%;
}

.progress-detail-cell{
    display: table-cell;
    width: 95px;
}

.progress-detail-cell-memo{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.progress-detail-cell-staff{
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    width: 190px;
}

.meal-caredetail-col{
    /*height: 50px;*/
    vertical-align: middle !important;
    width: 60px;
}

.container-care-detail-1 > div:first-of-type {
    padding-left: 0;
}

.container-care-detail-1 > div:last-of-type {
    padding-right: 0;
}

.container-care-detail-1 .container-meal {
    padding: 0;
}

.container-care-detail-1 .table-common > tbody > tr > td {
    /*line-height: 1;*/
}

.container-care-detail-1 .table-common > tbody > tr > th {
    /*line-height: 1;*/
}

table.table-week-day td.selected:hover{
    cursor:pointer;
}

table.table-user-sort td:hover{
    cursor:pointer;
}

.week-day-on{
    background-color: #DF7401 !important;
}

table.table-week-day tr{
    text-align: center;
}

.user-sort-selected{
    background-color: #DF7401 !important;
}
.tbsort-container{
    margin: 0 auto;
}
.tbsort-child{
    width: 600px;
}
.tbsort-child-td{
    width: 600px;
}

.tbsort-btn{
    padding-left: 20px;
}
.glyphicon-trim-margin{
    margin-right: 0px;
}
.tbsort-btn > div{
    margin-top: 10px;
}
.detail-admission-date{
    width: 190px !important;
}
.facility-wkvalid-radio{
    padding-top: 0px !important;
}
.tbl-col-date{
    width: 177px !important;
}
.tbl-col-family-name{
    width: 185px;
}
.tbl-col-rel-name{
    width: 100px;
}
.detail-btn-adm{
    position: absolute;
    right: -20px;
    padding-top: 2px;
}
.col-trim-pading-left{
    padding-left: 0px;
}
.tbl-col-master{
    width: 210px;
}
.tbl-col-important{
    width: 100px;
}
.recordlog-time{
    width: 70px;
}
.recordlog-type{
    width: 100px;
}
.recordlog-staff{
    width: 130px;
}
.recordlog-align{
    vertical-align: middle !important;
}
.recordlog-height{
    height: 70px;
}
.csv-label{
    width: 120px;
}
.csv-import-btn-export{
    margin-top: -6px;
}

.care-detail-vital{
    width: 460px !important;
}
.care-detail-meal{
    width: 382px !important;
}
.care-detail-bath{
    width: 24% !important;
}
.care-detail-bath .table-common > tbody > tr > th{
    width: 75px !important;
}
.sort-floor{
    width: 120px;
}
.row-selected{
    background-color: #DF7401 !important;
}
table.cursor-pointer td:hover{
    cursor:pointer;
}
.can-value{
    width: 70%;
}

#cmbFloor {
    width: 160px;
}

#cmbCareLevel {
    width: 160px;
}
.care-detail-btn-left{
    float: left;
    padding-right: 7px;
    padding-top: 35px
}
.care-detail-temp-select{
    float: left;
    width: 215px;
}
.care-detail-select{
    height: 95px !important;
}
.glyphicon-custome {
    margin-right: 0px;
}
.tbl-col-temp-kind{
    width: 280px;
}
.care-detail-sat-sun{
    background-color: #cccccc;
}

.table-text-wrapped > tbody > tr > td {
    -ms-word-break: break-all;
    word-break: break-all;
}

.tbl-col-thumbnail {
    width: 200px;
}

#tblImage .img-thumbnail {
    width: 120px;
    margin-bottom: 8px;
}

#tblImage > tbody > tr > td {
    vertical-align: middle;
}

/* lightbox styles */
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}

#lightbox img {
    max-width: 800px;
    margin: 0 auto;
}

/* slideshow styles */
#slideshow {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 95%;
    margin: 0 auto;
    padding: 0;
}

#slideshow ul > li {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    list-style: none;
    display: flex; /* add */
    align-items: center; /* add to align vertical */
}

.col-rd-browse-pw {
    height: 34px;
    padding-top: 7px;
}

.col-rd-browse-pw > label {
    font-weight: normal;
    margin-right: 10px;
}

.up {
    margin-top: 20px;
}

.down {
    margin-top: 10px;
}

.up > .glyphicon-chevron-up {
    margin-top: 5px;
    margin-left: 1px;
    margin-right: 0;
}

.down > .glyphicon-chevron-down {
    margin-top: 5px;
    margin-right: 1px;
}

.col-family {
    padding-right: 0;
}

.none-padding {
    padding: 0;
}

#tblVital .vitallist-col-staffname {
    width: 260px;
}

.input-hhmm {
    width: 80px !important;
}

.table-event-list .col-staffname {
    width: 260px;
}

.table-event-list .col-recordtime {
    width: 150px;
}

#tblWater .col-drinkwater {
    width: 120px;
}

.table-event-list .col-record-datetime {
    width: 220px;
}

#tblProgress td.short-record-datetime {
    width: 130px;
}

#tblProgress tr.border-top td {
    border-top: 1pt solid #777;
}

#tblProgress > tbody > tr > td {
    border: none;
}

#tblProgress td.col-staffname {
    width: 200px;
}

.guide-menu ol {
    counter-reset: item
}
.guide-menu li {
    display: block
}
.guide-menu li:before {
    content: counters(item, "-") ". ";
    counter-increment: item
}

.btn-guide {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    color: #000000;
    font-size: 18px;
    background: #ffffff;
    padding: 10px 25px 10px 25px;
    border: solid #ffb854 2px;
    text-decoration: none;
}

.btn-guide:hover {
    background: #ffb854;
    background-image: -webkit-linear-gradient(top, #ffb854, #f7a500);
    background-image: -moz-linear-gradient(top, #ffb854, #f7a500);
    background-image: -ms-linear-gradient(top, #ffb854, #f7a500);
    background-image: -o-linear-gradient(top, #ffb854, #f7a500);
    background-image: linear-gradient(to bottom, #ffb854, #f7a500);
    text-decoration: none;
}

.guide-container {
    height: 300px;
    padding-top: 130px;
}

.cmb-fit-width {
    width: 100%;
    min-width: 170px;
}

.col-connect-char2 {
    height: 34px;
    padding-top: 7px;
}

.options-input > input {
    width: 220px;
}

.options-input > select {
    width: 220px;
}

.options-input .hour-sel-container {
    width: 90px;
}

.options-input .hour-unit-container {
    width: 30px;
}

.options-input .hour-conchar-container {
    width: 60px;
}

.options-label {
    width: 220px;
}

.common_table table , td, th {
/*    border: 1px solid #595959;
    border-collapse: separate;*/
}
td, th {
/*    width: 30px;
    height: 25px;*/
}
th {
/*    background: #f0e6cc;*/
}
.even {
    background: #fbf8f0;
}
.odd {
    background: #fefcf9;
}

/*--------------------------------------
ボランティア検索
--------------------------------------*/
#serch{
    width:100%;
}

#serch_basic{
    background-color:#fafafa;
    padding:20px;
    border-radius:5px;
    border:1px solid #E7E7E7;
}

.serch_table {
    width:100%;
}

.serch_table tr td{
    padding:10px 0 10px 20px;
    vertical-align:baseline;
    border-bottom:1px solid #ddd;
}

.serch_tit{
    font-size:18px;
    font-weight:bold;
}

.volunteer_result_tit{
    width:100%;
    background-color:#f4f4f4;
    text-align:center;
}

.volunteer_result_tit td{
    border-color:#ccc;
    padding:5px;
}

.serch_result{
    width:100%;
    text-align:center;
}

.serch_result td{
    border-color:#ccc;
    padding:5px 0 5px 0;
}

.serch_result_tit1{
    width:5%;
}

.serch_result_tit2{
    width:50%;
}

.serch_result_tit3{
    width:21.3%;
}

/*--------------------------------------
ニード検索
--------------------------------------*/
.result_tit{
    width:100%;
    background-color:#f4f4f4;
    text-align:center;
}

.result_tit td{
    border-color:#ccc;
    padding:5px;
    font-weight:bold;
}

.result_w1{
    width:5%;
}

.result_w2{
    width:19%;
}

.result_w3{
    width:19%;
}

.result_w4{
    width:19%;
}

.result_w5{
    width:19%;
}

.result_w6{
    width:19%;
}

.result_detail{
    width:100%;
    background-color:#fff;
    text-align:center;
}

.result_detail td{
    border-color:#ccc;
    padding:5px;
}

.result_detail label{
    font-weight:normal !important;
}

.textarea_height{
    height:300px;
}

.arrow_detail{
    width:100%;
    border-style: none;
    border-width: 0;
    text-align:center;
}

.arrow_detail td{
    padding: 0;
    border-style: none;
    border-width: 0;
    text-align: center;
}

.arrow_w_l{
    width: 4px;
    background-repeat:no-repeat;
}

.arrow_w_r{
    width: 4px;
    background-repeat:no-repeat;
}

.arrow_w{
    /*width:50px;*/
    white-space:nowrap;
}

/*--------------------------------------
プレビュー
--------------------------------------*/
.table_common{
    width:100%;
}

.td_title1{
    text-align:center;
    color:#fff;
    background-color:#333333;
    padding:5px 0 5px 0;
}

.td_title3_1{
    background-color:#ffffff;
    width:35%;
    color:#000;
    /*text-align:center;*/
    padding:10px 10px 0 10px;
}

.td_title3_2{
    background-color:#ffffff;
    width:65%;
    color:#000;
    /*text-align:center;*/
    padding:10px 10px 10px 10px;
}

.td_title3_3{
    background-color:#ffffff;
    width:35%;
    color:#000;
    /*text-align:center;*/
    padding:10px 10px 10px 10px;
}

.td_title4_4{
    text-align:center;
    color:#000;
    font-weight:bold;
    background-color:#f4f4f4;
    width:14%;
}

.td_title5_{
    color:#000;
    background-color:#fff;
    width:33%;
}

.td_title6_{
    color:#000;
    background-color:#fff;
    width:80%;
}

.td_title6{
    background-color:#ffffff;
    width:80%;
    color:#000;
    /*text-align:center;*/
}

.dialog_tit1{
    background-color:#ffffff;
    width:65%;
    color:#f4f4f4;
    /*text-align:center;*/
    /*padding:10px 10px 10px 10px;*/
}

.preview_btn{
    width:100%;
}
/*--------------------------------------
マスタ管理
--------------------------------------*/
#master_table{
    width:100%;
    text-align:center;
    border-color:#ccc;
}


#master_table tr td{
    border-color:#ccc;
    padding:5px 0 5px 0;
}

#master_table tr:nth-child(2n-1) {
  background: #eee;
}

#tb_reservation_info .title {
    background: #eee;
}
.w45{
    width:5%;
}

.w90{
    width:10%;
}

.w135{
    width:15%;
}

/*--------------------------------------
職員新規追加
--------------------------------------*/
#master_staff_add {
    width:100%;
}

#master_staff_add tr td{
    border-style:none;
    border-bottom:1px solid #eee;
    padding:15px 30px 15px 30px;
}

.master_w20{
    width:17%;
    text-align:right;
}


/*--------------------------------------
月次報告
--------------------------------------*/
#monthly_report{
    width:100%;
}

#monthly_report_table_1{
    width:100%;
}

#monthly_report_table_1 tr td{
    padding:5px 10px 5px 10px;
}

#monthly_report_table_2{
    width:100%;
}

#monthly_report_table_2 tr td{
    padding:5px 10px 5px 10px;
}

#monthly_report_table_2 tr:nth-child(2n-1){
    background-color:#fbfbfb;
}

.monthly_repo_no{
    width:1%;
}

.bg_gray{
    background-color:#f4f4f4;
    width:50%;
    text-align:center;
}

.bg_gray2{
    background-color:#f4f4f4;
    width:30%;
    text-align:center;
}

.bg_gray3{
    background-color:#f4f4f4;
    width:40%;
    text-align:center;
}

.bg_gray4{
    background-color:#f4f4f4;
    width:75%;
    text-align:center;
}

.bg_gray5{
    background-color:#f4f4f4;
    width:75%;
    text-align:center;
}

.monthly_report_table_2_td1{
    width:75%;
    text-align:center;
}

.monthly_report_table_2_td2{
    width:12%;
    text-align:center;
}

.monthly_report_table_2_td3{
    width:50%;
}

.monthly_report_table_2_td4{
    width:3.5%;
    text-align:center;
}

.monthly_report_table_2_td5{
    width:95%;
}

.monthly_preview_1{
    width:2.6%;
    text-align:center;
}

.monthly_preview_2{
    width:8%;
    text-align:center;
}

.monthly_preview_3{
    width:14%;
    text-align:center;
}

.monthly_preview_4{
    width:45%;
    text-align:center;
}

.monthly_preview_5{
    width:1%;
    text-align:center;
}

.monthly_preview_6{
    width:40%;
    text-align:center;
}

/*--------------------------------------
月次報告結果画面
--------------------------------------*/
#monthly_report2{
    width:100%;
}
#monthly_report_result_table1{
    width:100%;
    text-align:center;
}
/*
#monthly_report_result_table1 tr:nth-child(2n-1){
    background-color:#fbfbfb;
}*/

#monthly_report_result_table1_1{
    width:33%;
    text-align:right;
    float:right;margin-bottom:20px;
}

#monthly_report_result_table1_1 tr td{
    border-style:none;
}

.bg_gray_only{
    background-color:#f4f4f4;
}

.width1000{
    width:1010px;
    height:70px;
}

.monthly_right{
    text-align:right;
    padding-right:10px;
}

/*--------------------------------------
システムエラー
--------------------------------------*/
.systemerror{
    font-weight:bold;
    font-size:20px;
    text-align:center;
}

/*--------------------------------------
ホーム画面
--------------------------------------*/
#home{
    position:absolute;
    top:35%;
}

#home_icos ul li{
    list-style:none;
    display:inline;
    margin-right:145px;
    float:left;
}

#home_icos li:last-child{
    list-style:none;
    display:inline;
    margin-right:0px !important;
    float:left;
}

#home_icos p{
    text-align:center;
    margin-top:10px;
}

#home_icos div {
  position: relative;
}

.arrow_box {
  display: none;
  position: absolute;
  padding: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #0084cf;
  color: #fff;
  width:150px;
}

.arrow_box:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #0084cf;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

#home_icos span:hover + p.arrow_box {
  display: block;
}


/*--------------------------------------
共通ボタン
--------------------------------------*/
.address_auto_btn{
    margin-top:-41px;
    margin-left:240px;
}

.address_auto_btn2{
    margin-right:108px;
}

/*--------------------------------
仕切り線
--------------------------------*/
.border_top{
    border-top:1px solid #ccc;
    padding-top:20px;
}

#making-detail td {
    padding: 10px 8px;
}

#making-request-preview td {
    padding: 5px 8px;
}
/*
button, .fileinput-button {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 10px;
    background-color: #f4f4f4;
}
*/
.jFiler-input {
    display: none !important;
}

#tb_search_date td{
    border: none !important;
}