/* 共通 */

body {
    color: #444;
}

h2 {
    color: #007BB3;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: .08em;
}

h3 {
    color: #007BB3;
    font-weight: bold;
    border-left: 5px solid #007BB3;
    padding-left: 10px;
    font-size: 28px;
    letter-spacing: .08em;
    margin-bottom: 20px;
}

h4 {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 3px;
    border-bottom: 3px solid #007BB3;
    margin-bottom: 15px;
}

h4 i {
    color: #007BB3;
}

section {
    margin-bottom: 50px;
}

.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.bg-ykd-blue {
    background-color: #007CB3!important;
}

.cl-ykd-blue {
    color: #007CB3!important;
}

.tac {
    text-align: center!important;
}

.tar {
    text-align: right!important;
}

.tal {
    text-align: left!important;
}

.error {
    background-color: #f5d2d9;
}

input.number,
input.NuturalNumber,
input.OnlyNumber,
input.PriceFormat {
    text-align: right;
}

.form-wauto {
    width: auto!important;
}

.form-w80 {
    width: 80px!important;
}

.form-w100 {
    width: 100px!important;
}

.form-w150 {
    width: 150px!important;
}

.form-w200 {
    width: 200px!important;
}

.form-w300 {
    width: 300px!important;
}

.form-w400 {
    width: 400px!important;
}


/* mark-required */

span.mr {
    color: #DA5A74;
    margin-left: 3px;
}

#loader-box {
    margin: 30px 0;
    text-align: center;
}


/* error-box */

#error-box-outer {
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 3px solid #999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#error-box {
    margin: 10px 0;
}

#error-box p {
    margin: 5px 0 0 0;
    color: #DA5A74;
}

#error-box p:first-child {
    margin-top: 0;
}


/* modal */

.modal .modal-header h4 {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
    margin-bottom: 3px;
    font-weight: normal;
}

#modal-zip-search .overflow-x {
    max-height: 400px;
    overflow-x: scroll;
}


/* autocomplete */

.ui-autocomplete {
    list-style: none;
    border: 1px solid #ddd!important;
    background: #FFF3F3!important;
    padding: 0!important;
    width: 410px!important;
}

.ui-autocomplete li {
    padding: 1px 12px!important;
}

.ui-menu .ui-menu-item a {}

.ui-autocomplete a {
    color: #FF0000!important;
}

.ui-state-focus {
    background: #EEDDDD!important;
    font-weight: normal!important;
    color: #FF3333!important;
}


/* button */

.btn-box button{
    margin: 5px 0 0 ;
}

.btn-green {
    color: #ffffff;
    background-color: #6FBA2C;
    border-color: #6FBA2C;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.btn-green:hover {
    color: #fff;
    background-color: #4a7c1d;
    border-color: #4a7c1d;
}

.btn-blue {
    color: #ffffff;
    background-color: #007CB3;
    border-color: #007CB3;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.btn-blue:hover {
    color: #fff;
    background-color: #368db4;
    border-color: #368db4;
}

.btn-light-blue {
    color: #ffffff;
    background-color: #66B0D1;
    border-color: #66B0D1;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.btn-light-blue:hover {
    color: #fff;
    background-color: #368db4;
    border-color: #368db4;
}

.btn-red {
    color: #ffffff;
    background-color: #DA5A74;
    border-color: #DA5A74;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.btn-red:hover {
    color: #fff;
    background-color: #bd2a48;
    border-color: #bd2a48;
}

ul.add-del-btn {
    padding-left: 0;
    text-align: center;
    display: inline-block;
    margin: 0;
}

ul.add-del-btn li {
    margin-left: 10px;
    display: inline-block;
    font-size: 14px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 34px;
}

#btn-calcu {
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 160px;
    height: 60px;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
    z-index: 1000;
    box-shadow: 5px 7px 7px 0px #b3afa5;
    -moz-box-shadow: 5px 7px 7px 0px #b3afa5;
    -webkit-box-shadow: 5px 7px 7px 0px #b3afa5;
    font-size: 24px;
}

