@charset "utf-8";

/* CSS Document */

.border_area {
    width: 100%;
    margin: 0 auto;
    height: 8px;
    background-image: url(border.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #06599F;
}

.menu_but {
    position: relative;
    max-width: 1178px;
    *width: 100%;
    *margin: 0 auto;
    padding-bottom: 10px;
    text-align: right;
    margin: 0px;
    margin-top: -30px;
    margin-right: 1%;
    height: 50px;
    width: 50px;
    top: 10px;
    float: right;
}

.index .menu_but {
    margin: 0px;
    margin-right: 1%;
    top: 100px;
    right: 0px;
    width: 50px;
    height: 50px;
    float: right;
}

.menu {
    cursor: pointer;
}

#menu_area {
    display: none;
    position: relative;
}

.listing ul li {
    list-style-type: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 4%;
    width: 200px;
    padding: 4% 1% 2% 1%;
    margin: 0 1%;
    background-image: none;
    font-size: 1.4em;
    text-align: left;
    height: auto;
}

.listing ul {
    margin-bottom: 20px;
}

.listing ul li a {
    color: #BBBBBB;
    text-decoration: none;
}

.listing ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

#content_txt {
    padding: 1%;
    max-width: 1178px;
    width: 98%;
    margin: 0 auto;
    position: relative;
    /*word-wrap: break-word;*/
}

.bread {
    color: #007292;
    position: relative;
}

.bread a {
    color: #007292;
    text-decoration: none;
}

.bread a:hover {
    color: #000000;
}

.title1 {
    color: #333;
    font-size: 2.6em;
    background-size: 62px 62px;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    margin: 20px 0px 10px 0px;
    padding: 15px 0px 15px 75px;
}

h2 {
    color: #333;
    font-size: 18px;
}

.title2 {
    color: #007282;
    font-size: 1.7em;
    font-weight: normal;
}

.title3 {
    color: #A61111;
    font-size: 1.5em;
    font-weight: normal;
}

.title4 {
    font-size: 1.4em;
    color: #2674A7;
}

.title4_color {
    color: #2674A7;
}

.title4_small {
    font-size: 1.2em;
    color: #2674A7;
}

.title5 {
    font-size: 1.3em;
    color: #000;
}

.bookmark_title {
    color: #333;
    font-size: 2em;
    background-size: 62px 62px;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    margin: 20px 0px 10px 0px;
    padding-left: 20px;
}

.search_result_title {
    color: #333;
    font-size: 2em;
    background-size: 62px 62px;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    margin: 20px 0px 10px 0px;
    padding-left: 20px;
}

.txt {
    font-size: 1em;
    line-height: 1.6em;
}

.tool {
    position: absolute;
    right: 1%;
    top: 41px;
}

.line {
    border-bottom: rgba(171, 171, 171, 0.27) 2px solid;
    width: 100%;
    height: 8px;
    background-repeat: repeat-x;
    position: relative;
}

.table {
    width: inherit;
    max-width: 100%;
}


/****calculator****/

.calculator {
    width: 100%;
}

.calculator {
    border: #76DBF8 solid 4px;
}

.calculator td {
    border-bottom: #0492DD dotted 1px;
    padding: 8px 10px;
}

.calculator td fieldset {
    position: relative;
}

.calculator .cal_btn_column {
    border-bottom: #0492DD solid 1px;
    margin: -8px -10px;
    padding-bottom: 8px 10px;
}

.border_none td {
    border: none;
}

.cal_button {
    color: #000;
    text-align: center;
    width: 100px;
    display: inline-block;
    text-decoration: none;
    background-color: #EBEBEB;
    border: 0;
    cursor: pointer;
    border: solid 2px #D2D2D2;
    line-height: 30px;
}

label.cal_button {
    margin: 3px 0px;
}

.cal_button:hover {
    background-color: #06599F;
    color: #fff;
}

.cal_button:target {
    background-color: #06599F;
}

.cal_button.btnM,
.cal_button.btnF {
    background-image: url(btn_M.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 42px;
    width: 109px;
}

.cal_button.btnF {
    background-image: url(btn_F.png);
}

.cal_button.btnM:hover,
.cal_radio:checked+label.btnM,
.cal_button.btnF:hover,
.cal_radio:checked+label.btnF {
    background-color: #06599F;
    background-position: 0px -40px;
}

.cal_radio {
    position: absolute;
    z-index: -1000;
    top: 8px;
    left: 20px;
}

.cal_radio:checked+label {
    background-color: #06599F;
    color: #fff;
}

.cal_form {
    border: solid 2px #D2D2D2;
    border-radius: 10px;
    width: 230px;
    background-color: #FFF;
    height: 30px;
    padding: 0px 10px;
}

.alert_box {
    color: red;
}

#long_result {
    width: 100%;
    height: 40px;
    resize: none;
}

#ransons_rate_input {
    width: 250px;
    height: 80px;
    resize: none;
}

.cal_bg {
    background-color: #E5E5E5;
}

.cal_subtitle {
    background-color: #E4E4E4;
}

.cal_select {
    border: solid 2px #D2D2D2;
    height: 30px;
}

.formula_img {
    max-width: 100%;
}

.nav {
    text-align: center;
    padding: 15px;
}

