@charset "utf-8";
/*=====================================================================*/
/* DERUCA ENTRY PAGE */
/*=====================================================================*/

/* Reset CSS */
/*---------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Base CSS */
/*---------------------------------------------------------------------*/
/* ----- Text Style ----- */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.6em;
	color:#454545;
	background:#ffffff;
}

a,a:visited {
	text-decoration:underline;
	color:#3366cc;
}

a:hover,a:active {
	text-decoration:none;
	color:#3366cc;
}

input {
	margin:0;
	padding:0;
}

/* ----- Margin and Padding ----- */
.idt_m2 { text-indent:-2em;}
.idt_m1 { text-indent:-1em;}
.idt_p1 { text-indent:1em;}
.idt_p2 { text-indent:2em;}

.pdg_1m { padding-left:1em;}
.pdg_2m { padding-left:2em;}
.pdg_3m { padding-left:3em;}

.mgn_t5 {margin-top:5px;}
.mgn_t10 {margin-top:10px;}
.mgn_t15 {margin-top:15px;}
.mgn_t20 {margin-top:20px;}
.mgn_t30 {margin-top:30px;}
.mgn_t40 {margin-top:40px;}
.mgn_t50 {margin-top:50px;}
.mgn_t60 {margin-top:60px;}

.mgn_b5 {margin-bottom:5px;}
.mgn_b10 {margin-bottom:10px;}
.mgn_b15 {margin-bottom:15px;}
.mgn_b20 {margin-bottom:20px;}
.mgn_b30 {margin-bottom:30px;}
.mgn_b40 {margin-bottom:40px;}
.mgn_b50 {margin-bottom:50px;}
.mgn_b60 {margin-bottom:60px;}

.mgn_l5 {margin-left:5px;}
.mgn_l10 {margin-left:10px;}
.mgn_l15 {margin-left:15px;}
.mgn_l20 {margin-left:20px;}
.mgn_l30 {margin-left:30px;}
.mgn_l40 {margin-left:40px;}
.mgn_l50 {margin-left:50px;}
.mgn_l60 {margin-left:60px;}

.mgn_r5 {margin-right:5px;}
.mgn_r10 {margin-right:10px;}
.mgn_r15 {margin-right:15px;}
.mgn_r20 {margin-right:20px;}
.mgn_r30 {margin-right:30px;}
.mgn_r40 {margin-right:40px;}
.mgn_r50 {margin-right:50px;}
.mgn_r60 {margin-right:60px;}

.pdg_t5 {padding-top:5px;}
.pdg_t10 {padding-top:10px;}
.pdg_t15 {padding-top:15px;}
.pdg_t20 {padding-top:20px;}
.pdg_t30 {padding-top:30px;}
.pdg_t40 {padding-top:40px;}
.pdg_t50 {padding-top:50px;}
.pdg_t60 {padding-top:60px;}

.pdg_b5 {padding-bottom:5px;}
.pdg_b10 {padding-bottom:10px;}
.pdg_b15 {padding-bottom:15px;}
.pdg_b20 {padding-bottom:20px;}
.pdg_b30 {padding-bottom:30px;}
.pdg_b40 {padding-bottom:40px;}
.pdg_b50 {padding-bottom:50px;}
.pdg_b60 {padding-bottom:60px;}

.pdg_l5 {padding-left:5px;}
.pdg_l10 {padding-left:10px;}
.pdg_l15 {padding-left:15px;}
.pdg_l20 {padding-left:20px;}
.pdg_l30 {padding-left:30px;}
.pdg_l40 {padding-left:40px;}
.pdg_l50 {padding-left:50px;}
.pdg_l60 {padding-left:60px;}

.pdg_r5 {padding-right:5px;}
.pdg_r10 {padding-right:10px;}
.pdg_r15 {padding-right:15px;}
.pdg_r20 {padding-right:20px;}
.pdg_r30 {padding-right:30px;}
.pdg_r40 {padding-right:40px;}
.pdg_r50 {padding-right:50px;}
.pdg_r60 {padding-right:60px;}

/* ----- Float and Text Align ----- */
.flt_l { float:left;}
.flt_r { float:right;}

.txt_aln_c { text-align:center;}
.txt_aln_r { text-align:right;}
.txt_aln_l { text-align:left;}

.txt_bold { font-weight: bold;}

.d_inlineblock { display: inline-block;}

.font_s { font-size: 93%;}

/* ----- Hidden and Clear Option ----- */
hr { display:none;}

.clear { clear:both;}
.hidden { visibility:hidden;}
.none { display: none;}

.clearfix:after {
	content:" ";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

/* Layout CSS */
/*---------------------------------------------------------------------*/
/* ----- Outline ----- */
html,body { height:100%;}

#WRAPPER { min-height:100%;}

#HEADER {
	margin: 0 0 18px;
	width:100%;
	background: #f7f7f7;
	border-top: 4px solid #9dc706;
	box-shadow:
		inset 0 -1px 0 rgba(255,255,255,.7),
		0 1px 2px rgba(0,0,0,.3);
	z-index:10;
}

#CONTAINER {
	width:960px;
	margin:0 auto;
	padding-bottom:90px;
}

.footer {
	margin-top:-60px;
	height:60px;
	background:url(../../images/member/bg_footer.png) top repeat-x;
}

/* ----- Header ----- */
.header_inner {
	position:relative;
	margin:0 auto;
	width:968px;
}

.logo {
	display: flex;
	height:48px;
	align-items: center;
}

.logo a {
	display: block;
}

.logo img {
	vertical-align: bottom;
}

.contact_info {
	position:absolute;
	top:0;
	right:14px;
	width:780px;
	height:70px;
	background:url(../../images/member/contact_info.png) 0 0 no-repeat;
}

.contact_info .tel {
	position:absolute;
	top:25px;
	left:194px;
	font:35px/35px Verdana, sans-serif;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#282828;
	text-shadow:0 1px 0 rgba(255,255,255,1);
}

.contact_info .caption {
	position:absolute;
	top:26px;
	left:523px;
	font-size:13px;
	line-height:17px;
	letter-spacing:0.1em;
	color:#787878;
}

/* ----- Main Title ----- */
/* Main Header */
.main_title {
	position:relative;
	display:block;
	margin:0 -2px 15px;
	width:964px;
	height:48px;
	background:url(../../images/member/main_title.png) 0 0 no-repeat;
}

.main_title .title {
	position:absolute;
	top:0;
	left:0;
}

/* Font Size Button */
.btn_fontsize_wrapper {
	float:right;
	padding:11px 0 0;
}

.btn_fontsize_wrapper dt {
	display:block;
	float:left;
	margin:0 5px 0 0;
	width:70px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/fontsize.png) 0 0 no-repeat;
}

.btn_fontsize_wrapper dd {
	display:block;
	float:left;
	margin:0 17px 0 0;
	width:81px;
}

.textsizer li {
	float:left;
}

.textsizer a {
	display:block;
	margin:0 0 0 3px;
	width:24px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_fontsize.png) 0 0 no-repeat;
}

.btn_fontsize_wrapper .btn_font_s a { background-position:0 0;}
.btn_fontsize_wrapper .btn_font_m a { background-position:-24px 0;}
.btn_fontsize_wrapper .btn_font_l a { background-position:-48px 0;}

.btn_fontsize_wrapper .btn_font_s a:hover { background-position:0 -25px;}
.btn_fontsize_wrapper .btn_font_m a:hover { background-position:-24px -25px;}
.btn_fontsize_wrapper .btn_font_l a:hover { background-position:-48px -25px;}

.btn_fontsize_wrapper .btn_font_s a.textresizer-active { background-position:0 -50px;}
.btn_fontsize_wrapper .btn_font_m a.textresizer-active { background-position:-24px -50px;}
.btn_fontsize_wrapper .btn_font_l a.textresizer-active { background-position:-48px -50px;}

/* ----- Status ----- */
.entry_status {
	margin:0 auto 15px;
	width:934px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/status_normal.png) 0 0 no-repeat;
}

.step1 { background-position:0 0;}
.step2 { background-position:0 -50px;}
.step3 { background-position:0 -100px;}

.easy_entry_status {
	margin:0 auto 15px;
	width:934px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/status_easy.png) 0 0 no-repeat;
}

.easy_entry_status.kari { background-image: url("../../images/member/status_easy_kari.png");}

.easy_step1 { background-position:0 0;}
.easy_step2 { background-position:0 -50px;}
.easy_step3 { background-position:0 -100px;}
.easy_step4 { background-position:0 -150px;}
.easy_step5 { background-position:0 -200px;}
.easy_step6 { background-position:0 -250px;}

/* ----- Main Contents ----- */
/*.contents_wrapper {
	margin:0 auto 20px;
	padding:0 0 9px;
	width:964px;
	background:url(../../images/member/bg_contents_footer.png) 0 bottom no-repeat;
}

.contents_header {
	width:964px;
	height:7px;
	background:url(../../images/member/bg_contents_header.png) 0 0 no-repeat;
}

.contents_inner {
	padding:6px 0 20px;
	width:964px;
	background:url(../../images/member/bg_contents_inner.png) 0 repeat-y;
}

.contents_title {
	margin:0 auto 16px;
	width:930px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/contents_title.png) 0 0 no-repeat;
}

#ENTRY_STEP1 { background-position:0 0px;}
#ENTRY_STEP2 { background-position:0 -36px;}
#ENTRY_STEP3 { background-position:0 -72px;}*/

.contents_wrapper {
	margin: 0 auto 24px;
	padding: 15px 0 24px;
	width: 960px;
	background: #fff;
	border-radius: 4px;
	box-shadow:
		0 0px 1px rgba(0,0,0,.4),
		0 1px 4px rgba(0,0,0,.25);
}

.contents_header {
	display: none;
}

.contents_title {
	box-sizing: border-box;
	margin:0 auto 16px;
	padding: 0 14px;
	width:930px;
	height:36px;
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
	color: #22a4e6;
	text-shadow: 0 0 2px #fff;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);
	border: 1px solid #aaa;
	border-radius: 4px;
}

/* ----- Footer ----- */
.footer_inner {
	margin:0 auto;
	width:960px;
}

.logo_deruca {
	float:left;
	padding:17px 0;
	width:121px;
	height:26px;
}

.logo_deruca a {
	display:block;
	width:121px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/footer_deruca.png) 0 0 no-repeat;
}

.copyright {
	float:right;
	font-size:11px;
	line-height:60px;
	color:#999999;
	text-align:right;
}

/* TopPage CSS */
/*---------------------------------------------------------------------*/
/* ----- Lead Sentence ----- */
.lead_sentence {
	margin:-6px 0 25px;
	padding:0 15px;
}

.lead_sentence .attention {
	color:#cc3333;
}

/* ----- Main Entry ----- */
.main_contents_wrapper {
	margin:0 auto 20px;
	padding:0 0 9px;
	width:964px;
	background:url(../../images/member/bg_contents_footer.png) 0 bottom no-repeat;
}

.main_contents_header {
	position:relative;
	width:964px;
	height:7px;
	background:url(../../images/member/bg_contents_header.png) 0 0 no-repeat;
}

.main_contents_inner {
	padding:9px 0 11px;
	width:964px;
	background:url(../../images/member/bg_contents_inner.png) 0 repeat-y;
}

.main_contents_catch {
	position:absolute;
	top:-29px;
	right:-27px;
	width:374px;
	height:84px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/entry_catch.png) 0 0 no-repeat;
}

.main_contents_btn_wrapper {
	margin:0 auto;
	width:928px;
	background:url(../../images/member/bg_entry_inner.gif) repeat;
	border:1px solid #f1f1f1;
	border-radius:5px;
}
.main_contents_1 {
	position:relative;
	margin:18px 0 6px 20px;
	width:874px;
	height:140px;
	background:url(../../images/member/entry_normal.png) 0 0 no-repeat;
}
.kd_regist .main_contents_1 {
	position: relative;
	margin: 18px 0 44px 20px;
	width: 874px;
	height: 140px;
	background: url(../../images/member/entry_normal.png) 0 0 no-repeat;
}

.btn_normal_entry,.btn_rakuten_entry {
	position:absolute;
	top:41px;
	left:41px;
	width:810px;
	height:70px;
}

.btn_normal_entry a,.btn_rakuten_entry a {
	display:block;
	width:810px;
	height:84px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_entry.png) 0 0 no-repeat;
}

.btn_normal_entry a:hover { background-position:0 -84px;}

.btn_rakuten_entry a { background: url(../../images/member/btn_entry_rakuten.png) 0 0 no-repeat;}
.btn_rakuten_entry a:hover { background-position: 0 -84px;}

.normal_entry {
	position:absolute;
	top:41px;
	left:41px;
	width:810px;
	height:84px;
}

.kd_regist .normal_entry {
	position: absolute;
	top: 41px;
	left: 41px;
	width: 300px;
	height: 84px;
}
.kd_regist .nomal_entry_comment{
	position: absolute;
	top: 41px;
	left: 320px;
	width: 530px;
	height: 84px;
}
.nomal_entry_comment li{
	padding-left:1em;
	text-indent:-1em;
}

.normal_entry .btn_normal_entry,.normal_entry .btn_rakuten_entry {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width:399px;
	height:84px;
}
.kd_regist .normal_entry .btn_normal_entry {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width:262px;
	height:84px;
}
.normal_entry .btn_normal_entry {
	margin: 0 12px 0 0;
}

.normal_entry .btn_normal_entry a,.normal_entry .btn_rakuten_entry a {
	display:block;
	width:399px;
	height:84px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_entry_rakuten.png) -810px 0 no-repeat;
}
.kd_regist .normal_entry .btn_normal_entry a {
	display:block;
	width:260px;
	height:84px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_entry_kd.png) 0 0 no-repeat;
}

.kd_regist .normal_entry .btn_normal_entry a:hover { background-position: 0px -84px;}
.normal_entry .btn_normal_entry a:hover { background-position: -810px -84px;}
.normal_entry .btn_rakuten_entry a { background-position: -1209px 0px;}
.normal_entry .btn_rakuten_entry a:hover { background-position: -1209px -84px;}

.main_contents_2 {
	position:relative;
	margin:28px 0 6px 20px;
	width:874px;
	height:224px;
	background:url(../../images/member/entry_easy.png) 0 0 no-repeat;
}

.main_contents_2_alt { background:url(../../images/member/entry_easy_alt.png) 0 0 no-repeat;}

.easy_entry {
	position:absolute;
	top:125px;
	left:35px;
	width:822px;
	height:84px;
}

.btn_easy_entry {
	float:left;
	margin:0 6px;
	width:262px;
}

.btn_easy_entry a,
.btn_easy_entry .disabled {
	display:block;
	width:262px;
	height:84px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_entry.png) -810px 0 no-repeat;
}

.kd_regist .btn_easy_entry a {
	display:block;
	width:262px;
	height:84px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_entry_kd.png) -810px 0 no-repeat;
}

#RAKUTEN a { background-position:-810px 0;}
#JAPANNET a { background-position:-1072px 0;}
#JCB a { background-position:-1334px 0;}

#RAKUTEN a:hover { background-position:-810px -84px;}
#JAPANNET a:hover { background-position:-1072px -84px;}
#JCB a:hover { background-position:-1334px -84px;}

