
@charset "utf-8";
<!--  -->
/*-----------------------------------------------
     structure model
-----------------------------------------------*/
html {
    background-color: #FFF;
}
body {
    background-color: white;
    color: #2A2A2A;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#continer-area {
    margin: 0 auto;
    padding: 0;
    width: 950px;
    background-color: white;
}

/*-----------------------------------------------
    header-block
-----------------------------------------------*/
#header-area {
    height: 85px;
	padding-top: 10px;
	border-bottom: 2px solid #d5d5d5;
}
    #header-inner {
        background-color: white;
        background-position: right top;
        width: 950px;
        margin: 0 auto;
        zoom: 1;
        overflow: hidden;
        background: url(https://d3pou4wx0rf58s.cloudfront.net/01-00-00/images/hcg-logo.png) no-repeat right 20px;
        position: relative;
        background-size: 130px;
    }
#header-area h1.logo {
    display: block;
    float: left;
    padding-top: 20px;
    pointer-events: none;
}

#header-area .header .h_left .logo {
    line-height: 83px;
}

img {
    margin: 0;
    padding: 0;
    border-style: none;
    border: 0;
    vertical-align: bottom;
    text-align: right;
}
/* header-navi */
#header-area div.header-navi {
    float: right;
    margin-right: 0px;
    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: 66px;
        right: 10px;
        padding:35px 150px 10px;*/
        position: absolute;
        top: -9999px;
    }

/*-----------------------------------------------
    contents-area
-----------------------------------------------*/
#contents-area {
    background-color: #fff;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 15px;
    width: 920px;
}

#main-area {
    clear: both;
    width: 100%;
    float: right;
    padding: 0;
}

/*
#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 {
    border: 4px solid #d5d5d5;
    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 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float: none;
}

#footer-area {
    clear: both;
    text-align: center;
    background-color: white;
    color: black;
    padding : 20px 0;
    border-top: 2px solid #d5d5d5;
}

#footer-area p.info-navi {
    text-decoration: none;
	color: black;
	background-color: white;
}
#footer-area p.info-navi a {
    text-decoration: none;
	color: black;
}

#footer-area p.info-navi a:hover {
    text-decoration: underline;
}

#footer-area p.copyright {
    margin-top : 10px;
    text-align: center;
    font-size: 90%;
    background-color: white;
}

/*-----------------------------------------------
    login | regist | settlement
-----------------------------------------------*/
div.login {
    width: 660px;
    margin: 0 auto 20px;
    padding: 30px 20px 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 #12387B;
}
div.regist-form table.table-w600 th {
    border: none;
    border-bottom: 1px solid #FFF;
    background: #12387B;

    padding: 5px;
    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;
}

.list-sns-login {
    margin-top: 10px;
    text-align: center;
}

.item-sns-login {
    margin-bottom: 20px;
}

.img-line-login {
    max-width: 220px;
}

