@charset "utf-8";


/* general setting ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav{
	margin:0;
	padding:0;
	font:100%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	text-align:left;
}
body{
	/*-webkit-text-size-adjust:none;*/
	font-size:12px;
	color:#666666;
	text-align:center;
	position: relative;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,pre{
	display:block;
}
img{
	border:0;
	vertical-align:top;
}
ul, ol{
	list-style:none;
}
table{
	border-spacing:0;
	empty-cells: show;
}
a{
	color:#c7171a;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.topAlert{
	padding: 11px 0 11px 0;
	text-align: center;
	font-weight: bold;
	color: #c7171a;
	vertical-align: middle;
}
.topAlert a{
	color: #c7171a;
	font-size: 10px;
}
.topAlert img{
	height: 16px;
	margin-right: 5px;
}
/* /general setting ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* wrapper +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wp{
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size: 10px;
}
/* /wrapper ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* header ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#hd{
	width:100%;
	height:32px;
	padding:0 0 6px 0;
	background:#cd0808;
}
header{
	width:100%;
	height:32px;
	position:relative;
	border-bottom:1px solid #f30000;
	box-shadow:0 3px 3px #af0101;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}
header h1{
	width:117px;
	height:18px;
	position:absolute;
	left:11px;
	top:7px;
}
#hd .btn-bonus{
	width:64px;
	position:absolute;
	left:136px;
	top:4px;
}
#hd .btn-bonus img{
	width:100%;
}
#hd_btnBox{
	position:absolute;
	right:0;
	top:0;
	height:32px;
	border-left:1px solid #d9d9d9;
}
#btn_hd_menuopen{
	display:block;
	height:9px;
	padding:13px 6px 10px 9px;
	border-left:1px solid #ffffff;
	float:right;
}
#btn_hd_menuopen img{	height:9px;}
#btn_hd_login{
	display:block;
	height:10px;
	padding:13px 6px 9px 9px;
	border-left:1px solid #ffffff;
	border-right:1px solid #d9d9d9;
	float:right;
}
#btn_hd_login img{	height:10px;}
#btn_hd_usericon{
	display:block;
	width:25px;
	padding:3px 4px 2px 2px;
	border-left:1px solid #ffffff;
	border-right:1px solid #d9d9d9;
	float:right;
}
#btn_hd_usericon img{
	width:25px;
	border:1px solid #ffffff;
}

#box_hd_point{
	display:block;
	height: 32px;
	line-height: 32px;
	padding:0 5px 0 3px;
	border-left:1px solid #ffffff;
	border-right:1px solid #d9d9d9;
	float:right;
	font-size: 8px;
	color: #c7171a;
	text-decoration: none;
}
#box_hd_point img{
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 3px;
}
/* hdmenu */
#hdMenu{
	width:100%;
	height:480px;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	display:none;
}
#hdMenu .closeLayer{
	width:100%;
	height:480px;
	position:absolute;
	left:0;
	top:0;
	background:url(../../img/sp/common/bg/bg_dummy.png);
}
#hdMenu dl{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:101;
	padding:38px 0 0 0;
	box-shadow:0 1px 4px rgba(0,0,0,0.2);
}
#hdMenu dl dt{
	display:block;
	height:9px;
	padding:13px 6px 17px 9px;
	border-left:1px solid #ffffff;
	position:absolute;
	right:0;
	top:0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}