.kd_regist #RAKUTEN a { background-position:-260px 0;}
.kd_regist #JAPANNET a { background-position:-522px 0;}
.kd_regist #JCB a { background-position:-784px 0;}

.kd_regist #RAKUTEN a:hover { background-position:-260px -84px;}
.kd_regist #JAPANNET a:hover { background-position:-522px -84px;}
.kd_regist #JCB a:hover { background-position:-784px -84px;}

.btn_easy_entry_l {
	float:left;
	margin:0 6px;
	width:399px;
}

.btn_easy_entry_l a {
	display:block;
	width:399px;
	height:84px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_entry.png) -810px 0 no-repeat;
}

#RAKUTEN_ALT a { background-position:-1596px 0;}
#JAPANNET_ALT a { background-position:-1995px 0;}

#RAKUTEN_ALT a:hover { background-position:-1596px -84px;}
#JAPANNET_ALT a:hover { background-position:-1995px -84px;}

.main_contents_2_large {
	height:320px;
	background:url(../../images/member/entry_easy_large.png) 0 0 no-repeat;
}

.main_contents_2_large .btn_easy_entry_l {
	float:left;
	margin:0 6px 12px;
	width:399px;
}

.main_contents_2_large .btn_easy_entry_l a,
.main_contents_2_large .btn_easy_entry_l .disabled {
	display:block;
	width:399px;
	height:84px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_entry_easy_l.png) -399px 0 no-repeat;
}

.main_contents_2_large .btn_easy_entry_l .disabled { background-image: url(../../images/member/btn_entry_easy_l_disabled.png);}

.main_contents_2_large .btn_easy_entry_l#RAKUTEN a { background-position: -399px 0;}
.main_contents_2_large .btn_easy_entry_l#JNB a { background-position: -798px 0;}
.main_contents_2_large .btn_easy_entry_l#JCB a { background-position: -1197px 0;}
.main_contents_2_large .btn_easy_entry_l#JPB a { background-position: -1596px 0;}
.kd_regist .main_contents_2_large .btn_easy_entry_l#RAKUTEN a { background-position: 0 0;}

.main_contents_2_large .btn_easy_entry_l#RAKUTEN a:hover { background-position: -399px -84px;}
.main_contents_2_large .btn_easy_entry_l#JNB a:hover { background-position: -798px -84px;}
.main_contents_2_large .btn_easy_entry_l#JCB a:hover { background-position: -1197px -84px;}
.main_contents_2_large .btn_easy_entry_l#JPB a:hover { background-position: -1596px -84px;}
.kd_regist .main_contents_2_large .btn_easy_entry_l#RAKUTEN a:hover { background-position: 0 -84px;}

.main_contents_2_alt .btn_easy_entry#JPB a { background: url(../../images/member/btn_entry_easy_s.png) -1048px 0 no-repeat;}
.main_contents_2_alt .btn_easy_entry#JPB a:hover { background-position: -1048px -84px}

.main_contents_2_large .btn_easy_entry_l#JPB .disabled { background-position: -1596px 0;}

.main_contents_2_alt .btn_easy_entry#JPB .disabled { background: url(../../images/member/btn_entry_easy_s_disabled.png) -1048px 0 no-repeat;}

.btn_easy_entry_l2 {
	float:left;
	margin:0 4px 0 6px;
	width:194px;
}

.btn_easy_entry_l2 a,
.btn_easy_entry_l2 .disabled {
	display:block;
	width:194px;
	height:180px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_entry_easy_l2.png) 0 0 no-repeat;
}

.btn_easy_entry_l2 .disabled { background-image: url(../../images/member/btn_entry_easy_l2_disabled.png);}

.btn_easy_entry_l2#RAKUTEN_ALT a { background-position: 0 0;}
.btn_easy_entry_l2#RAKUTEN a { background-position: -194px 0;}
.btn_easy_entry_l2#JNB a { background-position: -388px 0;}
.btn_easy_entry_l2#JCB a { background-position: -582px 0;}
.btn_easy_entry_l2#JPB a { background-position: -776px 0;}

.btn_easy_entry_l2#RAKUTEN_ALT a:hover { background-position: 0 -180px;}
.btn_easy_entry_l2#RAKUTEN:hover a { background-position: -194px -180px;}
.btn_easy_entry_l2#JNB:hover a { background-position: -388px -180px;}
.btn_easy_entry_l2#JCB:hover a { background-position: -582px -180px;}
.btn_easy_entry_l2#JPB:hover a { background-position: -776px -180px;}

.btn_easy_entry_l2#JPB .disabled { background-position: -776px 0;}

.main_contents_2 .rakuten_pr {
	position: absolute;
	top: 55px;
	left: -10px;
	width: 240px;
	height: 90px;
}

.main_contents_2 .rakuten_pr a {
	display: block;
	width: 240px;
	height: 90px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../images/member/btn_rakuten_pr.png) 0 0 no-repeat;
}

.main_contents_2 .rakuten_pr a:hover { background-position: 0 -90px;}

.note {
	margin:0 auto 18px;
	width:860px;
}

.main_contents_1 + .note {
	margin: 0 auto 38px;
}

.note li {
	padding-left:1em;
	color:#666666;
	text-indent:-1em;
}

.note .attention {
	font-size: 117%;
	line-height: 1.5;
	font-weight: bold;
	color: #c33;
}

.main_contents_bnr {
	width:806px;
	margin:0 auto 44px;
	clear:both;
}

.main_contents_bnr p.bnr_registrationflow {
	width:806px;
	height:120px;
}

.main_contents_bnr p.bnr_registrationflow a {
	width:806px;
	height:120px;
	display:block;
	background-image:url(../../images/member/bnr_registrationflow.png);
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

.main_contents_bnr p.bnr_registrationflow a:hover {
	background-position:0px -120px;
}

.main_contents_bnr p.bnr_guidevideo {
	margin-top: 22px;
	background-color: #fff;
}

.main_contents_bnr p.bnr_guidevideo a:hover {
	opacity: .7;
}

.main_contents_bnr p.bnr_guidevideo img {
	vertical-align: bottom;
}

.main_contents_info {
    box-sizing: border-box;
    margin:-8px auto 44px;
    padding:12px 96px;
    width:806px;
    color:#cc0000;
    text-align:left;
    background:#f9f5f1;
    border:3px double #c99;
}

.main_contents_info_header {
    font-weight:bold;
}

.main_contents_info_text {
    margin:0;
    padding:0;
}

.bnr_rakutenbank {
	margin: 0 auto 32px;
	width: 860px;
	text-align: center;
}

.account_opening {
	margin: 0 auto 32px;
	width: 766px;
}

.account_opening li {
	float: left;
	margin: 0 24px;
}

.account_opening a {
	display: block;
	width: 335px;
	height: 74px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}

.account_opening .rakuten_opening a { background: url(../../images/member/index-btn-01.gif) 0 0 no-repeat;}
.account_opening .opening a { background:url(../../images/member/index-btn-03.gif) 0 0 no-repeat;}
.account_opening .rakuten_opening a:hover { background: url(../../images/member/index-btn-01_o.gif) 0 0 no-repeat;}
.account_opening .opening a:hover { background:url(../../images/member/index-btn-03_o.gif) 0 0 no-repeat;}



/* ----- FAQ ----- */
.faq_contents {
	position:relative;
	margin:0 -2px 20px;
	width:964px;
	height:288px;
	background:url(../../images/member/faq.png) 0 0 no-repeat;
}

.faq_contents .faq_catch {
	position:absolute;
	top:145px;
	left:17px;
}

.btn_about_deruca {
	position:absolute;
	top:217px;
	left:236px;
	width:540px;
	height:42px;
}

.btn_about_deruca a {
	display:block;
	width:540px;
	height:42px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_about_deruca.png) 0 0 no-repeat;
}

.btn_about_deruca a:hover { background-position:0 -42px;}

/* ----- Contact ----- */
.contact_contents {
	position:relative;
	margin:0 -2px 20px;
	width:964px;
	height:304px;
	background:url(../../images/member/contact.png) 0 0 no-repeat;
}

.contact_contents .tel {
	position:absolute;
	top:111px;
	left:127px;
	font:88px/88px Verdana, sans-serif;
	font-weight:bold;
	color:#282828;
	text-shadow:0 2px 0 rgba(0,0,0,0.15);
}

.contact_contents .ip_phs {
	position:absolute;
	top:204px;
	left:128px;
	font-size:24px;
	line-height:24px;
	color:#666666;
}

.contact_contents .reception {
	position:absolute;
	display:block;
	top:240px;
	left:132px;
	width:700px;
	height:32px;
	font-size:15px;
	line-height:32px;
	color:#333333;
	text-align:center;
}

/* EntryPage CSS */
/*---------------------------------------------------------------------*/
/* ----- Caption ----- */
.catch {
	margin:-8px auto 8px;
	width:930px;
}

.caption {
	margin:0 auto 8px;
	width:930px;
}

.caption .attention {
	font-weight:bold;
	color:#cc3333;
}

.form_table_note {
	margin:-15px auto 20px;
	width:930px;
	font-size:92%;
	color:#cc3333;
}

/* ----- Table ----- */
/* Tbody */
.form_table {
	box-sizing: border-box;
	margin:0 auto 20px;
	width:930px;
	border-collapse: separate;
	border-top: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}

.form_table th,.form_table td {
	box-sizing: border-box;
	padding:10px 14px 0;
	color:#333333;
	text-align:left;
	vertical-align:top;
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
}

.form_table th {
	padding:10px 14px 10px;
	width:160px;
	font-weight:bold;
	background:#f5f5f5;
}

.form_table th.name {
	width:80px;
}

/* Table Contents - Common */
.form_table p {
	margin:0 0 10px;
}

.form_table td span {
	margin:0 10px 0 0;
	line-height:26px;
}

.form_table td input {
	margin:0 10px 0 0;
}

.form_table td input.form_element {
	padding:5px;
	height:14px;
	font-size:14px;
	line-height:1em;
	background:#efffd9;
	border:1px solid #d5d5d5;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #d9d9d9;
	border-radius:3px;
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0.1);
}

.form_table td input.option {
	background:#ffffff;
}

.form_table td input.complete {
	background:#ffffff;
}

.form_table td input.error {
	background:#ffe6e6;
	border:solid 1px #cc4429;
}

.form_table td input.form_element:focus {
	background:#ffffff;
	border:solid 1px #aad709;
}

.mail_table input[type="radio"] {
	position:absolute;
	margin:0;
	padding:0;
	height:0;
	opacity :0;
}

.mail_table input[type="radio"] + label {
	display:block;
	margin:4px 10px 4px 0;
	width:18px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_table.png) -386px 0 no-repeat;
}

.mail_table input[type="radio"]:checked + label {
	background:url(../../images/member/btn_table.png) -386px -18px no-repeat;
}

.form_table .btn_radio label input {
	display:none;
}

.form_table .btn_radio label {
	float:left;
	display:block;
	margin:4px 10px 4px 0;
	width:18px;
	height:18px;
	background:url(../../images/member/btn_table.png) -386px 0 no-repeat;
}

.form_table .btn_radio label.selected {
	background:url(../../images/member/btn_table.png) -386px -18px no-repeat;
}

.form_table td select.select_element {
	display:block;
	margin:0;
	padding:3px;
	height:26px;
	font-size:14px;
	background:#efffd9;
	border:1px solid #d5d5d5;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #d9d9d9;
	border-radius:3px;
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0.1);
}

.form_table td select.select_element:focus {
	background:#ffffff;
	border:solid 1px #aad709;
}

.form_table td select.error {
	background:#ffe6e6;
	border:solid 1px #cc4429;
}

.form_table td select.complete {
	background:#ffffff;
}

/* Form Error */
.form_table .form_error,
#form_table .form_error {
	margin:0 0 10px;
	padding:4px 0 0px;
	color:#ffffff;
	background:#cc3333;
	border-radius:4px;
	border:1px solid #cc3333;
}

.form_table .form_error li,
#form_table .form_error li {
	margin:0 0 4px;
	padding:0 4px 0 23px;
	/*height:16px;*/
	font-weight:bold;
	line-height:16px;
	background:url(../../images/member/icon_error.png) 5px center no-repeat;
}

/* Table Contents - Class */

.form_table span.attention {
	font-size:92%;
	font-weight:bold;
	color:#cc3333;
}

.form_table span.attention_alt {
	font-size:92%;
	font-weight:bold;
	color:#333333;
}

.form_table th span.attention {
	display:block;
	padding-left:1em;
	font-size:85%;
	font-weight:normal;
	text-indent:-1em;
	color:#cc3333;
}

.form_table span.example {
	font-size:92%;
}

.form_table span.name {
	display:block;
	float:left;
	width:2em;
	text-align:right;
}

.form_table input.name {
	display:block;
	float:left;
	width:150px;
}

.form_table span.ad {
	display:block;
	float:left;
	width:2em;
	text-align:right;
}

.form_table span.year,.form_table span.month,.form_table span.day {
	display:block;
	float:left;
	width:1em;
	text-align:center;
}

.form_table input.year {
	display:block;
	float:left;
	width:75px;
}

.form_table input.month,.form_table input.day {
	display:block;
	float:left;
	width:36px;
}

.form_table span.sex {
	display:block;
	float:left;
	margin:0 30px 0 0;
}

.form_table input.sex,.form_table label.sex {
	float:left;
}

.form_table input.tel {
	width:240px;
}

.form_table span.at {
	display:block;
	float:left;
	width:1em;
	text-align:center;
}

.form_table input.mail {
	width:400px;
}

.form_table input.mail_local,.form_table input.mail_domain {
	display:block;
	float:left;
	width:200px;
}

.form_table input.pass {
	width:240px;
}

.form_table input.number {
	width:75px;
}

.form_table .address_box {
	margin:0 0 10px;
	border-bottom:1px dotted #d5d5d5;
}

.form_table input.postal {
	display:block;
	float:left;
	width:150px;
}

.form_table input.address {
	width:240px;
}

.form_table p.address {
	width:588px;
	word-break:break-all;
}

.form_table p.wb {
	width:100%;
	word-break:break-all;
}

.form_table dl.bank {
	margin:0 0 10px;
}

.form_table dl.bank dt {
	float:left;
	width:100px;
}

.form_table dl.bank dd {
	width:600px;
}

.form_table input.campaign {
	width:240px;
}

.form_table input.branch {
	width:200px;
}

.form_table input.jnb_number {
	width:150px;
}

.form_table .form_table_data_caption {
	box-sizing: border-box;
	padding: 8px 10px;
	width: 128px;
	font-size: 85%;
	line-height: 1.6;
	vertical-align: middle;
	background:#f5f5f5;
}

.form_table .form_table_data_blank {
	border-left: none;
}

.form_table .bdr_btm_0 {
	border-bottom: none;
}

/* Button */
.btn_address,.btn_bank {
	width:152px;
}

.btn_address a,.btn_bank a,.btn_bank_none {
	display:block;
	width:152px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_table.png) 0 0 no-repeat;
}

.btn_address a { background-position:0 0;}
.btn_bank a { background-position:-152px 0;}

.btn_address a:hover { background-position:0 -25px;}
.btn_bank a:hover { background-position:-152px -25px;}

.btn_bank_none { background-position:-152px -50px;}