/*-----------------------------------------------
    step-navi
-----------------------------------------------*/
ul.step-navi {
    margin: 0 25px;
    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://d3pou4wx0rf58s.cloudfront.net/01-00-00/images/regist_flow_step_1.png) no-repeat left top;
    width: 230px;
}
ul.step-navi li.step2 {
    background: url(https://d3pou4wx0rf58s.cloudfront.net/01-00-00/images/regist_flow_step_2.png) no-repeat left top;
    width: 230px;
}
ul.step-navi li.step3 {
    background:url(https://d3pou4wx0rf58s.cloudfront.net/01-00-00/images/regist_flow_step_3.png) no-repeat left top;
    width: 230px;
}
ul.step-navi li.step4 {
    background:url(https://d3pou4wx0rf58s.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://d3pou4wx0rf58s.cloudfront.net/01-00-00/images/regist_flow_step_1.png) no-repeat left bottom;
}
ul.step-navi li.step2.current {
    background:url(https://d3pou4wx0rf58s.cloudfront.net/01-00-00/images/regist_flow_step_2.png) no-repeat left bottom;
}
ul.step-navi li.step3.current {
    background:url(https://d3pou4wx0rf58s.cloudfront.net/01-00-00/images/regist_flow_step_3.png) no-repeat left bottom;
}
ul.step-navi li.step4.current {
    background:url(https://d3pou4wx0rf58s.cloudfront.net/01-00-00/images/regist_flow_step_4.png) no-repeat left bottom;
}

/*-----------------------------------------------
    parts CSS
-----------------------------------------------*/

/* ::::::::::::: title parts ::::::::::::: */

#main-area > h2 {
    border-bottom: 2px solid #1A6089;
    border-left: 10px solid #1A6089;
    padding: 7px;
    font-size: 1.45em;
    font-weight: bold;
    margin: 10px auto;
    color: #1A6089;
}

.main-title {
    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 #1E1E34;
    padding: 0 5px 5px;
    font-weight:bold;
    margin-bottom: 20px;
}
.item-title-2 {
    background: #F2F2F2;
    font-size: 108%;
    border-top: 3px solid #1E1E34;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 15px;
    font-weight:bold;
    margin-bottom: 20px;
}
.item-title-3 {
    background: url(https://d3pou4wx0rf58s.cloudfront.net/01-00-00/images/bg_title_02.png) no-repeat 0 0;
    font-size: 123.1%;
    border-bottom: 2px solid #1E1E34;
    padding: 0 5px 5px 20px;
    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: #12387B;
    padding: 5px 10px;
    font-size: 108%;
    font-weight:bold;
    margin-bottom: 15px;
}
.item-title-5 {
    background: #12387B;
    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 #1E1E34;
    padding: 0 5px 5px 20px;
    font-weight:bold;
    margin-bottom: 20px;
}
.item-title-7 {
    font-size: 123.1%;
    border-top: 2px solid #1E1E34;
    padding: 5px 5px 5px;
    font-weight:bold;
    margin-top: 20px;
}

.item-title-member {
    font-size: 123.1%;
    border-bottom: 2px solid #1E1E34;
    padding: 0 5px 5px;
    font-weight:bold;
    margin-bottom: 20px;
}
.item-title-not_member {
    font-size: 123.1%;
    border-bottom: 2px solid #1E1E34;
    padding: 0 5px 5px;
    font-weight:bold;
    margin-bottom: 20px;
}

.item-title-sns-member {
    padding: 0 5px 5px;
    font-weight:bold;
    text-align: left;
}
/* ::::::::::::: 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: #f90;
}
.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: #12387B;

    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: #EBEBED;

    padding: 10px;
    background: #EBEBED;
    width: 30%;
    font-weight: bold;
}
table.table-w600 td {
    border: solid #CCC;
    border-width: 1px 1px 1px 0;
    background: #FFF;

    padding: 10px;
    width: 70%;
}

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: #EBEBED;
    padding: 10px;
    font-weight:bold;
	color:#000;
    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;
}

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: #54a725;

    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: 110%;
}
div.search-unit p input.btn-search {
    background: url(https://d3pou4wx0rf58s.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://d3pou4wx0rf58s.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://d3pou4wx0rf58s.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: #42A401;
	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: #62BA27;
	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;
}
.font-bold {
    font-weight: bold;
}
.button_id_connect:link{
    text-decoration:none;
}

/* ext site terms agree */

.ext-send-btn {
	display: inline-block;
	background-color: #DFF2BF;
	border: 1px solid #4F8A10;
	border-radius: 4px;
	color: #4F8A10;
	width: 350px;
	padding: 10px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.ext-send-btn span {
	font-size: 145%;
	font-weight: 700;
}

.ext-send-btn:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: #fff;
}

.ext-send-btn span:after {
	content: '\f1d8';
	display: inline-block; font : normal normal normal 14px/ 1 FontAwesome;
	font-size : inherit; text-rendering : auto; -webkit-font-smoothing :
	antialiased; -moz-osx-font-smoothing : grayscale; margin-left : 8px;
	position : relative;
	right: 0;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 8px;
	position: relative;
}

.ext-send-btn:hover span::after {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #4F8A10;
	right: -10px
}

#btn_agree {
	text-decoration: none;
}


/* -end- */
