/*-------reset------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 15px;
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/*------wrapper------*/
#wrapper {
    margin: 0px auto;
    width: 950px;
    position: relative;
}
@media screen and (max-width:1024px) {
    #wrapper {
        width: 100%;
    }
}

/*------header------*/
header {
    position: relative;
    background-color: rgba(255, 255, 250, 0.5);
}
.header_left {
    float: left;
}
@media screen and (max-width:1024px) {
    .header_left {
        float: none;
        text-align: center;
    }
}
.logo {
    padding: 20px 8px;
    text-align: center;
    width: 221px;
    height: 54px;
}
@media screen and (max-width:1024px) {
    .logo {
        padding: 50px 0 0 0;
    }
}
.header_right {
    float: right;
}
@media screen and (max-width:1024px) {
    .header_right {
        float: none;
    }
}
.header_title {
    padding: 35px 20px 15px 0px;
    color: rgb(33, 25, 146);
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width:1024px) {
    .header_title {
        width: 100%;
        text-align: center;
        padding: 0 0 10px 0;
    }
}
@media screen and (max-width:767px) {
    .header_title {
        font-size: 18px;
    }
}
.header_txt {
    padding: 5px 0;
    color: rgb(33, 25, 146);
    clear: both;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
    .header_txt {
        text-align: center;
    }
}
.header_info {
    padding: 2%;
    line-height: 1.3em;
}
@media screen and (max-width: 1024px) {
    .header_info {
        text-align: center;
    }
}
#navi {
    right: 0px;
    position: absolute;
    z-index: 9999;
}
@media screen and (max-width:1024px) {
    #navi {
        top: 0px;
        width: 100%;
        position: fixed;
        z-index: 9999;
    }
}
@media screen and (max-width:1024px) {
    #navi_logout {
        display: none;
    }
}
.mypage {
    margin: -37px 0px 0px;
    text-align: right;
    color: rgb(255, 255, 255);
    text-decoration: underline;
}
@media screen and (max-width:1024px) {
    .mypage {
        margin: 0px;
        top: 0px; width: 100%;
        height: 40px;
        border-bottom-color: rgb(255, 255, 255);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: fixed;
        z-index: 9999;
        background-color: rgb(80, 80, 80);
    }
}
@media screen and (max-width:1024px) {
    .mypage_logout {
        display: none;
    }
}
.mybtn {
    text-align: right;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
@media screen and (max-width:1024px) {
    .mybtn {
        padding: 0px;
        height: 35px;
        text-align: right;
        color: rgb(255, 255, 255);
        line-height: 25px;
        font-size: 14px;
        text-decoration: underline;
        cursor: pointer;
    }
}
.menubtn:hover {
    opacity: 0.8;
}
@media screen and (max-width:1024px) {
    .menubtn:hover {
        opacity: 1;
    }
}
.list ul {
    margin-top: 0px;
}
@media screen and (max-width:1024px) {
    .list ul {
        margin-top: 35px;
    }
}
.list li {
    background: rgb(80, 80, 80);
    width: 222px;
    padding: 3px 10px;
    color: rgb(255, 255, 255);
    line-height: 35px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(255, 255, 255);
    list-style: none;
}
@media screen and (max-width:1024px) {
    .list li {
        width: 100%;
        padding: 3px 0px;
        line-height: 60px;
    }
}
.list a {
    padding: 1%;
    color: rgb(255, 255, 255);
}
.list_menu {
    margin: 2px 0px;
    padding: 0px 5px;
    text-align: left;
}
@media screen and (max-width:1024px) {
    .list_menu {
        padding: 0px;
        text-align: right;
    }
}
.list_menu a {
    margin: 2px 0px;
    padding: 2px 5px;
    border-radius: 10px;
    text-decoration: underline;
}
.list_menu a:hover {
    background: rgb(138, 138, 138);
}
.border {
    padding: 5px 0px 5px 15px;;
    clear: both;
    border-top-color: rgb(33, 25, 146);
    border-top-width: 2px;
    border-top-style: solid;
}

/*------article------*/
article {
    padding: 10px 0px;
    background-color: rgb(223, 223, 223);
}
@media screen and (max-width:1024px) {
    article {
        padding: 5px 0px;
    }
}
.school_name {
    margin: 10px 50px;
    padding: 15px;
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: bold;
    border-bottom-color: rgb(33, 25, 146);
    border-bottom-width: 2px;
    border-bottom-style: double;
    background-color: rgb(255, 255, 255);
}
@media screen and (max-width:1024px) {
    .school_name {
        margin: -5px 0px 15px 0px;
        padding: 15px;
        text-align: center;
    }
}
.name_number {
    text-align: right;
    padding-right: 50px;
    padding-top: 2%;
    font-size: 16px;
}
@media screen and (max-width:1024px) {
    .name_number {
        padding-right: 0;
        padding-top: 5px;
        padding-bottom: 10px;
        text-align: center;
    }
}
.pass {
    margin: 0 auto;
    margin-bottom: 5px;
    width: 850px;
}
@media screen and (max-width:1024px) {
    .pass {
        margin: -15px 0 5px 0;
        text-align: center;
        width: 100%;
    }
}
.password_label {
    line-height: 50px;
}
.password_form {
    width: 200px;
    height: 20px;
}
@media screen and (max-width:767px) {
    .password_form {
        width: 40%;
    }
}

/*------section_topmenu------*/
#topmenu {
    margin: 0px;

}
@media screen and (max-width:1024px) {
    #topmenu {
        margin: 0;
        width: 100%;
    }
}
#topmenu a {
    padding: 3%;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(33, 33, 166);
    display: block;
}
#topmenu a:hover {
    background-color: rgb(84, 133, 255);
}