/* ----- Membership Agreement ----- */
.legal_box {
	position:relative;
	margin:0 auto 20px;
	width:930px;
	height:270px;
	background:url(../../images/member/bg_legal.png) 0 0 no-repeat;
}

.legal_box .legal_title {
	float:left;
	margin:0 0 0 10px;
	font-size:14px;
	line-height:38px;
	color:#333333;
}

.legal_box .legal_title_link {
	float:right;
	margin:0 10px 0 0;
	padding:0 0 0 12px;
	font-size:92%;
	line-height:38px;
	background:url(../../images/member/arrow_1.gif) left center no-repeat;
}

.legal_box .legal_inner {
	position:absolute;
	top:38px;
	left:11px;
	width:908px;
	height:166px;
}

.legal_box .legal_inner iframe {
	padding:1px;
	width:906px;
	height:164px;
	overflow:scroll;
	border:none;
}

.legal_box .legal_check {
	position:absolute;
	top:213px;
	left:10px;
	width:910px;
	height:48px;
}

.legal_box .legal_check input[type="checkbox"] {
	position:absolute;
	margin:0;
	padding:0;
	height:0;
	opacity:0;
}

.legal_box .legal_check input[type="checkbox"] + label {
	display:block;
	margin:0;
	width:910px;
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/checkbox_legal.png) 0 0 no-repeat;
}

.legal_box .legal_check input[type="checkbox"] + label:hover {
	cursor:pointer;
}

.legal_box .legal_check input[type="checkbox"] + label:hover {
	background:url(../../images/member/checkbox_legal.png) 0 -48px no-repeat;
}

.legal_box .legal_check input[type="checkbox"]:checked + label {
	background:url(../../images/member/checkbox_legal.png) 0 -96px no-repeat;
}

#KIYAKU p {
	padding:10px;
	font-size:12px;
	line-height:18px;
}

/* ----- Error ----- */
.error_box {
	margin:0 auto 20px;
	padding:12px 15px 0;
	width:898px;
	text-align:center;
	background:#ffd4cc;
	border:1px solid #ffa291;
}

.finance_error_box {
	margin:0 auto 20px;
	padding:12px 15px 0;
	width:828px;
	text-align:center;
	background:#ffd4cc;
	border:1px solid #ffa291;
}

.error_txt {
	margin:0 0 12px;
	color:#cc0000;
}

.finance_error_box .btn_footer_easy_entry_s {
	float: none;
	margin: 0 auto 8px;
}

/* ----- Button ----- */
.btn_ctl_wrapper {
	position:relative;
	margin:0 auto;
	padding:8px 0 0;
	width:496px;
	height:56px;
	background:url(../../images/member/bg_control.png) 0 0 no-repeat;
}

.btn_ctl_wrapper ul {
	position:relative;
	float:left;
	left:50%;
}

.btn_ctl_wrapper li {
	position:relative;
	float:left;
	left:-50%;
}

.btn_ctl_wrapper a {
	display:block;
	margin:0 10px;
	width:224px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_control.png) 0 0 no-repeat;
}

.btn_ctl_wrapper .btn_back a { background-position:0 0;}
.btn_ctl_wrapper .btn_forward a { background-position:-224px 0;}
.btn_ctl_wrapper .btn_forward_confirm a { background-position:-1344px 0;}

.btn_ctl_wrapper .btn_back a:hover { background-position:0 -50px;}
.btn_ctl_wrapper .btn_forward a:hover { background-position:-224px -50px;}
.btn_ctl_wrapper .btn_forward_confirm a { background-position:-1344px -50px;}


.btn_ctl_wrapper .btn_forward_none {
	display:block;
	margin:0 10px;
	width:224px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_control.png) -1120px 0 no-repeat;
}

.btn_ctl_wrapper .btn_forward_confirm_none {
	display:block;
	margin:0 10px;
	width:224px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_control.png) -1568px 0 no-repeat;
}

.btn_ctl_wrapper .btn_register {
	margin:0 auto;
	width:auto;
}

.button_back a {
	display:block;
	margin:0 auto;
	width:224px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_control.png) 0 0 no-repeat;
}

.button_back a:hover { background-position:0 -50px;}

/* ----- Easy Entry ----- */
.footer_easy_entry {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:84px;
	background:url(../../images/member/bg_footer_entry.png) 0 repeat-x;
	z-index:20;
}

.footer_easy_entry_inner {
	position:relative;
	margin:-13px auto 0;
	padding:43px 0 0;
	width:960px;
	height:54px;
	background:url(../../images/member/bg_footer_entry_inner.png) right top no-repeat;
}

.footer_easy_entry_inner_alt { background:url(../../images/member/bg_footer_entry_inner_alt.png) right top no-repeat;}

.btn_close {
	position:absolute;
	top:0;
	right:-17px;
	width:34px;
	height:34px;
}

.btn_close a {
	display:block;
	width:34px;
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_close_entry.png) 0 0 no-repeat;
}

.btn_close a:hover { background-position:0 -34px;}

.easy_entry_s {
	margin:0 auto;
	width:945px;
	padding:0 2px 0 13px;
}

.btn_easy_entry_s {
	float:left;
	margin:0 11px 0 0;
	width:304px;
}

.btn_easy_entry_s a {
	display:block;
	width:304px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_footer_entry.png) 0 0 no-repeat;
}

.easy_entry_s #RAKUTEN a { background-position:0 0;}
.easy_entry_s #JAPANNET a { background-position:-304px 0;}
.easy_entry_s #JCB a { background-position:-608px 0;}

.easy_entry_s #RAKUTEN a:hover { background-position:0 -50px;}
.easy_entry_s #JAPANNET a:hover { background-position:-304px -50px;}
.easy_entry_s #JCB a:hover { background-position:-608px -50px;}

.btn_easy_entry_s_alt {
	float:left;
	margin:0 11px 0 0;
	width:461px;
}

.btn_easy_entry_s_alt a {
	display:block;
	width:461px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_footer_entry.png) 0 0 no-repeat;
}

.easy_entry_s #RAKUTEN_ALT a { background-position:-912px 0;}
.easy_entry_s #JAPANNET_ALT a { background-position:-1373px 0;}

.easy_entry_s #RAKUTEN_ALT a:hover { background-position:-912px -50px;}
.easy_entry_s #JAPANNET_ALT a:hover { background-position:-1373px -50px;}

.btn_footer_easy_entry,
.btn_footer_easy_entry_alt {
	margin:0 auto;
	width:945px;
	padding:0 2px 0 13px;
}

.btn_footer_easy_entry_s {
	float:left;
	margin:0 11px 0 0;
	width:225px;
}

.btn_footer_easy_entry_s a,
.btn_footer_easy_entry_s .disabled {
	display:block;
	idth:225px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_footer_entry_easy_s.png?ckl=20240617) 0 0 no-repeat;
}

.btn_footer_easy_entry_s .disabled { background-image: url(../../images/member/btn_footer_entry_easy_s_disabled.png?ckl=20240617);}

.btn_footer_easy_entry_s#RAKUTEN a { background-position:0 0;}
.btn_footer_easy_entry_s#JNB a { background-position:-225px 0;}
.btn_footer_easy_entry_s#JCB a { background-position:-450px 0;}
.btn_footer_easy_entry_s#JPB a { background-position:-675px 0;}
.btn_footer_easy_entry_s#MUFG a { background-position:-900px 0;}

.btn_footer_easy_entry_s#RAKUTEN a:hover { background-position:0 -50px;}
.btn_footer_easy_entry_s#JNB a:hover { background-position:-225px -50px;}
.btn_footer_easy_entry_s#JCB a:hover { background-position:-450px -50px;}
.btn_footer_easy_entry_s#JPB a:hover { background-position:-675px -50px;}
.btn_footer_easy_entry_s#MUFG a:hover { background-position:-900px -50px;}

.btn_footer_easy_entry_s#JPB .disabled { background-position:-675px 0;}
.btn_footer_easy_entry_s#MUFG .disabled { background-position:-900px 0;}

.btn_footer_easy_entry_l {
	float:left;
	margin:0 11px 0 0;
	width:304px;
}

.btn_footer_easy_entry_l a,
.btn_footer_easy_entry_l .disabled {
	display:block;
	width:304px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_footer_entry_easy_l.png) 0 0 no-repeat;
}

.btn_footer_easy_entry_l .disabled { background-image: url(../../images/member/btn_footer_entry_easy_l_disabled.png);}

.btn_footer_easy_entry_l#RAKUTEN a { background-position:0 0;}
.btn_footer_easy_entry_l#JNB a { background-position:-304px 0;}
.btn_footer_easy_entry_l#JPB a { background-position:-608px 0;}

.btn_footer_easy_entry_l#RAKUTEN a:hover { background-position:0 -50px;}
.btn_footer_easy_entry_l#JNB a:hover { background-position:-304px -50px;}
.btn_footer_easy_entry_l#JPB a:hover { background-position:-608px -50px;}

.btn_footer_easy_entry_l#JPB .disabled { background-position:-608px 0;}

.footer_easy_entry_min {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:27px;
	background:url(../../images/member/bg_footer_entry_min.png) 0 repeat-x;
	z-index:20;
}

.btn_open {
	margin:10px auto 0;
	width:100%;
	height:14px;
}

.btn_open a {
	display:block;
	width:100%;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_open.png) center 0 no-repeat;
}

.btn_open a:hover { background-position:center -14px;}

/* ----- Footer ----- */
.entry_footer {
	height:141px;
}

.entry_footer_min {
	height:84px;
}

/* Registration of Financial Institutions */
/*---------------------------------------------------------------------*/
/* ----- Outline----- */
#FINANCE_BG {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000000;
	opacity:0.7;
	z-index:100;
}

.finance_wrapper {
	padding:10px 20px;
	width:860px;
	background:#ffffff;
	border-radius:6px;
	box-shadow:0 2px 10px rgba(0,0,0,0.7);
	z-index:200;
}

/* ----- Button ----- */
.btn_close_win {
	float:right;
	margin:0 0 10px;
	height:32px;
}

.btn_close_win a {
	display:block;
	padding:0 37px 0 0;
	height:32px;
	line-height:32px;
	color:#666666;
	text-decoration:none;
	background:url(../../images/member/btn_close_win.png) right 0 no-repeat;
}

.btn_close_win a:hover {
	color:#999999;
	background-position:right -32px;
}

/* ----- Header ----- */
.finance_header {
	margin:0 auto 15px;
	width:860px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/window_title.png) 0 0 no-repeat;
}

/* ----- Caption ----- */
.finance_caption {
	margin:0 auto 8px;
	width:860px;
}

/* ----- Table ----- */
.finance_table_wrapper {
	margin:0 auto 30px;
	padding:1px;
	width:858px;
	background:#eeeeee;
}

.finance_table {
	width:100%;
}

.finance_table th,.finance_table td {
	padding:10px 14px 0;
	color:#333333;
	text-align:left;
	vertical-align:top;
	background:#ffffff;
	border:1px solid #d0d0d0;
}

.finance_table th {
	padding:10px 14px 10px;
	width:172px;
	font-weight:bold;
	background:#f5f5f5;
}

.finance_table p {
	margin:0 0 10px;
}


.finance_table dl {
	margin:0 0 10px;
}

.finance_table dt {
	float:left;
	width:100px;
}

.finance_table dd {
	width:300px;
}

/* ----- Correct Button ----- */
.finance_table .correct,.form_table .correct,.finance_table .update,.form_table .update {
	width:82px;
	vertical-align:middle;
	background:#f5f5f5;
}

.finance_table .correct span,.form_table .correct span,.finance_table .update span,.form_table .update span { margin:0;}

.btn_correct {
	margin:0;
	width:82px;
}

.btn_correct a {
	display:block;
	width:82px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_table.png) -304px 0 no-repeat;
}

.btn_correct a:hover { background-position:-304px -25px;}

.btn_correct_none {
	display:block;
	margin:0;
	width:82px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_table.png) -304px -50px no-repeat;
}

/* ----- Input Area ----- */
.finance_inner {
	margin:0 0 10px;
}

.finance_inner_title {
	margin:0 0 8px;
	padding:0 0 5px;
	width:100%;
	line-height:1em;
	font-weight:bold;
	border-bottom:1px solid #d5d5d5;
}

.finance_inner .caption {
	margin:0 0 20px;
	width:100%;
	line-height:1em;
}

