@charset "utf-8";
@import url("./common.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300);

/* changes */

body {
	background:#fff;
}
/* top menu background  */
header::before,.loginMain:after {
    background: #202020;
}
/* background of logo  */
aside#colLeft h1 {
	background:#202020;
}
/* border color for top menu  */
nav#navbar ul li {
	border-left: 1px dotted #f1f1f1;
}
nav#navbar ul li:last-child {
	border-right: 1px dotted #f1f1f1;
}
/* text color for top menu  */
nav#navbar ul li a {
	color:#fff;
}
nav#navbar ul li a:hover,nav#navbar ul li a:hover span {
	color: #fff;
}
/* language switcher color  */
header div.heading ul.utilities li a {
	color: #fff500;
	background:#202020;
}
header div.heading ul.utilities li:last-child a {
	border:2px solid #fff500;
}
/* hover color for language switcher  */
header div.heading ul.utilities li ul li a:hover {
	color: #fff;
}
/* icon color in left menu  */
.mywallet li:before{
    background:#202020;
    color:#fff;
}
.imovecard li:before{
    background:#202020;
    color:#fff;
}
.usersetting li:before{
    background:#202020;
    color:#fff;
}
/* title color of left menu  */
aside#colLeft h2 {
	color: #202020;
	background:#fff;
}
/* text and border color of left menu  */
ul.arrowed li a, ul.arrowed li span {
	color: #314567;
    border:1px solid #314567;
}
/* arrow color of left menu  */
ul.arrowed li a:after, ul.arrowed li span:after {
	border-top: solid 2px #202020;
	border-right: solid 2px #202020;
}
/* title text color for Log in  */
div#login h2 {
	color: #da251c;
}
/* icon for menu top page(jp)  */
article .menuL .fa{
	background:#202020;
	color:#fff;
}
/* text color for menu top page(jp)  */
article .menuL strong{
	color:#202020;
}
/* footer */
footer {
	background: #202020;
	color: #fff;
}
footer a {
	color: #fff;
}
/* vertical border color in footer */
#footer nav ul li {
    border-right: 1px solid #ddd;
}
/* Color Set
藍：#da251c
ベージュ：#efe8dd
*/

body {
	font: 15px/1.5 "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
figure img {
	border: solid 3px #ddd;
}

/* container */
div#container {
	width: 100%;
	min-width: 300px;
	text-align: left;
	margin: 0px 0 0px 0;
	padding: 0px;
}

/* header */
header {
	height: 212px;
	margin: 0 0 20px;
}
@media (min-width: 971px) {
header {
	position:relative;
}
.mainIn > article {
    padding: 0 0 0 20px;
}
}
header::before {
    display: block;
    width: 100%;
    content: "";
    height: 145px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
header div.heading {
	height: 40px;
}

header div.heading ul.utilities {
	position: absolute;
	top: 6px;
	right: 10px;
	background: transparent;
	height: 34px;
	font-size: 0;
	border-radius: 0 0 3px 3px;
	z-index:10;
}
header div.heading ul.utilities li img {
	vertical-align: middle;
	margin: -2px 0 0;
}
header div.heading ul.utilities > li {
	display: inline-block;
	text-align: center;
	width: 150px;
	height: 34px;
	line-height: 1.1;
	font-size: 13px;
}
header div.heading ul.utilities li a {
	display: block;
	color: #fff500;
	padding: 7px 0px;
	border-right: solid 1px #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	background:#000;
}
header div.heading ul.utilities li:last-child a {
	border:2px solid #fff500;
	border-radius:16px;
	margin:0 0 0 10px;
}
header div.heading ul.utilities li a:hover img {
	opacity:1;
}
header div.heading ul.utilities li ul {
	display: none;
	position: absolute;
	top: 34px;
	z-index: 9998;
}
header div.heading ul.utilities li:hover ul {
	display: block;
}
header div.heading ul.utilities li ul li {
	width: 150px;
	margin:0px 0 0 0;
}
header div.heading ul.utilities li ul li a {
	padding: 8px 0;
}
header div.heading ul.utilities li ul li a:hover {
	color: #fff;
}
#colMain header p.bolded{
	background: #eee;
    border-radius: 3px;
    float: left;
    font-size: 14px;
    letter-spacing: 0.08em;
    margin: 21px 10px 12px;
    padding:5px 12px;
    border:1px solid #eee;
}
.ladder, a.btn.bg-default.ladder {
    margin-right: 10px;
}
nav#navbar {
    height: 105px;
    margin: 0px 0 0;
    z-index: 8888;
}
nav#navbar ul {
    width: 100%;
    height: 105px;
    font-size: 0;
    padding-left: 20px;
}
nav#navbar ul li {
	display: inline-table;
	line-height: 1.1;
	font-size: 13px;
	width:190px;
	padding:0px 10px 0px;
	text-align: center;
	
	position:relative;
	border-left: 1px dotted #f1f1f1;
}
nav#navbar ul li:last-child {
	border-right: 1px dotted #f1f1f1;
}
nav#navbar ul li a {
	display: block;
	transition: background-color 0.1s ease-in-out;
	margin: 0px;
	padding: 20px 0 0 0;
	background: transparent;
	height:105px;
}
nav#navbar ul li ul li a{
	height:auto;
	padding:10px 0;
}
nav#navbar a span{
	display:block;
	width:100%;
	font-size: 29px;
	margin: 10px 0 15px;
}
nav#navbar ul li ul {
	display: none;
	background: none;
	position: absolute;
	left:-11px;
	z-index:10;
	padding:0 10px;
}
nav#navbar ul li ul li{
	padding:0px;
	display:block;
	width:191px;
	border-radius:3px;
}
nav#navbar ul li:hover ul {
	display: block;
}
nav#navbar ul li ul li ,nav#navbar ul li ul li:last-child{
	border-right:0;
	border-left:0;
}
.mywallet li,.imovecard li,.usersetting li{position:relative;}
.mywallet li:before{
    content:"\f015";
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
    font-size: 15px;
    border:0!important;
    position:absolute;
    top:9px;
    background:#202020;
    color:#fff;
    z-index:10;
    text-align:center;
    left:14px;
    width:22px;
    padding:2px 0 0 0;
    height:19px;
    border-radius:20px;
}
.imovecard li:before{
    content:"\f09d";
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
    font-size: 12px;
    border:0!important;
    position:absolute;
    top:13px;
    background:#202020;
    color:#fff;
    z-index:14;
    text-align:center;
    left:14px;
    width:22px;
    padding:4px 0 0 0;
    height:17px;
    border-radius:20px;
}
.usersetting li:before{
    content:"\f085";
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
    font-size: 12px;
    border:0!important;
    position:absolute;
    top:13px;
    background:#202020;
    color:#fff;
    z-index:12;
    text-align:center;
    left:14px;
    width:22px;
    padding:4px 0 0 0;
    height:17px;
    border-radius:20px;
}