/* 栄中学校の色 */
#topmenu .t00090 a {
    padding: 3%;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: #1D1F94;
    display: block;
}

#topmenu .t00090 a:hover {
    background-color: #3E40B5;
}

/* 栄高校の色 */
#topmenu .t00030 a {
    padding: 3%;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: #932B1E;
    display: block;
}

#topmenu .t00030 a:hover {
    background-color: #B44C3F;
}

/* 花咲の色 */
#topmenu .t00050 a {
    padding: 3%;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: #1C8694;
    display: block;
}

#topmenu .t00050 a:hover {
    background-color: #3FA6B5;
}

/* 栄北の色 */
#topmenu .t00080 a {
    padding: 3%;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: #72931E;
    display: block;
}

#topmenu .t00080 a:hover {
    background-color: #93B43F;
}

/* 栄東中学の色 */
#topmenu .t00060 a {
    padding: 3%;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: #1C9433;
    display: block;
}

#topmenu .t00060 a:hover {
    background-color: #3DB554;
}

/* 栄東高校の色 */
#topmenu .t00040 a {
    padding: 3%;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: #3F1E93;
    display: block;
}

#topmenu .t00040 a:hover {
    background-color: #603FB4;
}

/* さとえ小学校（低学年）の色 */
#topmenu .t00110 a {
    padding: 3%;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: #FF44A2;
    display: block;
}

#topmenu .t00110 a:hover {
    background-color: #FF95CB;
}

/* さとえ小学校（高学年）の色 */
#topmenu .t00111 a {
    padding: 3%;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: #DD016F;
    display: block;
}

#topmenu .t00111 a:hover {
    background-color: #FF339A;
}




.topmenu_button {
    margin: 3% 15%;
    text-align: center;
}
@media screen and (max-width:767px) {
    .topmenu_button {
        margin: 7% 15%;
    }
}
.transfer {
    margin-left: 15%;
    margin-bottom: 20px;
    font-size: 14px;
}
@media screen and (max-width:767px) {
    .transfer {
        margin-left: 0;
        text-align: center;
    }
}

/*------section_agreement------*/
#agreement {
    margin: 0px 100px;
    clear: both;
}
@media screen and (max-width:767px) {
    #agreement {
        margin: 0;
        width: 100%;
    }
}
.pdfFileBtn {
    background: rgb(255, 246, 187);
    width: auto;
    padding: 2%;
    color: rgb(106, 66, 21);
    text-decoration: none;
    border: 3px ridge rgb(255, 163, 38);
    display: block;
}
@media screen and (max-width:767px) {
    .pdfFileBtn {
        font-size: 12px;
    }
}
.attention {
    margin-left: 15%;
}
@media screen and (max-width:767px) {
    .attention {
        margin-left: 0;
        text-align: center;
    }
}
.agreement_contents {
    margin-bottom: 30px;
}
.agreement_file {
    margin: 1% 15%;
    text-align: center;
}
@media screen and (max-width:767px) {
    .agreement_file {
        margin: 3% 15%;
    }
}
.information {
    margin: 0 15%;
    padding-bottom: 25px;
    clear: both;
}
@media screen and (max-width:767px) {
    .information {
        margin: 0 15%;
    }
}
.information p {
    font-size: 12px;
}