/* ----- Select Bank ----- */
.select_bank_wrapper {
	background:#666666;
	background: -moz-linear-gradient(
			top,
			#666666 0%,
			#787878);
	background: -webkit-gradient(
			linear, left top, left bottom,
			from(#666666),
			to(#787878));
	border:1px solid #454545;
	border-radius:6px;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.15);
}

.select_bank_wrapper ul {
	padding:12px 5px 0;
}

.select_bank_wrapper li {
	float:left;
	margin:0 6px 12px;
}

.select_bank_wrapper li a,
.select_bank_wrapper li .disabled {
	display:block;
	width:200px;
	height:56px;
	font-size:20px;
	line-height:56px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	text-align:center;
	background:url(../../images/member/btn_window.png) 0 0 no-repeat;
	text-shadow:0 1px 0 rgba(255,255,255,1);
}

.select_bank_wrapper li a:hover {
	color:#666666;
	background-position:0 -56px;
}

.select_bank_wrapper li .disabled {
	color: #727272;
	background: #999;
	background-image: none;
	border-radius: 4px;
	text-shadow: none;
}

.select_bank_wrapper .btn_other {
	margin:0 auto;
	padding:10px 0 12px;
	width:836px;
	border-top:1px solid #565656;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
}

.select_bank_wrapper .btn_other a {
	display:block;
	width:836px;
	height:56px;
	font-size:20px;
	line-height:56px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	text-align:center;
	background:url(../../images/member/btn_window.png) -200px 0 no-repeat;
	text-shadow:0 1px 0 rgba(255,255,255,1);
}

.select_bank_wrapper .btn_other a:hover {
	color:#666666;
	background-position:-200px -56px;
}

/* ----- Bank Search ----- */
.search_bank {
	padding:20px;
	background:#666666;
	background: -moz-linear-gradient(
			top,
			#666666 0%,
			#787878);
	background: -webkit-gradient(
			linear, left top, left bottom,
			from(#666666),
			to(#787878));
	border:1px solid #454545;
	border-radius:6px;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.15);
}

.sb_2 {margin:0 0 9px;}

.sb_caption {
	margin:0 0 15px;
	font-weight:bold;
	color:#ffffff;
	text-shadow:0 1px 1px rgba(0,0,0,0.6);
}

.sb_1 ul {
	display:block;
	padding:4px 3px 0;
	width:480px;
	background:url(../../images/member/bg_modal_win.png) repeat;
	border-radius:4px;
	box-shadow:
			inset 0 1px 0 rgba(255,255,255,0.75),
			0 1px 1px rgba(0,0,0,0.2);
}

.sb_1 li {
	float:left;
	margin:0 2px 4px;
	width:44px;
	height:44px;
}

.sb_1 a {
	display:block;
	width:44px;
	height:44px;
	font-size:16px;
	line-height:44px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	text-align:center;
	background:url(../../images/member/btn_window.png) -1036px 0 no-repeat;
	text-shadow:0 1px 0 rgba(255,255,255,1);
}

.sb_1 a:hover {
	color:#666666;
	background-position:-1036px -44px;
}

.search_bank_inner {
	display:block;
	padding:15px 10px 10px;
	width:262px;
	background:url(../../images/member/bg_modal_win.png) repeat;
	border-radius:4px;
	box-shadow:
			inset 0 1px 0 rgba(255,255,255,0.75),
			0 1px 1px rgba(0,0,0,0.2);
}

.search_bank_inner input.form_element {
	margin:0 5px 0 0;
	padding:6px 5px;
	height:14px;
	font-size:14px;
	line-height:1em;
	background:#ffffff;
	border:1px solid #a7a7a7;
	border-radius:3px;
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0.1);
}

.search_bank_inner input.form_element:focus {
	border:solid 1px #aad709;
}

.search_bank_inner .bank_name {
	width:160px;
}

.search_bank_inner .bank_cord {
	width:72px;
}

.search_bank_inner .btn_search {
	width:60px;
	height:28px;
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	color:#ffffff;
	background:url(../../images/member/btn_search.png) 0 0 no-repeat;
	border:none;
	text-shadow:0 1px 0 rgba(0,0,0,0.3);
}

.search_bank_inner .attention {
	margin:0 1em 0 0;
	font-size:92%;
	color:#cc3333;}

.search_bank_inner .example {
	font-size:92%;
}

/* ----- Bank Index ----- */
.bank_list_wrapper {
	display:block;
	padding:15px 10px 10px;
	background:url(../../images/member/bg_modal_win.png) repeat;
	border-radius:4px;
	box-shadow:
			inset 0 1px 0 rgba(255,255,255,0.75),
			0 1px 1px rgba(0,0,0,0.2);
}

.bank_list {
	margin:0 0 10px;
	width:100%;
}

.bank_list th,.bank_list td {
	padding:5px 15px;
	width:189px;
	color:#333333;
	text-align:left;
	vertical-align:middle;
	background:#ffffff;
	border:1px solid #cccccc;
}

.bank_list th {
	font-weight:bold;
	text-align:center;
	background:#f5f5f5;
}

.page_list {
	float:right;
}

.page_list li {
	float:left;
	margin:0 0 0 10px;
}

.page_list a {
	display:block;
	width:22px;
	height:22px;
	font-size:13px;
	line-height:22px;
	color:#666666;
	text-align:center;
	text-decoration:none;
	background:#f1f1f1;
	border:1px solid #b5b5b5;
}

.page_list a:hover {
	color:#ffffff;
	text-decoration:none;
	background:#7679ED;
	border:1px solid #8689fd;
}

.page_list .back a,.page_list .forward a {
	padding:0 5px;
	width:5em;
}

.page_list .active {
	display:block;
	width:22px;
	height:22px;
	font-size:13px;
	line-height:22px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background:#787878;
	border:1px solid #787878;
}

/* ----- Select Branch JP-Bank ----- */
.tab_jpbank {
	padding:0 3px 4px;
	width:854px;
	height:37px;
	background:url(../../images/member/bg_tab_jpbank.png) 0 bottom no-repeat;
}

.tab_jpbank li {
	float:left;
	margin:0 1px;
	width:425px;
	height:37px;
	line-height:37px;
	font-weight:bold;
	color:#565656;
	text-align:center;
	background:url(../../images/member/tab_jpbank.png) -425px 0 no-repeat;
	cursor:pointer;
	text-shadow:0 1px 0 rgba(255,255,255,0.3);
}

.tab_jpbank .active {
	color:#ffffff;
	background-position:0 0;
	text-shadow:0 1px 2px rgba(0,0,0,0.7);
}

.jpbank_num_wrapper {
	margin:0 auto 20px;
	border-radius:0 0 4px 4px;
}

.jpbank_num_inner {
	padding:15px 10px 10px;
	background:url(../../images/member/bg_modal_win.png) repeat;
	border-radius:4px;
	box-shadow:
			inset 0 1px 0 rgba(255,255,255,0.75),
			0 1px 1px rgba(0,0,0,0.2);
}

.acount_num_table {
	margin:0 0 5px;
	width:100%;
}

.acount_num_table th,.acount_num_table td {
	padding:5px 0;
	color:#333333;
	text-align:left;
	vertical-align:middle;
}

.acount_num_table th {
	padding:5px 5px 5px 20px;
	font-weight:bold;
}

.acount_num_table input.form_element {
	margin:0 5px 0 0;
	padding:6px 5px;
	height:14px;
	font-size:14px;
	line-height:1em;
	background:#ffffff;
	border:1px solid #a7a7a7;
	border-radius:3px;
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0.1);
}

.acount_num_table input.form_element:focus {
	border:solid 1px #aad709;
}

.acount_num_table .jpbank_num {
	width:240px;
}

.acount_num_table .attention {
	margin:0 1em 0 0;
	font-size:92%;
	color:#cc3333;
}

.acount_num_table .example {
	font-size:92%;
}

.jpbank_num_attention {
	margin:0 0 0 20px;
	font-size:92%;
	color:#cc3333;
}

/* ----- Account Number ----- */
.acount_num_wrapper {
	margin:0 auto 20px;
}

.acount_num_inner {
	padding:15px 10px 10px;
	background:url(../../images/member/bg_modal_win.png) repeat;
	border-radius:4px;
	box-shadow:
			inset 0 1px 0 rgba(255,255,255,0.75),
			0 1px 1px rgba(0,0,0,0.2);
}

.acount_num_table span.acount_num {
	margin:0 10px 0 0;
}

/* ----- Confirm Button ----- */
.btn_modal_win_wrapper {
	display:block;
	margin:0 auto 20px;
	padding:8px 0 0;
	width:256px;
	height:56px;
	background:url(../../images/member/bg_control.png) -496px 0 no-repeat;
}

.btn_confirm,.btn_entry {
	display:block;
	margin:0 auto;
	width:224px;
}

.btn_confirm a,.btn_entry a {
	display:block;
	width:224px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_control.png) 0 0 no-repeat;
}

.btn_confirm a { background-position:-672px 0;}
.btn_entry a { background-position:-896px 0;}

.btn_confirm a:hover { background-position:-672px -50px;}
.btn_entry a:hover { background-position:-896px -50px;}

/* ----- Authentication Page ----- */
.auth_contents_wrapper {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 15px 0 0;
	width: 960px;
}

.auth_contents {
	box-sizing: border-box;
	margin: 0 15px;
	padding: 2px;
	width: 450px;
	background: #fff;
	border: 8px solid #f1f1f1;
	box-shadow:
		inset 1px 1px 0 0 rgba(0,0,0,.2),
		inset -1px -1px 0 0 rgba(0,0,0,.2);
}

.auth_contents_header {
	position: relative;
	padding: 24px 14px;
	font-size: 143%;
	line-height: 1.6;
	font-weight: bold;
	color: #191919;
	text-align: center;
	border-top-width: 8px;
	border-top-style: solid;
}

.auth_rakuten .auth_contents_header { border-top-color: #be0000;}
.auth_mail .auth_contents_header { border-top-color: #cda400;}

.auth_contents_body {
	padding: 0 14px 14px;
}

.auth_contents_text {
	margin: 0 0 32px;
	font-size: 108%;
	line-height: 1.8;
	color: #333;
}

.auth_contents_form {
	margin: 0 auto 16px;
	display: flex;
	justify-content: center;
}

.auth_contents_form_header {
	min-width: 98px;
	display: block;
	margin: 0 8px 0 0;
	font-size: 14px;
	line-height: 34px;
	color: #333;
}

.auth_contents_form_box {
	display: block;
}

.auth_contents_form .form_element {
	width: 240px;
	padding:8px;
	height:16px;
	font-size:16px;
	line-height:1em;
	color: #191919;
	background:#efffd9;
	border:1px solid #d5d5d5;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #d9d9d9;
	border-radius:3px;
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0.1);
}

.auth_contents_form .form_element:focus {
	background:#ffffff;
	border:solid 1px #aad709;
}

.auth_contents_form .form_element::placeholder {
	color: #ccc;
}

.auth_contents_form_note {
	display: block;
	padding: 6px 0 0;
	font-size: 12px;
	line-height: 1.2;
	color: #757575;
}

.auth_contents_button {
	padding: 16px;
	text-align: center;
	background: #f5f5f5;
}

.auth_contents_button a,
.auth_contents_button .disabled {
	display: inline-block;
	width: 260px;
	font-size: 16px;
	line-height: 48px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.2);
	transition: .25s;
}

.auth_contents_button a:hover {
	opacity: .8;
	box-shadow:
		inset 0 -1px 0 0 rgba(0,0,0,.2),
		0 2px 2px 0 rgba(0,0,0,.15),
		0 1px 5px 0 rgba(0,0,0,.15);
}

.auth_rakuten .auth_contents_button a { background: #be0000;}
.auth_mail .auth_contents_button a { background: #cda400;}

.auth_contents_button .disabled {
	color: #f1f1f1;
	background: #d5d5d5;
	box-shadow: none;
}

/* ConfirmPage CSS */
/*---------------------------------------------------------------------*/
/* ----- Button ----- */
.btn_register_wrapper {
	margin:0 auto;
	padding:8px 0 0;
	width:256px;
	height:56px;
	background:url(../../images/member/bg_control.png) -496px 0 no-repeat;
}

.btn_register {
	margin:0 auto;
	width:224px;
}

.btn_register a {
	display:block;
	width:224px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_control.png) -448px 0 no-repeat;
}

.btn_register a:hover { background-position:-448px -50px;}

/* ----- Password ----- */
.form_table dl.pass,.form_table dl.number {
	margin:0 0 10px;
}

.form_table dl.pass dt,.form_table dl.number dt {
	float:left;
	margin:0 10px 0 0;
}

.form_table dl.pass dd,.form_table dl.number dd {
	width:500px;
}

/* ----- Mail Magazine Table ----- */
.caption_header {
	margin:0 auto 4px;
	width:930px;
	font-weight:bold;
}

.mail_table_wrapper {
	margin:0 auto 20px;
	padding:5px 15px;
	width:900px;
	background:#f5f5f5;
	border-radius:5px;
}

.mail_table {
	width:100%;
}

.mail_table th,.mail_table td {
	padding:10px 0 10px 14px;
	color:#333333;
	text-align:left;
	vertical-align:top;
}

.mail_table th {
	padding:10px 0 10px;
	width:14em;
	font-weight:bold;
}

.mail_table .deruca_mail th,.mail_table .deruca_mail td {
	border-bottom:1px dotted #cccccc;
}

.mail_table p {
	margin:0;
}

.mail_table span {
	display:block;
	float:left;
	margin:0 30px 0 0;
	line-height:26px;
}

.mail_table span.caution {
	font-size:85%;
}

.mail_table input,.mail_table label {
	float:left;
}

/* CompletePage CSS */
/*---------------------------------------------------------------------*/
/* ----- CompletePage Message ----- */
.complete_message_wrapper {
	margin:0 auto 20px;
	padding:10px 0 0;
	width:850px;
}

.complete_message {
	margin:0 0 20px;
	font-size:115%;
	font-weight:bold;
	color:#191919;
	text-align:center;
}

.username_wrapper {
	margin:0 0 5px;
	padding:14px 0 6px;
	width:850px;
	height:80px;
	background:url(../../images/member/bg_username_wrapper.png) 0 0 no-repeat;
}

.username_box {
	margin:0 auto 8px;
	width:332px;
	height:32px;
	background:url(../../images/member/bg_username.png) 0 0 no-repeat;
}

.username_box dt {
	float:left;
	padding:0 0 0 12px;
	width:112px;
	line-height:32px;
	font-weight:bold;
	color:#ffffff;
}

.username_box dd {
	float:left;
	padding:0 0 0 10px;
	width:198px;
	font-size:125%;
	line-height:32px;
	font-weight:bold;
	color:#cc3333;
}

.complete_message_note {
	margin:0 0 20px;
}

.complete_message_note li {
	padding-left:1em;
	font-size:92%;
	text-indent:-1em;
}

.arrow_complete {
	width:850px;
	text-align:center;
}

.bnr_cp_wrapper {
	width:850px;
	text-align:center;
}

.bnr_cp_wrapper a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
}

/* ----- Identification Tab Contents ----- */
.id_contents_title {
	margin:0 auto 10px;
	padding:0 0 0 15px;
	width:915px;
	height:32px;
	line-height:32px;
	font-weight:bold;
	color:#333333;
	background:url(../../images/member/title_id_contents.png) 0 0 no-repeat;
	text-shadow:0 1px 0 rgba(255,255,255,0.7);
}

.id_contents_message_wrapper {
	margin:0 auto 5px;
	width:900px;
}

.id_contents_message {
	margin:0 0 5px;
}

.id_contents_attention {
	padding-left:1em;
	font-size:92%;
	color:#cc0000;
	text-indent:-1em;
}

.tab_id_contents {
	margin:0 auto 15px;
	padding:0 11px;
	width:936px;
	height:99px;
	background:url(../../images/member/bg_id_contents.png) bottom repeat-x;
}

.tab_id_contents li {
	margin:0 4px;
	float:left;
	width:226px;
	height:99px;
}

.tab_id_contents span {
	display:block;
	width:226px;
	height:99px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/tab_id_contents.png) 0 0 no-repeat;
	cursor:pointer;
}

.tab_id_contents .camera { background-position:0 0;}
.tab_id_contents .pc { background-position:-226px 0;}
.tab_id_contents .fax { background-position:-452px 0;}
.tab_id_contents .postal { background-position:-678px 0;}

.tab_id_contents .camera:hover { background-position:0 -198px;}
.tab_id_contents .pc:hover { background-position:-226px -198px;}
.tab_id_contents .fax:hover { background-position:-452px -198px;}
.tab_id_contents .postal:hover { background-position:-678px -198px;}

.tab_id_contents .active .camera { background-position:0 -99px;}
.tab_id_contents .active .pc { background-position:-226px -99px;}
.tab_id_contents .active .fax { background-position:-452px -99px;}
.tab_id_contents .active .postal { background-position:-678px -99px;}

/* ----- Identification Button Contents 2017.11.29 ----- */
.btn_id_contents_message {
	margin:0 auto 10px;
	width:900px;
	font-weight: bold;
}

.btn_id_contents {
	margin: 0 auto 25px;
	width: 900px;
	text-align: center;
	background: #e5e5e5;
}

.btn_id_contents ul {
	display: flex;
	justify-content: center;
	padding: 15px 15px 15px 0;
}

.btn_id_contents li {
	margin: 0 0 0 15px;
}

.btn_id_contents span {
	display:block;
	position: relative;
	width:276px;
	font-size: 22px;
	line-height: 56px;
	font-weight: bold;
	color: #212121;
	text-align: center;
	background: #fff;
	border: 2px solid #757575;
	border-color: #888 #757575 #565656;
	border-radius: 8px;
	box-shadow:
			inset 0 -2px 0 rgba(0,0,0,.1),
			0 2px 4px rgba(0,0,0,.3);
	cursor:pointer;
}

.btn_id_contents .active span {
	color: #fff;
	background: #c33;
	border-color: #c33;
	box-shadow: none;
	box-shadow: inset 0 2px 0 rgba(255,255,255,.3);
}

.btn_id_contents .active span:after {
	display: block;
	position: absolute;
	bottom: -32px;
	left: 114px;
	z-index: 1;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 32px 24px 0 24px;
	border-color: #c33 transparent transparent transparent;
}

/* ----- Identification Contents ----- */
.id_contents_wrapper {
	margin:0 auto 20px;
	width:900px;
}

.id_contents_wrapper_title {
	margin:0 0 5px;
	font-weight:bold;
	color:#333333;
}

.id_contents_wrapper_caption {
	margin:0 0 25px;
}

.id_contents_wrapper_caption .caution {
	color: #c33;
}

.id_contents_inner {
	position:relative;
	margin:0 auto 10px;
	width:846px;
	border:2px solid #96be08;
	border-radius:8px;
}

.id_step {
	position:absolute;
	top:-24px;
	left:-24px;
	width:48px;
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/id_step.png) 0 0 no-repeat;
}

.id_step_1 { background-position:0 0;}
.id_step_2 { background-position:0 -48px;}

.id_contents_inner_caption {
	margin:5px 30px 10px;
	font-weight:bold;
	color:#333333;
}

.id_contents_caution {
	margin:10px;
	padding:10px 20px;
	color:#cc3333;
	background:#fad5d5;
	border-radius:6px;}

.id_contents_caution dt {
	float:left;
	width:9em;
	font-weight:bold;
}

.id_contents_caution dd {
	margin-left:10em;
}

.arrow_id_contents {
	margin:0 auto 10px;
	width:850px;
	text-align:center;
}

.id_contents_inner_note {
	margin:0 auto 10px;
	width:850px;
	font-size:92%;
}

.id_contents_box {
	margin:10px;
	padding:10px 15px;
	background:url(../../images/member/bg_id_contents_box.gif) repeat;
	border-radius:6px;
}

.id_contents_box_title {
	margin:0 0 0.2em;
	font-size:92%;
	font-weight:bold;
	color:#333333;
}

.id_contents_box_caption {
	margin:0 0 1em;
	font-size:92%;
	line-height:1.5em;
}

.id_contents_box_note {
	padding-left:1em;
	font-size:85%;
	line-height:1.5em;
	text-indent:-1em;
}

.url_box {
	float:left;
	width:450px;
}

.qr_box {
	float:right;
	margin:10px 10px 10px 0;
	width:304px;
}

.url_form {
	margin:20px 0;
	text-align:center;
}

.url_form input.form_element {
	margin:0 10px 6px 0;
	padding:6px 5px;
	width:400px;
	height:14px;
	font-size:14px;
	line-height:1em;
	background:#ffffff;
	border:1px solid #a7a7a7;
	border-radius:3px;
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0.1);
}

.url_form input.form_element:focus {
	border:solid 1px #aad709;
}

.url_form .btn_post {
	width:96px;
	height:29px;
	font-size:13px;
	color:#333333;
	text-align:center;
	background:url(../../images/member/btn_id_contents.png) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	text-shadow:0 1px 0 rgba(255,255,255,1);
}

.url_form .error_txt {
	font-weight:bold;
	color:#cc3333;
	text-align:center;
}

.qr {
	margin:0 0 5px;
	text-align:center;
}

.qr img {
	border:1px solid #cccccc;
}

.img_size_table_caption {
	margin:20px auto 5px;
	width:380px;
	font-size:92%;
	line-height:1.2em;
}

.img_size_table {
	margin:0 auto 20px;
	width:380px;
}

.img_size_table th,.img_size_table td {
	padding:3px 20px;
	font-size:92%;
	text-align:left;
	border:1px solid #d5d5d5;
}

.img_size_table th {
	padding:3px 20px;
	text-align:left;
	background:#f5f5f5;
}

.img_url_form {
	margin:10px auto;
	padding:5px;
	width:540px;
	text-align:center;
	background:#eeeeee;
	border:1px solid#d5d5d5;
	border-radius:3px;
}

.img_url_form input.btn_post {
	margin:0 10px 5px 0;
}

.btn_select_img,.btn_upload {
	margin:10px auto;
	width:224px;
	height:50px;}

.btn_select_img a,.btn_upload a {
	display:block;
	width:224px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_id_contents.png) 0 0 no-repeat;
}