.bolded .red {
	color:#222!important;
}
table td.clr.selectC label.w33p {
    margin: 0 0 3px;
    width: 50% !important;
}
nav#navbar ul li ul li a {
	background: #fff;
	color: #222;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
}
nav#navbar ul li ul li a:hover{
	color: #202020;
}
nav#navbar ul li ul li a{
	border-bottom:1px solid #888;
}
nav#navbar ul li ul li a:hover{
	border-bottom:1px solid #202020;
}
nav#navbar ul li ul li:first-child a{
	border-top:1px solid #eee;
}
.nonav #navbar ul{
	display:none;
}
.summaryT {
    width: 500px;
}
.withdrawT {
    width: 800px;
}
.withdrawButton {
    width: 800px;
    text-align:center;
}
.withdrawT th,.transferT th,.requestT th,.cardloadT th,.settingT th,.pwchangeT th,.kycT th{
	width:38%;
}
.transferT{
    width: 655px;
}
.transferButton{
    width: 655px;
    text-align:center;
}
.cardloadT{
    width: 655px;
}
.requestT{
    width: 660px;
}
.requestButton{
    width: 655px;
    text-align:center;
}
.settingT{
    width: 700px;
}
.settingButton{
    width: 700px;
    text-align:center;
}
.settleT{
    width: 700px;
}
.pwchangeT{
    width: 700px;
}
.kycT{
    width: 730px;
}
.kycButton{
    width: 730px;
    text-align:center;
}
.check{
	margin:0 0 0 0px;
}
.charge{
	float:left;
	min-height:50px;
}
.sideLogin {
    min-height: 435px;
}
.paragraph{
	margin:0 20px 0 20px;
}
.clearL{
	float:left;
	display:block;
}
.va9{
	display: block;
    margin: 9px 0 0;
}
.va18{
	display: block;
    margin: 18px 0 0;
}
.va30{
	display: block;
    margin: 30px 0 0;
}
.va53{
	display: block;
    margin: 53px 0 0;
}
.w50pButton{
	width:50%;
	text-align:center;
}
.transferTo,.transferToe{
	width:100%;
	float:left;
}
.transferTo span{
	width:105px;
	float:left;
}
.transferToe span{
	width:185px;
	float:left;
}
.transferTo .px240,.transferTo select.ma100p,.transferToe .px240,.transferToe select.ma100p{
	float:left;
}
.break{
	word-break:break-all;
}
dl.news{
	border-bottom: 1px dotted #202020;
	margin:0 0 25px 0
}
dt.dateN {
    background: #4d6378;
    border-radius: 4px;
    color: #fff;
    line-height: 24px;
    margin: 0 15px 15px;
    padding: 12px 14px 8px;
}
dt.dateN time{
	padding:2px 0px;
	font-size:12px;
}
dt.dateN span{
	font-size:21px;
	letter-spacing:0.1em;
	color:#fff;
	display:block;
	font-weight:bold;
	word-break:break-all;
}
dt.dateNB {
    background: #4d6378;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    line-height: 21px;
    margin: 0 15px 15px;
    padding: 12px 14px 6px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
dt.dateNB:hover {
    background: #6b7e90;
}
dt.dateNB span:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 13px;
	margin: auto;
	display:block;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
dt.dateNB time{
	padding:2px 0px 2px 22px;
	font-size:12px;
}
dt.dateNB span{
	font-size:21px;
	letter-spacing:0.1em;
	color:#fff;
	display:block;
	padding:0 0 0 22px;
	word-break:break-all;
}
dd.bodyN {
    background: #f8f8f8 none repeat scroll 0 0;
    margin: 0 15px 15px 15px;
    padding: 5px 14px 19px;
    word-break: break-all;
}
dd.bodyNB {
    background: #f8f8f8 none repeat scroll 0 0;
    margin: 0 15px 10px 15px;
    padding: 5px 14px 19px;
    display:none;
    word-break: break-all;
}

.news h1, .news h2, .news h3 {
    line-height: 1.5;
}
.toggle-menu {
 top: 0;
 display: none;
 cursor: pointer;
 font-size: 1.5em;
}
header div.whosin {
	text-align: right;
	line-height: 1.1;
	background:#fff;
	border-radius:3px;
	float:right;
	margin:21px 15px 12px 0;
	padding:7px 12px;
	letter-spacing:0.08em;
	font-size:14px;
    border:1px solid #ddd;
}

/* footer */
footer {
	background: #202020;
	text-align: center;
	color: #fff;
	padding: 20px 0;
    font-size: 12px;
	margin: 0;
    height: 190px;
    width: 100%;
}
#footer .container {
    margin: 15px auto 0;
    padding-top: 0px;
    width:1170px;
}
footer a {
	color: #fff;
}
#footer nav ul {
    margin: 0 auto 10px;
    text-align: center;
}
#footer nav ul li {
    border-right: 1px solid #ddd;
    display: inline;
    padding: 0 10px;
    white-space: nowrap;
}
#footer nav ul li:last-child {
    border-right: 0 none;
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}
/* whole */
div#whole {
	display: table;
	width: 100%;
	margin: 0px;
}
#colLeft h1 a {
    display: block;
}
/* sidebar */
aside#colLeft {
	display: table-cell;
	vertical-align: top;
	width: 245px;
	padding:0px;
}
aside#colLeft h1 {
	overflow: hidden;
	margin: 0 0 0 0px;
	line-height:0;
	text-align: center;
	background:#202020;
}