#hdMenu dl dt img{
	height:9px;
}
#hdMenu dl dd{
	display:block;
	background-color:#eeeeee;
}
#hdMenu dl dd.pcSite{
	background-image:url(../../img/sp/common/icon/icon_pcsite_white.png);
	background-position:88% 50%;
	background-repeat:no-repeat;
	background-size:47px 15px;
}
#hdMenu dl dd a{
	display:block;
	padding:7px 0 7px 20px;
	background:url(../../img/sp/common/icon/icon_arrow_red.png) 97% 50% no-repeat;
	background-size:17px 17px;
	border-top:1px solid #ffffff;;
	border-bottom:1px solid #dedede;
	font-size:125%;
	color:#a60000;
}
#hdMenu dl dd:first-child a{
	border-top:none;
}
#hdMenu dl dd span{
	display:block;
	padding:7px 0 7px 20px;
	background:url(../../img/sp/common/icon/icon_arrow_gray.png) 97% 50% no-repeat;
	background-size:17px 17px;
	border-top:1px solid #ffffff;;
	border-bottom:1px solid #dedede;
	font-size:125%;
	color:#cccccc;
}
#hdMenu dl dd.slideClose span{
	display:block;
	padding:7px 0 7px 0;
	background:#eeeeee;;
	border-top:1px solid #ffffff;;
	border-bottom:none;
	font-size:12px;
	color:#a60000;
	text-align:center;
	cursor:pointer;
}
#hdMenu dl dd.slideClose span img{
	width:8px;
	vertical-align:middle;
	margin-left:2px;
}
/* /header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* content +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#ct{
	width:100%;
	word-break:break-all;
	word-wrap:break-word;
}
#ct #importantAlert{
	width:90%;
	margin:0 auto;
	text-align:center;
	color:#cc0000;
	padding-bottom:5px;
}
#ct #importantAlert span{
	background:url(/mypage/img/sp/common/icon/icon_importantalert.png) 0 0 no-repeat;
	padding-left:20px;
}
#ct #generalWp{
	width:100%;
	border-top:1px solid #dcdcdc;
	background-image:url(/mypage/img/sp/common/bg/bg_generalwp.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.menuDisp #ct #generalWp{
	background-image:none;
}
#ct #generalWp #userTitle{
	margin:0 6px;
	padding:0 0 0 0;
}
#ct #generalWp #userTitle h1{
	width:100%;
	display:table;
}
#ct #generalWp #userTitle h1 .thumbnailBox{
	width:28px;
	display:table-cell;
	padding:6px 6px 6px 0;
	text-align:left;
	vertical-align:middle;
}
#ct #generalWp #userTitle h1 .thumbnailBox a{
	width:28px;
	height:28px;
	display:block;
	border:1px solid #dbdbdb;
}
#ct #generalWp #userTitle h1 .userName{
	display:table-cell;
	padding:6px 2px 6px 0;
	text-align:left;
	vertical-align:middle;
	word-break:break-all;
	word-wrap:break-word;

}

/* generalTab ******************************************** */
#ct #generalWp #generalTab{
	width:100%;
	height:44px;
	background:url(/mypage/img/sp/common/bg/bg_generaltab.png) left top repeat-x;
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-pack:start;
	-webkit-box-pack:start;
	box-pack:start;
	margin-bottom:2px;
}
#ct #generalWp #generalTab li{
	width:25%;
	height:40px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #bcbcbc;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	text-align:center;
	/* moz gradient */
	background:-moz-linear-gradient(left top,#ffffff,#e6e6e6 49%,#e5e5e5 50%,#e5e5e5);
	/* webkit gradient */
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff),
	color-stop(0.49, #e6e6e6),
	color-stop(0.50, #e5e5e5),
	to(#e5e5e5));
	position:relative;
}
#ct #generalWp #generalTab li a{
	width:100%;
	height:38px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #ffffff;
	text-align:center;
	display:block;
}
#ct #generalWp #generalTab li a::after{
	position:absolute;
	left:50%;
	bottom:-10px;
	margin-left:-6px;
	content:url(/mypage/img/sp/common/parts/parts_tabbottom_gray.png);
	z-index:2;
}
#ct #generalWp #generalTab li a span{
	margin:0 auto;
	color:#666666;
	text-align:center;
}
#ct #generalWp #generalTab li a .tabTit{
	padding:10px 0 0 0;
	display:block;
}
#ct #generalWp #generalTab li a .tabCount{
	font-size:83.3%;
	display:block;
}
/* cur */
#ct #generalWp #generalTab li.cur{
	border:1px solid #c7171a;
	background:#c7171a;
}
#ct #generalWp #generalTab li.cur a{
	border:1px solid #c85a5a;
}
#ct #generalWp #generalTab li.cur a::after{
	content:url(/mypage/img/sp/common/parts/parts_tabbottom_red.png);
}
#ct #generalWp #generalTab li.cur a span{
	color:#ffffff;
}
/* /generalTab ******************************************* */