/*------section_contents------*/
#contents {
    padding: 10px 0 20px 0;
}
@media screen and (max-width:1024px) {
    #contents {
        padding: 15px 0 0 0;
    }
}
#contents p {
    padding: 15px 0 0 50px;
}
@media only screen and (max-width:1024px) {
    #contents p {
        padding: 10px 0 5px 0;
    }
}
.center {
    padding: 15px 0 0 50px;
}
@media only screen and (max-width:1024px) {
    .center {
        padding: 0;
        margin-bottom: 20px;
        text-align: center;
    }
}
.label {
    padding: 0 0 0 50px;
}
@media only screen and (max-width:1024px) {
    .label {
        padding: 0 0 40px 0;
    }
}

/*add 20220815 商品画像表示
/*------form_table_ex------*/
.form_table_ex {
    margin: 0 auto;
    width: 850px;
}
@media screen and (max-width:1024px) {
    .form_table_ex {
        width: 100%;
    }
}
.form_table_ex td {
    background: rgb(255, 255, 255);
    padding: 0.5%;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(170, 170, 170);
    float: left;
}
.th_blue {
    background: rgb(33, 25, 146);
    font-size: 14px;
    width: 30%;
    padding: 1.1%;
    color: rgb(255, 255, 255);
    text-align: left;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(170, 170, 170);
}
@media screen and (max-width:1024px) {
    .th_blue {
        padding: 2% 0;
        width: 100%;
    }
}
/*--------------------------------
/*add 20220815 商品画像表示

/*------form_table------*/
.form_table {
    margin: 0 auto;
    width: 850px;
}
@media screen and (max-width:1024px) {
    .form_table {
        width: 100%;
    }
}
.form_table td {
    background: rgb(255, 255, 255);
    padding: 0.5%;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(170, 170, 170);
}
@media screen and (max-width:1024px) {
    .form_table td {
        padding: 2%;
        display: block;
    }
}
.form_table caption {
    color: rgb(255, 0, 0);
    text-align: left;
    padding-bottom: 10px;
}
.th_blue {
    background: rgb(33, 25, 146);
    font-size: 14px;
    width: 30%;
    padding: 1.1%;
    color: rgb(255, 255, 255);
    text-align: left;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(170, 170, 170);
}
@media screen and (max-width:1024px) {
    .th_blue {
        padding: 2% 0;
        width: 100%;
        display: block;
    }
}
.th_green {
    background: rgb(27, 133, 77);
    font-size: 14px;
    padding: 1.1%;
    width: 30%;
    text-align: left;
    color: rgb(255, 255, 255);
    vertical-align: middle;
    border-bottom-color: rgb(170, 170, 170);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
@media screen and (max-width:1024px) {
    .th_green {
        padding: 2% 0;
        width: 100%;
        display: block;
    }
}
.th_orange {
    background: rgb(249, 105, 14);
    font-size: 14px;
    padding: 1.1%;
    width: 30%;
    text-align: left;
    color: rgb(255, 255, 255);
    vertical-align: middle;
    border-bottom-color: rgb(170, 170, 170);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
@media screen and (max-width:1024px) {
    .th_orange {
        padding: 2% 0;
        width: 100%;
        display: block;
    }
}
.must {
    padding: 1px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 10px;
    background-color: rgb(248, 36, 33);
}
.note {
    margin-top: -10px;
    margin-bottom: 5px;
}
@media only screen and (max-width:767px) {
    .note {
        font-size: 14px;
    }
}
.note_agree {
    padding: 15px 0 0 0px;
    font-size: 14px;
    line-height: 18px;
}
@media only screen and (max-width:1024px) {
    .note_agree {
        padding: 10px 0 5px 0;
    }
}
.form {
    width: 95px;
    margin: 2% 3px;
    height: 20px;
}
.form_medium {
    width: 40px;
    margin: 2% 3px;
    height: 20px;
}
.form_long {
    width: 225px;
    margin: 2% 3px;
    height: 20px;
}
.form_eo {
    width: 350px;
    margin: 2% 3px;
    height: 20px;
}
.form_hidden {
    width: 350px;
    font-size: 13px;
    margin: 2% 2px;
    height: 20px;
    border: none;
}
.form_hidden_Exanum {
    width: 95px;
    margin: 2% 3px;
    height: 20px;
    border: none;
}
.form_purchase {
    width: 80px;
    margin: 2% 3px;
    height: 20px;
}
.form_select_purchase {
    width: 80px;
    margin: 2% 3px;
    height: 25px;
}
.form_select {
    width: 100px;
    margin: 2% 3px;
    height: 25px;
}
.form_select_long {
    width: 200px;
    margin: 2% 3px;
    height: 25px;
}
.form_select_max {
    width: 300px;
    margin: 2% 3px;
    height: 25px;
}
.form_checkbox {
    margin: 10px 3px;
    height: 25px;
}
.form_radio {
    margin: 2% 3px;
    height: 25px;
}
.form_textarea {
    width: 95%;
    margin: 2% 3px;
    border-color: rgb(210, 210, 210);
}
.txt_small {
    font-size: 11px;
}
.form_button {
    padding-top: 20px;
    text-align: center;
    clear: both;
}
@media screen and (max-width:1024px) {
    .form_button {
        padding-bottom: 20px;
    }
}
#drm_frm {
    display: none;
}
#send_frm {
    display: none;
}
#MeasLeg {
    display: none;
}
#MeasLeg_other {
    display: none;
}
#EO {
    display: none;
}
#EO_other {
    display: none;
}
#otherSize {
    display: none;
}
#otherCnt {
    display: none;
}