aside#colLeft h2 {
	color: #202020;
	font-size: 17px;
	letter-spacing:0.08em;
	line-height: 1.1;
	padding: 24px 10px 0px 0px;
	height:66px;
	margin: 0px;
	text-align:center;
	background:#fff;
	font-family: "Raleway","Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

ul.arrowed {
	border-bottom:80px solid transparent;
	margin:0 0 0 0px;
	background:#fff;
}
ul.arrowed li {
	line-height: 1.1;
}
ul.arrowed li a, ul.arrowed li span {
	display: block;
	transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	position: relative;
	padding: 11px 5px 11px 35px;
	margin:6px 0 0 6px;
	letter-spacing:0.03em;
	font-size:14px;
	text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
	color:#da251c;
    border:1px solid #da251c;
    border-radius:3px;
}
ul.arrowed.imovecard li a,ul.arrowed.usersetting li a{
	padding: 15px 5px 15px 35px;
}
ul.arrowed li:first-child a, ul.arrowed li:first-child span{

}

ul.arrowed li a:after, ul.arrowed li span:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	margin: -4px 0 0;
	border-top: solid 2px #da251c;
	border-right: solid 2px #da251c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
ul.arrowed li a:hover, ul.arrowed li span:hover {
	font-weight:bold;
}

ul.arrowed li ul {
	display: none;
	position: relative;
	top: -35px;
	left: 250px;
	z-index: 9999;
}
ul.arrowed li:hover ul {
	display: block;
}
ul.arrowed li ul li a {
	background: #fafafa;
}
ul.arrowed li ul li a:hover {
	background: #eee;
}

/* main */
div#colMain {
	display: table-cell;
	vertical-align: top;
}
div#colMain div.mainIn {
	padding: 0 0 30px 0px;
}
.loginMain{
	position:relative;
}

.loginMain:after{
	position:absolute;
	display:block;
	top:0;
	left:0;
	content:"";
	height:145px;
	background:#202020;
	width:100%;
}

div#login {
	width: 500px;
	border: solid 1px #ddd;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 3px #ddd;
	-moz-box-shadow: 0px 0px 10px 3px #ddd;
	box-shadow: 0px 0px 10px 3px #ddd;
	text-align: center;
	padding: 20px;
	margin: 20px auto;
	position: relative;
	left: -145px;
}
div#login h2 {
	color: #da251c;
}
div#login table {
	width: 90%;
	margin: 10px auto;
}
div#login table th {
	width: 30%;
	line-height: 1.1;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0;
	text-align: left;
}
div#login table td {
	width: 70%;
	line-height: 1.1;
	font-size: 14px;
	text-align: center;
}

