
@charset "utf-8";

/*-----------------------------------------------
     structure model
-----------------------------------------------*/
html {
    background-color: #FFF;
}
body {
    color: #333;
}
#continer-area {
    background: url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/bg_top2.png) repeat-x left top;
}

/*-----------------------------------------------
    header-block
-----------------------------------------------*/
#header-area {
    background: url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/bg_header.png) no-repeat center 8px;
    height: 108px;

}
    #header-inner {
        width: 960px;
        margin: 0 auto;
        zoom: 1;
        overflow: hidden;

        position: relative;
    }

#header-area h1.logo {
    background: url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/logo.png) no-repeat;
    color: #DEDEDE;

    float: left;
    width: 190px;
    height: 94px;
    display: block;
    margin: 8px 0 5px 0;
    text-indent: -99999px;
}

/* header-navi */
#header-area div.header-navi {
    float: right;
    margin-top: 14px;
    margin-right: 30px;
    color: #212136;
}
    #header-area div.header-navi ul li {
        display: inline;
        font-size: 92%;
        padding-right: 1em;
        border-right: 1px solid #212136;
    }
    #header-area div.header-navi ul li a {
    color: #000;
    }
    #header-area div.header-navi ul li.last {
        padding-right: 0;
        border: 0 none;
    }
    #header-area div.header-navi p.logout {
        position: absolute;
        top: 72px;
        right: 30px;
    }

/*-----------------------------------------------
    contents-area
-----------------------------------------------*/
#contents-area {
    clear: both;
    zoom: 1;
    overflow: hidden;

    width: 894px;/*960px*/
    margin: 20px auto 40px;

    border: 3px solid #E4E4E4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#main-area {
    background: #F7F7F7;
    border-right: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;

    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
}
.section-block {
    background: #FFF;
    border: 4px solid #06278C;
    margin: 20px 26px;
    padding: 20px;
}
.sec-cont-txt {
    margin: 0 20px;
}

/* ::::::::::::: timer parts ::::::::::::: */

div.timer {
    border: 1px solid #CCC;
    background: #FFF;
    width: 120px;
    padding: 10px;
    text-align: center;
    float : right;

}

/*-----------------------------------------------

/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer-area {
    clear: both;
}
#footer-area p.info-navi {
    background: #EFEFEF;
    border-top: 1px solid #CCC;
    border-bottom: 3px solid #E50023;

    text-align: center;
    line-height: 40px;
    font-size: 77%;
    color: #000;
}
#footer-area p.info-navi a {
    color: #000;
}

#footer-area p.copyright {
    background: #06278C;
    line-height: 60px;
    padding-right:  20px;
    color: #FFF;
    text-align: center;
    font-size: 85%;
}

/*-----------------------------------------------
    login | regist | settlement
-----------------------------------------------*/
div.login {
    width: 580px;
    margin: 0 auto 20px;
    padding: 30px 0 20px;
    text-align: center;

    background: #E4E4E4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table.login-form {
    width: 520px;
    margin: 0 auto 10px;
    font-size: 92%;
}
table.login-form th {
    text-align: right;
    font-weight: bold;
    padding: 5px 7px;
}
table.login-form td {
    text-align: left;
    padding: 5px 7px;
}
table.login-form td input {
    font-size: 108%;
    padding: 2px 5px;
}
p.btn-regist {
    text-align: center;
}

div.regist-form table.table-w600 {
    border: none;
    width: 600px;
    margin: 0 auto 10px;
    border: 2px solid #0A3190;
}
div.regist-form table.table-w600 th {
    border: none;
    border-bottom: 1px solid #FFF;
    background: #0A3190;

    padding: 10px;
    color: #FFF;
    font-weight: bold;
    text-align: right;
}
div.regist-form table.table-w600 td {
    border: none;
    border-bottom: 1px solid #CCC;
    background: #E4E4E4;

    padding: 10px;
}
div.regist-form table.table-w600 td input {
    font-size: 118%
}

div.settlement-block {
    border: 2px solid #CCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    padding: 10px;
    margin-bottom: 15px;
}

