@charset "UTF-8";


/*----------------------------------------------------
 commons style)SP
----------------------------------------------------*/

* {
	font-family: sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	margin: 0px;
	padding: 0px;
}

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,input,textarea {
	max-height: 100%;
}

body {
	background-color: #e3e7eb;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: bolder;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #4d4d4d;
	text-decoration: underline;
}
a:active {
}
a:link {
}
a:visited {
}
a:hover {
}

.sp_none {
	display: none;
}
.pc_none {
	display: block;
}


/*----------------------------------------------------
 style)SP
----------------------------------------------------*/

a.close {
	width: 18px;
	height: 18px;
	background-image: url(../images/commons/img_close.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 18px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	margin: 35px 0px 10px 30px;
	padding: 0px;
}


header {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
header ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
header ul li {
	margin: 0px;
	padding: 0px;
}
header ul li.home {
	float: left;
	margin: 15px 0px 0px 10px;
}
header ul li.menu {
	float: right;
	margin: 15px 15px 0px 0;
}
header ul li a {
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0px;
}
header ul li.home a {
	width: 60px;
	height: 35px;
	background-image: url(../images/commons/header_icn_home.png); 
	background-size: 60px 20px;
}
header ul li.menu a {
	width: 30px;
	height: 30px;
	background-size: auto 15px;
	background-image: url(../images/commons/logout.png);
	border-radius: 15px;
	background-color: #e7ebef;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	filter: drop-shadow(-2px -2px 2px #fff);
}


nav {
	width: 100%;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
nav ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
nav ul li {
	width: 12.5%;
	float: left;
	margin: 0px;
	padding: 0px;
}
nav ul li.hl {
	background-image: url(../images/commons/nav_border.png);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: center 10px;
}
nav ul li a {
	width: 100%;
	height: 80px;
	text-align: center;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: 30px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	margin: 0px;
	padding: 55px 0px 0px 0px;
}
nav ul li.home a {
	background-image: url(../images/commons/nav_icn_home.png);
}
nav ul li.risk a {
	background-image: url(../images/commons/nav_icn_risk.png);
}
nav ul li.balance a {
	background-image: url(../images/commons/nav_icn_balance.png);
}
nav ul li.setting a {
	background-image: url(../images/commons/nav_icn_setting.png);
}

nav ul li.trade a {
	background-image: url(../images/commons/trade.png);
}

nav ul li.maxdiff a {
	background-image: url(../images/commons/maxdiff.png);
}

nav ul li.rate a {
	background-image: url(../images/commons/rate.png);
}
nav ul li.changepassword a {
	background-image: url(../images/commons/lock.png);
}





nav ul li.hl a {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
nav ul li a span {
	display: block;
	text-indent: 25%;
	text-align: center;
	font-size: 10px;
	transform: scale(0.8);
	transform-origin:0 0;
}


ul.coin_nav {
	width: 260px;
	background-color: #e7ebef;
	border-radius: 15px;
	border: 3px solid #e8ebf0;
	box-sizing: border-box;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2), 5px 5px 10px 0px rgba(0,0,0,0.2) inset;
	filter: drop-shadow(-2px -2px 2px #fff);
	overflow: hidden;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
}
ul.coin_nav li {
	width: 30px;
	display: inline-block;
	margin: 0px 6px 0px 6px;
	padding: 0px;
}
ul.coin_nav li a {
	width: 100%;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);	
	margin: 0px;
	padding: 0px;
}
ul.coin_nav li.btc a {
	background-image: url(../images/commons/img_btc.png);
}
ul.coin_nav li.eth a {
	background-image: url(../images/commons/img_eth.png);
}
ul.coin_nav li.xrp a {
	background-image: url(../images/commons/img_xrp.png);
}
ul.coin_nav li.ltc a {
	background-image: url(../images/commons/img_ltc.png);
}
ul.coin_nav li.bch a {
	background-image: url(../images/commons/img_bch.png);
}
ul.coin_nav li.hl a {
	-webkit-filter:  grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);	
}


ul.exchange_btn {
	margin: 0px auto 0px auto;
	padding: 0px;
}
ul.exchange_btn li {
	width: 100%;
	overflow: hidden;
	margin: 0px auto 18px auto;
	padding: 0px;
}
ul.exchange_btn li:last-child {
	margin-bottom: 0px;
}
ul.exchange_btn li div {
	width: 50px;
	float: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
ul.exchange_btn li input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}
ul.exchange_btn li label {
	width: 50px;
	height: 26px;
	background: #e3e7eb;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2) inset;
	background-image: url(../images/commons/exchange_btn_on.png),  url(../images/commons/exchange_btn_off.png);
	background-position: 9px center, 30px center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 5px, auto 5px;
	position: relative;
	display: inline-block;
	border-radius: 6px;
	transition: 0.4s;
	box-sizing: border-box;
}
ul.exchange_btn li label:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	left: 2px;
	top: 2px;
	z-index: 2;
	background-image: url(../images/commons/exchange_btn.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}
ul.exchange_btn li input:checked + label {
	background-color: #00c5d7;
}
ul.exchange_btn li input:checked + label:after {
	left: 26px;
}
ul.exchange_btn li .toggle-switch {
	position: relative;
	width: 50px;
	height: 26px;
	margin: auto;
}
ul.exchange_btn li span {
	height: 25px;
	text-align: left;
	float: right;
	line-height: 25px;
	display: inline-block;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}



@media only screen and (min-width: 460px) {
	
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 1001px) {



/*----------------------------------------------------
 commons style)PC
----------------------------------------------------*/


* {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: bolder;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: underline;
}



input[type="submit"]:hover,
button:hover,
a:hover,
a:hover img {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
a:active {
}
a:link {
}
a:visited {
}
a:hover {
}


.sp_none {
	display: block;
}
.pc_none {
	display: none;
}


/*----------------------------------------------------
 style)PC
----------------------------------------------------*/

a.close {
	width: 18px;
	height: 18px;
	background-image: url(../images/commons/img_close.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 18px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	margin: 35px 0px 10px 30px;
	padding: 0px;
}


header {
	width: 600px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
header ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
header ul li {
	margin: 0px;
	padding: 0px;
}
header ul li.home {
	float: left;
	margin: 30px 0px 0px 0px;
}
header ul li.menu {
	float: right;
	margin: 30px 5px 0px 0;
}
header ul li a {
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0px;
}
header ul li.home a {
	width: 80px;
	height: 45px;
	background-image: url(../images/commons/header_icn_home.png); 
	background-size: 80px 25px;
}
header ul li.menu a {
	width: 40px;
	height: 40px;
	background-size: auto 20px;
	background-image: url(../images/commons/logout.png);
	border-radius: 20px;
	background-color: #e7ebef;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	filter: drop-shadow(-2px -2px 2px #fff);
}


nav {
	width: 100%;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
nav ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
nav ul li {
	width: 12.5%;
	float: left;
	margin: 0px;
	padding: 0px;
}
nav ul li.hl {
	background-image: url(../images/commons/nav_border.png);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: center 15px;
}
nav ul li a {
	width: 100%;
	height: 105px;
	text-align: center;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center 25px;
	background-size: 40px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	margin: 0px;
	padding: 70px 0px 0px 0px;
}
nav ul li.home a {
	background-image: url(../images/commons/nav_icn_home.png);
}
nav ul li.risk a {
	background-image: url(../images/commons/nav_icn_risk.png);
}
nav ul li.balance a {
	background-image: url(../images/commons/nav_icn_balance.png);
}
nav ul li.setting a {
	background-image: url(../images/commons/nav_icn_setting.png);
}
nav ul li.hl a {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
nav ul li a span {
	display: block;
	text-indent: 0;
	text-align: center;
	font-size: 12px;
	transform: none;
	transform-origin: center;
}


ul.coin_nav {
	width: 400px;
	background-color: #e7ebef;
	border-radius: 15px;
	border: 3px solid #e8ebf0;
	box-sizing: border-box;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2), 5px 5px 10px 0px rgba(0,0,0,0.2) inset;
	filter: drop-shadow(-2px -2px 2px #fff);
	overflow: hidden;
	margin: 0px auto 0px auto;
	padding: 15px 0px 5px 0px;
}
ul.coin_nav li {
	width: 35px;
	display: inline-block;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}
ul.coin_nav li a {
	width: 100%;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);	
	margin: 0px;
	padding: 0px;
}
ul.coin_nav li.btc a {
	background-image: url(../images/commons/img_btc.png);
}
ul.coin_nav li.eth a {
	background-image: url(../images/commons/img_eth.png);
}
ul.coin_nav li.xrp a {
	background-image: url(../images/commons/img_xrp.png);
}
ul.coin_nav li.ltc a {
	background-image: url(../images/commons/img_ltc.png);
}
ul.coin_nav li.bch a {
	background-image: url(../images/commons/img_bch.png);
}
ul.coin_nav li.hl a {
	-webkit-filter:  grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);	
}


ul.exchange_btn {
	margin: 0px auto 0px auto;
	padding: 0px;
}
ul.exchange_btn li {
	width: 100%;
	overflow: hidden;
	margin: 0px auto 25px auto;
	padding: 0px;
}
ul.exchange_btn li:last-child {
	margin-bottom: 0px;
}
ul.exchange_btn li div {
	width: 62px;
	float: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
ul.exchange_btn li input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}
ul.exchange_btn li label {
	width: 62px;
	height: 34px;
	background: #e3e7eb;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2) inset;
	background-image: url(../images/commons/exchange_btn_on.png),  url(../images/commons/exchange_btn_off.png);
	background-position: 10px center, 39px center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 6px, auto 6px;
	position: relative;
	display: inline-block;
	border-radius: 8px;
	transition: 0.4s;
	box-sizing: border-box;
}
ul.exchange_btn li label:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	left: 2px;
	top: 2px;
	z-index: 2;
	background-image: url(../images/commons/exchange_btn.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}
ul.exchange_btn li input:checked + label {
	background-color: #00c5d7;
}
ul.exchange_btn li input:checked + label:after {
	left: 30px;
}
ul.exchange_btn li .toggle-switch {
	position: relative;
	width: 62px;
	height: 34px;
	margin: auto;
}
ul.exchange_btn li span {
	height: 34px;
	text-align: left;
	float: right;
	line-height: 34px;
	display: inline-block;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


}

.txt-left{text-align: left;}
.txt-right{text-align: right;}
.grey-color{color: grey;}
.mt-2{margin-top: 20px;}
.mt-3{margin-top: 30px;}
.flex-around{display: flex;justify-content: space-around;}
/*----------------------------------------------------
 style end
----------------------------------------------------*/