article div.article-heading {
	display: table;
	width: 100%;
	color: #222;
	margin: 28px 0 28px 3px;
	position:relative;
}
article div.article-heading:before{
	position:absolute;
	left:10px;
	top:3px;
	background:#202020;
	width:5px;
	height:20px;
	display:block;
	content:"";
}
article div.article-heading h2 {
	display: table-cell;
	vertical-align: middle;
	font-size:27px;
	font-weight:normal;
	padding: 0px 0 0 29px;
}
article div.article-heading div.pager {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 0 10px;
}
.USD {
    background: rgba(0, 0, 0, 0) url("../img/usa.png") no-repeat scroll left center / 22px auto;
    padding: 0 0 0 30px;
    position:relative;
}
option.USD:before {
    background: rgba(0, 0, 0, 0) url("../img/usa.png") no-repeat scroll left center / 22px auto;
    width:40px;
    height:30px;
    position:absolute;
    z-index:20;
    display:block;
    content:"";
}
.JPY {
    background: rgba(0, 0, 0, 0) url("../img/japan.png") no-repeat scroll left center / 22px auto;
    padding: 0 0 0 30px;
}
.EUR {
    background: rgba(0, 0, 0, 0) url("../img/eu.png") no-repeat scroll left center / 22px auto;
    padding: 0 0 0 30px;
}
.GBP {
    background: rgba(0, 0, 0, 0) url("../img/uk.png") no-repeat scroll left center / 22px auto;
    padding: 0 0 0 30px;
}
.HKD {
    background: rgba(0, 0, 0, 0) url("../img/hkd.png") no-repeat scroll left center / 22px auto;
    padding: 0 0 0 30px;
}
.SGD {
    background: rgba(0, 0, 0, 0) url("../img/sgd.png") no-repeat scroll left center / 22px auto;
    padding: 0 0 0 30px;
}
.filterC{
	width:130px;
	float:left;
	margin:0 0 5px;
	padding:4px 0 0 0;

}
.filterP{
	width:165px;
	float:left;
	margin:0 0 10px;
}
.filterPs{
	width:175px;
	float:left;
	margin:0 0 10px;
}
.filterB{
	width:140px;
	float:left;
	margin:0 0 5px;
}
.filterCe{
	width:170px;
	float:left;
	margin:0 0 5px;
	padding:4px 0 0 0;

}
.filterPse{
	width:190px;
	float:left;
	margin:0 0 5px;
}
.filterPe{
	width:155px;
	float:left;
	margin:0 0 5px;
}
.filterBe{
	width:140px;
	float:left;
	margin:0 0 5px;
}
.noborder{border:0!important;}
select{
	padding:9px 35px 9px 5px;
	margin:0 0 5px 0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	border-radius:4px;
	background:url(../img/select_arrow.gif) right center no-repeat;
}
input[type="text"],input[type="password"],textarea{
	border-radius:4px;
}
.classlist{
	width: 100%;
	min-height: 500px;
}
.autoScroll{
	width:800px;
	height:400px;
	border:2px solid #C0C0C0;
	overflow:auto;
} 
@-moz-document url-prefix() { /* for firefox */
    select {
        background:none;
        padding:5px 5px 5px 5px;
    }
}
@media all and (-ms-high-contrast:none){
    select {
        background:none;
        padding:5px 5px 5px 5px;
    } /* above IE11 */
}
select { background:none\9;padding:5px\9; }/* below IE10 */
select { background:none\0;padding:5px\0; }
input{
	padding:5px;
}
.mr140{
	margin-left: 140px;
}
.dt110{
	width: 110px;
}
.dt105{
	width: 105px;
}
.dt150{
	width:250px;
	float:left;
	margin:0 30px 0 0;
	padding:10px 0;
}
.dt200{
	width:270px;
	float:left;
	margin:0 30px 0 0;
	padding:10px 0;
}
.dt300{
	width:300px;
	float:left;
	margin:0 30px 0 0;
	padding:10px 0;
}
.dt250{
	width:350px;
	float:left;
	margin:0 30px 0 0;
	padding:10px 0;
}
.shelfD{
	width:90%;
	border-bottom:1px dotted #777;
	margin:5px 0 15px 0;
	padding:0 0 15px 0;
}
.p-40{
	padding-left: 40px;
}
.n-dt{
	width: 100px;
}
.cont-xc{
	text-align: center;
	font-size: 16px;
	width: 70%;
}
.lm-l{
	font-size: 14px;
	color: #535353;
}
.sit4-top{
	padding-bottom: 20px;
}
.img-tt{
	margin-top: 15px;
}
.bottom-text{
	text-align: left;
	padding-left: 40px;
	padding-right: 100px;
}
.p-xtext{
	font-size: 14px;
}
.dt-140{
	width: 140px;
}
.red-v{
	font-size: 13px;
	color: red;
	padding-left: 15px;
}

