@charset "euc-jp";
/* CSS Document */


.btn {
    text-align: center;
}

.btnWrap {
    place-self: center;
}

p{
	text-align: left;
}

label{
	cursor:pointer;
}

input,textarea,select{
	font-family:"メイリオ", Meiryo , "ヒラギノ角ゴ Pro W3", sans-serif;
}

.btn,.btn:link,.btn:visited,.btn:active,.btn:hover{
	background: #333;
	color: #fff;
	text-decoration:  none;
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	padding: 6px 12px;
}

.btn:hover{
	opacity: 0.8;
}

.wrap{
	width:600px;/* コンテンツの幅 */
	margin:0px auto;
}

.main{
	padding: 0 24px;
}

.section{
	margin-bottom: 64px;
	position: relative;
	overflow: hidden;
}

.shopBtnWrap{
	position: absolute;
	right: 0;
	top: 24px;
}

.shop-btn,.shop-btn:link,.shop-btn:visited,.shop-btn:active,.shop-btn:hover{
	background: #ddd;
	color: #777;
	font-size: 14px;
}

.headImg{
    width: 100%;
    margin-top: 72px;
}

.headImg img{
    max-width: 100%;
}

.pageTitle{
    text-align: left;
	font-size:15px;    /* タイトルのフォントサイズ */
	color:#333;        /* タイトルの文字色 */
	margin: 10px auto;
}

/* -----------------------------------------------------------------
   会員情報登録
----------------------------------------------------------------- */

.formTable{
	width: 100%;
	margin: 16px auto 0;
}

.formTable th, .formTable td {
	border:1px solid #999;   /* table罫線色 */
    padding: 12px 8px;
	text-align: left;
	word-break: break-all;
}

.formTable th{
	background:#ededed;   /* テーブルの背景色（タイトル） */
	font-size:13px;  /* テーブルのフォントサイズ（タイトル） */
	color:#333;      /* テーブルの文字色（タイトル） */
	width: 210px;
}

.formTable td{
	background:#fff;   /* テーブルの背景色（項目） */
	font-size:13px;  /* テーブルのフォントサイズ（項目） */
	color:#333;      /* テーブルの文字色（項目） */
}

.required{
	display: inline-block;
	background:#cc0000;   /* 必須項目背景色 */
	font-weight: normal;
    color: #fff;     /* 必須項目文字色 */
	padding: 3px 5px;
	font-size: 11px;
	float: right;
}

.notes{
	font-size: 13px;
	color: #777;      /* 入力例文字色 */
	display: block;
	margin-top: 8px;
}

.labelBtn{
	width: 25%;
	display: inline-block;
}

.labelBtn input[type="radio"]{
	margin-right: 4px;
}

input[type="text"],input[type="password"],select{
	padding: 6px;
	border: 1px solid #c8c8c8;
	border-radius: 2px;
	font-size: inherit;
}

input[type="text"],input[type="password"]{
	background: #F7F7F7;
	width: 65%;
}

input[type="text"]:focus,input[type="password"]:focus,select:focus{
	background-color: #fff;
}

input[name$="id"]{
	width: 10em;
}

input[name="recommand_id"]{
	width: 65%;
}

input.inputS{
	width: 5em;
	margin-right: 4px;
}

input[type="text"][name^="email"],
input[type="text"][name*="address"]{
	width: 96%;
}

select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	cursor: pointer;
	background: #F7F7F7 url("../images/down-arrow.png") no-repeat right 12px top 48%;
	background-size: 11px 7px;
	padding-right: 30px;
	border: 1px solid #c8c8c8;
}

select::-ms-expand {
  display: none;
}

select option{
	background: #fff;
}

/* -----------------------------------------------------------------
   ポリシー
----------------------------------------------------------------- */

.policyTitle {
	font-size: 16px;
    margin-bottom: 16px;
    text-align: left;
}

.privacyPolicyWrap + .policyTitle{
	margin-top: 24px;
}

iframe.privacyPolicy{
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 8px;
	height: 140px;
	overflow: auto;
}

.agreeCheck{
    margin-right: 6px;
    vertical-align: middle;
}

.btnWrap {
    margin-top: 64px;
}

.btn.disabled{
	background: #ddd;
	pointer-events: none;
}

.check-btn{
	font-size: 14px;
}

#send_btn{
	font-size: 17px;
	padding: 12px 32px;
}

/* -----------------------------------------------------------------
   フッター
----------------------------------------------------------------- */
.footer{
	margin-top:120px;
	width: 100%;
	border-top: 1px dashed #ccc;
	padding: 32px 0;
}

.copyright{
	text-align: center;
	font-size: 12px;
	margin-bottom: 32px;
}

.seal{
	margin:0 auto;
	text-align: center;
}

.sealimg{
	display: inline-block;
	width: 115px;
}

.sealimg img{
	max-width: 100%;
}

.sealtxt{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align:left;
	font-size:11px;
	padding-left:10px;
	color:#666;
}

.amazon-wrap {
    border: 1px solid #999999;
    background: #ffffff;
    padding: 15px;
    margin: 0 0 20px 0;
}
            
.amazon-wrap p {
    text-align: center;
    margin: 10px auto;
    background: #ffffff;
}

.amazonButton {
    margin: 0 auto;
}

.amazon-title {
    line-height: 1;
    font-size: 16px;
	margin: 0 auto 10px;
	font-weight: 700;
    background: #ffffff;
}
@media screen and (max-width:768px){
    .sp-br {
        display: none;
    }
}
