@charset "UTF-8";
/*===========================
 styles(/OWNER/SP/)
===========================*/

a{
    text-decoration: none;
    color: #000;
}
/**
 * modules
 */
.wrapper{
    padding:0 10px;
}

section{
    margin-top:10%;
}

.clm2-wrap{
    overflow: hidden;
}
.clm2-left{
    float: left;
    width: 49%;
}
.clm2-right{
    float:right;
    width:49%;
}
.clm2-wrap-table{
    display:table;
    width:100%;
}
.clm2-left-table{
    display:table-cell;
    padding-right: 1%;
    width: 49%;
}
.clm2-right-table{
    display:table-cell;
    padding-left: 1%;
    width:49%;
}

.liquid{
    width:100%;
}

.w30{width: 30%;}
.w40{width: 40%;}
.w50{width: 50%;}
.w60{width: 60%;}
.w70{width: 70%;}

.gray{
    color:#aaa;
}
.red{
    color:#c71444;
}

.vam{
    vertical-align: middle;
}
.vab{
    vertical-align: bottom;
}

.dtc{
    display: table-cell;
}

.dt{
    display: table;
    width: 100%;
}

.small{
    font-size:62.5%;
}

.align-right{
    text-align: right;
}
.mb00{margin-bottom: 0 !important;}
.mb05{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}

.pt15{padding-top: 15px !important;}
.pr05{padding-right: 5px !important;}

.bb{
    border-bottom: 1px solid #dadada;
}

/**
 * styles
 */
body{
    font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
    line-height:1.3;
}

p{
    margin-bottom: 5px;
}

h1{
    font-weight: bold;
    font-size:150%;
    padding-top: 8px;
}

h1 .sub{
    font-size:41.67%;
    display: block;
}

section h2{
    border-bottom:1px dotted #000;
    padding-bottom: 1%;
    margin-bottom: 10px;
}


section h3{
    font-weight: bold;
    font-size:75%;
    line-height: 1.2;
    margin: 20px 0 2px 0;
}

section .clm2-wrap-table h3:first-child,
section .clm2-wrap h3:first-child{
    margin-top: 0;
}

section p{
    font-size:62.5%;
}

.login-form{
    background: #eee;
    padding: 20px;
    margin-bottom: 10px;
    display: none;
}

.login-after{
    background: #eee;
    padding: 20px;
    margin-bottom: 10px;
    display: none;
}

.login-form input.text{
    width: 95%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding: 10px;
    border-radius:5px;
    border:1px solid #777;
}

.login-form .login-button{
    width: 100%;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}