.rz-v{
	padding: 20px 0; 
	font-size: 14px;
}
.re-input{
	border-bottom: none;
}
.dt-90{
	width: 90px;
}
.vir-40{
	margin:0 !important;
}
.fon15{
	font-size: 15px;
}
.paad{
	padding: 10px;
}
.pred{
	color: red;
    text-align: center;
    padding-top: 125px;
    line-height: 29px;
}
.cp{
	padding-bottom: 20px;
}
.cp .red-v{
	padding-left: 0px;
	padding-right: 15px;
}
.px120{ width:130px;}
.px210{ width:200px;}
.px500{     display: -webkit-box;
    width: 500px;
    float: none;

}
.emaillink {
    font-weight: 700;
    color: #0561ad;
    word-break: break-all;
    word-wrap: break-word; 
}
.Validform_checktip,.Validform_wrong{
	color: #da251c;
}
.qrtop{
	margin-right: 20px;
	margin-top: 14px;
}
.nextwbtn{width: 100%;
	padding: 20px 0 40px;
	float: left;
}
.QRcode{
	width: 200px;
	float: left;
	margin-right: 50px;
}
.send_email{
	display: none;
	padding: 10px 40px;
	background: #ededed;
}
.rate_reference{
	background: #f5f5f5;
	margin-top: 0px;
	padding: 10px 20px;
	width: 80%;
	overflow: hidden;
}
.rateckdiv{
    float: left;
    margin-bottom: 10px;
}
#real{
  /*点击弹出模态框的图片*/
	margin: 30px;
	width: 65px;
	border-radius:6px;
}
#real:hover{
	opacity: 0.6;
}
#mo{
	display: none;/*隐藏*/
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
	background-color: rgba(0,0,0,0.7);
	top: 0px;
	left: 0px;
	z-index: 1;
}
#moimg{
	display: block;
	margin:25px auto;
	width: 30%;
	max-width: 750px;
}
#caption{
	text-align: center;
	margin: 15px auto;
	width: 60%;
	max-height: 750px;
	font-size: 20px;
	color:#ccc;
}
#moimg,#caption{
	-webkit-animation: first 1s;
	-o-animation: first 1s;
	animation: first 1s;
}
 @keyframes first{
	from{transform: scale(0.1);}
	to{transform: scale(1);}
}
.close{
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	right: 14%;
	color:#f1f1f1;
}
.close:hover,.close:focus{
	color:#bbb;
	cursor:pointer;
}
@media only screen and(max-width:750px ) {
  #moimg{
   width: 100%;
}
}
.text-v{
	display: inline-block;
	/* position: relative;
	top: -80px;*/
	font-size: 12px;
}
.btn-btn{
	padding:5px 10px;
	border-radius:5px;
	background:none;
	border:1px solid #7c7c7c;
	color:#7c7c7c;
	/* position: relative;
	top: -40px;
	left: -265px;*/
	display:block;
}

.btn-btn:hover{
	background-color:#7c7c7c;
	color:#fff;
}
 
.bitcoin_left{width: 50%;
	float: left;
	padding-left: 30px;
}
.bitcoin_right{
	width: 40%;
	float: left;
}
.dbtable{
	padding-top: 64px;
}
.summaryZ{
	width:500px;
}
.inputmsg{
	padding-left:20px;
	font-style: italic;
}
.hidediv{
	display:none;
}
.show{
	display:block;
}
table.notable{
	margin-top:40px;
	border-bottom: 1px solid #CCB;
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
}
table.notable th{
	border-top: 1px solid #CCB;
	background:none; color:#444;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
table.notable  .o td{
	background: #ececec;
	border-top: 1px dotted #444;
}
table.notable  .t td{
    border-top: 1px dotted #444;
}
.grayback {
	padding: 15px;
	background: #efefef;
}

@font-face
{
font-family: 'bitcoinFont';
	src: url('../fonts/icomoon_bitcoin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.bt {
	font-family: 'bitcoinFont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Enable Ligatures ================ */
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.bt-bitcoin:before {
	content: "\e900";
}
.filterC {
	width: inherit;
}
.filterPs {
	width: inherit;
}
table.default td {
	word-break: break-word;
}
.listimg{
	vertical-align:middle;
	margin-right:10px;
	float: left;
}
.listtxt{
	display: block;
	margin-top: 3.5%;
}

@media (max-width: 1050px){
.withdrawT{width:100%;}
}
@media (max-width: 970px){
.px500 {
    width: 100%;
}
.mainIn > article {
    padding: 0 2%;
    width: 100%;
}
nav#navbar {
    height: auto;
}
nav#navbar ul {
    height: auto;
}
input[type="file"] {
    font-size: 12px;
}
.paragraph{margin:0;}
}
.crypto_deposit_input{
	width:360px;
	height:40px;
}
 .box-copy{
	display:inline-block;
	vertical-align: middle;
	height:85px;
	position: relative;
	margin-left: 0px;
	margin-top: 35px;
}
article .menuL .fa{
	background:#202020;
	border-radius:60px;
	width:35px;
	height:35px;
	color:#fff;
	margin:0 4px 0 0;
	padding:10px 0 0 9px;
	font-size:17px;
}
.menuL{
	margin:0 0 0 2%;
	padding:0;
	width:98%
}
.menuL li{
	float:left;
	width:33%;
	margin:0 0 30px;
}
.menuL li ul{
	margin:18px 0 0 0;
	padding:0 0 0 20px;
}
.menuL li ul li{
	float:none;
	width:100%;
	margin:0 0 14px 0;
}
.pleft40,article .menuL .pleft40{
	padding-left:39px;
}
article .menuL strong{
	color:#da251c;
}
article .menuL .fa-exchange{
	padding:8px 0 0 8px;
}

article div.article-bottom {
	background: #333;
	display: table;
	width: 100%;
	height: 32px;
	color: #fff;
	margin: 20px 0 0;
}
article div.article-bottom div.pager {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 0 10px;
}

table td.clr label {
	display: block;
	float: left;
	padding: 3px 0;
}

.linkBlue{
 text-align:center;
 background: rgb(0,51,102);
 background: -moz-linear-gradient(top,  rgba(0,51,102,1) 0%, rgba(13,57,102,1) 46%, rgba(0,32,84,1) 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,51,102,1)),
 color-stop(46%,rgba(13,57,102,1)), color-stop(100%,rgba(0,32,84,1)));
 background: -webkit-linear-gradient(top,  rgba(0,51,102,1) 0%,rgba(13,57,102,1) 46%,rgba(0,32,84,1) 100%);
 background: -o-linear-gradient(top,  rgba(0,51,102,1) 0%,rgba(13,57,102,1) 46%,rgba(0,32,84,1) 100%);
 background: -ms-linear-gradient(top,  rgba(0,51,102,1) 0%,rgba(13,57,102,1) 46%,rgba(0,32,84,1) 100%);
 background: linear-gradient(to bottom,  rgba(0,51,102,1) 0%,rgba(13,57,102,1) 46%,rgba(0,32,84,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#002054',GradientType=0 );
 color:#fff;
 display: inline-block;
 border: 1px solid #333;
 border-radius: 5px !important;
 min-height: 100px;
}
.linkGreen{
 text-align:center;
 background: rgb(0,110,46);
 background: -moz-linear-gradient(top,  rgba(0,110,46,1) 0%, rgba(0,91,30,1) 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,110,46,1)), color-stop(100%,rgba(0,91,30,1)));
 background: -webkit-linear-gradient(top,  rgba(0,110,46,1) 0%,rgba(0,91,30,1) 100%);
 background: -o-linear-gradient(top,  rgba(0,110,46,1) 0%,rgba(0,91,30,1) 100%);
 background: -ms-linear-gradient(top,  rgba(0,110,46,1) 0%,rgba(0,91,30,1) 100%);
 background: linear-gradient(to bottom,  rgba(0,110,46,1) 0%,rgba(0,91,30,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#005b1e',GradientType=0 );
 color:#fff;
 display: inline-block;
 border: 1px solid #045f2a;
 border-radius: 5px !important;
}
.linkRed{
 text-align:center;
 background: rgb(169,3,41);
 background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)),
 color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
 background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
 background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
 background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
 background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
 color:#fff;
 display: inline-block;
 border: 1px solid #940122;
 border-radius: 5px !important;
}
.linkBlue, .linkGreen, .linkRed, a.btn.linkBlue, a.btn.linkGreen, a.btn.linkRed{line-height:12px;}
.alert {
  color: #333;
  strong {
    display: block;
    color: #900;
  }
}
.spcr-br {
  margin-right: 5px;
}
button#button{
  display:none;
}

