@charset "utf-8";
/*
-------------------------------------------------------------------------------- width: 721px -
*/
/* ---------------- main column ---------------- */
/* headings */
.h1.image {
    color: #fff;
}
h2 {
    margin: 0 0 20px 15px;
    font-size: 138%;
    font-weight: bold;
}
.h5 {
    clear: left;
    margin: 0 0 10px 15px;
    font-size: 88%;
    font-weight: bold;
}
/* button */
.bodyText.w50 + p.image {
    background-color: transparent;
}
#main a.procedureButton {
    display: block;
    margin-left: 10px;
    background-color: #1674b9;
    text-align: center;
}
#main a.procedureButton:active,
#main a.procedureButton:hover {
    text-decoration: none;
    opacity: .7;
}
#main a.procedureButton span {
    display: inline-block;
    padding: 30px 0 30px 48px;
    background-image: url(/bokin/img/icon_bokin.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 41px;
    color: #fff;
    font-size: 150%;
    font-weight: bold;
}
/* textButton */
#main a.textButton {
    border-top-color: #ff8900;
}
#main a.textButton.wide {
    width: 355px;
    margin: 0 0 30px 200px;
}
#main a.textButton.disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}
/* imageButton */
#main a.imageButton {
    border-top-color: #ff8900;
}
/* image */
.image {
    background-color: transparent;
}
.cvs .image.w25 {
    width: 108px !important;
    text-align: center;
}
.image.w25 a,
.image.w25 img {
    display: inline;
}
/* table */
.plainTable.treatment {
    margin-bottom: 3px;
}
.plainTable.treatment th {
    padding: 10px 5px;
    font-size: 75%;
    text-align: center;
    white-space: nowrap;
}
.plainTable.treatment td {
    padding: 10px 5px;
    font-size: 75%;
    text-align: right;
    white-space: nowrap;
}
.plainTable.treatment td.color1 {
    background-color: #d9e3b0;
}
.plainTable.treatment td.color2 {
    background-color: #f5c9b0;
}
.legend {
    display: inline-block;
    margin: 0 15px 3px 0;
    padding: 6px 15px;
    border: solid 1px #cfbfb3;
}
.legend.color1 {
    background-color: #d9e3b0;
}
.legend.color2 {
    background-color: #f5c9b0;
}
/* faq */
dl.faq {
    clear: left;
    margin: 0 0 30px 15px;
    font-size: 82%;
    line-height: 1.8;
}
dl.faq dt {
    position: relative;
    margin-bottom: 10px;
    padding-left: 2em;
    font-weight: bold;
}
dl.faq dt:before {
    content: "Q:";
    position: absolute;
    left: 0;
    top: 0;
}
dl.faq dd {
    position: relative;
    margin-bottom: 30px;
    padding-left: 2em;
}
dl.faq dd:before {
    content: "A:";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}