/*-----------------------------------------------
    step-navi
-----------------------------------------------*/
ul.step-navi {
    margin: 0 26px;
    overflow: hidden;
}
ul.step-navi li {
    display: block;
    float: left;
    height: 60px;
    text-indent: -99999px;
    margin-top: 15px;
}
ul.step-navi li.step1 {
    background:url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/regist_flow_step_1.png) no-repeat left top;
    width: 217px;
}
ul.step-navi li.step2 {
    background: url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/regist_flow_step_2.png) no-repeat left top;
    width: 227px;
}
ul.step-navi li.step3 {
    background:url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/regist_flow_step_3.png) no-repeat left top;
    width: 216px;
}
ul.step-navi li.step4 {
    background:url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/regist_flow_step_4.png) no-repeat left top;
    width: 180px;
}
ul.step-navi li.step1.current {
    background:url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/regist_flow_step_1.png) no-repeat left bottom;
    width: 217 px;
}
ul.step-navi li.step2.current {
    background:url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/regist_flow_step_2.png) no-repeat left bottom;
    width: 227px;
}
ul.step-navi li.step3.current {
    background:url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/regist_flow_step_3.png) no-repeat left bottom;
    width: 216 px;
}
ul.step-navi li.step4.current {
    background:url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/regist_flow_step_4.png) no-repeat left bottom;
    width: 180px;
}

/*-----------------------------------------------
    parts CSS
-----------------------------------------------*/

/* ::::::::::::: title parts ::::::::::::: */
.main-title {
    background:url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/bg_title_01.png) no-repeat left top;
    padding: 9px 0 10px 35px;

    color: #FFF;
    font-size: 123.1%;
    font-weight:bold;
    text-shadow: 0px -1px 0px #000;
}
.item-title-1 {
    font-size: 123.1%;
    border-bottom: 2px solid #06278C;
    padding: 0 5px 5px;
    font-weight:bold;
    margin-bottom: 20px;
}
.item-title-2 {
    background: #F2F2F2;
    font-size: 108%;
    border-top: 3px solid #06278C;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 15px;
    font-weight:bold;
    margin-bottom: 20px;
    color: #082D84;
}
.item-title-3 {
    background: url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/bg_title_02.png) no-repeat 0 0;
    font-size: 123.1%;
    padding: 8px 10px 10px 23px;
    font-weight:bold;
    margin-bottom: 20px;
}
.item-title-4 {
    border: 1px solid #CCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    background: #F4F4F4;
    color: #082D84;
    padding: 5px 10px;
    font-size: 108%;
    font-weight:bold;
    margin-bottom: 15px;
}
.item-title-5 {
    background: #082D84;
    color: #FFF;
    padding: 5px 10px;
    font-size: 108%;
    font-weight:bold;
    margin-bottom: 15px;
}
.item-title-6 {
    font-size: 123.1%;
    border-bottom: 2px solid #06278C;
    padding: 0 5px 5px;
    font-weight:bold;
    margin-bottom: 20px;
}
.item-title-member {
    font-size: 123.1%;
    padding: 0 5px 5px;
    font-weight:bold;
    margin-bottom: 20px;
}
/* ::::::::::::: text parts ::::::::::::: */

p,
ul,
dl {
    font-size: 92%;
    line-height: 1.5;
}
dl p {
    font-size: 100%;
}

div.overflow-box p {
    margin-bottom: 10px;
}
div.overflow-box ul {
    margin-bottom: 10px;
}
div.overflow-box dl dt {
    font-weight: bold;
    padding-bottom: 10px;
}
div.overflow-box dl dd {
    line-height: 1.5;
    padding-left: 40px;
}

/* ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ */
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}
.txt-left {
    text-align: left;
}

/* ・ｽ・ｽ・ｽ・ｽ・ｽF */
.attention,
.color-red {
    color: #F30;
}
.color-blue {
    color: #2E4784;
}
.color-green {
    color: green;
}
.color-orange {
    color: #F60;
}
.color-peach {
    color: #F6006C;
}

/* ・ｽ・ｽ・ｽ・ｽ・ｽN・ｽF */
.link-red a,
.link-red a:link,
.link-red a:visited {
    color: #F30;
    text-decoration: underline;
}
.link-red a:hover,
.link-red a:active {
    color: #F30;
    text-decoration: none;
}