@media (max-width: 1260px) {
  nav#navbar ul li{
    width:20%;
  }
  nav#navbar a span{
  	font-size:25px;
  }
  #footer .container{width:94%;}
  }
  
@media (max-width: 1178px) {
    #table-breakpoint th{
  	display:none;
  	width:150px;
  }
    #table-breakpoint td{
	text-align: left !important;
  }
    #table-breakpoint tr td:first-child{
	background:#da251c;
	color:#fff;
  }
  table.bt tfoot th.noData:before, table.bt tbody td.noData:before{
  display:none!important;
  }
}
  
@media (max-width: 970px) {
.autoScroll{
	width:100%;
} 
.classlist {
    height: auto;
}
header::before {
    display: none
}
.rate_reference{
	padding: 2%;
	width: 96%;
}
nav#navbar ul {padding-left:0;}
.crypto_deposit_input{width:50%}
.box-copy {
    height: auto;
    margin-left: 0;
    margin-top: 40px;
}
.ladder, a.btn.bg-default.ladder{margin-bottom:15px!important;margin-right:0!important}
  .loginMain {position: static;}
  div#whole{background:none;}
  #navbar{
    position: fixed;
    top: 0;
    left: -240px;
    width: 240px;
    height: 100%;
 }
  .p-40{
	padding-left: 20px;
}
  aside#colLeft ul {
    display: none;
  }
  aside#colLeft{
  width:100%;
  display: block;
  padding:0 0 0 8px;
  }
  article div.article-heading{
  margin:18px 0 18px 10px;
  }
  .table.ma90sp,.ma90sp{
  width:100%!important;
  margin:0 auto;
  }
  aside#colLeft h1 {
    background: #202020;
    text-align: center;
    margin: -13px 0 0;
    height: 175px;
    position:relative;
  }
  .loginMain::after{
  	display:none;
 }
  .mr140{margin:0;}
  footer p {
    font-size: 11px;
    padding: 0 17px;
 }
  footer p.copyright {
    padding: 5px 17px 0 ;
 }