/*-----item_table------*/
.item_table {
    color: rgb(0, 0, 0);
    width: 850px;
    margin: 0px auto;
}
@media screen and (max-width:1024px) {
    .item_table {
        width: 100%;
    }
}
.th_title {
    background: rgb(186, 186, 186);
    width: 40%;
    padding: 1% 2%;
    line-height: 18px;
    text-align: left;
    border-bottom-style:  solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(150, 150, 150);
}
@media screen and (max-width:1024px) {
    .th_title {
        background: rgb(186, 186, 186);
        width: 40%;
        padding: 1%;
        line-height: 18px;
        text-align: left;
    }
}
.item_table .th_long {
    background: rgb(33, 25, 146);
    width: 40%;
    padding: 1% 2%;
    color: rgb(255, 255, 255);
    line-height: 18px;
    text-align: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(150, 150, 150);
}
@media screen and (max-width:767px) {
    .item_table .th_long {
        display: none;
    }
}
.item_table .th_medium {
    background: rgb(33, 25, 146);
    width: 15%;
    padding: 1% 2%;
    color: rgb(255, 255, 255);
    text-align: center;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(150, 150, 150);
}
@media screen and (max-width:767px) {
    .item_table .th_medium {
        display: none;
    }
}
.th_medium_last {
    background: rgb(33, 25, 146);
    width: 15%;
    padding: 1% 2%;
    color: rgb(255, 255, 255);
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(150, 150, 150);
}
@media screen and (max-width:767px) {
    .th_medium_last {
        display: none;
    }
}
.td_item_name {
    background: rgb(251, 251, 251);
    width: 40%;
    padding: 1% 2%;
    line-height: 18px;
    text-align: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(204, 204, 204);
}
@media screen and (max-width:767px) {
    .td_item_name {
        display: none;
    }
}
.td_item_data {
    background: rgb(251, 251, 251);
    width: 15%;
    padding: 2%;
    text-align: right;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(204, 204, 204);
}
@media screen and (max-width:1024px) {
    .td_item_data {
        padding: 3% 2%;
        border-right-color: rgb(150, 150, 150);
    }
}
.td_item_data_pink {
    background: rgb(255, 228, 225);
    width: 15%;
    padding: 2%;
    text-align: right;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(204, 204, 204);
}
@media screen and (max-width:1024px) {
    .td_item_data_pink {
        padding: 3% 2%;
        border-right-color: rgb(150, 150, 150);
    }
}
.td_item_data_last {
    background: rgb(251, 251, 251);
    width: 15%;
    padding: 2%;
    text-align: right;
}
@media screen and (max-width:1024px) {
    .td_item_data_last {
        padding: 3% 2%;
    }
}
.td_item_data_last_pink {
    background: rgb(255, 228, 225);
    width: 15%;
    padding: 2%;
    text-align: right;
}
@media screen and (max-width:1024px) {
    .td_item_data_last_pink {
        padding: 3% 2%;
    }
}
.th_note {
    background: rgb(233, 233, 233);
    width: 10%;
    padding: 3px 0.3%;
    color: rgb(76, 76, 76);
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    font-weight: normal;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(150, 150, 150);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(90, 90, 90);
}
.td_note {
    background: rgb(255, 255, 255);
    padding: 0.5%;
    line-height: 18px;
    text-align: left;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(150, 150, 150);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(90, 90, 90);
    word-break: break-word;
}
.th_total {
    background: rgb(33, 25, 146);
    width: 75%;
    padding: 1.5% 2%;
    color: rgb(255, 255, 255);
    text-align: right;
    font-weight: bold;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(150, 150, 150);
}
.td_total {
    background: rgb(251, 251, 251);
    padding: 1.5% 2%;
    line-height: 18px;
    text-align: right;
}
.th_responsive_item_name {
    display: none;
}
@media screen and (max-width:767px) {
    .th_responsive_item_name {
        background: rgb(193, 196, 233);
        padding: 2% 2%;
        line-height: 18px;
        text-align: left;
        font-weight: normal;
        border-bottom-style:  solid;
        border-bottom-width: 1px;
        border-bottom-color: rgb(150, 150, 150);
        display: table-cell;
    }
}
.th_responsive {
    display: none;
}
@media screen and (max-width:767px) {
    .th_responsive {
        background: rgb(193, 196, 233);
        width: 25%;
        padding: 1% 2%;
        line-height: 18px;
        text-align: right;
        font-weight: normal;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: rgb(150, 150, 150);
        border-bottom-style:  solid;
        border-bottom-width: 1px;
        border-bottom-color: rgb(150, 150, 150);
        display: table-cell;
    }
}
.th_responsive_last {
    display: none;
}
@media screen and (max-width:767px) {
    .th_responsive_last {
        background: rgb(193, 196, 233);
        width: 50%;
        padding: 1% 2%;
        line-height: 18px;
        text-align: right;
        font-weight: normal;
        border-bottom-style:  solid;
        border-bottom-width: 1px;
        border-bottom-color: rgb(150, 150, 150);
        display: table-cell;
    }
}
.click:hover {
    color: rgb(0, 0, 255);
    cursor: pointer;
}
.click:hover th {
    background-color: rgb(255, 255, 204);
}
.click:hover td {
    background-color: rgb(255, 255, 204);
}