#btn-calcu-start,
#btn-go-investment-simu {
    font-size: 25px;
    height: 80px;
}

#btn-print {
    font-size: 30px;
}

#btn-go-investment-simu,
#btn-print {
    width: 350px;
    height: 80px;
}


/* header */

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-top: 50px;
    }
    .navbar-nav {
        margin-top: 50px;
    }
}

.navbar-default {
    background-color: #007CB3;
    border-color: #007CB3;
}

#header-logo {
    margin: 20px 0;
    position: absolute;
    right: 0;
}

.navbar-default .navbar-collapse {
    border-color: #202d3b;
    position: relative;
    ;
}


/* table */

.table-original {
    margin-bottom: 0;
}

.table-original th {
    background-color: #f9f9f9;
    font-size: 20px;
    font-style: oblique;
}

.table-original td {
    background-color: #f9f9f9;
}

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

.table .item {
    width: 30%;
}

.table td.item {
    padding-left: 20px!important;
}

.table .year {
    width: 14%;
    text-align: center;
}

.row-input td {
    padding: 8px 5px!important;
}

.row-input select {
    font-size: 12px;
}

.row-input input[type=text] {
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}

.area-defalt-input {
    margin-top: 10px;
    text-align: right;
}

.area-defalt-input {
    font-size: 14px;
}

.input-default {
    width: 50%;
    display: inline-block;
}

.table > tbody > tr > td.active,
.table > tbody > tr > th.active {
    background-color: #f9f9f9;
}

table .row-input td[class*="col-"] {
    position: static;
    display: none;
    float: none;
}

.table-2col th {
    width: 25%;
}

.table-2col td {
    width: 75%;
}

.table-4col th {
    width: 20%;
}

.table-4col td {
    width: 30%;
}


/* tab input_1*/

.area-nav .nav-tabs {
    width: 70%;
    display: inline-block;
    float: right;
}

.area-nav .nav-tabs li {
    width: 20%;
    text-align: center;
    font-size: 13px;
}

.area-nav .area-nav h4 {
    display: inline-block;
}

.area-nav .table-nav > tbody > tr > th {
    border: none;
}

.area-nav .tab-content > .active,
.table-original .tab-content > .active {
    display: table-cell!important;
}

.tab-group-1,
.tab-group-2,
.tab-group-3,
.tab-group-4,
.tab-group-5 {
    display: none;
}

.area-nav .nav-tabs > li.active > a {
    background-color: #f9f9f9;
}

.table-nav {
    margin-bottom: 0;
}

.table-nav th.item {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}


/* tab input_2*/

ul.nav-step li {
    width: 16.5%;
    text-align: center;
}


/* footer */

footer {
    border-top: 1px solid #66B0D1;
    margin-top: 50px;
    padding: 20px 0 30px;
}


/* login */

#page-login section {
    width: 500px;
    margin: 0 auto;
}


/* menu */

.menu-btn-box {
    margin: 0 auto 30px;
    padding-left: 0;
    display: block;
    text-align: center;
}

.menu-btn-box a {
    margin-left: 30px;
    width: 280px;
    height: 100px;
    line-height: 85px;
    font-size: 28px;
    display: inline-block;
    color: #fff;
}

.menu-btn-box a:first-child {
    margin-left: 0;
}

.mb0 {
    margin-bottom: 0;
}

#page-menu section {
    width: 700px;
    margin: 0 auto;
}

#page-menu .panel .panel-body {
    padding: 30px;
}

#page-menu .panel hr {
    border-top: 1px solid #ccc;
}

.panel-blue {
    border-color: #007CB3;
}

.panel-blue > .panel-heading {
    color: #fff;
    background-color: #007CB3;
    border-color: #007CB3;
}


/* search */

#page-search .radio label {
    margin-right: 20px;
}

#page-search #btn-search {
    width: 80px;
    height: 40px;
}

#page-search .btn-delete {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 12px;
}

#page-search a {
    text-decoration: underline;
}

.pagination > .active > a {
    background-color: #007CB3;
    border-color: #007CB3;
}

#page-search .pagination li.active a {
    text-decoration: none;
}