.btn_select_img a { background-position:-96px 0;}
.btn_upload a { background-position:-320px 0;}

.btn_select_img a:hover { background-position:-96px -50px;}
.btn_upload a:hover { background-position:-320px -50px;}

.fax_number {
	margin:15px auto;
	width:630px;
}

.fax_number .title {
	display:block;
	margin:0 0 8px;
}

.fax_number .number {
	display:block;
	margin:0 0 12px;
	font:70px/70px Verdana, sans-serif;
	font-weight:bold;
	color:#282828;
	text-align:center;
	text-shadow:0 2px 0 rgba(0,0,0,0.15);
}

.fax_number .reception {
	display:block;
	font-size:18px;
	line-height:28px;
	text-align:center;
	border-top:1px solid #9fcce0;
	border-bottom:1px solid #9fcce0;
}

.address_info {
	margin:10px auto 5px;
	width:630px;
	font-size:32px;
	line-height:42px;
	font-weight:bold;
	color:#282828;
	text-shadow:0 2px 0 rgba(0,0,0,0.15);
}

.address_caution {
	margin:0 auto 10px;
	width:630px;
	font-size:16px;
	line-height:1em;
	color:#cc3333;
}

.id_contents_table {
	margin:0 25px 20px;
}

.id_contents_table th,.id_contents_table td {
	padding:3px 20px;
	font-size:92%;
	text-align:left;
	border:1px solid #d5d5d5;
}

.id_contents_table th {
	padding:3px 20px;
	text-align:left;
	background:#f5f5f5;
}

.id_contents_table_note {
	margin:-15px 25px 10px;
	padding:0 0 0 12px;
	font-size:85%;
	background:url(../../images/member/arrow_1.gif) left center no-repeat;
}

/* ----- Identification Document Cases ----- */
.id_docs_wrapper {
	margin:0 auto 5px;
	padding:0 0 4px;
	width:930px;
	background:url(../../images/member/bg_id_docs_footer.png) 0 bottom no-repeat;
}

.id_docs_header {
	width:930px;
	height:4px;
	background:url(../../images/member/bg_id_docs_header.png) 0 0 no-repeat;
}

.id_docs_inner {
	padding:4px 8px 25px;
	width:914px;
	background:url(../../images/member/bg_id_docs_body.png) 0 repeat-y;}

.id_docs_title {
	margin:0 0 15px;
	padding:0 0 0 15px;
	width:899px;
	height:28px;
	line-height:28px;
	font-weight:bold;
	color:#ffffff;
	background:url(../../images/member/title_id_docs.png) 0 0 no-repeat;
}

.id_docs_title span {
	margin:0 0 0 5px;
	font-size:92%;
	font-weight:normal;
	color:#eeeeee;
}

.id_docs_text {
	margin:0 auto 10px;
	width:870px;
	color: #333;
}

.id_docs {
	margin:0 auto 10px;
	width:870px;
}

.btn_id_docs {
	margin:0 auto 10px;
	width:240px;
	height:44px;
}

.btn_id_docs a {
	display:block;
	width:240px;
	height:44px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_id_docs.png) 0 0 no-repeat;
}

.btn_id_docs a:hover { background-position:0 -44px;}

.id_docs_caution {
	margin:0 auto 5px;
	width:870px;
	font-weight:bold;
	color:#cc3333;
}

.id_docs_box {
	margin:0 auto;
	padding:15px;
	width:840px;
	background:#ffebee;
	border-radius:5px;
}

.id_docs_box .id_docs_attention {
	margin:0 0 0.5em;
}

.id_docs_box .id_docs_attention li {
	padding-left:1em;
	color:#cc3333;
	text-indent:-1em;
}

.id_docs_box .id_docs_attention li.strong {
	line-height: 1.25;
	font-weight: bold;
	color: #c00;
}

.id_docs_box p {
	margin:0 0 0.5em;
	color:#333333;
}

.id_docs_box dl {
	color:#cc3333;
}

.id_docs_box .id_docs_ng_list {
	padding-left:2em;}

.id_docs_box .id_docs_ng_list li {
	list-style-type:disc;
}

.id_docs_note {
	margin:0 auto;
	width:930px;
}

.id_docs_note p {
	padding-left:1em;
	font-size:92%;
	color:#cc3333;
	text-indent:-1em;
}

.id_docs_exsample {
	box-sizing: border-box;
	margin: 0 auto 12px;
	padding: 16px 0 0;
	max-width: 870px;
	background: #fcfcfc;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 2px 2px -2px rgba(0,0,0,.2);
}

.id_docs_exsample_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.id_docs_exsample_list_item {
	margin: 0 16px 16px;
	width: 112px;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
}

.id_docs_exsample_list_img {
	margin: 0 0 6px;
	vertical-align: bottom;
}

.id_docs_exsample_list_head {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.id_docs_exsample_list_txt {
	margin: 0 0 4px;
	color: #666;
}

.id_docs_exsample_list_note {
	line-height: 1.3;
	color: #c00;
}

/* 2021.11.25 /start */
.id_docs_exsample_contents {
	display: flex;
	justify-content: space-between;
	margin: 0 14px 16px;
	padding: 0 8px;
}

.id_docs_exsample_contents_list {
	box-sizing: border-box;
	padding: 16px 12px 0;
	border-radius: 12px;
}

.id_docs_exsample_contents_list.japan {
	width: 65%;
	color: #0b7885;
	background: #e9f7f9;
}

.id_docs_exsample_contents_list.foreigner {
	width: 34%;
	color: #395400;
	background: #ffecec;
}

.id_docs_exsample_contents_title {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.id_docs_exsample_type {
	display: flex;
	justify-content: center;
}

.id_docs_exsample_item {
	margin: 0 12px 12px;
	width: 112px;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
}

.id_docs_exsample_img {
	margin: 0 0 8px;
	vertical-align: bottom;
}

.id_docs_exsample_head {
	margin: 0 0 4px;
	padding: 0 !important;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.id_docs_exsample_txt {
	margin: 0 0 4px;
	padding: 0 !important;
	color: #666;
}

.id_docs_exsample_note {
	padding: 0 !important;
	line-height: 1.3;
	color: #c00;
}
/* end/ 2021.11.25 */

/* ----- Upload Complete ----- */
.upload_comp_box {
	margin:10px auto 20px;
	padding:18px 140px;
	width:644px;
	text-align:center;
	background:#e4f6ff;
	border:1px solid #e4f6ff;
	border-radius:5px;
	box-shadow:inset 0 0 1px 1px rgba(255,255,255,1);
}

.upload_comp_txt {
	margin:0;
	padding:0;
	color:#117cb2;
}

.upload_comp_attention {
	font-size:125%;
	line-height:2em;
	font-weight:bold;
}

.btn_complete_back {
	margin:0 auto;
	width:224px;
}

.btn_complete_back a {
	display:block;
	width:224px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_control.png) -2240px 0 no-repeat;
}

.btn_complete_back a:hover { background-position:-2240px -50px;}

/* Rakuten */
/*---------------------------------------------------------------------*/
/* ----- Title ----- */
.rakuten_entry_contents_title {
	margin:0 auto 16px;
	width:930px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/rakuten_entry_contents_title.png) 0 0 no-repeat;
}

#RAKUTEN_STEP1 { background-position:0 0px;}
#RAKUTEN_STEP2 { background-position:0 -36px;}
#RAKUTEN_STEP3 { background-position:0 -72px;}
#RAKUTEN_STEP4 { background-position:0 -108px;}

/* ----- Rakuten Entry ----- */
.footer_rakuten_wrapper {
	margin:40px auto 20px;
	width:640px;
	height:80px;
	background:#f1f1f1;
	background:
			-moz-linear-gradient( 90deg,
			rgb( 241, 241, 241 ) 0%,
			rgb( 252, 252, 252 ) 100%);
	background:
			-webkit-linear-gradient( 90deg,
			rgb( 241, 241, 241 ) 0%,
			rgb( 252, 252, 252 ) 100%);
	border:1px solid #d5d5d5;
	border-radius:6px;
}

.footer_rakuten_txt {
	float:left;
	padding:0 0 0 20px;
	width:360px;
	height:80px;
	font-size:16px;
	line-height:80px;
	color:#333333;
	background:url(../../images/member/arrow_footer_rakuten.png) right center no-repeat;
	text-shadow:0 1px 0 rgba(255,255,255,0.7);
}

.btn_rakuten {
	float:left;
	margin:7px 0 0 20px;
	width:234px;
	height:68px;
}

.btn_rakuten a {
	display:block;
	width:234px;
	height:68px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_rakuten.png) 0 0 no-repeat;
}

.btn_rakuten a:hover { background-position:0 -68px;}

/* ----- Rating Error ----- */
.rating_error_box {
	margin:10px auto 20px;
	padding:12px 140px;
	width:648px;
	text-align:left;
	background:#ffd4cc;
	border:1px solid #ffa291;
}

.rating_error_txt {
	padding:0 0 0 64px;
	color:#cc0000;
	background:url(../../images/member/icon_rating.png) left center no-repeat;
}

.rating_attention {
	font-size:125%;
	line-height:2em;
	font-weight:bold;
}

.btn_close_all {
	margin:0 auto;
	width:224px;
}

.btn_close_all a {
	display:block;
	width:224px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_control.png) -1792px 0 no-repeat;
}

.btn_close_all a:hover { background-position:-1792px -50px;}

/* ----- Entry Error ----- */
.entry_error_box {
	margin:10px auto 20px;
	padding:18px 140px;
	width:644px;
	text-align:left;
	background:#f9f5f1;
	border-radius:5px;
}

.entry_error_txt {
	margin:0;
	padding:0;
	color:#cc0000;
}

.entry_attention {
	font-size:125%;
	line-height:2em;
	font-weight:bold;
}

/* ----- Complete Page ----- */
.easy_antry_username {
	padding:34px 0 6px;
	height:60px;
}

.btn_comp_wrapper {
	margin:20px auto 30px;
	padding:16px 0;
	width:850px;
	background:url(../../images/member/bg_comp_wrapper.png) 0 0 no-repeat;
}

.btn_comp {
	margin:0 auto;
	width:454px;
}

.btn_comp a {
	display:block;
	width:454px;
	height:100px;
	text-indent:-9999px;
	overflow:hidden;
}

.rakuten_id_regist{
	position:relative;
	margin:20px;
}

.btn_regist_rakuten_id a{
	width:600px;
	height:90px;
	display:block;
	background:url(../../images/member/bnr_regist_rakuten_id.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin:0 auto;
}
.btn_regist_rakuten_id a:hover{
	background-repeat: no-repeat;
	background-position: 0 -90px;
}



.btn_kdreams a { background:url(../../images/member/btn_kdreams.png) 0 0 no-repeat;}
.btn_deruca a { background:url(../../images/member/btn_deruca.png) 0 0 no-repeat;}
.btn_keirintown a { background:url(../../images/member/btn_keirintown.png) 0 0 no-repeat;}
.btn_yenjoy a { background:url(../../images/member/btn_yenjoy.png) 0 0 no-repeat;}
.btn_gamboo a { background:url(../../images/member/btn_gamboo.png) 0 0 no-repeat;}

.btn_comp a:hover { background-position:0 -100px;}

.campaigncode_support_link {
	margin: 24px 0;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #870000;
	text-align: center;
	background: #ffffa8;
	border: 2px solid #cabf45;
	border-radius: 18px;
}

/* JCB Card */
/*---------------------------------------------------------------------*/
/* ----- Title ----- */
.jcb_entry_contents_title {
	margin:0 auto 16px;
	width:930px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/jcb_entry_contents_title.png) 0 0 no-repeat;
}