a:link {
    color: #F30;
    text-decoration: underline;
}
a:visited {
    color: #F30;
    text-decoration: underline;
}
a:hover {
    color: #F30;
    text-decoration: none;
}
a:active  {
    color: #F30;
    text-decoration: none;
}

/* ・ｽ・ｽ・ｽ・ｽ・ｽﾌ大き・ｽ・ｽ */
.font-26px {
    font-size: 197%;
}
.font-24px {
    font-size: 182%;
}
.font-20px {
    font-size: 153.9%;
}
.font-18px {
    font-size: 138.5%;
}
.font-16px {
    font-size: 123.1%;
}
.font-14px {
    font-size: 108%;
}
.font-12px {
    font-size: 93%;
}
.font-11px {
    font-size: 85%;
}
.font-10px {
    font-size: 77%;
}

.font-bold,
strong {
    font-weight: bold;
}
.font-nomal {
    font-weight: normal;
}

.must {
    color: #C30;
}
.sample {
    color: #F90;
}
.ime-disabled {
     ime-mode: disabled;
}

/* ・ｽs・ｽ・ｽ */
.line-height12 {
    line-height: 1.2;
}
.line-height13 {
    line-height: 1.3;
}
.line-height14 {
    line-height: 1.4;
}
.line-height15 {
    line-height: 1.5;
}
.line-height16 {
    line-height: 1.6;
}
.line-height17 {
    line-height: 1.7;
}
.line-height18 {
    line-height: 1.8;
}
.line-height19 {
    line-height: 1.9;
}
.line-height20 {
    line-height: 2.0;
}
.line-height22 {
    line-height: 2.2;
}

/* ::::::::::::: space parts ::::::::::::: */

.space10 {
    margin: 10px;
}
.space20 {
    margin: 20px;
}
.space30 {
    margin: 30px;
}
.space40 {
    margin: 40px;
}
.space-side10 {
    margin-right: 10px;
    margin-left: 10px;
}
.space-side20 {
    margin-right: 20px;
    margin-left: 20px;
}
.space-side30 {
    margin-right: 30px;
    margin-left: 30px;
}
.space-side40 {
    margin-right: 40px;
    margin-left: 40px;
}
.space-btm10 {
    margin-bottom: 10px;
}
.space-btm20 {
    margin-bottom: 20px;
}
.space-btm30 {
    margin-bottom: 30px;
}
.space-btm40 {
    margin-bottom: 40px;
}
.space-btm50 {
    margin-bottom: 50px;
}
.space-btm60 {
    margin-bottom: 60px;
}
.space-btm0,
table.table-wmax-1.space-btm0,
table.table-wmax-2.space-btm0  {
    margin: 0;
}

/* ::::::::::::: frame parts ::::::::::::: */

div.overflow-box {
    height: 200px;
    overflow-y: auto;
    padding: 10px;
}

div.box-area-2 {
    margin-bottom: 20px;
}

/* ::::::::::::: table parts ::::::::::::: */

/* width: 400px; */
table.table-w400 {
    border: 2px solid #CCC;

    width: 400px;
    margin: 0 auto 20px;

}
table.table-w400 th {
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: #082D84;

    text-align: center;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    width: 60%;
    font-size: 92%;
}
table.table-w400 td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background: #EFEFEF;

    font-size: 92%;
    text-align: center;
    padding: 10px;
    width: 40%;
}

/* width: 600px; */
table.table-w600 {
    width: 600px;
    margin-bottom: 20px;
    font-size: 92%;
}
table.table-w600 th {
    border: solid #CCC;
    border-width: 1px 0 1px 1px;
    background: #06278C;
    color: #FFF;

    padding: 10px;
    background: #06278C;
    width: 30%;
    font-weight: bold;
}
table.table-w600 td {
    border: solid #CCC;
    border-width: 1px 1px 1px 0;
    background: #FFF;

    padding: 10px;
    width: 70%;
}