/*------payment_table------*/
.payment_table {
    width: 850px;
    margin: 30px auto 0px;
}
@media screen and (max-width:1024px) {
    .payment_table {
        display: none;
    }
}
.payment_th {
    background: rgb(193, 196, 233);
    width: 25%;
    padding: 1% 2%;
    line-height: 18px;
    text-align: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
}
.payment_th_last {
    background: rgb(193, 196, 233);
    width: 25%;
    padding: 1% 2%;
    line-height: 18px;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
}
.payment_td {
    background: rgb(251, 251, 251);
    padding: 1% 2%;
    line-height: 18px;
    text-align: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
}
.payment_td_last {
    background: rgb(251, 251, 251);
    padding: 1% 2%;
    line-height: 18px;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
}
.payment_button {
    padding: 0 0;
    position: relative;
    left: 10%;
}
.payment_table_responsive { 
    display: none;
}
@media only screen and (max-width:1024px) {
    .payment_table_responsive {
        width: 100%;
        margin: 30px auto 10px auto;
        color: rgb(0, 0, 0);
        display: table;
    }
}
@media only screen and (max-width:1024px) {
    .payment_table_responsive th {
        background: rgb(193, 196, 233);
        width: auto;
        padding: 8px;
        text-align: left;
        display: block;
    }
}
@media only screen and (max-width:1024px) {
    .payment_table_responsive td {
        background: rgb(255, 255, 255);
        width: auto;
        padding: 8px;
        display: block;
    }
}
.payment_button_responsive {
    display: none;
}
@media only screen and (max-width:1024px) {
    .payment_button_responsive {
        padding: 15px;
        text-align: center;
        clear: both;
        display: block;
    }
}

/*------history_table------*/
.history_table {
    width: 850px;
    margin: 0 auto;
}
@media screen and (max-width:1024px) {
    .history_table {
        width: 100%;
    }
}
.history_table .th_medium {
    background: rgb(33, 25, 146);
    width: 25%;
    padding: 1% 2%;
    color: rgb(255, 255, 255);
    line-height: 18px;
    text-align: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(150, 150, 150);
}
.history_table .th_long {
    background: rgb(33, 25, 146);
    width: auto;
    padding: 1% 2%;
    color: rgb(255, 255, 255);
    line-height: 18px;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(150, 150, 150);
}
.history_table td {
    background: rgb(255, 255, 255);
    padding: 1% 2%;
    line-height: 18px;
    text-align: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(150, 150, 150);
}
.history_table td:last-child {
    background: rgb(255, 255, 255);
    padding: 1% 2%;
    line-height: 18px;
    text-align: left;
    border-right-style: none;
}