#colLeft h1 a img {
    left: 50%;
    margin: 20px 0 0 -100px;
    overflow: hidden;
    position: absolute;
    width: 200px;
}
  header div.heading ul.utilities li a {
    padding: 8px 0;
  }
  header div.heading ul.utilities > li{
    width: 100px;
    font-size: 12px;
  }
  header div.heading ul.utilities{
    height:28px;
    right:3px;
  }
  header div.heading ul.utilities li ul li{
  	width:100px;
  }
  nav#navbar ul li a{
  	color:#202020;
  }
  .toggle-menu {
    display:block;
    padding:12px 0;
    position:absolute;
    width:100%;
    height:47px;
  }
  nav#navbar ul li ul{
  position:relative;
  padding:0;
  height:auto;
  }
  nav#navbar ul li ul li{
    width:100%;
  }
  nav#navbar ul li ul li:last-child{
    border-bottom:0;
  }
  .respM{
    width:90%!important;
    margin:0 5%!important;
  }
  .charge{
  width:100%;
  }
  .check{
  display:block;
  margin:8px 0 0 0;
  width:100%;
  text-align:center;
  }
  div#colMain{
      width:100%;
    display: block;
  }
  aside#colLeft{
    padding:0 0 0 0px;
  }
  header div.heading {
    height: 137px;
  }
  header .notice{
	width:45%;
  }
  .toggle-menu .fa {
    margin: 0;
    position:absolute;
    left:0px;
    top: 29%;
}
  aside#colLeft h2{
	background:#fff;
	border-radius:6px;
	border-bottom:0;
	margin: 10px auto;
	width: 96%;
	height: auto;
	padding: 16px 0;
	font-size: 18px;
	position:relative;
  }
  aside#colLeft.login h2{
  background:none;
  padding:0;
  }
  div#colMain div.mainIn {
    padding: 0 0 20px;
  }
  header div.whosin{
	line-height: 1.4;
	width: 45%;
	padding: 5px 12px;
	text-align:left;
	font-size:12px;
  }
    button#button{
    display:block;
    background: none;
    border: 0;
    font-size: 27px;
    color:#fff;
    position:absolute;
    left:8px;
    top:4px;
    z-index:10;
  }
    button#button span {
    font-size: 16px;
    font-weight: bold;
    left: 9px;
    position: absolute;
    top: 3px;
    width: 100px;
  }
    button#button span.en {
    font-size: 16px;
    font-weight: bold;
    left: 4px;
    position: absolute;
    top: 5px;
    width: 100px;
  }
    nav#navbar ul li {
    border-bottom: 1px dotted #888;
    padding: 0;
    width: 100%!important;
   }
    nav#navbar ul li:hover{
    	border-bottom:0;
    }
    nav#navbar ul li ul{
    	left:0px;
    }
    nav#navbar ul li ul li a{
    border-bottom: 1px dotted #202020;
    	color:#202020;
    }
    nav#navbar ul li a:hover{
	border-bottom:1px solid #202020;
	}
    nav#navbar ul li a{
    	padding: 19px 0 19px 10px;
    position: relative;
    height:auto;
    }
    nav#navbar ul li a:hover{
    	color:#202020;
    }
    nav#navbar ul li ul li {
    border-bottom: 0 none;
}
  .sideLogin {
    min-height: 5px;
}
  nav#navbar a span {
    margin: 0 0 0 4px;
    position: absolute;
    width: 10%;
    color:#202020!important;
}

div#login {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px #ddd;
/*
    left: 50%;
    margin: 20px 0 20px -250px;
*/
    padding: 20px;
    position: relative;
    text-align: center;
    width: 500px;
    z-index: 1;
    left: 0;
}
  table td.c, table th.c {
	text-align: left !important;
  }
  table td.r{
	text-align: left !important;
  }
  header {
    height: auto;
    margin: 0 0 10px;
  }
  header div.heading {
    height: 0;
  }

  ul.arrowed {
    border-bottom: 2px solid #f0f0f0;
  }
  header div.whosin,header .notice{
    width:96%;
    text-align: center;
    background:#eee;
    margin:5px auto;
    float:none;
  }
.filterB,.filterBe{
	padding:0 0 15px 0;
	width:50%;
}
.filterC,.filterCe{
	height:47px;
}
.w50pButton,.withdrawButton,.transferButton,.requestButton,.settingButton,.kycButton{
	width:100%;
	text-align:center;
}
}
  