/* others */
.boxText .plainList li {
    margin-top: 5px;
}
.boxText.beige + .boxText.beige {
    background-color: #f2ece9;
}
.boxText.beige + .boxText.beige input[type="checkbox"] + label::before {
    top: 5px;
    margin-top: 0;
}
/*
.bodyText em {
    color: #f00;
    font-weight: normal;
}
*/
/* ---------------- sub column ---------------- */
/* headings */
.subHeading {
    padding: 15px;
    border-top: 5px solid #ff8900;
    background-color: #ffebd3;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}
/* button */
#sub a.procedureButton {
    display: block;
    margin-bottom: 30px;
    background-color: #1674b9;
    text-align: center;
}
#sub a.procedureButton:active,
#sub a.procedureButton:hover {
    text-decoration: none;
    opacity: .7;
}
#sub a.procedureButton span {
    display: inline-block;
    padding: 20px 0 20px 35px;
    background-image: url(/bokin/img/icon_bokin.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 26px;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
}
/* news list */
.newsList {
    margin-bottom: 40px;
}
.newsList .header {
    color: #ff8900;
}
.newsList .body {
    height: auto;
}
/* links */
ul.subLinks {
    background-color: #fff;
}
ul.subLinks li {
    border-top: 1px solid #ddd9d6;
}
ul.subLinks li:first-child {
    border-top-style: none;
}
ul.subLinks li a {
    display: block;
    padding: 10px 10px 10px 25px;
    background-image: url(/common/img/icon_angle_orange.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
    background-size: 6px 9px;
    color: #404040;
    font-size: 88%;
    line-height: 1.4;
}
ul.subLinks li a:active,
ul.subLinks li a:hover {
    color: #e54800;
    text-decoration: none;
}
ul.subLinks li a.current {
    font-weight: bold;
}
/* contact */
.subContact {
    background-color: #fff;
}
.subContact dl {
    padding: 16px 10px 8px;
}
.subContact dt {
    padding-bottom: 5px;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}
.subContact dd {
    padding-top: 5px;
    font-size: 88%;
    line-height: 1.4;
    text-align: center;
}
.subContact dd a.tel {
    display: inline-block;
    padding: 4px 0 4px 20px;
    background-image: url(/bokin/img/icon_tel.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 14px;
    color: #404040;
}
.subContact dd a.tel.noLink {
    cursor: default;
}
.subContact dd a.tel:active,
.subContact dd a.tel:hover {
    color: #404040;
    text-decoration: none;
}
.subContact .button {
    padding: 15px 20px 5px;
    border-top: 1px solid #ddd9d6;
}
.subContact .button li {
    padding-bottom: 10px;
}
.subContact .button li a {
    display: block;
    background-color: #ff8900;
    text-align: center;
}
.subContact .button li a:active,
.subContact .button li a:hover {
    text-decoration: none;
    opacity: .7;
}
.subContact .button li a span {
    display: inline-block;
    padding: 12px 0 12px 27px;
    background-image: url(/bokin/img/icon_email.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    color: #fff;
    font-size: 88%;
    font-weight: bold;
}
.subContact .button li:last-child a span {
    background-image: url(/bokin/img/icon_newwin.png);
}
/* ---------------- form ---------------- */
/* table */
form .plainTable th {
    width: 200px;
    padding: 18px 15px !important;
}
form .plainTable th .req {
    margin-left: 8px;
    padding: 2px 8px;
    background-color: #f13131;
    color: #fff;
    font-size: 69%;
    font-weight: bold;
    letter-spacing: .1em;
    white-space: nowrap;
}
form .plainTable th .note {
    font-size: smaller;
    font-weight: normal;
}
form .plainTable td {
    min-height: 1em;
}
/* error */
form .plainTable td .error {
    display: block;
    margin-bottom: 4px;
    padding: 2px 0 2px 18px;
    background-image: url(/library/img/icon_alert.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    color: #f13131;
    font-size: 85%;
}
/* input: text */
input[type="text"] {
    width: 452px;
    padding: 4px;
    border: 1px solid #cfbfb3;
    font-size: 122%;
}
input[type="text"].short {
    width: 180px;
}
input[type="text"].shorter {
    width: 80px;
}
input[type="text"].imeOff {
    ime-mode: disabled;
}
/* textarea */
textarea {
    width: 452px;
    height: 160px;
    padding: 4px;
    border: 1px solid #cfbfb3;
    font-size: 122%;
}
/* input: radio */
input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
}
input[type="radio"] + label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    border: 1px solid #cfbfb3;
    border-radius: 7px;
    background-color: #fff;
}
input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 4px;
    background-color: #404040;
}
/* input: checkbox */
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding: 3px 20px 3px 28px;
    cursor: pointer;
}
input[type="checkbox"] + label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -10px;
    border: 1px solid #cfbfb3;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    top: 4px;
    left: 3px;
    width: 11px;
    height: 8px;
    border-left: 4px solid #ff8900;
    border-bottom: 3px solid #ff8900;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* button */
.buttons {
    margin: 0 0 30px 15px;
    text-align: center;
}
.buttons.left {
    text-align: left;
}
button,
a.button {
    display: inline-block;
    margin: 0 10px 40px 0;
    padding: 15px 40px;
    border-style: none;
    background-image: url(/common/img/icon_angle_white.png);
    background-repeat: no-repeat;
    background-position: 25px 50%;
    background-size: 6px 9px;
    color: #fff;
    font-size: 88%;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}