/* width: 100% 2・ｽJ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ */
table.table-wmax-1{
    width: 100%;
    margin-bottom: 20px;
    font-size: 92%;
}
table.table-wmax-1 th {
    border: solid #CCC;
    border-width: 1px 0 1px 1px;
    background: #06278C;
    color: #FFF;

    padding: 10px;
    font-weight:bold;

    width: 30%;
}
table.table-wmax-1 td {
    border: solid #CCC;
    border-width: 1px 1px 1px 0;
    background: #FFF;

    padding: 10px;
    width: 70%;
}
table.table-wmax-1 td table,
table.table-wmax-1 td table td {
    padding: 0;
    border: 0;
    width: auto;
}

/* width: 100% ・ｽ・ｽ・ｽJ・ｽ・ｽ・ｽ・ｽ・ｽﾎ会ｿｽ・ｽ・ｽ */
table.table-wmax-2 {
    border: solid #CCC;
    border-width: 1px 0 0 1px;

    width: 100%;
    margin-bottom: 20px;
}
table.table-wmax-2 th {
    border: solid #CCC;
    border-width: 0 1px 1px 0;
    background: #06278C;

    padding: 10px;
    font-weight:bold;
}
table.table-wmax-2 td {
    border: solid #CCC;
    border-width: 0 1px 1px 0;
    background: #FFF;

    padding: 10px;
}
table.table-wmax-2 td table,
table.table-wmax-2 td table td {
    padding: 0;
    border: 0;
    width: auto;
}

/* table ・ｽm・ｽ[・ｽ}・ｽ・ｽ・ｽ・ｽ */
table.table-nomal {
    margin-bottom: 20px;
}
table.table-nomal th,
table.table-nomal td {
    padding: 4px;
}
table.table-nomal td table,
table.table-nomal td table td {
    padding: 0;
    border: 0;
    width: auto;
}

table div.profile-img {
    padding: 5px;
    border: 1px solid #CCC;
    display: inline-block;
    margin-bottom: 10px;
}

/* ::::::::::::: line parts ::::::::::::: */

.box-line-1 {
    border: 1px solid #1F2034;
}

/* ::::::::::::: form parts ::::::::::::: */

input {
    padding: 2px;
}
input.btn-large {
    padding: 6px 20px;
    cursor: pointer;
}
.checkbox-1 {
    margin: 10px 0 20px;
}

table input {
    vertical-align: middle;
}

/* ::::::::::::: photo parts ::::::::::::: */

.photo-box {
    border: 1px solid #CCC;
    width: 120px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

/* ::::::::::::: message parts ::::::::::::: */

.message-block {
    margin: 15px 24px;
    background: #FFFFF4;
    padding: 10px 15px;
    border: 1px solid #FFCC00;
}
.message-block p.msg-error {
    color: #CC0000;
}

/* ::::::::::::: search / result parts ::::::::::::: */

.search-box {
    border: 1px solid #CCC;
    padding: 10px 15px;
    margin-bottom: 20px;
}

div.search-unit {
    background: #E6E6E6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    padding: 15px 30px;
    overflow: hidden;
    margin-bottom: 20px;
}
div.search-unit p.ttl-search-unit {
    font-size: 108%;
    font-weight: bold;
    float: left;
}
div.search-unit div.select-navi {
    float: left;
    padding-right: 10px;
}
div.search-unit input {
    padding: 0;
}
div.search-unit div.select-navi select {
    font-size: 138.5%;
}
div.search-unit p input.btn-search {
    background: url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/btn_search_list.png) no-repeat 0 0;
    width: 110px;
    height: 28px;
    display: block;
    cursor: pointer;
    border: none;
    text-indent: -99999px;
    overflow: hidden;
    display: block;
}
div.search-unit p input.btn-display {
    background: url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/btn_display_list.png) no-repeat 0 0;
    width: 110px;
    height: 28px;
    display: block;
    cursor: pointer;
    border: none;
    text-indent: -99999px;
    overflow: hidden;
    display: block;
}
div.result-unit {
    border-bottom: 1px dotted #212137;
    margin-bottom: 10px;
}
div.result-unit p {
    font-size: 108%;
    font-weight: bold;
    display: inline;
    line-height: 1.3;
}
div.result-unit p.all-number {
    padding-right: 2em;
}
div.result-unit p span.number,
div.result-unit p span.point {
    font-size: 167%;
    color: #9D0012;
    padding: 0 0.2em;
}