/*------calender------*/
.calender {
    width: 850px;
    background: rgb(255,255,255);
    margin: 0 auto;
    color: rgb(0, 0, 0);
}
@media screen and (max-width: 1024px) {
    .calender {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .calender thead {
    display: block;
    height: 78px;
    }
}
@media screen and (max-width: 1024px) {
    .calender tbody {
    display: block;
    overflow-y: scroll;
    height: 300px;
    }
}
.calender th {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204,204,204);
    padding: 10px 0;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}
.calender td {
    border-width: 1px;
    border-style: solid;
    padding: 5px 0;
    border-color: rgb(204,204,204);
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}
.calender td.none {
    width: 110px;
    border: none;
    border-right: 1px solid rgb(204,204,204);
}
@media screen and (max-width: 1024px) {
    .calender td.none {
        width: 12.2%;
    }
}
.date {
    width: 110px;
}
@media screen and (max-width: 1024px) {
    .date {
        width: 12.2%;
    }
}
.time {
    width: 80px;
}
@media screen and (max-width: 1024px) {
    .time {
       width: 160px;
    }
}
.gray {
    width: 110px;
    background: rgb(180,180,180);
}
@media screen and (max-width: 1024px) {
    .gray {
        width: 12.2%;
    }
}
.blue {
    width: 110px;
    background: rgb(135,206,235);
}
@media screen and (max-width: 1024px) {
    .blue {
        width: 12.2%;
    }
}
.red {
    width: 110px;
    background: rgb(255,127,80);
}
@media screen and (max-width: 1024px) {
    .red {
        width: 12.2%;
    }
}
.calender_search {
    margin-left: 5%;
}
@media screen and (max-width: 1024px) {
    .calender_search {
       margin: 0;
    }
}
.prev {
    padding-left: 5px;
    float: left;
    list-style: none;
}
.next {
    padding-right: 5px;
    float: right;
    list-style: none;
}

/*------footer------*/
footer {
    background: rgb(132, 132, 132);
    padding: 20px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: normal;
}
.footer_address{
    margin-bottom: 10px;
    line-height: 1.4em;
}
@media screen and (max-width:1024px) {
    .footer_address{
        font-size: 12px;
    }
}
.footer_copyright{
    margin-top: 10px;
}
@media screen and (max-width:1024px) {
    .footer_copyright{
        font-size: 12px;
    }
}

/*------extends------*/
.font_red {
    color: rgb(255, 0, 0);
}
@media screen and (max-width: 767px) {
    .font_red {
        font-size: 13.5px;
    }
}
.br_sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .br_sp {
        display: block;
    }
}
button {
    margin-bottom: 5px;
    clear: both;
}
button a {
    text-decoration: none;
    color: #000;
}

/* CakePHP */
.message.error {
    padding: 3px;
    line-height: 20px;
    color: rgb(255, 0, 0);
}
.error-message {
    padding: 3px;
    color: rgb(255, 0, 0);
}
.error-message li {
    list-style: none;
}
.zip_error {
    padding: 3px;
    color: rgb(255, 0, 0);
    display: none;
}
.sendzip_error {
    padding: 3px;
    color: rgb(255, 0, 0);
    display: none;
}

/* 決済画面で使用するスタイルを追加 */
td.ptitle {
  border-width: 0;
  border-style: solid;
  padding: 0 25 0 0;
  margin: 0px;
}

div.lhtitle {
  background: #483D8B;
  border: 0px solid;
  padding: 0.5em;
  margin: 1em 0;
  font-weight: bold;
  color: white;
}

td.pcxts {
  border-width: 0;
  border-style: solid;
  padding: 0;
  margin: 0px;
  text-align: right;
}

td.ititletop {
  background-color: #e6e6fa;
  border-color: #ccccff;
  border-width: 1px;
  border-style: solid;
  width: 180px;
  padding: 5px;
  margin: 0px;
}

td.ivaluetop {
  border-color: #ccccff;
  border-width: 1px;
  border-style: solid;
  width: 480px;
  padding: 5px;
  margin: 0px;
  word-break: break-all;
}

td.ititle {
  background-color: #e6e6fa;
  border-color: #ccccff;
  border-width: 0 1 1 1;
  border-style: solid;
  width: 180px;
  padding: 5px;
  margin: 0px;
}

td.ivalue {
  border-color: #ccccff;
  border-width: 0 1 1 1;
  border-style: solid;
  width: 480px;
  padding: 5px;
  margin: 0px;
  word-break: break-all;
}

td.rititletop {
  background-color: #ffeebb;
  border-color: #cc9999;
  border-width: 1px;
  border-style: solid;
  width: 180px;
  padding: 5px;
  margin: 0px;
}