@media (max-width: 768px) {
.crypto_deposit_input{width:90%;font-size: 12px !important;}
  .overflowed{width:100%;}
  dt.dateN,dt.dateNB,dd.bodyN,dd.bodyNB{
  	width:90%;
  	margin: 0 auto 15px;
  	padding-right:5%;
  	padding-left:5%;
  }
  input[type="radio"] , input[type="checkbox"],table td input[type="radio"] , table tdinput[type="checkbox"]{
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;
   margin-right:10px;
  }
  article table.menu td.pleft40, .pleft40 {
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
}
.summaryT,.withdrawT,.transferT,.requestT,.settleT,.cardloadT,.settingT,.pwchangeT,.kycT,.summaryZ {
    width: 94%;
    margin:0 3%;
}
.withdrawT td, .withdrawT th,.transferT td, .transferT th,.settleT td, .settleT th,.requestT td,
.requestT th,.cardloadT td, .cardloadT th,.settingT td, .settingT th,.pwchangeT td, .pwchangeT th,
.kycT td, .kycT th {
    display: list-item;
    list-style: outside none none;
    width: 100% !important;
    text-align:left !important;
}
.paragraph{
	margin:0:
}
.g-recaptcha{
	width: 200px;
	margin-left: -50%;
}
div#login {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px #ddd;
/*
    left: 50%;
    margin: 10% 0 10% -45%;
*/
    padding: 10px;
    position: relative;
    text-align: center;
    width: 90%;
}
div#login table {
    margin: 10px auto;
    width: 90%;
}
div#login h2 {
    color: #da251c;
    font-size: 18px;
}
table td.clr.selectC label.w33p {
    margin: 0 0 6px;
    width: 100% !important;
}
.shelfD{
	margin:1% 0 3% 0%;
	width:100%;
}
.filterC{
	margin:0 0 0 0%;
	padding:4px 0 0 0;
}
.filterP{
	margin:0 0 10px;
}
.filterPe.filterPse{
	margin:0 0 5px;
}
.filterB,.filterBe{
	margin:0 0 5px;
	padding:0 0 15px 0;
}
.dt150{
	width:100%;
	float:left;
	margin:0 0px 0 0;
	padding:10px 0;
}
  .dt200{
	width:100%;
	float:none;
	border-right:none;
	margin:0 0px 0 0;
	padding:10px 0;
  }
  .dt250{
	width:100%;
	float:none;
}
  .dt300{
	width:100%;
	float:none;
}
.clearL{
	float:none;
	display:block;
}
.linkBlue.px240,.linkGreen.px240,.linkRed.px240{
	display: block;
    margin: 0 auto 20px !important;
    width: 90%;
}
.va9,.va18,.va53,.va30{
	display: block;
    margin: 0px 0 0;
}
  .spcr-br {
    margin-right: 0;
    &:after {
      content: "";
      display: block;
      height: 5px;
   }
 }
}
@media (max-width: 560px) {
aside#colLeft h2{
  font-size:15px;
}
.filterC,.filterCe{
	width:100%;
	margin:0 0 5px 0;
	padding:4px 0 0 0;
}
.px180{width:100%;}
.px400{width:100%;}
.px430{width:100%;}
.filterB,.filterBe{
	margin:0 0 5px;
	padding:0 0 15px 0;
}
.filterB,.filterBe{
 width:100%;
}
#balanceSpan {
    display: block;
    float: left;
    margin: 10px 0 25px;
    width: 100%;
}
#colMain header p.bolded{
	margin:8px 10px 23px;
	font-size:13px;
	font-weight: normal;
}
}

@media (max-width: 500px) {
table.bt tbody td.blackData .bt-content {
    padding: 0;
display: block;
text-align: center;
}
  article div.article-heading h2{
  font-size:23px;
  line-height: 1.3;
  padding: 0 0 0 22px;
  }
  header div.heading ul.utilities li ul li {
    width: 100px;
}
.menuL li{
	float:left;
	width:90%;
	margin:0 0 5% 10%;
}
#colLeft h1 a img{
width:150px;
margin: 40px 0 0 -75px;
}
  .p-40{
	padding-left: 0px;
}
textarea,textarea.w40p{
	width:100%!important;
} 
.linkBlue, .linkGreen, .linkRed, a.btn.linkBlue, a.btn.linkGreen, a.btn.linkRed{
	width:90%;
	margin:0 auto 15px auto!important;
}
dt.dateN span,dt.dateNB span{
	font-size:17px;
}
.filterP,.filterPe,.filterPse,.filterPs{
	width:100%;
	margin:0 0 5px;
}
.filterP span,.filterPs span{
	width:60px;
	display:block;
	float:left;
	padding:11px 0 0 0;
}
.filterC span{width:127px;
	display:block;
	float:left;
	padding:11px 0 0 0;}
.filterPe span{
	width:50px;
	display:block;
	float:left;
	padding:11px 0 0 0;
}
.filterPse span,.filterPe span{
	width:78px;
	display:block;
	float:left;
	padding:11px 0 0 0;
}
.filterCe span{
	width:78px;
	display:block;
	float:left;
}
.filterP .px130,.filterPs .px130{
	width:80%;
	display:block;
	float:left;
}
.filterPe .px130,.filterPse .px130{
	width:60%;
	display:block;
	float:left;
}
.ma90p{
	width:90%!important;
	margin:0%!important;
}
.ma100p{
	width:100%!important;
	margin:0%!important;
	display:block;
}
footer{
	margin: 0;
}
article div.article-heading{
	margin:28px 0 18px 0px
}
}

.px500 {
    display: -webkit-box;
    width: 400px;
    float: none;
}
.qrtop {
	width: 50%;
    margin-right: 20px;
    margin-top: 14px;
    float: left;
}
@media (max-width: 1178px) {
    #table-breakpoint tr td:first-child{
	background:#626262;
	color:#fff;
 }
}
@media (max-width: 970px)
{
.px500 {
    width: 100%;
		}
}

.px500 {
    display: -webkit-box;
    width: 400px;
    float: none;
}
.qrtop {
	width: 50%;
    margin-right: 20px;
    margin-top: 14px;
    float: left;
}
@media (max-width: 970px)
{
.px500 {
    width: 100%;
		}
}