#JCB_STEP1 { background-position:0 0px;}
#JCB_STEP2 { background-position:0 -36px;}
#JCB_STEP3 { background-position:0 -72px;}
#JCB_STEP4 { background-position:0 -108px;}

/* ----- JCB Entry ----- */
.footer_jcb_wrapper {
	margin:40px auto 20px;
	width:840px;
	height:80px;
	background:#f1f1f1;
	background:
			-moz-linear-gradient( 90deg,
			rgb( 241, 241, 241 ) 0%,
			rgb( 252, 252, 252 ) 100%);
	background:
			-webkit-linear-gradient( 90deg,
			rgb( 241, 241, 241 ) 0%,
			rgb( 252, 252, 252 ) 100%);
	border:1px solid #d5d5d5;
	border-radius:6px;
}

.footer_jcb_txt {
	float:left;
	padding:15px 0 0 20px;
	width:560px;
	height:65px;
	font-size:14px;
	line-height:24px;
	color:#333333;
	background:url(../../images/member/arrow_footer_rakuten.png) right center no-repeat;
	text-shadow:0 1px 0 rgba(255,255,255,0.7);
}

.btn_jcb {
	float:left;
	margin:7px 0 0 20px;
	width:234px;
	height:68px;
}

.btn_jcb a {
	display:block;
	width:234px;
	height:68px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_jcb.png) 0 0 no-repeat;
}

.btn_jcb a:hover { background-position:0 -68px;}

/* -----JCB Error ----- */
.sys_error_box {
	margin:10px auto 20px;
	padding:18px 140px;
	width:644px;
	text-align:left;
	background:#f9f5f1;
	border-radius:5px;
}

.sys_error_txt {
	margin:0;
	padding:8px 0 0 64px;
	color:#cc0000;
	background:url(../../images/member/icon_rating.png) left 0 no-repeat;
}

.sys_attention {
	font-size:125%;
	line-height:2em;
	font-weight:bold;
}

.btn_entry_top {
	margin:0 auto;
	width:224px;
}

.btn_entry_top a {
	display:block;
	width:224px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_control.png) -2016px 0 no-repeat;
}

.btn_entry_top a:hover { background-position:-2016px -50px;}

.gamboo_top a { background:url(../../images/member/btn_top_gamboo.png) 0 0 no-repeat;}
.keirintown_top a { background:url(../../images/member/btn_top_keirintown.png) 0 0 no-repeat;}
.yenjoy_top a { background:url(../../images/member/btn_top_yenjoy.png) 0 0 no-repeat;}
.deruca_top a { background:url(../../images/member/btn_top_deruca.png) 0 0 no-repeat;}
.gamboo_top a:hover,.keirintown_top a:hover,.yenjoy_top a:hover,.deruca_top a:hover { background-position:0 -50px;}

.error_contact_num_box {
	margin:20px auto;
	padding:20px 0 5px;
	background:#ffffff;
	border:2px solid #96be08;
	border-radius:8px;
}

.error_contact_num_box .caption {
	margin:0 20px 5px;
	width:600px;
}

.error_contact_num_box .username_box {
	margin:0 auto 15px;
}

.error_contact_num_box .username_box dt {
	padding:0 0 0 6px;
	width:118px;
}

.error_contact_num_box .username_box dd {
	padding:0 0 0 10px;
	width:198px;
	font-size:109%;
}

/* JNB */
/*---------------------------------------------------------------------*/
/* ----- Status ----- */
.jnb_entry_status {
	margin:0 auto 15px;
	width:934px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/status_easy_jnb.png) 0 0 no-repeat;
}

.jnb_step1 { background-position:0 0;}
.jnb_step2 { background-position:0 -50px;}
.jnb_step3 { background-position:0 -100px;}
.jnb_step4 { background-position:0 -150px;}
.jnb_step5 { background-position:0 -200px;}
.jnb_step6 { background-position:0 -250px;}

/* ----- Title ----- */
.jnb_entry_contents_title {
	margin:0 auto 16px;
	width:930px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/jnb_entry_contents_title.png) 0 0 no-repeat;
}

#JNB_STEP1 { background-position:0 0px;}
#JNB_STEP2 { background-position:0 -36px;}
#JNB_STEP3 { background-position:0 -72px;}
#JNB_STEP4 { background-position:0 -108px;}
#JNB_STEP5 { background-position:0 -144px;}

/* ----- Overlap Error ----- */
.overlap_error_box {
	margin:10px auto 20px;
	padding:18px 140px;
	width:644px;
	text-align:left;
	background:#f9f5f1;
	border-radius:5px;
}

.overlap_error_txt {
	margin:0 0 30px;
	padding:8px 0 0 64px;
	color:#cc0000;
	background:url(../../images/member/icon_rating.png) left 0 no-repeat;
}

.overlap_attention {
	font-size:125%;
	line-height:2em;
	font-weight:bold;
}

.overlap_error_box_inner {
	margin:0 auto 20px;
	padding:20px 0;
	background:#ffffff;
	border:2px solid #96be08;
	border-radius:8px;
}

.overlap_error_box_inner .tel_number {
	margin:0 auto;
	width:580px;
	text-align:left;
}

.overlap_error_box_inner .title {
	display:block;
	margin:0 0 5px;
}

.overlap_error_box_inner .tel {
	display:block;
	margin:0 0 7px;
	font:70px/70px Verdana, sans-serif;
	font-weight:bold;
	color:#282828;
	text-shadow:0 2px 0 rgba(0,0,0,0.15);
}

.overlap_error_box_inner .ip_phs {
	display:block;
	margin:0 0 7px;
	font-size:24px;
	line-height:24px;
	color:#666666;
}

.overlap_error_box_inner .reception {
	display:block;
	height:32px;
	font-size:15px;
	line-height:32px;
	color:#666666;
	text-align:center;
	border-top:1px dotted #d5d5d5;
	border-bottom:1px dotted #d5d5d5;
}

/* Yuucho JPB */
/*---------------------------------------------------------------------*/
/* ----- Title ----- */
.jpb_entry_contents_title {
	margin:0 auto 16px;
	width:930px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/jpb_entry_contents_title.png) 0 0 no-repeat;
}

#JPB_STEP1 { background-position:0 0px;}
#JPB_STEP2 { background-position:0 -36px;}
#JPB_STEP3 { background-position:0 -72px;}
#JPB_STEP4 { background-position:0 -108px;}

/* Rakuten ID */
/*---------------------------------------------------------------------*/
/* ----- Title ----- */
.rakuten_id_entry_contents_title {
	margin:0 auto 16px;
	width:930px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/rakutenid_entry_contents_title.png) 0 0 no-repeat;
}

#RAKUTEN_ID_STEP1 { background-position:0 0px;}
#RAKUTEN_ID_STEP2 { background-position:0 -36px;}
#RAKUTEN_ID_STEP3 { background-position:0 -72px;}
#RAKUTEN_ID_STEP4 { background-position:0 -108px;}

/* Check Guidet CSS */
/*---------------------------------------------------------------------*/
.nav_title_checkguide {
	margin:0 15px 8px;
	font-size:109%;
	line-height:1em;
	font-weight:bold;
	color:#333333;
}

.nav_checkguide {
	margin:0 auto 30px;
	padding:1px 2px 3px;
	width:930px;
	height:44px;
	background:url(../../images/member/btn_checkguide.png) 0 0 no-repeat;
}

.nav_checkguide li { float:left;}

.nav_checkguide a {
	display:block;
	padding:9px 0 0;
	width:232px;
	height:35px;
	font-size:16px;
	line-height:1em;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	background:url(../../images/member/btn_checkguide.png) -2px -49px no-repeat;
}

.nav_checkguide .btn_cg1 a { width:233px; background-position:-2px -49px;}
.nav_checkguide .btn_cg2 a { background-position:-235px -49px;}
.nav_checkguide .btn_cg3 a { background-position:-467px -49px;}
.nav_checkguide .btn_cg4 a { width:233px; background-position:-699px -49px;}

.nav_checkguide .btn_cg1 a:hover { background-position:-2px -97px;}
.nav_checkguide .btn_cg2 a:hover { background-position:-235px -97px;}
.nav_checkguide .btn_cg3 a:hover { background-position:-467px -97px;}
.nav_checkguide .btn_cg4 a:hover { background-position:-699px -97px;}

.nav_checkguide .btn_cg2_end a { width:233px; background-position:-235px -49px;}
.nav_checkguide .btn_cg2_end a:hover { width:233px; background-position:-235px -97px;}

.checkguide_contents_title {
	margin:0 auto 16px;
	width:930px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/checkguide_title.png) 0 0 no-repeat;
}

#GUIDE_CAUTION { background-position:0 0;}
#SEND_CAUTION { background-position:0 -36px;}

.guide_title {
	margin:0 auto 8px;
	padding:0 0 8px;
	width:930px;
	height:20px;
	font-weight:bold;
	color:#282828;
	background:url(../../images/member/title_checkguide_contents.gif) bottom repeat-x;
}

.guide_title span {
	display:block;
	float:left;
	padding:0 0 8px;
	height:20px;
	font-size:117%;
	line-height:20px;
	background:url(../../images/member/title_checkguide_contents_green.gif) bottom repeat-x;
}

.guide_title .alt { background-image:url(../../images/member/title_checkguide_contents_blue.gif);}

.guide_detail_wrapper {
	margin:0 auto 10px;
	padding:0 0 5px;
	width:930px;
	background:url(../../images/member/bg_checkguide_footer.png) 0 bottom no-repeat;
	clear:both;
}

.guide_detail_header {
	width:930px;
	height:7px;
	background:url(../../images/member/bg_checkguide_header.png) 0 0 no-repeat;
}

.guide_detail_inner {
	padding:11px 18px 13px;
	width:894px;
	background:url(../../images/member/bg_checkguide_body.png) 0 repeat-y;
}

.guide_detail_wrapper_alt { background-image:url(../../images/member/bg_checkguide_alt_footer.png);}
.guide_detail_header_alt { background-image:url(../../images/member/bg_checkguide_alt_header.png);}
.guide_detail_inner_alt { background-image:url(../../images/member/bg_checkguide_alt_body.png);}

.guide_img {
	float:left;
	margin:0 0 20px;
	padding:10px 10px 0;
	width:365px;
	text-align:center;
	background:#ffffff;
	border-radius:5px;
}

.guide_img img { margin:0 0 10px;}

.guide_txt {
	float:left;
	margin:0 0 20px;
	width:508px;
}

.guide_txt ul { padding:0 0 0 30px;}

.guide_txt li {
	margin:0 0 8px;
	padding:0 0 0 27px;
	line-height:22px;
	background:url(../../images/member/icon_checkguide_1.png) left top no-repeat;
}

.guide_txt .guide_num_1 { background-image:url(../../images/member/icon_checkguide_1.png);}
.guide_txt .guide_num_2 { background-image:url(../../images/member/icon_checkguide_2.png);}
.guide_txt .guide_num_3 { background-image:url(../../images/member/icon_checkguide_3.png);}
.guide_txt .guide_num_4 { background-image:url(../../images/member/icon_checkguide_4.png);}
.guide_txt .guide_num_5 { background-image:url(../../images/member/icon_checkguide_5.png);}

.guide_txt li .attention {
	font-weight:bold;
	color:#cc3333;
}

.guide_txt p {
	margin:0 0 8px;
	padding:0 0 0 30px;
}

.guide_contact {
	margin:0 0 0 30px;
	padding:15px 20px;
	background:#fff6f6;
	border:2px solid #cc3333;
}

.guide_contact dt {
	margin:0 0 5px;
	color:#cc3333;
}

.guide_contact dd {
	font-size:109%;
	font-weight:bold;
	color:#cc3333;
}

.guide_contact .tel {
	font-size:150%
}

.guide_contact .reception {
	font-size:92%;
	font-weight:normal;
}

.guide_caution {
	padding:15px 0 0;
	border-top:1px solid #c3cda0;
	clear:both;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);
}

.guide_detail_inner_alt .guide_caution { border-top:1px solid #9fbdcc;}

.guide_caution p {
	padding:0 0 0 1em;
	text-indent:-1em;
}

.guide_caution .attention {
	font-weight:bold;
	color:#cc3333;
}

.page_top {
	margin:0 auto 20px;
	width:930px;
	font-size:16px;
	text-align:right;
}

.guide_caption {
	margin:0 auto 15px;
	width:930px;
}

.guide_deruca_title {
	margin:0 15px 8px;
	font-weight:bold;
	line-height:1em;
}

.guide_deruca_table {
	margin:0 15px 20px;
}

.guide_deruca_table th,.guide_deruca_table td {
	padding:8px 20px;
	font-size:92%;
	text-align:left;
	border:1px solid #d5d5d5;
}

.guide_deruca_table th {
	text-align:left;
	background:#f5f5f5;
}

.btn_back_guide {
	margin:0 auto;
	width:224px;
}

.btn_register a {
	display:block;
	width:224px;
}

.btn_back_guide a {
	display:block;
	width:224px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_control.png) 0 0 no-repeat;
}

.btn_back_guide a:hover { background-position:0 -50px;}

/* ----- Use Registration ----- */
.btn_use {
	margin:0 auto;
	width:224px;
}

.btn_use a {
	display:block;
	width:224px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_use.png) 0 0 no-repeat;
}

.btn_use a:hover { background-position:0 -50px;}

.btn_mypage {
	margin:0 auto;
	width:224px;
}

.btn_mypage a {
	display:block;
	width:224px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/member/btn_mypage.png) 0 0 no-repeat;
}

.btn_mypage a:hover { background-position:0 -50px;}