td.rivaluetop {
  border-color: #aa9999;
  border-width: 1px;
  border-style: solid;
  width: 480px;
  padding: 5px;
  margin: 0px;
  word-break: break-all;
}

td.rititle {
  background-color: #ffeebb;
  border-color: #cc9999;
  border-width: 0 1 1 1;
  border-style: solid;
  width: 180px;
  padding: 5px;
  margin: 0px;
}

td.rivalue {
  border-color: #aa9999;
  border-width: 0 1 1 1;
  border-style: solid;
  width: 480px;
  padding: 5px;
  margin: 0px;
  word-break: break-all;
}

.buttonspace {
  margin-left:50px;
}
@media screen and (max-width:1024px) {
    .buttonspace {
        margin-left: 40px;
    }
}

a.btn-style-link{
  display: inline-block;
  padding: 16px 24px;
  text-decoration: none;
  border: 1px;
  background: #5e5;;
  color: #fff;
  box-shadow: 0px 2px 4px #575;
}

.abutton{
font-size:0.75em;
display:inline-block;
width:48px;
height: 19px;
padding-top:8px;
text-align:center;
border:1px solid;
border-color:#aaaaaa #444444 #444444 #aaaaaa;
background:#f0f0f0;

}

.buttonframe{
font-size:0.75em;
display:inline-block;
width: 48px;
height: 30px;
text-align:center;
border:1px solid;
border-color:#aaaaaa #444444 #444444 #aaaaaa;
background:#f0f0f0;
}

a {
text-decoration: none;
color: black;
}
a:hover {
    cursor: default;
}


