@charset "utf-8";


/* -----------------------------------------------------------------
   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時） */
}

/* .header { */
/* 	text-align: left; */
/* 	overflow: hidden; */
/* 	_zoom: 1 */
/* } */

/* .header a { */
/* 	text-decoration: none; */
/* 	color: #333; */
/* } */

/* .header p { */
/* 	margin: 10px 0; */
/* 	font-weight: bold; */
/* 	font-size: 22px; */
/* } */

.ml-10 {
    margin-left: 10px;
}

/* .shoplink { */
/* 	text-align: right; */
/* 	margin-bottom: 10px; */
/* } */

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:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif; */
/*     line-height:1.6; */
}

p{
	font-size: 13px;
	text-align: left;
}

label{
	cursor:pointer;
}

input,textarea,select{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", 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-regist,.btn-regist:link,.btn-regist:visited,.btn-regist:active,.btn-regist:hover{
	background: #4cae4c;
	color: #fff;
	text-decoration:  none;
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	padding: 6px 12px;
}

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

.btnL:hover,
.btn:hover,
.btn-regist: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; */
/* 	cursor: pointer; */
/* } */

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

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

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

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

#responsiveType{
	display: none;
}

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

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

.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;
}

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

.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: #FAFAFA;
	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^="emailAddress"],
input[type="text"][name^="emailConfirm"],
input[type="text"][name*="detailedAddress"]{
	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;
}

.withdrawalPolicy{
    margin-bottom: 16px;
    text-align: left;
}

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

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

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

.btnWrap {
    margin-top: 64px;
}

.btnWrap.edit {
    margin-top: 48px;
}

.btnWrap.withdrawal {
    margin-top: 32px;
}
.btnL.disabled,
.btn.disabled,
.btn-regist.disabled{
	background: #ddd;
	pointer-events: none;
}

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

#send_btn, #withdrawal_btn, #pass_change_btn{
	font-size: 17px;
	padding: 12px 32px;
	cursor: pointer;
}

/* -----------------------------------------------------------------
   フッター
----------------------------------------------------------------- */
.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;
}
