@charset "UTF-8";
body {
    font-size: 13px;
    color: #333;
}
a {
    color: #0088cc;
    text-decoration: none;
}
a:hover, a:focus {
    color: #005580;
    text-decoration: underline;
}
.link_arrow {
    padding-left: 10px;
    background: url(/co/shared/image_v3/icon_arrow_01.gif) no-repeat left center;
    color: #0088cc;
    text-decoration: none;
}

.externalIcon01A {
    margin: 0 3px;
    vertical-align: baseline;
}

.strong {font-weight: bold;}

.notice01A {
    margin: 10px 0px 10px 10px;
    color: #ff0000;
    font-size: 12px;
    line-height: 1.8em;
    font-weight: bold;
}

/*******************************
 title_area
*******************************/
h1#popUpPageTitle {
    display: block;
    padding: 0 10px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
}
#flow {
    width: 100%;
}
#flow img {
    width: 100%;
}
#flow .sp {
    display: none;
}
@media screen and (max-width: 768px) {
    h1#popUpPageTitle {
        padding: 0 0 10px;
        font-size: 19px;
    }
    #flow .pc {
        display: none;
    }
    #flow .sp {
        display: block;
    }
    #flow .sp img {
        margin-bottom: 5px;
    }
}

/*******************************
 main_content_area
*******************************/

/*common*/
.err_msg {
    background: #fbf590;
    padding:0 10px;
    margin:0 0 5px;
}
.err_msg p {
    color: #ff0000;
    font-size: 12px;
    line-height: 1.8em;
}

.error01A {
    background: #fbf590;
    padding:0 10px;
    margin: 10px 0px 5px auto;
}
.error01A p {
    color: #ff0000;
    font-size: 12px;
    line-height: 1.8em;
}

/*event_index*/
.privacy {
    margin: 20px 10px 30px;
    font-size: 12px;
}
.privacy p.title {
    margin-bottom:5px;
    font-weight: bold;
    color: #0e0e69;
}

.privacy .col {
    margin: 0 5px;
}
.privacy .col ul {
    margin-bottom:10px;
    font-size: 11px;
}
.entry_form {
    margin: 0 10px;
}
.entry_form p.note_entry {
    margin-bottom: 15px;
    padding-bottom:3px;
    border-bottom: 2px solid #164c97;
    font-size: 110%;
    font-weight: bold;
    line-height:1.4em;    
}

@media screen and (max-width: 768px) {
    .privacy {
        margin: 20px 5px 30px;
    }
    .entry_form {
        margin: 0 5px;
    }
}

.for_pc_txt {
    padding: 0 5px;
    display:block;
}
.for_sp_txt {
    padding: 0 5px;
    display:none;
}

@media screen and (max-width: 768px) {
    .for_pc_txt {
        display:none;
    }
    .for_sp_txt {
        display:block;
    }
}

/* datepicker */
.ui-datepicker-trigger {
    vertical-align: middle;
    margin-left: 2px;
    cursor: pointer;
}

.holiday > .ui-state-default {
    background: #FFCCCC !important;
    color: red !important;
}
.sunday > .ui-state-default {
    background: #FFCCCC !important;
    color: red !important;
}
.saturday > .ui-state-default {
    background: #CCCCFF !important;
    color: blue !important;
}

/* table generic */
table.form_entry {
    border: 1px solid #dddddd;
    border-collapse: collapse;
    border-left: 0;
    width: 100%;
    margin-bottom: 10px;
}
table.form_entry th {
    width: 32%;
    background-color: #f3f3f3;
}
table.form_entry th.col_w_l {
    width: 12%;
}
table.form_entry th.col_w_r {
    width: 20%;
}

table.form_entry th, table.form_entry td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    font-size: 13px;
}

table.tbl_confirm td {
    word-break: break-all;
}

.form_btn {
    text-align: center;
    margin:20px 0 30px;
}
.form_for_sp {display:none}

@media screen and (max-width: 768px) {
    table.form_entry th, table.form_entry td {
        display:block;
        width: auto;
    }
    table.form_entry th.col_w_l {
        width: auto;
        background:#d8f1f0;
    }
    table.form_entry th.col_w_r {
        width: auto;
    }
    .form_for_sp {
        display:block;
    }
    .form_for_sp select {
        width:95%;
    }
    .form_for_sp select ul li {
        margin-bottom:5px;
    }
    .form_for_pc {display:none}
    .postal_search {
        display:block;
        margin-top:5px;
    }
}


/* form generic */
span.required {
    color: #ff0000;
    font-size:11px;
    font-weight: normal;
    
}
span.example {
    display: block;
    font-size:12px;
}

