@charset "utf-8";
@import url("./font-awesome.min.css");

/*!
 * License: GNU General Public License v3.0
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Copyright (c) naturalogy all rights reserved.
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
article, aside, canvas, details, figcaption, figure, header, footer, menu, nav, section, summary {
	display: block;
}
img {
	border: none;
}

/* Float, clear, and column layout  */
.clr {
	position: relative;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.cb {
	clear: both;
}

.lfloat {
	float: left;
}
.rfloat {
	float: right;
}

.disB {
	display: block;
}
.disT {
	display: table;
}
.disTC {
	display: table-cell;
}
.disI {
	display: inline;
}
.disIB {
	display: inline-block;
}
.blocked {
	display: block;
}

/* Font, typography and text alignment */
h1, h2, h3 {
	line-height: 1.1;
}

.lalign {
	text-align: left !important;
}
.calign {
	text-align: center !important;
}
.ralign {
	text-align: right !important;
}
.jalign {
	text-align: justify !important;
}

.v_mid img, .v_mid input {
	vertical-align: middle;
}

.bolded {
	font-weight: bold;
}
.l_thru {
	text-decoration: line-through;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.fontXX {
	font-size: xx-small !important;
}
.fontX {
	font-size: x-small !important;
}
.fontM {
	font-size: medium !important;
}
.fontL {
	font-size: large !important;
}
.no_lh {
	line-height: 1 !important;
}
.red {
	color: #da251c !important;
}
.blue {
	color: #057 !important;
}
.yellow {
	color: #fa5 !important;
}
.orange {
	color: #c40 !important;
}
hr {
    border-bottom: 1px dotted #777;
    border-top: 0 none;
    height: 1px;
    margin: 8px 0;
}
/* Form controls */
input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="file"], textarea, select {
	background: #fafafa;
	border: solid 1px #aaa;
	font: inherit;
	text-transform: none;
	margin: 0 0 5px;
	padding: 7px 10px;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label input {
	vertical-align: middle;
}
.no_ime {
	ime-mode: disabled;
}

input.btn {
	font: 13px "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	border: none;
	text-align: center;
	border-radius: 1px;
	height:auto!important;
}
.bg-grad,.bg-filter {
	text-align:center;
background: rgba(214,55,50,1);
background: -moz-linear-gradient(top, rgba(214,55,50,1) 0%, rgba(240,36,29,1) 51%, rgba(230,41,34,1) 71%, rgba(204,25,16,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,55,50,1)), color-stop(51%, rgba(240,36,29,1)), color-stop(71%, rgba(230,41,34,1)), color-stop(100%, rgba(204,25,16,1)));
background: -webkit-linear-gradient(top, rgba(214,55,50,1) 0%, rgba(240,36,29,1) 51%, rgba(230,41,34,1) 71%, rgba(204,25,16,1) 100%);
background: -o-linear-gradient(top, rgba(214,55,50,1) 0%, rgba(240,36,29,1) 51%, rgba(230,41,34,1) 71%, rgba(204,25,16,1) 100%);
background: -ms-linear-gradient(top, rgba(214,55,50,1) 0%, rgba(240,36,29,1) 51%, rgba(230,41,34,1) 71%, rgba(204,25,16,1) 100%);
background: linear-gradient(to bottom, rgba(214,55,50,1) 0%, rgba(240,36,29,1) 51%, rgba(230,41,34,1) 71%, rgba(204,25,16,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d63732', endColorstr='#cc1910', GradientType=0 );
	display: inline-block;
	border: 2px solid #da251c!important;
	border-radius: 5px !important;
	color: #fff;
	padding:8px 10px;
}
.bg-grad:hover,.bg-filter:hover {
	background: transparent;
	color:#da251c;
}
.bg-parent {
	color: #da251c !important;
	border:2px solid #da251c!important;
	background:none;
	border-radius:6px!important;
	padding:8px 10px;
}
.bg-parent:hover {
	color: #fff !important;
	background:#da251c;
}
.bg-default {
	color: #555 !important;
	border:2px solid #555!important;
	background:none;
	border-radius:6px!important;
	padding:5px 2px;
	text-align:center;
}
.bg-default-red {
	border: 2px solid #da251c !important;
    margin: 8px 0;
    color: #da251c!important;
    padding: 2px 10px;
    height: auto;
}
.btn-top{ position:absolute;}
.bg-default:hover {
	color: #fff !important;
	background:#555;
}
.bg-black {
	background: #333;
	color: #fff !important;
}
.bg-black:hover {
	background: #000;
}
.bg-blue {
	background: #079;
	color: #fff !important;
}
.bg-blue:hover {
	background: #059;
}
.bg-gray {
	background: #777;
	color: #fff !important;
}
.bg-gray:hover {
	background: #555;
}
.bg-red {
	background: #900;
	color: #fff !important;
}
.bg-red:hover {
	background: #700;
}
.bg-orange {
	background: #d70;
	color: #fff !important;
}
.bg-orange:hover {
	background: #c60;
}
.cb-left{margin: 10px 10px 10px 5px;
    display: block;
    float: left;}
.kyc_img{     width: 100%;
    min-height: 200px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 25px;
	border: 1px dashed #219e0d;    text-align: center;padding: 10px;}	

/* Hyperlink */
a.btn {
	line-height: 25px;
	padding: 3px 10px;
	border-radius: 1px;
}
a.btn:hover {
}

/* Force margin and padding 0-50px */
.m_auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mt00 {margin-top: 0px !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mr00 {margin-right: 0px !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mb00 {margin-bottom: 0px !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.ml00 {margin-left: 0px !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.pt00 {padding-top: 0px !important;}
.pt05 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pt45 {padding-top: 45px !important;}
.pt50 {padding-top: 50px !important;}
.pr00 {padding-right: 0px !important;}
.pr05 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr30 {padding-right: 30px !important;}
.pr35 {padding-right: 35px !important;}
.pr40 {padding-right: 40px !important;}
.pr45 {padding-right: 45px !important;}
.pr50 {padding-right: 50px !important;}
.pb00 {padding-bottom: 0px !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb45 {padding-bottom: 45px !important;}
.pb50 {padding-bottom: 50px !important;}
.pl00 {padding-left: 0px !important;}
.pl05 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
.pl35 {padding-left: 35px !important;}
.pl40 {padding-left: 40px !important;}
.pl45 {padding-left: 45px !important;}
.pl50 {padding-left: 50px !important;}

/* Width */
.px20 {width: 20px;}
.px22 {width: 22px;}
.px25 {width: 25px;}
.px30 {width: 30px;}
.px35 {width: 35px;}
.px40 {width: 40px;}
.px50 {width: 50px;}
.px51 {width: 100px;}
.px60 {width: 60px;}
.px70 {width: 70px;}
.px80 {width: 80px;}
.px90 {width: 90px;}
.px100 {width: 100px;}
.px110 {width: 110px;}
.px120 {width: 120px;}
.px150 {width: 150px;}
.px180 {width: 180px;}
.px220 {width: 220px;}
.px240 {width: 240px;}
.px250 {width: 250px;}
.px300 {width: 300px;}
.px320 {width: 320px;}
.px380 {width: 380px;}
.w3p {width: 3% !important;}
.w5p {width: 5% !important;}
.w7p {width: 7% !important;}
.w10p {width: 10% !important;}
.w12p {width: 12% !important;}
.w13p {width: 13% !important;}
.w15p {width: 15% !important;}
.w16p {width: 16.666% !important;}
.w20p {width: 20% !important;}
.w25p {width: 25% !important;}
.w30p {width: 30% !important;}
.w33p {width: 33.333% !important;}
.w35p {width: 35% !important;}
.w40p {width: 40% !important;}
.w45p {width: 45% !important;}
.w50p {width: 50% !important;}
.w55p {width: 55% !important;}
.w60p {width: 60% !important;}
.w65p {width: 65% !important;}
.w70p {width: 70% !important;}
.w75p {width: 75% !important;}
.w80p {width: 80% !important;}
.w85p {width: 85% !important;}
.w90p {width: 90% !important;}
.w95p {width: 95% !important;}
.w100p {width: 100% !important;}

/* Height */
.hi20 {height: 20px; overflow: hidden;}
.hi22 {height: 22px; overflow: hidden;}
.hi25 {height: 25px; overflow: hidden;}
.hi30 {height: 30px; overflow: hidden;}
.hi35 {height: 35px; overflow: hidden;}
.hi40 {height: 40px; overflow: hidden;}
.hi50 {height: 50px; overflow: hidden;}
.hi60 {height: 60px; overflow: hidden;}
.hi70 {height: 70px; overflow: hidden;}
.hi80 {height: 80px; overflow: hidden;}
.hi90 {height: 90px; overflow: hidden;}
.hi100 {height: 100px; overflow: hidden;}
.hi120 {height: 120px; overflow: hidden;}
.hi150 {height: 150px; overflow: hidden;}
.hi180 {height: 180px; overflow: hidden;}
.hi220 {height: 220px; overflow: hidden;}
.hi240 {height: 240px; overflow: hidden;}
.hi250 {height: 250px; overflow: hidden;}
.hi300 {height: 300px; overflow: hidden;}
.hi320 {height: 320px; overflow: hidden;}
.hi380 {height: 380px; overflow: hidden;}

/* Table */
table caption {
	text-align: left;
	font-weight: bold;
	color: #555;
}
table caption:before {
	content: "【";
}
table caption:after {
	content: "】";
}
table.table th {
	line-height: 1.1;
	font-size: 13px;
	font-weight: normal;
	padding: 7px 0;
	text-align: center;
}
table.table td {
	line-height: 1.1;
	font-size: 13px;
	padding: 7px;
}

table.fontXS th, table.fontXS td {
	font-size: 11px !important;
}
table.fontS th, table.fontS td {
	font-size: 12px !important;
}

table.col {
	border-collapse: collapse;
}
table.sep {
	border-collapse: separate;
	border-spacing: 1px;
}

table.bdr {
	border-top: solid 1px #555;
	border-right: solid 1px #555;
}
table.bdr th, table.bdr td {
	border-bottom: solid 1px #555;
	border-left: solid 1px #555;
}

table.ftft th, table.ftft td {
	width: 50% !important;
}

table.default th {
	background: #777;
	color: #fff;
}
table.default td {
	background: #fff;
}
table.default td a {
	text-decoration: underline;
}
table.default td.blocka a {
	display: block;
	text-decoration: none;
}
table.default tr:hover td {
	text-shadow: 0px 0px 5px #aaa;
	filter: dropshadow(color=#aaa, offx=0, offy=0);
}

table.even tr:nth-child(even) td, table.odd tr:nth-child(odd) td {
	background: #f4f3e9;
}

th.nobg, td.nobg {
	background: none !important;
}

table .th {
	display: block;
	padding: 0 0 3px;
}
table td p {
	line-height: 2;
}
table .required {
	font-size: 10px;
	color: #900;
}
table .note_r {
	font-size: 10px;
}
table .note_s {
	display: block;
	font-size: 11px;
	padding: 3px 0 0;
}
table td input, table td select, table td textarea {
	background: #fafafa;
	border: solid 1px #ccc;
	vertical-align: middle;
}
table td label {
	    width: 50%;
    white-space: inherit;
    display: block;
    float: left;
	    padding: 5px 0;
}
table td label input {
	background: none;
	border: none;
}
table td.checkbox input, table td.radio input {
	background: none;
	border: none;
}
table tr.sum td {
	background: #ddd !important;
}
table tr.deeper th {
	background: #555 !important;
	color: #fff !important;
}

table.calign th, table.calign td {
	text-align: center !important;
}
table.calign th, table.calign td {
	text-align: center !important;
}
table.l_td td {
	text-align: left !important;
}
table th.l {
	text-align: left !important;
	padding: 5px;
}
table td.l {
	text-align: left !important;
}
table td.c, table th.c {
	text-align: center !important;
}
table td.r {
	text-align: right !important;
}

/* Misc */
.outlined {
	outline-style: solid;
	outline-width: 1px;
	outline-color: #ddd;
	outline-offset: 5px;
}
.boxshadow {
	box-shadow: 5px 5px 10px 5px #ddd;
}

ul {
	list-style-type: none;
}

ul.disc {
	list-style: disc inside;
}
ul.disc li {
	margin: 0 0 3px;
}

ol.cmn_num {
	list-style: decimal inside;
}
ol.cmn_num li {
	margin: 0 0 3px;
}

ol.numlist {
	list-style: upper-roman inside;
}
ol.numlist li {
	margin: 0 0 7px;
}

dl.faq {
}
dl.faq dt {
	font-weight: bold;
}
dl.faq dd {
	border-left: solid 5px #ddd;
	padding: 0 0 0 10px;
	margin: 0 0 10px 7px;
}
.newsele{
	float: right;
    width: 120px;
}
.new-ta th{
	padding: 15px 0 !important;
}
.new-ta{
		margin-top: 60px !important;
		margin-bottom: 30px !important;
}
/*.new-ta td{
	line-height: 50px !important;
}*/
.bot2{
	margin-top: 20px !important;
}
.w150{
	width: 150px;
}
.w46{
	width: 46%;
}
.martop{
	margin-top: 30px;
}
.h120{
	height: 120px;
}
.te-none{
	text-decoration: none !important;
}
.new-ta .h17{
	height: 170px !important;
}
.new-ta .h17 span{
	position: absolute;
    margin-top: -69px;
}
.bbbt{
	display: inline-block;
    margin-left: 20px;
}
.mrt50{
	margin-top: 50px;
}
