*{
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
}

.outer{
}


.container {
    margin:0px auto;
    width: 960px;
    max-width: 960px;
}
@media screen and (max-width: 414px){
    .container{
        width: 100%;
        max-width: 100%;
    }
}


.simple{
        text-decoration: none;
        color: #0000ff;
}
.simple:link{
        text-decoration: none;
        color: #0000ff;
}
.simple:hover{
        text-decoration: none;
}
.simple:visited{
        text-decoration: none;
}

@media screen and (max-width: 414px){
    .br{
        display: block;
    }
}

.login{
	width: 100%;
        padding: 10px 0px 10px 0px;
        text-align: right;
}
.login-bar{
        display: inline-block;
	font-size: 14px;
        color: #0000ff;
}
.login-bar span: not(:first-child){
        margin-left: 6px; 
}



.path{
    margin: 10px 0px 0px 0px;
}
.path-wrapper{
	font-size:14px;
        text-align:left;
}



.page-title{
	margin: 10px 0px 0px 10px;
}
.page-title-text{
        text-align:left;
	font-size:20px; 
	font-weight:bold;
}
.page-title-desc{
	font-size:14px; 
}



.content {
	width: 960px;
	margin: 10px 0px 0px 0px;
}
@media screen and (max-width:414px){
    .content{
        width:100%;
    }
}

.bold{
	font-weight:bold;
}

.block{
	width: 100%;
	border: 1px solid #CBD5E1;
	border-radius: 4px;
	margin: 0px 0px 0px 0px;
	padding: 18px;
}
@media screen and (max-width:414px){
    .block{
        margin: 0px 2px 0px 2px;
        padding: 12px;
    }
}

.table-block{
}
.table-block-title{
	background-image: url("../img/category03_midashi02_1.jpg");
        background-repeat: repeat-x;
	position: relative;
	text-align: left;
	height: 32px;
	padding: 0px 0px 0px 10px;
}
.table-block-title-text{
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
        line-height: 32px;
}
.table-container{
	//border-top: 1px solid #CBD5E1;
	margin: 5px 0px 0px 0px;
}
.table{
	display: table;
	border-collapse: collapse;
	width: 100%;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	border: 1px solid #CBD5E1;
	vertical-align: middle;
}
.column-name{
	padding: 6px 0px 6px 10px;
	width: 200px;
	text-align: left;
	font-size: 14px;
	background-color: #EFF4FC;
}
.column-data{
	padding: 6px 0px 6px 10px;
	text-align: left;
	font-size: 14px;
}
.column-data-name{
	padding: 6px 0px 6px 10px;
	width: 116px;
	text-align: left;
	font-size: 14px;
}
.column-data-data{
	padding: 6px 0px 6px 10px;
	/*width: 564px;*/
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
@media screen and (max-width:414px){
      .column-name{
          width: 120px;
          padding: 6px 0px 6px 6px;
      }
}



.service{
}


.service-fee{
	margin: 18px 0px 0px 0px;
}


.service-monthly-fee{
	margin: 18px 0px 0px 0px;
}

.discount{
	color: #ff0000;
}
.total{
	font-weight: bold;
}


.service-monthly-fee{
}



.pay-method{
	margin: 30px 0px 0px 0px;
}

				

.login-register{
	text-align: left;
}
.login-register-title{
	margin:10px 0px 0px 10px;
}
.login-register-title-text{
	font-size:20px; 
	font-weight:bold;
}
.login-register-title-desc{
	font-size:14px;
}
.login-register-login{
}
.login-register-login-desc{
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}

.member-button-wrapper{
}
.member-button{
	height:60px;
	background-color: #427ad3;
	color:#ffffff; 
	font-size:14px;
}
.member-button-text{
}
.member-button-arrow{
	border: solid #000000;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
@media screen and (max-width: 414px){
    .login-register{
        padding-left: 5px;
    }
}

				


.steps{
	text-align: left;
	margin:30px 0px 0px 0px;
	line-height:33px;
}
.steps-wrapper{
}
.prev-button{
        font-size: 14px;
        padding: 5px;
}
.next-button{
	background-color:#427ad3;
	color:#ffffff;
	font-size:18px;
        padding: 6px;
}
.next-button:disabled{
	background-color:#cccccc;
}
.next-button-content{
}
.next-button-content-text{
}
.next-button-content-arrow{
	border:solid #000000;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}



.footer{
	width:100%;
        margin: 20px 0px 0px 0px;
}
.footer-copyright{
        text-align:center;
        color: #A9A9A9;
        font-size: 16px;
}
@media screen and (max-width:414px){
    .footer-copyright{
        font-size: 14px;
    }
}


.coupon{
	margin: 18px 0px 0px 0px;
}
.apply-coupon{
	display: inline-block;
}
.coupon-button{
        margin: 0px 4px 0px 4px;
}
@media screen and (max-width:414px){
    .coupon-button{
        display: block;
        margin: 0px 4px 0px 0px;
        padding: 7px 0px 0px 0px; 
    }
}


.member-info{
	margin: 30px 0px 0px 0px;
}

.profile-info{
}


@media screen and (max-width:414px){
    .profile-info .email .column-name{
        display: block;
        width: 100%;
    }

    .profile-info .email .column-data{
        display: block;
        width: 100%;
    }
}



.shipping-info{
	margin: 18px 0px 0px 0px;
}

.use-terms{
	margin: 18px 0px 0px 0px;
}


.agree{
	margin: 18px 0px 0px 0px;
}
.agree-terms{
        display: inline-block;
        font-size: 16px;
	font-weight:bold;
	margin:7px 2px 10px 0px;	
}
.agree-checkbox-wrapper{
    margin: 8px 0px 8px 0px;
}
@media screen and (max-width:414px){
    .agree .table-block-title{
        height: auto;
        background: url("../img/category03_midashi02_1.jpg") 0px 2px/100% 100% no-repeat;
    }
    .agree .table-block-title-text{
        line-height: 16px;
        padding: 6px 0px 6px 0px;
    }
}




.invalid_input {
	border-style:solid solid solid solid;
	border-color:#ff0000;
	border-width:2px;
}

.error_msg{
	margin:10px 0px 10px 0px;
	color:#ff0000;
	font-size:16px;
	text-align: left;
}