button[type="submit"] {
    background-color: #e54800;
}
button[type="button"],
a.button {
    background-color: #404040;
}
button.back,
a.button.back {
    padding: 15px 16px 15px 30px;
    background-image: url(/common/img/icon_angle_white_left.png);
    background-position: 14px 50%;
}
button:active,
button:hover,
a.button:active,
a.button:hover {
    opacity: .7;
    text-decoration: none;
}
/* select */
.selectWrapper {
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #cfbfb3;
    background-color: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGdJREFUeNpiDAjx0WNgYBBjwA9esQAJRiDeCMRcOBR9A2IrJiBxEYijgfg/FkX/oXIXmaACG4C4GovCaqgcAxOSYAcQL0XiL4WKgQELmjUpQKwC5acgO4cFzaofQOwP9eAPZAmAAAMAGIYSTvam0vsAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    outline: none;
    overflow: hidden;
}
.selectWrapper select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 130%;
    margin: 0;
    padding: 5px 32px 5px 10px;
    border: 0;
    background: none transparent;
    color: inherit;
    outline: none;
    vertical-align: middle;
    font-size: inherit;
    box-sizing: content-box;
    font-size: 122%;
    line-height: 1;
}
/* ---------------- report ---------------- */
/* button */
a.donorButton {
    display: table;
    float: left;
    width: 170px;
    height: 56px;
    margin: 0 0 15px 15px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url(../../common/img/icon_angle_gray.png);
    background-position: 15px 50%;
    background-size: 6px 9px;
    color: #404040;
}
a.donorButton:active,
a.donorButton:hover,
a.donorButton.current {
    background-image: url(../../common/img/icon_angle_orange.png);
    color: #e54800;
    text-decoration: none;
}
a.donorButton span {
    display: table-cell;
    height: 56px;
    padding: 0 10px 0 35px;
    font-size: 82%;
    font-weight: bold;
    line-height: 1.2;
    vertical-align: middle;
}
/* list */
.donorList {
    padding-top: 20px;
}
.donorList .h3 {
    margin-bottom: 15px;
}
.donorBox {
    box-sizing: border-box;
    float: left;
    width: 355px;
    margin: 0 0 15px 15px;
    padding: 20px 20px 15px 20px;
    border-top: 4px solid #1674b9;
    background-color: #fff;
    overflow: hidden;
}
.donorBox img {
    float: right;
    width: 160px;
    margin: 0 0 5px 15px;
}
.donorBox h4 {
    font-size: 82%;
    font-weight: bold;
    line-height: 1.4;
}
.donorBox p {
    margin: 8px 0 5px 0;
    line-height: 1.4;
}
/*
-------------------------------------------------------------------------------- width: - 720px
*/
@media screen and (max-width: 720px) {
/* ---------------- main column ---------------- */
/* headings */
h1 {
    margin: 0 0 20px 10px;
}
h2 {
    margin: 0 0 15px 10px;
    font-size: 113%;
}
/* button */
#main a.procedureButton {
    margin-left: 0;
}
/* textButton */
#main a.textButton.wide {
    width: auto;
    margin-left: 10px;
}
/* image */
.image {
    text-align: center;
}
.cvs .image.w25 {
    width: calc(33.3333% - 10px) !important;
}
.image img {
    display: inline;
    width: auto;
}
/* faq */
dl.faq {
    margin: 0 0 15px 10px;
    line-height: 1.6;
}
dl.faq dt {
    margin-bottom: 5px;
}
dl.faq dd {
    margin-bottom: 20px;
}
/* ---------------- sub column ---------------- */
/* headings */
.subHeading {
    padding: 10px;
    border-top: 3px solid #ff8900;
}
/* links */
ul.subLinks {
    background-color: #fff7ed;
}
ul.subLinks li {
    border-top-style: none;
    border-bottom: 1px solid #ddd9d6;
}
ul.subLinks li a {
    font-size: 82%;
}
ul#sideBanners {
    margin-bottom: 0 !important;
}
/* contact */
ul.subContact {
    background-color: #fff7ed;
}
ul.subContact li a.tel span {
    margin-top: 4px;
}
/* ---------------- form ---------------- */
/* table */
form .plainTable {
    border-top: 1px solid #cfbfb3;
}
form .plainTable tr {
    display: block;
}
form .plainTable th,
form .plainTable td {
    display: block;
    width: auto;
    border-top-style: none !important;
    white-space: normal !important;
}
form .plainTable th {
    padding: 9px 10px !important;
}
/* input: text */
input[type="text"] {
    box-sizing: border-box;
    width: 100%;
}
input[type="text"].short {
    width: 36%;
}
input[type="text"].short {
    width: 24%;
}
/* textarea */
textarea {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
}
/* button */
.buttons {
    margin: 0 0 15px 10px;
}
button,
a.button {
    margin: 0 4px 10px 0;
    padding: 10px 16px 11px 24px;
    background-position: 12px 50%;
    font-size: 82%;
}
button.back,
a.button.back {
    padding: 10px 16px 11px 24px;
    background-position: 12px 50%;
}
/* select */
.selectWrapper {
    margin-bottom: 6px;
}
/* ---------------- report ---------------- */
/* button */
a.donorButton {
    width: calc(50% - 10px);
    height: 47px;
    margin: 0 0 15px 10px;
    background-position: 10px 50%;
}
a.donorButton span {
    height: 47px;
    padding: 0 10px 0 25px;
    font-size: 75%;
}
/* list */
.donorList {
    padding-top: 5px;
}
.donorList .h3 {
    margin-bottom: 10px;
}
.donorBox {
    float: none;
    width: auto;
    margin: 0 0 10px 10px;
    padding: 15px;
    border-top: 3px solid #1674b9;
}
.donorBox img {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
}
.donorBox p {
    margin: 8px 0 0 0;
}
} /* width: - 720px */