/* ::::::::::::: item-navi parts ::::::::::::: */

div.item-navi-unit {
    overflow: hidden;
    margin: 5px 0;
}
div.item-navi-unit.under {
    margin-bottom: 20px;
}
div.item-navi-unit p.all-page {
    float: left;
}
div.item-navi-unit ul.page-navi {
    float: right;
}
    div.item-navi-unit ul.page-navi li {
        display: inline;
        padding: 5px;
    }
        div.item-navi-unit ul.page-navi li span,
        div.item-navi-unit ul.page-navi li a {
            color: #9D0012;
            font-weight: bold;
        }
        div.item-navi-unit ul.page-navi li span.current {
            color: #212137;
            font-weight: bold;
        }
        div.item-navi-unit ul.page-navi li span.prev {
            color: #CCC;
        }

/* ::::::::::::: btn-navi-unit parts ::::::::::::: */

p.btn-navi-unit {
    text-align: center;
    margin-bottom: 15px;
}
p.btn-navi-unit img {
    margin: 0 20px;
    vertical-align:middle;
    cursor: pointer;
}
p.btn-navi-unit input {
    margin: 0 20px;
    cursor: pointer;
}

/* loading */
#submitting {
    font-weight: bold;
    background-color: rgba(51,51,51,0.8);
    padding: 20px;
    color: #FFF;
    line-height: 1.6;
    text-shadow: 0px 1px 0px #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
#submitting p.ttlLoading {
    font-size: 123.1%;
    margin-bottom: 10px;
}

/* Coming Soon */
#comingsoon p {
    font-size: 108%;
    padding: 10px 10px 10px 20px;
    font-weight: bold;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}
#point-history-block #comingsoon,
#attendance-history-block #comingsoon,
#buy-history-block #comingsoon {
    padding-bottom: 30px;
    background:url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/bg_history_more.png) no-repeat left bottom;
}

input.btn-login-submit {
    position:absolute;
    margin:-1000px;
    z-index:-1;
}

span.receipt-end {
	color: #ff0000;
}


.year_select_area {
	margin-top: 10px;
	width: 100%;
	position: releative;
}

.current_year_area {
	width: 380px;
	margin-left: 5px;
	margin-right: 20px;
	float: left;
	position: releative;
}

.next_year_area {
	width: 380px;
	float: left;
	position: releative;
}

.current_year_select_button,.next_year_select_button {
	color: #fff;
	background: #38519E;
	font-size: 180%;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: pointer;
	text-align: center;
}

.current_year_select_button-over,.next_year_select_button-over {
	color: #fff;
	background: #365BAD;
	font-size: 180%;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: pointer;
	text-align: center;
}

.year-title-block {
	padding: 10px 20px 0px 20px;
	margin: 0px 20px 0px 20px;
	font-size: 150%;
	font-weight: bold;
	color: #C81B00;
}

/*入会特典選択*/

.special-area-group1,.special-area-group2,.special-area-group3 {
	border: 1px #BBBBBB solid;
}

.special-area-group2,.special-area-group3 {
	margin: 10px;
}

.admit-special-goods {
	border: 1px solid #bbbbbb;
	padding: 5px;
}

.special-title {
	background: #052A8F;
	margin-bottom: 5px;
	height: 20px;
	color: #FFFFFF;
	padding: 2px;
	font-size: 110%;
}

.special-title label {
	float: right;
	margin-right: 5px;
}

.special-area-group3:after {
	clear: both;
}

.admit-special-plus {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 300%;
	color: #FF0000;
	font-weight: bold;
}

.root-group {
	border: 1px #BBBBBB solid;
	margin-bottom: 20px;
}

.group-label {
	background: #C3D8FF;
	margin-bottom: 10px;
	padding: 5px;
}

.group-content {
	margin-left: 20px;
	margin-right: 20px;
	*margin-bottom: 20px;
}

.sub-group {
	margin-bottom: 20px;
}

.root-group label {
	cursor: pointer;
}