.btn {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
    background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
    background-image: -ms-linear-gradient(top, #ffffff, #ebebeb);
    background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
    background-image: linear-gradient(to bottom, #ffffff, #ebebeb);
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    color: #b50000;
    font-size: 1em;
    padding: 10px 20px 10px 20px;
    border: solid #d6d6d6 1px;
    text-decoration: none;
    margin: 0px 0.25rem;
}

.btn:hover {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
    background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
    background-image: -ms-linear-gradient(top, #ffffff, #f7f7f7);
    background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
    background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
    text-decoration: none;
}

.con_btn {
    background: #2878AD;
    background-image: linear-gradient(to bottom, #2878AD, #1C577D);
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: none;
}

.con_btn:hover {
    background: #236D9D;
    background-image: linear-gradient(to bottom, #236D9D, #2878AD);
    color: #fff;
    text-decoration: none;
}

.cal_btn_column {
    padding: 8px 10px;
}

.cal_link {
    color: #00596F;
    text-decoration: none;
}

.cal_link:hover {
    color: #464646;
}

.cal_foot {
    font-size: 0.8em;
    color: #434343;
}

#foot1,
#foot2,
#foot3 {
    display: none;
    background-color: #FCFAEE;
}

@media only screen and (max-width:1178px) {
    .menu_but {
        *margin: 0% 1%;
        *margin-top: -30px;
        *width: 98%;
        margin-right: 1%;
        top: 10px;
        left: 0px;
    }
    .index .menu_but {
        margin-right: 1%;
        right: 0px;
    }
}

@media only screen and (max-width:850px) {
    .logo img {
        max-width: 60%;
    }
    .index .search_area {
        padding-top: 10px;
    }
    #content_txt {
        padding: 2%;
        width: 96%;
    }
    .menu_but {
        *margin-top: 10px;
        right: 10px;
        top: 23px;
        margin-bottom: 30px;
    }
    .index .menu_but {
        top: -10px;
        right: 10px;
        margin-right: 1%;
    }
    .booked {
        top: 10px;
        right: 70px;
    }
    .index .booked {
        top: 8px;
    }
}

@media only screen and (max-width:800px) {
    .tool {
        position: relative;
        right: 0;
        top: 10px;
        bottom: 20px;
        text-align: right;
    }
    /****calculator***********/
    .calculator td/*, .tablelist td*/
    {
        float: left;
        clear: left;
        text-align: left;
        position: relative;
    }
    .calculator thead/*, .tablelist th*/
    {
        display: none;
    }
    table,
    .calculator tbody,
    .calculator tr,
    .calculator td/*, .tablelist tbody, .tablelist tr, .tablelist td*/
    {
        width: 100%;
        box-sizing: border-box;
    }
    .calculator td:before/*, .tablelist td:before*/
    {
        content: attr(data-label);
        display: block;
        float: left;
        font-weight: normal;
        width: 100px;
        text-align: left;
    }
    /*.tablelist td:before {
	color: #c33;
	width: 100%;
}*/
    .calculator td .cont {
        display: block;
        overflow: hidden;
    }
    #long_result {
        width: 98%;
        height: 70px;
        *resize: none;
    }
    #ransons_rate_input {
        width: 250px;
        height: 100px;
        resize: none;
    }
    /* .calculator td:first-child {
        border-top: 4px solid #FE6910;
    }
    .calculator td:last-child {
        text-align: left;
        border-bottom: 1px solid #BEBEBE;
		margin-bottom: 15px;
    }*/
}

@media only screen and (max-width:550px) {
    .title2 {
        font-size: 1.8em;
    }
    .title3 {
        font-size: 1.4em;
    }
}

@media only screen and (max-width:320px) {
    .cal_form {
        width: 200px;
    }
    #ransons_rate_input {
        width: 200px;
        resize: none;
    }
}

.bookmark_list ul {
    list-style-type: none;
}

.bookmark_list ul li {
    padding: 22px 0px 0px 30px;
    background-image: url(red_bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 26px;
}

.search_result_list ul {
    list-style-type: none;
}

.search_result_list ul li {
    padding: 22px 0px 0px 30px;
    background-image: url(red_bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 26px;
}

.table_border,
.table_border th,
.table_border td {
    border: 1px solid black;
    border-collapse: collapse;
}

.table_border th,
.table_border td {
    padding: 5px;
}



/* 2022 new add */
.accordion {
    margin: 20px 0px;
}
.accordion-item {
    border: none;
    margin: 20px 0px;
}
.accordion-body {
  padding: 0rem;
}
.accordion-button {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(196,239,252,1) 100%) !important;
	box-shadow: 3px 4px 7px 1px rgba(0,0,0,0.15) !important;
    color: #333 !important;
    padding: 20px 40px;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 45px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: url("arrow.png") !important;
    background-repeat: no-repeat;
    background-size: 45px 20px;
    transition: transform .2s ease-in-out;
    transform: rotate(-90deg);
}

.accordion-item ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.accordion-item ul li {
	background-image:url(red_bullet.png);
	background-repeat:no-repeat;
	background-position: 35px 13px;
    border-bottom: dotted 1px #06599F;
	list-style-type:none;
    padding: 10px 15px 10px 60px;
}
.accordion-item a {
  background: none;
  font-size: 1em;
  color: #767676;
  text-decoration: none;
  border: none;
  height: auto;
  padding-right: 0px;
}



.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .0rem rgba(13,110,253,0);
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

a {
    color: #2B689C;
    text-decoration: none;
}
a:hover {
    color: #2B689C;
}
th {
    text-align: left;
}
th[align=center] {
    text-align: center;
}
/* the end */

