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

@media screen and (max-width:768px){
	body{font-size: 14px;}
	
	input, button, textarea, select{
		-webkit-appearance:  none;
		-moz-appearance:  none;
		appearance:  none;
		padding: 12px !important;
		font-size: 15px;
		box-sizing: border-box;
		border: 1px solid #d2d2d2;
		box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
	}
	
	input[type="text"],select{
		width: 100%;	
	}
	
	input[type="checkbox"],input[type="radio"]{
		vertical-align: middle;
		position: relative;
		background: #fff;
	}
	
	input[type="checkbox"]:checked:after {
		position: absolute;
		top: 5px;
		left: 5.5px;
		content: "";
		width: 14px;
		height: 14px;
		background: #54B3DE;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	
	input[type="radio"]{
		box-sizing: border-box;
		border-radius: 50%;
		margin-right: 4px;
		background: #fff !important;
		width: 25px;
    	height: 25px;
	}
	
	input[type="radio"]:checked:after {
		display: block;
		position: absolute;
		top: 5.5px;
		left: 6px;
		content: "";
		width: 13px;
		height: 13px;
		background: #54B3DE;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	
	label.labelBtn{
		width: 45%;
		display: inline-block;
	}
	
	.wrap{
		width: 100%;
	}
	
	.main{
		padding: 0 16px;
	}
	
	.section {
		margin-bottom: 0;
	}
	
	.formTable td,.formTable th{
		border: none;	
		width: 100%;	
		display: block;
		box-sizing: border-box;
	}
	
	.formTable td{
		padding: 16px 0;	
	}
	
	input[name="oaddress"],input[type="text"][name^="email"], input[type="text"][name*="address"] {
		width:100% ;	
	}
	
	input[name^=hphone],input[name^=ophone],input[name^=etcphone],input[name^=fax],input[name^=opost],input.inputS[type="text"]{
		width: 5em;	
		margin-right: 4px;
	}
	
	input[name$="id"]{
		width: 65%;
	}
	
    input[name="recommand_id"]{
        width: 100%;
    }

	.footer{
		padding: 16px 0;	
	}
	
	.copyright{
		margin-bottom: 16px;	
	}

	.shop-btn, .shop-btn:link, .shop-btn:visited, .shop-btn:active, .shop-btn:hover{
		font-size: 12px;
	}
	
	.privacyPolicyWrap{
		height: 10em;
		overflow: auto;
		border: 1px solid #ccc;
		margin-bottom: 8px;
		-webkit-overflow-scrolling: touch;
	}
	
	iframe.privacyPolicy{
		width: 100%;
		height: 100%;
		border: none;
		margin-bottom: 0;
		overflow: auto;
	}
}

.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;
    }
}
@charset "euc-jp";
/* CSS Document */


/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */

html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td {margin: 0;padding: 0;box-sizing: border-box;}
img{border: 0;vertical-align:bottom;}
li {list-style-type: none;}
em,strong{font-style:normal;}
table{border-collapse:collapse;	}


/* -----------------------------------------------------------------
   共通
----------------------------------------------------------------- */

a:link{
	color:#1B4F98;/* リンク文字色 */
}
a:visited{
	color:#1B4F98;
}
a:active{
	color:#1B4F98;
}
a:hover{
	color: #1B4F98;/* リンク文字色（hover時） */
}

body{
	margin:0;
	padding:0;
    background-color:#fff;/* body背景色 */
    background-image:url('');       /* body背景画像 */
    background-repeat:repeat;   /* body背景画像繰り返し */
    background-position:left top; /* body背景画像ポジション */
    color:#333;     /* body文字色 */
	text-align:center;
    font-size:13px; /* body文字サイズ */
    font-family:"メイリオ", Meiryo , "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height:1.6;
}

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("../img/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;
    }
}
* {
    box-sizing: border-box;
}
body{
	margin:0;
	padding:0;
	background-color:#fff; /* body背景色 */
	background-image:url(''); /* body背景画像 */
	background-repeat:repeat; /* body背景画像繰り返し */
	background-position:left top; /* body背景画像ポジション */
	color:#333; /* body文字色 */
	font-size:13px; /* body文字サイズ */
	text-align:center;
	font-family:"メイリオ", Meiryo , "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height:1.2;
}
ul,li,div,p,table,h2,h3{
	padding:0;
	margin:0;
}
a:link{
	color:#0000ee; /* リンク文字色 */
	text-decoration:underline;
}
a:visited{
	color:#0000ee;
	text-decoration:underline;
}
a:active{
	color:#0000ee;
	text-decoration:underline;
}
a:hover{
	color:#0000ee; /* リンク文字色（hover時） */
	text-decoration:none;
}
img{
	border:0;
}
.wrap{
	width:700px; /* コンテンツの幅 */
	margin:20px auto 0;
}
.header{
	text-align:left;
	overflow:hidden;
	_zoom:1;
}
.header p{
	margin:10px;
	font-weight:bold;
	font-size:22px; /* ショップタイトルの文字サイズ */
}
.header a{
	text-decoration:none;
	color:#333; /* ショップタイトルの文字色 */
}
.main{
	padding:15px 30px;
	background:#fff; /* コンテンツの背景色 */
	border-width:1px; /* コンテンツの罫サイズ線 */
	border-style:solid; /* コンテンツの罫線スタイル */
	border-color:#ddd; /* コンテンツの罫線色 */
}
.section{
	overflow:hidden;
	_zoom:1;
}
.entry{
	border-top-width:1px; /* 境目の罫線サイズ */
	border-top-style:dotted; /* 境目の罫線スタイル */
	border-top-color:#ddd;/* 境目の罫線色 */
	padding-top:40px;
    margin-top: 40px;
}
.headImg{
    margin-bottom:15px;
    text-align:center;
}
h2{
	text-align:left;
	margin-bottom:10px;
	font-size:15px;
	color:#333;
}
h3{
	text-align:left;
	margin-bottom:10px;
}
.txt01{
	text-align:left;
	line-height:1.6;
}
.errortxt{
	text-align:left;
	color:#ff0000;
	margin-top:8px;
}
.loginform{
	width:390px;
	margin:20px auto 0;
}
.loginform th{
	text-align:left;
	min-width:120px;
	padding:5px 8px;
	background:#cc0000; /* テーブルの背景色（タイトル） */
	font-size:13px; /* テーブルのフォントサイズ（タイトル） */
	color:#ffffff;/* テーブルの文字色（タイトル） */
}
.loginform td{
	text-align:left;
	padding:5px;
	background:#eee; /* テーブルの背景色（項目） */
}
.loginform td input{
	width:200px;
	font-size:13px; /* テーブルのフォントサイズ（項目） */
    color:#333; /* テーブルの文字色（項目） */
}
.keeptxt{
	width:390px;
  margin: 4px auto 15px;
}
.passwdtxt{
	width:390px;
  text-align:left;
  margin: 4px auto 0;
}
label{
	cursor:pointer;
}
.btn{
	margin-top:20px;
}
.btn input{
	cursor:pointer;
	padding:2px 10px;
}
.link{
	text-align:center;
	margin-top:10px;
    margin-bottom: 40px;
}