.group-img-div {
	 background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.group-child-right {
	float: left;
}

.group-content .group-content-child {
}

.group-content .group-content-child .child-td{
	padding-right: 5px;
	padding-bottom: 2px;
	valign: top;
}
.group-content-child table td {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

.group-comment {
	margin: 5px 2px 5px 2px;
}

.group-group {
	*border-top: 1px dashed #06278c;
	*border-bottom: 1px dashed #06278c;
}

.speical-no-stock {
	color: #FF0000;
}

.root-group input[type="radio"] {
	*-moz-appearance: none;
	*-webkit-appearance: none;
	width      : 15px;
	height     : 15px;
	box-shadow : 0px 0px #C3D8FF;
	cursor: pointer;
}

.root-group input[type="checkbox"] {
	*-moz-appearance: none;
	*-webkit-appearance: none;
	width      : 15px;
	height     : 15px;
	box-shadow : 0px 0px #C3D8FF;
	cursor: pointer;
}

.special_select_small {
	cursor: pointer;
}

#admit_special_option_view {
	margin-bottom: 20px;
}

.admit_special_option_comment {
	margin: 10px 0 10px 0;
}

.admit_special_option_block:nth-child(1) {
	border-top: 1px solid #BBBBBB;
}

.admit_special_option_block {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #BBBBBB;
}

.admit_special_option_block table {
	width: 100%;
}

.admit_special_option_block table td.special-no {
	width: 40%; 
	text-align: left; 
	font-size: 120%; 
	font-weight: bold;
	padding-right: 5px;
	vertical-align: middle;
}
.admit_special_option_block table td.option-name {
	width: 20%; 
	text-align: right;
	padding-right: 2px;
	vertical-align: middle;
}
.admit_special_option_block table td.option-widget {
	width: 40%; 
	text-align: left;
	vertical-align: middle;
}

.admit_special_option_block table td.option-widget select {
	max-width: 300px;
	height: 30px;
}

.admit_special_option_block table td.option-widget input {
	height: 20px;
}

/* -add- */
/* 新規会員登録ボタン対応 */
.a_new-member-registration {
    position: relative;
    font-size: 1.0rem;
    text-decoration: none;
    background-color: #FFF;
    color: #e80021;
    display: block;
    margin: auto;
    width: 40%;
    padding: 1.0rem;
    font-weight: bold;
    text-align: center;
    border: 0 solid #e80021;
    border-width: 3px 2.5rem 3px 3px;
    box-sizing: border-box;
}

.a_new-member-registration:link{
    text-decoration:none;
}
.a_new-member-registration::after {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 1.0rem;
    position: absolute;
    right: -1.75rem;
    top: 50%;
    transform: translate(0,-50%);
	 color:#FFF;
}


.check_upi001_pc,
#about-member-nts003 .check_upi001_pc
{
	display:flex!important;
}

.check_upi001_pc ,
#about-member-nts003 .check_upi001_pc{
   justify-content: left;
}
.check_upi001_pc:before ,
#about-member-nts003 .check_upi001_pc:before{
    font-family: 'FontAwesome';
    font-weight: bold;
    content: "\f00c";
    display: block;
    color: #e80021;
    font-size: 0.8rem;
    margin-right: 5px;
}
.check_upi001_pc.link_upi001_pc:before,
#about-member-nts003 .check_upi001_pc.link_upi001_pc:before{
	color:#65b9d5;
}
.link_upi001_pc,
#about-member-nts003 .link_upi001_pc{
    text-decoration: none!important;
    color: #1a1a1a!important;
}
.link_upi001_pc span,
#about-member-nts003 .link_upi001_pc span{
    text-decoration: none;
    border-bottom: 1px solid #6e6e6e;
    font-size: 0.8rem;
    font-weight: bold;
}

.space-none-upi001pc{
    margin-bottom: 0;
}

.section-block-display-none{
    display:none;
}
/* ログインタイトル対応 */
.main-title-upi001-swallows {
    background:url(https://d2av3a2671djwc.cloudfront.net/01-00-00/images/bg_title_01.png) no-repeat left top;
    padding: 9px 0 10px 35px;

    color: #FFF;
    font-size: 123.1%;
    font-weight:bold;
    text-shadow: 0px -1px 0px #000;
}

/* -end- */