ul.radio_order li {
    display: inline-block;
    margin-right: 15px;
}

@media screen and (max-width: 768px) {
    ul.radio_order li {
        display: block;
        margin-right: 0;
        margin-bottom:5px;
    }
}

.name_box {
    display:table;
}
.name_box_family,
.name_box_first {
    display:table-cell;
    padding-right:20px;
}

@media screen and (max-width: 768px) {
    .name_box_family,
    .name_box_first {
        display:block;
        padding-right:0;
    }
}


select,textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 18px;
    padding: 4px 6px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
}
select {
    height: 30px;
    
}

input[type="button"] {
    display: inline-block;
    height: 28px;
    padding: 4px 2px;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    box-shadow: inset 0  rgba(0, 0, 0, 0.075);
    cursor: pointer;
}

input:disabled {
    color: rgba(0,0,0,1) !important;
}


input[type=radio], input[type=checkbox] {
    vertical-align: -0.1em;
}

@media screen and (max-width: 768px) {
    ul.radio_order li {
        display: block;
        margin-right: 0;
        margin-bottom:5px;
    }
}


.tbxL {
    width: 320px;
}

.tbxM {
    width: 220px;
}

.tbxX {
    width: 140px;
}

.tbxS {
    width: 100px;
}

.tbxSS {
    width: 50px;
}

.tbx2D {
    width: 25px;
}

.txtDetail {
    width: 500px;
    height: 200px;
    max-width: 500px;
}

@media screen and (max-width: 768px) {
    .tbxL {
        width: 300px;
    }

    .txtDetail {
        width: auto;
        max-width: 300px;
    }
}

@media screen and (max-width: 320px) {
    .tbxL {
        width: 250px;
    }

    .txtDetail {
        width: auto;
        max-width: 250px;
    }
}

/*******************************
 form_confirm_accepted
*******************************/
.msg_acception {
    margin: 20px 0;
}
.confirm_box {
    margin: 20px 0 30px;
}
.confirm_box p {
    font-size:12px;
    line-height:1.6;
    margin-bottom: 5px;
}
.confirm_box p.title {
    font-weight: bold;
    font-size:13px;
}
.confirm_entry {
    margin-top:20px;
    margin-bottom: 15px;
    padding:5px;
    border:#ddd 1px solid;
    border-bottom: 2px solid #164c97;
    background-color: #f3f3f3;
    font-size: 110%;
    font-weight: bold;
    line-height:1.4em;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-top-left: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-top-left: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-top-right: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-top-right: 4px;
    border-radius: 4px 4px 0 0;
}

.form_section {
    margin-top:20px;
    margin-bottom: 15px;
    padding:5px;
    border:#ddd 1px solid;
    border-bottom: 2px solid #164c97;
    background-color: #f3f3f3;
    font-size: 110%;
    font-weight: bold;
    color: #0e0e69;
    line-height:1.4em;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-top-left: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-top-left: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-top-right: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-top-right: 4px;
    border-radius: 4px 4px 0 0;
}

.confirm_box .confirm_btn {
    margin: 0;
    border:#ddd 1px solid;
    background-color: #fbfbfb;
    padding:20px 0;
    text-align: center;
    width:100%;
}
.confirm_btn_l,
.confirm_btn_r{
    display: inline-block;
}
.confirm_btn_l {
    padding-right:10px;
}
.confirm_btn_r {
    padding-left:10px;
}

.msg_acception p {
    margin-bottom: 5px;
    line-height:1.6;
}
.msg_acception p.title {
    font-weight: bold;
}
.link_top {
    margin: 30px 0;
    font-size: 12px;
    border:#ddd 1px solid;
    background-color: #fbfbfb;
    padding:10px;
    text-align: center;
}


@media screen and (max-width: 768px) {
.confirm_box .confirm_btn {
    margin: 0;
    border:#ddd 1px solid;
    background-color: #fbfbfb;
    padding:10px 0;
    text-align: center;
    width:100%;
}
.confirm_btn_l,
.confirm_btn_r{
    display: block;
}
.confirm_btn_l {
    padding-right:0;
}
.confirm_btn_r {
    padding-left:0;
    margin-top:10px;
}
}
.columnBlock {
    overflow: hidden;
    margin:20px 0;
}
.privacy_note {
    padding: 8px 10px;
    background: #eeeff2;
    float: right;
    width: 250px;
    font-size:12px;
}

.privacy_note ul li {
    padding: 2px 0 4px 8px;
    background: url(/co/shared/image_v3/icon_arrow_01.gif) no-repeat left center;
    line-height: 1.2;
}

.ime_off {
    ime-mode: disabled;
}

.mt10 {
    margin-top: 10px;
}