/* ----- Touhyou3STEP CSS -20160127add- ----- */
.touhyou3step {
	width: 850px;
	margin: 0 auto 30px;
	padding: 20px 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.touhyou3step dt.title_3step {
	width: 100%;
	height: 115px;
	background: url(../../images/member/touhyou3step/title_3step.png) 0 0 no-repeat;
	text-indent: -9999px;
}

.touhyou3step dd {
	display: block;
	position: relative;
	width: 100%;
	height: 260px;
	padding-top:50px;
	z-index: 0;
}

.touhyou3step dd li{
	display:block;
	float:left;
	width:300px;
}

.touhyou3step dd li:last-child{
	width:245px;
	margin-left:5px;
}

.touhyou3step dd span {
	display: block;
	top: 10px;
	left:0;
	text-indent: -9999px;
}

.touhyou3step dd a {
	position: relative;
	display: block;
	width: 216px;
	height: 136px;
	text-indent: -9999px;
	z-index: 0;
}

.touhyou3step dd .link_deruca span{
	position:absolute;
	display:block;
	width:175px;
	height:60px;
	background: url(../../images/member/touhyou3step/icon_step1_charge.png) 0 0 no-repeat;
	z-index:5;
}

.touhyou3step dd .link_deruca a{
	margin-left:20px;
	background: url(../../images/member/touhyou3step/btn_3step.png) 0 0 no-repeat;

}

.touhyou3step dd .link_deruca img{
	position: absolute;
	z-index: 5;
	left: -24px;
}

.touhyou3step dd .link_deruca a:hover {
	background-position: 0 -136px;
}

.touhyou3step dd .link_vote span{
	position:absolute;
	display:block;
	width:175px;
	height:60px;
	left:300px;
	background: url(../../images/member/touhyou3step/icon_step2_vote.png) 0 0 no-repeat;
	z-index:5;
}
.touhyou3step dd .link_vote a{
	margin-left:20px;
	background: url(../../images/member/touhyou3step/btn_3step.png) -216px 0 no-repeat;
	text-indent: -9999px;
}

.touhyou3step dd .link_vote a:hover {
	background-position: -216px -136px;
}

.touhyou3step dd .link_vote img{
	margin-left:30px;
}

.touhyou3step dd .list_payoff{
	position: absolute;
	display: block;
	width: 245px;
	height: 155px;
	top: 30px;
	left: 600px;
	background: url(../../images/member/touhyou3step/btn_3step.png) -432px 0 no-repeat;
	text-indent: -9999px;
	z-index: 0;
}

.touhyou3step dd .list_payoff span{
	position:absolute;
	display:block;
	width:175px;
	height:60px;
	top:-20px;
	left:-20px;
	z-index:5;
	background: url(../../images/member/touhyou3step/icon_step3_payoff.png) 0 0 no-repeat;
}

.touhyou3step dd .link_deruca:after{
	content:"";
	display:block;
	position:absolute;
	width:34px;
	height:40px;
	top:100px;
	left:264px;
	background: url(../../images/member/touhyou3step/arrow_step.png) 0 0 no-repeat;
}

.touhyou3step dd .link_vote:after{
	content:"";
	display:block;
	position:absolute;
	width:34px;
	height:40px;
	top:100px;
	left:555px;
	background: url(../../images/member/touhyou3step/arrow_step.png) 0 0 no-repeat;
}

/* 楽天かんたん登録専用　CSS
---------------------------------------------------------------*/

.contents_rakutenbank h2 {
	text-align:center;
	margin-bottom:12px;
}

.contents_rakutenbank .lede {
	margin: 18px 34px;
}

.contents_rakutenbank .bnr_rakutenbank img {
	max-width:860px;
}

.contents_rakutenbank .bnr_rakutenbank a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

/* Identification document sending guide 2019.08.15 Start */
.checkguide_menu_head {
	margin:0 15px 12px;
	font-size:109%;
	line-height:1;
	font-weight:bold;
	color:#333333;
}

.checkguide_menu {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 16px;
	width: 946px;
}

.checkguide_menu li {
	margin: 0 8px 16px;
}

.checkguide_menu a {
	display: block;
	position: relative;
	padding: 15px 0 15px;
	width: 216px;
	font-size: 116%;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #689f38;
	border: 2px solid #33691e;
	border-radius: 6px;
	box-shadow:
			inset 0 1px 1px rgba(255,255,255,.4),
			inset 0 -1px 0 rgba(0,0,0,.1),
			0 2px 4px rgba(0,0,0,.2);

}

.checkguide_menu a:after {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 4px;
	margin-left: -6px;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 5px 6px 0 6px;
	border-color: #fff transparent transparent transparent;

}

.checkguide_menu a:hover { opacity: .8;}

.checkguide_menu a:active {
	top: 1px;
	box-shadow:
			inset 0 1px 1px rgba(255,255,255,.4),
			inset 0 -1px 0 rgba(0,0,0,.1),
			0 1px 3px rgba(0,0,0,.2);
}

.checkguide_wrapper {
	margin: 0 auto 24px;
	padding: 14px 14px 10px;
	border: 1px solid #d5d5d5;
	border-color: #e0e0e0 #d5d5d5 #cacaca;
	border-radius: 6px;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.checkguide_header {
	margin: 0 0 12px;
	padding: 5px 12px;
	font-size: 143%;
	line-height: 1.4;
	font-weight: bold;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: inset 0 0 1px rgba(255,255,255,.9);
}

.checkguide_header .inner {
	color: transparent;
	background: #1a7caf;
	background: -moz-linear-gradient(top,  #1a7caf 0%, #22a2e4 100%);
	background: -webkit-linear-gradient(top,  #1a7caf 0%,#22a2e4 100%);
	background: linear-gradient(to bottom,  #1a7caf 0%,#22a2e4 100%);
	-webkit-background-clip: text;
}
@media all and (-ms-high-contrast: none) { /* IE10,11用 */
	.checkguide_header .inner {
		background: none;
		color: #1a7caf;
	}
}

.checkguide_lead {
	margin: 0 0 12px;
}

.id_guide_notes {
	margin: 0 0 8px;
	padding: 0 0 12px;
	background: #ffb74d;
}

.id_guide_notes_header {
	padding: 8px 12px;
	font-size: 115%;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	background: #c88719;
}

.id_guide_notes ul {
	display: flex;
	padding: 16px 0 0;
	flex-wrap: wrap;
	justify-content: center;
}

.id_guide_notes li {
	margin: 0 8px 16px;
	padding: 16px 16px 12px;
	width: 240px;
	line-height: 1.6;
	color: #212121;
	background: #fff;
	border-radius: 6px;
}

.id_guide_notes img {
	margin: 0 0 12px;
	width: 100%;
	vertical-align: bottom;
}

.id_guide_notes_footer {
	margin: 0 12px;
	padding: 8px 8px;
	font-size: 108%;
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #d50000;
	border-radius: 6px;
}

.id_guide_title,
.fax_guide_title {
	margin: 0 auto 10px;
	border-bottom: 1px solid #d5d5d5;
}

.id_guide_title .inner,
.fax_guide_title .inner {
	display: inline-block;
	position: relative;
	top: 3px;
	font-size: 115%;
	line-height: 1.8;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #abda0a;
}

.fax_guide_title .inner { border-bottom-color: #2ea7df;}

.id_guide_title_note {
	padding: 0 0 0 .5em;
	font-size: 14px;
	color: #c33;
}

.id_guide_contents,
.fax_guide_contents {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 8px;
	padding: 20px;
	background: #f5f9e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
}

.fax_guide_contents { background: #eaf5fa;}

.id_guide_img {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 0 20px 0 0;
	padding: 12px 8px;
	width: 360px;
	font-size: 93%;
	line-height: 1;
	color: #424242;
	text-align: center;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

.id_guide_img img {
	margin: 8px auto;
	max-width: 80%;
	vertical-align: bottom;
}
@media all and (-ms-high-contrast: none) { /* IE10,11用 */
	.id_guide_img img {
		max-width: 320px;
	}
}

.id_guide_img span {
	padding: 10px 0 0;
}

.id_guide_caption {
	width: 510px;
}

.id_guide_head {
	margin: 0 0 12px;
	padding: 6px 8px;
	font-size: 108%;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	background: #c88719;
}

.id_guide_list {
	margin: 0 .5em 24px 1.5em;
	font-size: 115%;
	line-height: 1.6;
	color: #212121;
	font-weight: bold;
	list-style: disc outside;
}

.id_guide_list li {
	margin: 0 0 .6em;
}
.id_guide_extra_box {
	margin: 20px 0 0;
	padding: 12px 12px 6px;
	font-size: 12px;
	line-height: 1.4;
	color: #505050;
	background: #e5e5e5;
	border: 1px solid #d5d5d5;
}

.id_guide_extra_box_head {
	margin: 0 0 .3em;
	font-size: 15px;
	font-weight: bold;
	color: #212121;
}

.id_guide_extra_box_list {
	margin: 0 0 16px 2em;
	list-style: disc outside;
}

.id_guide_extra_box_list li {
	margin: 0 0 .5em;
	font-size: 14px;
	color: #333;
}

.id_guide_extra_box_text {
	margin: 0 0 .3em;
	font-size: 14px;
	font-weight: bold;
	color: #212121;
}

.id_guide_extra_box_note {
	margin: 0 0 12px 1em;;
}

.id_guide_extra_box_note li {
	margin: 0 0 .5em;
	padding-left: 1em;
	text-indent: -1em;
}

.id_guide_footer {
	margin: 0 8px 12px;
	font-size: 108%;
	line-height: 1.6;
	color: #7f0000;
}

.fax_guide_list { list-style-type: none;}

.fax_guide_list li {
	position: relative;
	margin:0 0 8px;
	padding:0 0 0 27px;
	font-size: 108%;
	line-height:22px;
}

.fax_guide_list li:before {
	display: block;
	position: absolute;
	left: 0;
	width: 22px;
	content: "1";
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #c30000;
	border-radius: 11px;
}

.fax_guide_list li:nth-child(1):before { content: "1";}
.fax_guide_list li:nth-child(2):before { content: "2";}
.fax_guide_list li:nth-child(3):before { content: "3";}
.fax_guide_list li:nth-child(4):before { content: "4";}
.fax_guide_list li:nth-child(5):before { content: "5";}
.fax_guide_list li:nth-child(6):before { content: "6";}

.fax_guide_text .attention,
.fax_guide_list li .attention {
	font-weight:bold;
	color:#cc3333;
}

.fax_guide_text {
	margin:0 0 4px;
	font-size: 108%;
	line-height: 1.6;
}

.guide_contact {
	margin:0 0 16px;
	padding:15px 20px;
	background:#fff6f6;
	border:2px solid #cc3333;
}

.fax_guide_footer {
	margin: 0 0 12px;
	font-size: 108%;
	line-height: 1.6;
	color: #7f0000;
}

.fax_guide_footer_list li {
	padding-left: 1em;
	text-indent: -1em;
}

.checkguide_wrapper .page_top {
	margin-bottom: 12px;
	font-size: 93%;
}

.checkguide_wrapper .guide_deruca_title,
.checkguide_wrapper .guide_deruca_table {
	margin: 0 0 8px;
}

/* Identification document sending guide 2019.08.15 End */
.checkguide_caution_box {
	box-sizing: border-box;
	margin: 0 auto 24px;
	padding: 16px;
	font-size: 115%;
	line-height: 1.6;
	color: #212121;
	text-align: left;
	background: #eee;
}

.checkguide_caution_header {
	margin: 0 0 .5em;
	font-weight: bold;
}

.checkguide_caution_list {
	margin: 0 0 0 2em;
	list-style-type: disc;
	list-style-position: outside;
}

.checkguide_caution_list li {
	margin: 0 0 .5em;
}
/* Renewal Toppage */
.main_lede {
	margin: 0 0 .5em;
	padding:0 15px;
	font-size: 114%;
	line-height: 1.5;
	color: #404040;
}

.main_lede .attention {
	font-weight: bold;
	color:#d50000;
}

.sub_lede {
	margin: 0 0 16px;
	padding:0 15px;
	font-size: 100%;
	line-height: 1.7;
}

.main_register_wrapper {
	display: flex;
	margin: 0 0 36px;
}

.main_easy_register_contents,
.main_normal_register_contents {
	position: relative;
	margin: 0 12px 0 0;
	width: 636px;
	background: #f5f5f5;
	border-radius: 4px;
	box-shadow:
			inset 0 0 0 1px rgba(255,255,255,.3),
			0 2px 2px 0 rgba(0,0,0,.15),
			0 1px 10px 0 rgba(0,0,0,.2);
}

.main_normal_register_contents {
	margin: 0;
	width: 312px;
}

.main_register_bubble {
	box-sizing: border-box;
	position: absolute;
	top: 14px;
	left: 24px;
	padding: 18px 0;
	width: 80px;
	height: 80px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #2ea7df;
	border-radius: 40px;
	transform: rotate(-15deg)
}

.main_register_header {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: bold;
	line-height: 55px;
	color: #191919;
	text-align: center;
	background: #e5e5e5;
	border-bottom: 1px solid #cecece;
	border-top: 6px solid #bc0000;
	border-radius: 4px 4px 0 0;
}

.main_normal_register_contents .main_register_header {
	border-top-color: #bfa600;
}

.main_register_catch {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #d50000;
	text-align: center;
}

.main_normal_register_contents .main_register_catch {
	color: #bfa600;
}

.main_register_lede {
	margin: 0 16px 12px;
	height: 60px;
	font-size: 13px;
	line-height: 20px;
	color: #404040;
}

.main_register_btn_list {
	display: flex;
	justify-content: center;
	margin: 0 auto 16px;
}

.main_register_btn_list li {
	position: relative;
	margin: 0 4px;
	padding: 0 0 8px;
	width: 145px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
}

.main_register_btn_list .normal { width: 185px;}

.main_register_btn_list li:after {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 143px;
	height: 3px;
	content: "";
	background: #cda400;
}

.main_register_btn_list ol {
	position: relative;
	margin: 0 4px;
	padding: 0 0 8px;
	width: 145px;
	text-align: center;
}

.main_register_btn_list ol:after {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 143px;
	height: 3px;
	content: "";
}

.main_register_btn_list .rkb:after { background: #be0000;}
.main_register_btn_list .jnb:after { background: #111083;}
.main_register_btn_list .jcb:after { background: #2f6ab3;}
.main_register_btn_list .jpb:after { background: #43952a;}
.main_register_btn_list .mufg:after { background: #e60000;}
.main_register_btn_list .normal:after { width: 183px;}

.main_register_btn_list a,
.main_register_btn_list .disabled {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 6px 0;
	width: 129px;
	height: 48px;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #cda400;
	border-radius: 6px;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.2);
	transition: .25s;
}

.main_register_btn_list a:hover {
	opacity: .8;
	box-shadow:
			inset 0 -1px 0 0 rgba(0,0,0,.2),
			0 2px 2px 0 rgba(0,0,0,.15),
			0 1px 5px 0 rgba(0,0,0,.15);
}

.main_register_btn_list .rkb a { background: #be0000;}
.main_register_btn_list .jnb a { background: #111083;}
.main_register_btn_list .jcb a { background: #2f6ab3;}
.main_register_btn_list .jpb a { background: #43952a;}
.main_register_btn_list .mufg a { background: #e60000;}
.main_register_btn_list .normal a { width: 169px;}

.main_register_btn_list .disabled {
	color: #b0b0b0;
	background: #ddd;
	box-shadow: none;
}

.main_register_btn_list .normal .disabled { width: 169px;}

.main_register_btn_list .icon {
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 8px 0 4px;
	width: 129px;
	height: 78px;
	font-size: 16px;
	font-weight: bold;
	line-height: 66px;
	color: #43952a;
	text-align: center;
}

.main_register_btn_list .normal .icon {
	width: 169px;
	color: #404040;
}

.main_register_note {
	margin: 0 16px 12px;
	font-size: 92%;
	line-height: 1.4;
	color: #757575;
}

.main_register_note li {
	margin: 0 0 .2em;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.main_register_wrapper + .main_contents_bnr {
	margin: 0 auto 36px;
}

.rakuten_pr_header {
	position: relative;
	margin: 0 0 36px;
	padding: 0 0 0 120px;
	font-size: 28px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	background: #d93636;
	border-radius: 4px 4px 0 0;
}

.rakuten_pr_header .attention {
	font-size: 36px;
	color: #fcee4c;
}

.rakuten_pr_header .catch {
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: -24px;
	left: 12px;
	width: 99px;
	height: 113px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../../images/member/icon_rakuten_pr.png") 0 0 no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
	.rakuten_pr_header .catch {
		background-image: url("../../images/member/icon_rakuten_pr_x2.png");
		background-size: 99px 113px;
	}
}

.rakuten_pr_button {
	margin: -8px 0 16px;
}

.rakuten_pr_button a {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 320px;
	font-size: 18px;
	line-height: 40px;
	color: #d93636;
	text-decoration: none;
	text-align: center;
	border: 2px solid #d93636;
	border-radius: 22px
}

.rakuten_pr_button a:after {
	display: block;
	position: absolute;
	top: 12px;
	right: 16px;
	width: 10px;
	height: 10px;
	content:"";
	border-bottom: 2px solid #d93636;
	border-right: 2px solid #d93636;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rakuten_pr_button a.active:after {
	top: 16px;
	border-bottom: none;
	border-right: none;
	border-top: 2px solid #d93636;
	border-left: 2px solid #d93636;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.register_contents_wrapper {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto 36px;
	padding: 0 0 16px;
	width: 960px;
	background: #f5f5f5;
	border-radius: 4px;
	box-shadow:
			inset 0 0 0 1px rgba(255,255,255,.3),
			0 2px 2px 0 rgba(0,0,0,.15),
			0 1px 10px 0 rgba(0,0,0,.2);
}

.register_contents_wrapper .header {
	margin: 0 16px;
	font-size: 24px;
	font-weight: bold;
	line-height: 56px;
	color: #2ea7df;
}

.sub_register_contents {
	box-sizing: border-box;
	position: relative;
	margin: 0 16px;
	padding: 0 0 2px;
	width: auto;
	background: #fff;
	border-top: 4px solid #cecece;
	border-radius: 0 0 4px 4px;
}

.sub_register_contents .faq {
	margin: 0 auto;
	padding: 15px 0 0;
	width: 900px;
	font-size: 16px;
	line-height: 1;
	color: #212121;

}

.sub_register_contents .faq dt {
	margin: 0 0 6px;
}

.sub_register_contents .faq dd {
	margin: 0 0 6px;
}

.sub_register_contents .initial {
	margin: 0 .2em 0 0;
	font-size: 24px;
	color: #9dc706;
}

.sub_register_contents .faq_catch {
	box-sizing: border-box;
	margin: 0 auto 18px;
	padding: 8px 0 16px 28px;
	width: 900px;
	font-size: 33px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 1px 0 0 rgba(255,255,255,1);
}

.sub_register_contents .faq_catch .inner {
	background: rgb(29,125,191);
	background: linear-gradient(0deg, rgba(29,125,191,1) 0%, rgba(62,182,223,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sub_register_contents .btn_about_deruca {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto 18px;
	padding: 0;
	width:540px;
	height:40px;
}

.sub_register_contents .btn_about_deruca a {
	display:block;
	position: relative;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-indent: 0;
	background-image: none;
	background: #bceb13;
	background: linear-gradient(to bottom,  #bceb13 0%,#97c706 100%);
	border: 1px solid #749e20;
	border-radius: 20px;
	box-shadow:
			inset 0 1px 0 0 rgba(255,255,255,.3),
			0 2px 2px rgba(0,0,0,.3);
	text-shadow: 0 0 3px rgba(0,0,0,.75);
}

.sub_register_contents .btn_about_deruca a:hover {
	opacity: .8;
}

.sub_register_contents .btn_about_deruca a:after {
	display: block;
	position: absolute;
	top: 12px;
	left: 18px;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
}

.sub_register_contents .title {
	display: inline-block;
	margin: 16px 0 5px 115px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	color: #fff;
	vertical-align: baseline;
	background: #2ea7e0;
	border-radius:3px;
}

.sub_register_contents .tel {
	margin: 0 auto 8px;
	font-family: Verdana, sans-serif;
	font-size: 88px;
	font-weight: bold;
	line-height: 1;
	color: #212121;
	text-align: center;
	text-shadow: 0 2px 0 rgba(0,0,0,.15);
}

.sub_register_contents .ip_phs {
	margin: 0 auto 12px;
	width: 700px;
	font-size: 24px;
	line-height: 1;
	color: #666;
}

.sub_register_contents .reception {
	margin: 0 auto 16px;
	width: 700px;
	font-size: 15px;
	line-height: 30px;
	color: #333;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-shadow:
			inset 0 1px 0 0 rgba(255,255,255,1),
			0 1px 0 0 rgba(255,255,255,1);
}

/* Renewal Fixed Footer */
.fixed_footer_entry {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fafafa;
	border-top: 1px solid #d5d5d5;
	box-shadow:
			inset 0 1px 0 0 rgba(255,255,255,1),
			0 -1px 4px 0 rgba(0,0,0,.1);
}

.fixed_footer_entry .inner {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 4px;
	max-width: 960px;
}

.fixed_footer_entry .heading {
	display: flex;
	justify-content: flex-start;
	padding: 8px 4px;
}

.fixed_footer_entry .title {
	display: inline-block;
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	color: #212121;
}

.fixed_footer_entry .title .sub {
	display: inline-block;
	margin: 0 8px;
	padding: 0 12px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	vertical-align: bottom;
	background: #03a9f4;
	border-radius: 9px;
}

.fixed_footer_entry .lede {
	padding: 7px 0 0;
	font-size: 13px;
	line-height: 1;
	color: #606060;
}

.fixed_footer_entry .button {
	position: absolute;
	top: 5px;
	right: 8px;
}

.fixed_footer_entry .button a {
	display: block;
	box-sizing: border-box;
	width: 28px;
	height: 28px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	background: url("../../images/member/btn_footer_close.png") 0 0 no-repeat;
	border: 1px solid #a0a0a0;
	border-radius: 4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
	.fixed_footer_entry .button a {
		background-image: url("../../images/member/btn_footer_close_x2.png");
		background-size: 26px 26px;
	}
}

.fixed_footer_entry .button a:hover {
	opacity: .8;
}

.fixed_footer_entry .entry_list {
	display: flex;
	justify-content: space-between;
	padding: 0 0 8px;
}

.fixed_footer_entry .entry_list li {
	box-sizing: border-box;
	padding: 0 4px;
	width: 100%;
}

.fixed_footer_entry .entry_list a,
.fixed_footer_entry .entry_list .disabled {
	display: table;
	width: 100%;
	height: 40px;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.2);
	transition: .25s;
}

.fixed_footer_entry .entry_list a:hover {
	opacity: .8;
	box-shadow:
			inset 0 -1px 0 0 rgba(0,0,0,.2),
			0 2px 2px 0 rgba(0,0,0,.2),
			0 1px 6px 0 rgba(0,0,0,.2);
}

.fixed_footer_entry .entry_list .rkb a { background: #be0000;}
.fixed_footer_entry .entry_list .jnb a { background: #111083;}
.fixed_footer_entry .entry_list .jcb a { background: #2f6ab3;}
.fixed_footer_entry .entry_list .jpb a { background: #43952a;}

.fixed_footer_entry .entry_list .cell {
	display: table-cell;
	padding: 0 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.fixed_footer_entry .entry_list .disabled {
	background: #ddd;
	box-shadow: none;
}

.fixed_footer_entry .entry_list .disabled .cell {
	color: #b0b0b0;
}

.fixed_footer_wrapper .open_button {
	position: fixed;
	bottom: 12px;
	left: 50%;
	margin-left: -80px;
}

.fixed_footer_wrapper .open_button a {
	display: block;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 160px;
	height: 40px;
	color: #565656;
	text-decoration: none;
	background: #e5e5e5;
	border: 1px solid #757575;
	border-radius: 6px;
	box-shadow:
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 5px 0 rgba(0,0,0,.25)
}

.fixed_footer_wrapper .open_button a:hover {
	color: #757575;
	background: #f1f1f1;
	border-color: #909090;
	box-shadow:
			inset 0 1px 0 rgba(255,255,255,1),
			0 2px 7px 0 rgba(0,0,0,.20);
}

.fixed_footer_wrapper .open_button .text {
	padding: 0 0 0 6px;
	font-size: 12px;
	font-weight: bold;
	line-height: 38px;
}

.fixed_footer_wrapper .open_button .icon {
	box-sizing: border-box;
	position: absolute;
	top: 9px;
	right: 6px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	background: url("../../images/member/btn_footer_open.png") 0 0 no-repeat;
	border: 1px solid #757575;
	border-radius: 4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
	.fixed_footer_wrapper .open_button .icon {
		background-image: url("../../images/member/btn_footer_open_x2.png");
		background-size: 18px 18px;
	}
}

/* File Upload Section 2021.02.08 Start */

.file_upload_contents {
	margin: 0 0 24px;
	padding: 24px 100px;
	background: url(../../images/member/bg_id_contents_box.gif) repeat;
	border-radius: 10px;
}

.file_upload_select_box {
	display: inline-block;
	position: relative;
	margin: 0 0 32px;
}

.file_upload_select_box select {
	display: block;
	box-sizing: border-box;
	font-family: inherit;
	padding: 0 0 0 8px;
	width: 320px;
	height: 52px;
	font-size: 100%;
	color: #404040;
	background: #fff  url("../../images/member/icon_select.png") 284px 14px no-repeat;
	border: 2px solid #999;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.file_upload_select_box select::-ms-expand {
	display: none; /* For IE */
}

.file_upload_section {}

.file_upload_list {
	display: flex;
	justify-content: space-between;
}

.file_upload_list_item {
	position: relative;
	width: 320px;
}

.file_upload_label {
	display: block;
	box-sizing: border-box;
	font-family: inherit;
	padding: 0;
	width: 320px;
	height: 96px;
	background: #fff;
	border: 2px dashed #ccc;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	cursor: pointer;
}

.form_error .file_upload_label {
	border-color: #c33;
}

.file_upload_label:hover {
	opacity: .7;
}

.file_upload_label input[type="file"] {
	display: none;
}

.file_upload_label_thumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 4px;
	left: 12px;
	width: 88px;
	height: 88px;
	background: url("../../images/member/icon_file_id_blank.png") center center no-repeat;
}

.file_upload_label_caption {
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 24px 0 108px;
	width: 316px;
	height: 92px;
	font-size: 108%;
	line-height: 1.4;
	font-weight: bold;
	color: #999;
}

.img_view {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 4px;
	left: 12px;
	width: 96px;
	height: 88px;
	background: #fff;
}

.img_view img {
	width: 100%;
	height: 100%;
	vertical-align: baseline;
	object-fit:cover;
}

.file_upload_del_caption {
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 96px;
	padding: 0 24px 0 16px;
	width: 208px;
	height: 88px;
	font-size: 108%;
	line-height: 1.4;
	font-weight: bold;
	color: #999;
	background: #fff;
}

.file_upload_del {
	display: block;
	position: absolute;
	top: -12px;
	right: -230px;
	width: 36px;
	height: 36px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background: #fff url("../../images/member/icon_del_btn.png") center center no-repeat;
	border-radius: 50%;
	box-shadow: 0 0 4px rgba(0,0,0,.5);
	cursor: pointer;
}

.form_error .file_upload_del {
	border: 2px solid #c33;
}

.file_upload_sub_section {}

.file_upload_del:hover {
	opacity: .7;
}

.file_upload_support_caption {
	margin: 0 0 12px;
	padding: 36px 0 0;
	font-size: 108%;
	font-weight: bold;
}

.file_upload_plus {
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 108px;
	width: 320px;
	height: 96px;
	font-size: 108%;
	line-height: 1.4;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	background: #fff url("../../images/member/icon_file_id_plus.png") 16px 24px no-repeat;
	border: 2px dashed #ccc;
	border-radius: 6px;
}

.file_upload_plus:hover {
	color: #999;
	opacity: .7;
}

.file_upload_submit {
	margin: 0 0 36px;
}

.file_upload_submit a {
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	width: 240px;
	font-size: 22px;
	line-height: 48px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #f57c00;
	border: 1px solid #f57c00;
	border-radius: 6px;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.4),
		0 4px 0 #bb4d00,
		0 4px 8px 1px rgba(0,0,0,.3);
}

.file_upload_submit a:hover {
	opacity: .7;
}

.file_upload_form_error {
	padding: 8px 0 0;
	font-size: 93%;
	color: #c33;
}

.error_bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	z-index:100;
}

.error_contents_wrapper {
	box-sizing: border-box;
	padding:16px;
	width:480px;
	background:#ffffff;
	border-radius:6px;
	box-shadow:0 2px 10px rgba(0,0,0,0.7);
	z-index:200;
}

.error_contents {
	position: relative;
	margin: 0 0 16px;
	padding: 8px 64px;
	color:#cc3333;
	background:#ffd4cc;
}

.error_contents:after {
	display: block;
	position: absolute;
	top: 8px;
	left: 32px;
	width: 24px;
	height: 24px;
	content: "";
	background: #c33 url("../../images/member/icon_error.png") center center no-repeat;
	border-radius: 50%;
}

.error_contents_header {
	margin: 0 0 .2em;
	font-size: 108%;
	font-weight: bold;
}

.error_contents_text {}

.error_contents_footer {
	margin: 0 auto;
	width: 25%;
}

.error_contents_footer_button {
	display:block;
	width:100%;
	font-size:108%;
	line-height:40px;
	font-weight:bold;
	text-decoration:none;
	color:#1a1a1a;
	text-align:center;
	background: #eee;
	border:1px solid #808080;
	border-radius:5px;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,1),
		0 1px 0 rgba(0,0,0,0.1);
	text-shadow:0 1px 0 rgba(255,255,255,0.6);
	outline:none;
	overflow:hidden;
}

.error_contents_footer_button:hover {
	opacity: .7;
}

.file_upload_contents_footer .btn_forward_none {
	background: #e5e5e5;
	border-color: #999;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 4px 0 #999, 0 4px 8px 1px rgba(0,0,0,.3);;
}

/* File Upload Section 2021.02.08 End */

.id_guide_section_list_header {
	padding: 12px 0 4px;
	font-size: 129%;
	font-weight: bold;
	line-height: 1.4;
	color: #22a4e6;
}
.id_guide_section_list {
}

.id_guide_section_header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 0 36px;
    height: 48px;
    background: #fff;
    border-top: 1px solid #ccc;
    cursor: pointer;
    transition: all .4s;
}

.id_guide_section_header:hover,
.id_guide_section_header.active {
    background: #f5f5f5;
}

.id_guide_section_header:after {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 28px;
    width: 28px;
    content: "";
    background: url("../../images/member/icon_guide_header.png") 0 0 no-repeat;
    transition: all .4s;
}

.id_guide_section_header.active:after {
    transform: rotate(180deg);
}

.id_guide_section_header .inner {
    font-size: 129%;
    line-height: 1.2;
    font-weight: bold;
    color: #333;
}

.id_guide_section_contents {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all .4s;
}

.id_guide_section_contents.active {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.id_guide_section_contents .id_guide_contents {
    margin: 0px;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.15);
}

.user_regist_addr {
    background-color: pink;
    border: 1px solid red;
    font-size: 13px;
    padding-left: 2px;
}

.errMsg{
	padding:10px 20px 10px 20px;
	margin-bottom:30px;
	background-color:#FFF5D7;
	border:2px solid #FF8E8E;
}

.txt_red_1 {
	color:#ea0000;
}

.jcb_caption_attention {
	font-size: 16px;
	text-decoration: underline;
	color: red;
	font-weight: bold;
}