/* generalArea ******************************************* */
#ct #generalWp .generalArea{
	width:100%;
	padding-bottom:10px;
}
#ct #generalWp .generalArea .generalHd{
	width:100%;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #c5c5c5;
	padding-bottom:1px;
}
#ct #generalWp .generalArea .generalHd h1{
	border-bottom:2px solid #b71d1d;
	padding:9px 0 4px 11px;
	/* moz gradient */
	background:-moz-linear-gradient(left top,#ffffff,#ffffff 40%,#ececec);
	/* webkit gradient */
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff),
	color-stop(0.40, #ffffff),
	to(#ececec));
}
#ct #generalWp .generalArea .generalBox{
	width:100%;
	border:1px solid #dbdbdb;
	padding-bottom:1px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#ct #generalWp .generalArea .generalBox .generalBox_inner{
	margin:0 1px;
	border-left:2px solid #dbdbdb;
	border-right:2px solid #dbdbdb;
	border-bottom:2px solid #dbdbdb;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:7px;
}
#ct #generalWp .generalArea .notExistArea{
	width:90%;
	margin:0 auto;
	padding:1em .6em 1.2em .6em;
	text-align:center;
	color:#c10000;
}
/* /generalArea ****************************************** */


/* generalParts ****************************************** */
.linkTriangle{
	background:url(/mypage/img/sp/common/icon/icon_triangle_red_right.png) left .5em no-repeat;
	-moz-background-size:3px 5px;
	-webkit-background-size:3px 5px;
	background-size:3px 5px;
	padding:0 0 0 10px;
}
.linkTriangle a{
	color:#666666;
}
.pager{
	width:100%;
	height:37px;
	text-align:center;
	padding:15px 0 15px 0;
}
.pager span,
.pager a{
	width:37px;
	height:37px;
	line-height:37px;
	border:1px solid #d9d9d9;
	display:inline-block;
	background:#f7f7f7;
	margin:0 1px;
	color:#606060;
}
.pager span.current,
.pager a.current{
	background:#d9d9d9;
	color:#ffffff;
}
.headNote{
	width:90%;
	margin:0 auto;
	padding:.8em .6em 1.1em .6em;
	text-align:center;
	line-height:1.3;
}
.generalBox .membersRule .txt{
	margin: 10px 7px;
	padding: 5px;
	border: 1px solid #efefef;
	background: #f6f6f6;
	text-align: center;
}
.generalBox .membersRule .newslistin > ol{
	border-bottom: 1px solid #efefef;
	padding: 0 7px 0 2em;
	list-style: outside decimal;
}
.generalBox .membersRule .newslistin > ol li ol{
	padding: 0 7px 0 2em;
	list-style: outside decimal;
}
.generalBox .membersRule .ti_no{
	padding:1em 0 1em 0;
}
.generalBox .membersRule .innerLead{
	padding:0 0 1em 2em;
	text-align:left;
}
.generalBox .membersRule .end{
	padding:1em 0 1em 1em;
	text-align:left;
}
.generalBox .membersRule ol.secondlevel{
	padding:10px 16px 10px 2em;
}
.generalBox .membersRule ol.secondlevel li{
	list-style: none;
	counter-increment: cnt;
	padding-bottom:7px;
	margin-left:2em;
	text-indent:-2em;
}
.generalBox .membersRule ol.secondlevel li::before{
	content: "("counter(cnt)")";
}
/* /generalParts ***************************************** */