/* buy */
.buyEntry{
    margin:0 auto;
}
.buyNmember{
	margin:0 0 10px 20px;
}
.buyBorder{
	border-right-width:1px; /* 境目の罫線サイズ */
	border-right-style:dotted; /* 境目の罫線スタイル */
	border-right-color:#ddd;/* 境目の罫線色 */
}
.buyWrap td {
	padding: 0;
	width: 50%;
    vertical-align: top;
}

/* footer */
.footer{
	margin-top:30px;
}
.shoplink{
	text-align:right;
	margin-bottom:10px;
}
.seal{
	width:400px;
	margin:0 auto;
}
.sealimg img{
	border:5px solid #fff;
}
.sealtxt{
	text-align:left;
	font-size:10px;
	padding-left:10px;
	color:#666;/* フッターの文字色 */
}

/* lockes */

#locked .main{
	padding:30px 30px 0 30px;
}
.errorContents{
	background:#ffeeee;
	padding:16px;
	text-align:left;
	margin:16px auto;
	color:#ff0000;
}

/* amazon */
.amazon-login-v2 {
    max-width:250px;
    height: 40px;
    margin: 0 auto 20px;
}

.amazon-wrap {
    padding-top: 30px;
}

.amazon-wrap p {
    text-align: center;
    margin: 0 auto 10px;
    line-height: 1.6;
}

.amazon-title {
    line-height: 1;
    font-size: 15px;
    margin: 0 auto 10px;
    font-weight: 700;
}

a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.password .loginform{
	width: 450px;
}

.password input[name="email"]{
	width: 95%;
}

.notes {
    font-size: 10px;
    color: #888;
    display: block;
    margin-top: 4px;
}

.btn input[type="button"]{
    min-width: 250px;
    max-width: 290px;
	border: none;
	background: #333;
	color: #fff;
	text-decoration:  none;
	padding: 8px 32px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 17px;
	display: inline-block;
	margin: 0 auto;
	cursor: pointer;
}

.btn input[type="button"].disabled{
	background: #ddd;
	pointer-events: none;
}


.btn input[type="button"]:hover{
	background: #666;
}

.policy_area{
	border:1px solid #ccc;
	height:175px;
	overflow-x:hidden;
	overflow-y:auto;
	margin:16px auto;
	text-align: left;
	font-size:13px;
}

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

.cautionText{
    color:#ff0000;
	margin-top: 20px;
}
#passKey{
    margin:24px 0 8px;
    background:#ffe0e0;
    border:1px solid #cc0000;
    padding:8px;
}
#passKey p{
    text-align:center;
    font-weight:bold;
    font-size:21px;
    letter-spacing:0.5em;
    line-height:60px;
    color:#cc0000;
    font-family:Arial, Helvetica, sans-serif;
    margin-top:0;
    background:#fff;
}
.cautionCopy{
    text-align:center;
}

.confirm-notes{
	font-size: 12px;
	color: #666;
}

.line-login {
    max-width: 250px;
}

@media screen and (max-width: 768px){
    .header img {
		max-width: 100%;
	}
	.wrap {
		width: 100%;
	}
	.main {
		padding: 1rem;
		border: none;
        float: left;
	}
    .headImg img{
		max-width: 100%;
	}
	.loginform, .password .loginform {
		width:100%;
	}
	.password input[name="email"] {
		width: 100%;
	}
	.loginform th {
		width: 100%;
		display: block;
	}
	.loginform td {
		width: 100%;
		display: block;
	}
	.loginform td input{
		width: 100%;
	}
	.keeptxt, .passwdtxt{
		width: 100%;
	}
	.seal{
		width: 100%;
	}
	.btn input[type="button"]{
		width: 100%;
		max-width: 400px;
	}
	.buyWrap {
		width: 100%;
	}
	.buyWrap td {
		width: 100%;
		display: block;
	}
	.buyEntry {
		margin: 0 0 2rem;
	}
	.buyNmember {
		margin: 0;
	}
	.buyBorder {
		border: none;
	}
    /* amazon */
    .amazon-login-v2 {
        width:100%;
        max-width: 400px;
    }
    .amazon-wrap p {
        text-align: left;
    }

    .line-login {
        width: 100%;
        max-width: 400px;
    }
}