.adef {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.adef:hover {
    cursor: pointer;
}

/*------delivery_table------*/
.delivery_table {
    width: 850px;
    margin: 0 auto;
}
@media screen and (max-width:1024px) {
    .delivery_table {
        width: 100%;
    }
}
.delivery_table .th_medium {
    background: rgb(33, 25, 146);
    width: 25%;
    padding: 1% 2%;
    color: rgb(255, 255, 255);
    line-height: 18px;
    text-align: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(150, 150, 150);
}

@media screen and (max-width:767px) {
    .delivery_table .th_medium {
        display: none;
    }
}

.delivery_table .th_long {
    background: rgb(33, 25, 146);
    width: auto;
    padding: 1% 2%;
    color: rgb(255, 255, 255);
    line-height: 18px;
    text-align: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(150, 150, 150);
}

@media screen and (max-width:767px) {
    .delivery_table .th_long {
        display: none;
    }
}

.delivery_table .td_delivery {
    background: rgb(255, 255, 255);
    padding: 1% 2%;
    line-height: 18px;
    text-align: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(150, 150, 150);
}

@media screen and (max-width:767px) {
    .delivery_table .td_delivery {
        display: none;
    }
}

.delivery_table .td_delivery:last-child {
    background: rgb(255, 255, 255);
    padding: 1% 2%;
    line-height: 18px;
    text-align: left;
    border-right-style: none;
}

.delivery_table .th_note {
    background: rgb(233, 233, 233);
    width: 10%;
    padding: 3px 0.3%;
    color: rgb(76, 76, 76);
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    font-weight: normal;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(150, 150, 150);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(150, 150, 150);
/*
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(90, 90, 90);
*/
}

@media screen and (max-width:767px) {
    .delivery_table .th_note {
        display: none;
    }
}

.delivery_table .td_note {
    background: rgb(255, 255, 255);
    padding: 0.5%;
    line-height: 18px;
    text-align: left;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(150, 150, 150);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(90, 90, 90);
    word-break: break-word;
}

@media screen and (max-width:767px) {
    .delivery_table .td_note {
        display: none;
    }
}










.deliverytitle_table {
    width: 850px;
    margin: 0 auto;
}
@media screen and (max-width:1024px) {
    .deliverytitle_table {
        width: 100%;
    }
}


.deliverytitle_table .th_studentinfo {
    background: rgb(233, 233, 233);
    width: 10%;
    padding: 3px 0.3%;
    color: rgb(76, 76, 76);
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    font-weight: normal;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(150, 150, 150);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(150, 150, 150);
    background: rgb(33, 25, 146);
    color: rgb(255, 255, 255);
    line-height: 18px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(90, 90, 90);
}

@media screen and (max-width:767px) {
    .deliverytitle_table .th_studentinfo {
        display: none;
    }
}

.deliverytitle_table .td_studentinfo {
    background: rgb(255, 255, 255);
    padding: 0.5%;
    line-height: 18px;
    text-align: left;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(150, 150, 150);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(90, 90, 90);
    word-break: break-word;
}

@media screen and (max-width:767px) {
    .deliverytitle_table .td_studentinfo {
        display: none;
    }
}

.th_responsive_studentinfo {
    display: none;
}
@media screen and (max-width:767px) {
    .th_responsive_studentinfo {
        background: rgb(193, 196, 233);
        padding: 2% 2%;
        line-height: 18px;
        text-align: right;
        font-weight: normal;
        border-bottom-style:  solid;
        border-bottom-width: 1px;
        border-bottom-color: rgb(150, 150, 150);
        display: table-cell;
    }
}

.td_responsive_studentinfo {
    display: none;
}
@media screen and (max-width:767px) {
    .td_responsive_studentinfo {
	    background: rgb(255, 255, 255);
        padding: 2% 2%;
        line-height: 18px;
        text-align: left;
        font-weight: normal;
        border-bottom-style:  solid;
        border-bottom-width: 1px;
        border-bottom-color: rgb(150, 150, 150);
        display: table-cell;
    }
}



.th_responsive_delivery_item_name {
    display: none;
}
@media screen and (max-width:767px) {
    .th_responsive_delivery_item_name {
        background: rgb(255, 255, 255);
        padding: 2% 2%;
        line-height: 18px;
        text-align: left;
        font-weight: normal;
        border-bottom-style:  solid;
        border-bottom-width: 1px;
        border-bottom-color: rgb(150, 150, 150);
        display: table-cell;
    }
}
.th_responsive_delivery {
    display: none;
}
@media screen and (max-width:767px) {
    .th_responsive_delivery {
        background: rgb(193, 196, 233);
        width: 25%;
        padding: 1% 2%;
        line-height: 18px;
        text-align: right;
        font-weight: normal;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: rgb(150, 150, 150);
        border-bottom-style:  solid;
        border-bottom-width: 1px;
        border-bottom-color: rgb(150, 150, 150);
        display: table-cell;
    }
}
.th_responsive_delivery_last {
    display: none;
}
@media screen and (max-width:767px) {
    .th_responsive_delivery_last {
        background: rgb(193, 196, 233);
        width: 50%;
        padding: 1% 2%;
        line-height: 18px;
        text-align: right;
        font-weight: normal;
        border-bottom-style:  solid;
        border-bottom-width: 1px;
        border-bottom-color: rgb(150, 150, 150);
        display: table-cell;
    }
}

.td_responsive_delivery {
    display: none;
}
@media screen and (max-width:767px) {
    .td_responsive_delivery {
        background: rgb(255, 255, 255);
        width: 25%;
        padding: 1% 2%;
        line-height: 18px;
        text-align: right;
        font-weight: normal;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: rgb(150, 150, 150);
        border-bottom-style:  solid;
        border-bottom-width: 1px;
        border-bottom-color: rgb(150, 150, 150);
        display: table-cell;
    }
}

.th_responsive_note {
    display: none;
}

@media screen and (max-width:767px) {
    .th_responsive_note {
        background: rgb(193, 196, 233);
        width: 25%;
        padding: 1% 2%;
        line-height: 18px;
        text-align: right;
        font-weight: normal;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: rgb(150, 150, 150);
	    border-bottom-style: solid;
	    border-bottom-width: 2px;
	    border-bottom-color: rgb(90, 90, 90);
        display: table-cell;
    }
}

.td_responsive_note {
    display: none;
}

@media screen and (max-width:767px) {
    .td_responsive_note {
    	background: rgb(255, 255, 255);
        width: 25%;
        padding: 1% 2%;
        line-height: 18px;
        text-align: left;
        font-weight: normal;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: rgb(150, 150, 150);
	    border-bottom-style: solid;
	    border-bottom-width: 2px;
	    border-bottom-color: rgb(90, 90, 90);
        display: table-cell;
	    word-break: break-word;
    }
}
@media screen and (max-width:900px) {
	#floatButton2{
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	}
}

.buttonbuy {
  -webkit-appearance: none;
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 18pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #000066;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
  border        : 2px solid #000066;    /* 枠の指定 */
}
.buttonbuy:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}

@media screen and (max-width:1024px) {
    .payment_button_pc {
        display: none;
    }
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #FF0000;
  border: solid 2px #FF0000;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #FF0000;
  color: white;
}

.pdfFileBtn_satoe {
    background: #f5b0d0;
    width: auto;
    padding: 2%;
    color: #721c24;
    text-decoration: none;
    border: 3px ridge #be0d5e;
    display: block;
}
@media screen and (max-width:767px) {
    .pdfFileBtn_satoe {
        font-size: 12px;
    }
}