/* /content ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
footer{
	width:100%;
	background:#eeeeee;
}
footer nav{
	width:100%;
	padding:5px 0 0 0;
	background:#cd0808;
}
footer nav > h1{
	width:100%;
	display:block;
	border-top:1px solid #f30000;
	border-bottom:1px solid #7c0000;
	background: #d50404; /* Old browsers */
	background: -moz-linear-gradient(top, #d50404 0%, #c7171a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d50404), color-stop(100%,#c7171a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d50404 0%,#c7171a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d50404 0%,#c7171a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d50404 0%,#c7171a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d50404 0%,#c7171a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d50404', endColorstr='#c7171a',GradientType=0 ); /* IE6-9 */
}
footer nav > h1:first-child{
		box-shadow:0 -1px 4px rgba(0,0,0,0.3);
}
footer nav > h1 a{
	display:block;
	padding:7px 0 7px 11px;
	background-image:url(../../img/sp/common/icon/icon_arrow_white.png);
	background-position:97% 50%;
	background-repeat:no-repeat;
	background-size:17px 18px;
	font-size:125%;
	color:#ffffff;
}
footer nav > h1.pcSite a span{
	display:block;
	background-image:url(../../img/sp/common/icon/icon_pcsite_red.png);
	background-position:88% 50%;
	background-repeat:no-repeat;
	background-size:46px 15px;
}
footer nav > h1#btn_helpAndSupport a{
	background-image:url(../../img/sp/common/icon/icon_listopen.png);
}
footer nav > h1#btn_helpAndSupport.open a{
	background-image:url(../../img/sp/common/icon/icon_listclose.png);
}
footer nav #helpAndSupportArea{
	width:100%;
	display:none;
}
footer nav #helpAndSupportArea dl{
	width:100%;
}
footer nav #helpAndSupportArea dl dt{
	display:block;
	padding:7px 0 5px 11px;
	background:#ffffff;
	border-bottom:1px solid #dedede;
}
footer nav #helpAndSupportArea dl dt img{
	height:9px;
}
footer nav #helpAndSupportArea dl dd{
	display:block;
	background-color:#f7f7f7;
}
footer nav #helpAndSupportArea dl dd.pcSite{
	background-image:url(../../img/sp/common/icon/icon_pcsite_white.png);
	background-position:88% 50%;
	background-repeat:no-repeat;
	background-size:47px 15px;
}
footer nav #helpAndSupportArea dl dd a{
	display:block;
	padding:7px 0 7px 11px;
	background:url(../../img/sp/common/icon/icon_arrow_red.png) 97% 50% no-repeat;
	background-size:17px 17px;
	border-top:1px solid #ffffff;;
	border-bottom:1px solid #efefef;
	font-size:125%;
	color:#a60000;
}
/* btnPageTop */
footer .btnPageTop{
	width:100%;
	text-align:right;
}
footer .btnPageTop span{
	display:block;
	background:url(../../img/sp/common/icon/icon_slideup.png) 97% 50% no-repeat;
	background-size:8px 4px;
	padding:14px 6% 11px 0;
	font-size:125%;
	color:#c60000;
}
/* footBottom */
footer #footBottom{
	width:100%;
	background-color: #ffffff;
}
footer .dispPC{
	width:100%;
	padding:13px 0 13px 0;
	text-align:center;
	background:#ffffff;
	border-bottom:1px solid #e3e3e3;
}
footer .dispPC .anc{
	display: inline-block;
	color:#a60000;
	font-size:125%;
	text-decoration:underline;
}
footer .largeBtnBlock{
	width:100%;
	margin:0;
	padding:15px 0 15px 0;
	border-bottom:1px solid #e3e3e3;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
footer .largeBtnBlock a{
	width:225px;
	height:30px;
	margin:0 auto;
	display:block;
	background: #d50404; /* Old browsers */
	background: -moz-linear-gradient(top, #d50404 0%, #c7171a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d50404), color-stop(100%,#c7171a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d50404 0%,#c7171a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d50404 0%,#c7171a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d50404 0%,#c7171a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d50404 0%,#c7171a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d50404', endColorstr='#c7171a',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
	line-height:30px;
	font-size:15px;
	text-align:center;
	border-radius:15px;
	text-decoration:none;
	border-top:1px solid #f30000;
}
footer .copyright{
	background:#eeeeee;
	border-top:1px solid #ffffff;
	padding:19px 0 16px 0;
	text-align:center;
	font-size:91.6%;
	color:#606060;
}
footer .copyright img{
	display:block;
	margin:0 auto;
	height:19px;
	padding:0 0 12px 0;
}
/* /footer +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#menuArea{
	border:1px solid #dbdbdb;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:1px;
	border-radius:1px;
}
#menuArea ul{
	width:100%;
	border:2px solid #dbdbdb;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:left;
}
#menuArea ul li{
	width:33%;
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	padding:7px 0 2px 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	float:left;
}
#menuArea ul li a{
	display:block;
	text-align:center;
	margin:0 auto;
	color:#666666;
}
#menuArea ul li a img{
	display:block;
	margin:0 auto;
}
#menuArea ul li a span{
	display:block;
	margin:0 auto;
}
#menuArea ul li:nth-of-type(3n+2){
	width:34%;
}
#menuArea ul li:nth-of-type(3n){
	border-right:none;
}
#menuArea ul li:nth-of-type(3n) a{
	position:relative;
}
#menuArea ul li:nth-of-type(3n) a::after{
	content:url(/mypage/img/sp/menu/bg_menuline.png);
	position:absolute;
	right:0;
	bottom:9px;
	width:2px;
	height:1px;
}

/* /menu +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.clearfix::after{content:".";display:block;height:0;clear:both;visibility:hidden;}


/* old */
.invisible {
  display: none;
}
visible {
}
div.displayNone {
  display: none;
}
div.displayOn {
}
/* general setting ++++++++++++++++++++++++++++++++++++++++++++++++ */
.displayNone {
  display:none;
}
.modal-fixed{
	position: fixed;
	left: 0;
	right: 0;
}
/* /general setting +++++++++++++++++++++++++++++++++++++++++++++++ */

/* paging2021 * ======================================================== */
.paging2021{
	padding:20px 0;
	height: 29px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}
.paging2021 .btn-paging{
	display: inline-block;
	vertical-align: top;
	width: 29px;
	height: 29px;
	margin: 0 5px;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	background-color: #efefef;
	text-align: center;
	font-size: 12px;
	color: #606060;
	line-height: 29px;
}
.paging2021 .btn-paging:hover{
	opacity: 0.75;
}
.paging2021 .btn-paging.ellipsis{
	pointer-events: none;
}
.paging2021 .btn-paging.current{
	background-color: #c10505;
	color: #ffffff;
	pointer-events: none;
}
.paging2021 .btn-paging-prev{
	display: inline-block;
	width: 29px;
	height: 29px;
	margin: 0 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../../img/common/btn/btn_paging_back.png);
	-webkit-background-size: 10px auto;
	     -o-background-size: 10px auto;
	        background-size: 10px auto;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	text-align: left;
}
.paging2021 .btn-paging-next{
	display: inline-block;
	width: 29px;
	height: 29px;
	margin: 0 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../../img/common/btn/btn_paging_next.png);
	-webkit-background-size: 10px auto;
	     -o-background-size: 10px auto;
	        background-size: 10px auto;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	text-align: left;
}
.paging2021 .btn-paging-prev.disable,
.paging2021 .btn-paging-next.disable{
	pointer-events: none;
	opacity: 0.25;
}
/* /paging2021 * ======================================================== */


/* error * ======================================================== */
#ct .btn-red {
	display: block;
	width: 255px;
	min-height: 50px;
	margin: 24px auto;
	background-color: #c10505;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
  }
  #ct .btn-white {
	display: block;
	width: 255px;
	min-height: 50px;
	margin: 24px auto;
	background-color: FFF;
	color: #c10505;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #d14d4d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
/* error * ======================================================== */



/* font-size config
(20px) -> 166.6%
(19px) -> 158.3%
(18px) -> 150%
(17px) -> 141.6%
(16px) -> 133.3%
(15px) -> 125%
(14px) -> 116.6%
(13px) -> 108.3%
(11px) -> 91.6%
(10px) -> 83.3%
(9px)	-> 75%
(8px)	-> 66.6%
*/