@charset "UTF-8";
/*////////////////////////////////////////////
																	
marverick style
2018 0606 up
										
color
yellow : #ffce00;
yellow2 : #ffe05f;
red : #f43c34;
blue : #2ca2c6;
black : #333333;
gray : #717677;
orange : #ff8948;

////////////////////////////////////////////*/
/*////////////////////////////////////////////

head header

////////////////////////////////////////////*/
html {
}
body {
  background: #f3f3f3;
}
header {
  position: relative;
  top: 0;
  z-index: 20;
}
header {
  float: left;
}
.headerNaviLeft {
  background: #ffe05f;
  top: 0;
  line-height: 200%;
  z-index: 11;
  width: 200px;
}
.mainCont {
  background: #fff;
  padding-bottom: 20px;
  float: left;
  clear: right;
  width: 880px;
}
.headerNaviLeft ul {
  position: relative;
}
.headerNaviLeft ul li {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  height: 50px;
  display: table;
  border-bottom: 1px solid #e5b900;
}
.headerNaviLeft ul li a {
  vertical-align: middle;
  display: table-cell;
  color: #333;
  font-weight: 700;
}
a#logo {
  background: #ffce00;
  display: block;
  padding: 17px 0;
  text-align: center;
}
ul.listNav {
  display: table;
}
ul.listNav li {
  background: #ffe05f;
}
ul.listNav li.memNav a {
  color: #d50000;
}
ul.listNav li:hover {
  background: #fff;
}
a {
  color: #2cb678;
}
a.current {
  background: #fff;
}
.advis {
  padding: 20px;
  border-top: 1px solid #ffe05f;
  background: #ffe67e;
}
p.w, a.w {
  color: #fff !important;
}
p, a, td, th, li {
  font-size: 1.6rem;
}
iframe{
	display: none;
	width: 0;
	height: 0;
}
/*////////////////////////////////////////////

top page

////////////////////////////////////////////*/
h1 {
  font-weight: bold;
}
h2 {
  color: #d50000;
}
.front {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  min-width: 1080px;
  background: #ffe67e;
}
h4 {
  font-size: 1.6rem;
}
#top {
  background: #ffd833;
}
#top .contTtl, #subtop .contTtl {
  width: 50%;
  display: block;
  float: left;
}
#top .contTtl h1 {
  display: inline;
  width: auto;
  float: left;
  position: relative;
}
#top .contTxt.right, #subtop .contTxt.right {
  display: inline;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  width: 50%;
}
#top .contTtl, #subtop .contTtl {
  margin-bottom: 0;
}
/*////////////////////////////////////////////

top page

////////////////////////////////////////////*/
/*---

layout

----*/
.contTtl {
  margin-bottom: 10px;
}
.home #about .contArea, .home #application .contArea, .home #flow .contArea {
  margin-bottom: 0px;
}
.contArea {
  margin: 20px;
}
/*---

news

----*/
#news h2, #notice h2, #about h2, .home #application h2, #flow h2, #ratesExplained h2, #receivedOrders h2, #feeStructure h2 {
  border: 1px solid;
  display: inline-block;
  border-radius: 25px;
  text-align: center;
}
span.newTopic {
  color: #d50000;
  border: 1px solid;
  display: inline-block;
  border-radius: 25px;
  text-align: center;
  width: 35px;
  font-weight: normal;
  line-height: 14px;
  margin-left: 10px;
  vertical-align: 2px;
  font-size: 1.0rem;
}
.newsEntry {
  height: 120px;
  overflow: hidden;
  overflow-y: scroll;
  margin: 10px 0;
  background: #ececec;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#news h2 {
  width: 110px;
}
.newsArea dl {
  margin: 5px;
}
#news dd, #notice dd {
  font-size: 1.6rem;
  padding-left: 10px;
  display: inline;
}
#news dd.news, #notice dd.news {
  color: #555;
  text-decoration-line: underline;
}
dd.news {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*---

btn

---*/
.btnBox, .memBtn, .downBtn {
  border: none;
  border-radius: 40px;
  margin: 0 20px;
}
.btnBox a, .memBtn a, .downBtn a {
  display: block;
  padding: 14px 0;
}
.loginBtn, .remSendBtn, .inBtn {
  background: linear-gradient(rgba(255, 206, 0,0.5), rgba(255, 206, 0,1)), #fff;
  transition: 0.3s all;
}
.loginBtn:hover, .remSendBtn:hover, .inBtn:hover {
  background: linear-gradient(rgba(255, 171, 5,0.5), rgba(255, 171, 5,1)), #fff;
}
.appliBtn {
  background: linear-gradient(rgba(255, 137, 72,0.5), rgba(255, 137, 72,1));
}
.appliBtn:hover {
  background: linear-gradient(rgba(255, 106, 43,0.5), rgba(255, 106, 43,1));
}
.remBtn, .topBtn {
  cursor: pointer;
  background: linear-gradient(rgba(0, 0, 0,0.1), rgba(0, 0, 0,0.3));
}
.remBtn:hover, .topBtn:hover {
  background: linear-gradient(rgba(0, 0, 0,0.2), rgba(0, 0, 0,0.4));
}
.remSendBtn {
  background: linear-gradient(rgba(255, 137, 72,0.5), rgba(255, 137, 72,1)), #fff;
}
.btnBox p.ttlMain {
  color: #333;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
.btnBox p.ttlMain:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-size: cover;
  top: -2px;
  left: -40px;
  margin-right: 10px;
}
.btnBox p.ttlSub {
  color: #333;
  font-size: 16px;
  display: block;
  text-align: center;
  font-weight: normal;
}
p.btnDetail {
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 10px;
  color: #999;
}
.loginBtn p::before {
  background-image: url(../img/login.png);
}
.member .loginBtn p::before, .remSendBtn p::before {
  top: 0px;
}
.remSendBtn p::before {
  content: none;
}
.member .loginBtn a, .remSendBtn a {
  top: 10px;
  position: relative;
}
.appliBtn p.ttlMain:before {
  background-image: url(../img/newapplication.png);
  top: -8px;
}
.remBtn p.ttlMain:before {
  background-image: url(../img/password.png);
  top: -8px;
}
.btnBox p {
  font-weight: 700;
  line-height: 120%;
}
.loginBtn p, .remSendBtn p {
  font-size: 2.6rem;
}
.appliBtn p, .remBtn p {
  font-size: 2rem;
  margin: 0 auto;
}
.btnBox span {
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  margin: 0 auto;
  width: 200px;
  position: relative;
  left: 30px;
}
.loginBtn span, .remSendBtn span {
  font-size: 1.6rem;
}
.appliBtn span {
  width: 205px;
  left: 33px;
  line-height: 140%;
}
.remBtn span {
  width: 205px;
  left: 33px;
  line-height: 140%;
}
.remBtn span, .appliBtn span {
  font-size: 1.2rem;
  line-height: 140%;
  padding-right: 0;
}
.remBtn p::before, .appliBtn p::before {
  margin-right: 0;
}
.em {
  font-weight: bold;
  color: #f43c34;
}
/*---

about

----*/
#about h2 {
  width: 170px;
}
.home #application h2 {
  width: 150px;
}
#flow h2 {
  width: 210px
}
footer {
  border-top: 1px solid #f9f9f9;
}
#copyright {
  color: #717677;
}
select {
  font-size: 1.6rem;
}
select:not(:disabled) {
  cursor: pointer;
}
label {
  cursor: pointer;
  margin-right: 20px;
}
/*---

flow

---*/
dl {
  overflow: hidden;
}
#flow dl .num {
  background: #ffce00;
  color: #333;
  font-size: 1.2rem;
  border: 1px solid #ffce00;
  border-radius: 20px;
  padding: 1px 6.8px;
  font-weight: 700;
  display: block;
  float: left;
  width: 8.4px;
  margin-right: 10px;
  height: 20px;
  text-align: center;
}
#flow dl dd {
  font-size: 1.6rem;
  float: left;
  width: 95%;
}
#flow dl .dtl {
  display: inline-block;
}
#flow dl {
  margin-bottom: 15px;
}
#flow .contTxt {
  margin-top: 20px;
  margin-bottom: 20px;
}
/*---

footer

---*/
footer {
  margin-left: 200px;
  background: #fff;
}
#copyright p {
  text-align: center;
  font-size: 1.0rem;
  height: 60px;
  position: relative;
  top: 22.5px;
}
/*---

applicaition terms

---*/
.notes, .description {
  margin: 20px;
}
.notes p {
  color: #f43c34;
  text-align: center;
  font-weight: 600;
}
#terms, #form, #confirm, #confirmCk, #complete, .gWrap {
  background: #f1f1f1;
  padding: 20px;
  margin: 20px;
  border-radius: 10px;
  width: auto;
}
.wWrap, .yWrap {
  background: #fff;
  padding: 20px;
  margin: 20px;
  border-radius: 10px;
  width: auto;
}
.yWrap {
  background: #ffe05f;
}
.center {
  text-align: center !important;
  margin: 0 auto !important;
  display: block !important;
}
.infoRegist .w2ui-reset * {
  line-height: 180%;
}
#confirmCk {
  background: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
#confirmCk .inner {
  margin: 0 auto;
}
#formCk {
  margin: 0px 18px;
  padding: 0 18px;
}
#terms .contTtl h2, h3, h4 {
  color: #333;
  font-weight: 700;
}
#terms .contTtl h3, #form .contTtl h3, #form .name h3 {
  font-size: 1.6rem;
  padding: 16px 18px 0;
  text-align: left;
}
#terms .contTtl h3:before, #form .contTtl h3:before, #form tr h3:before {
  position: absolute;
  left: 4px;
  top: 18px;
  content: "";
  width: 8px;
  height: 20px;
}
#terms .contTtl h3:before, #form .contTtl h3:before, .members #form .contTtl h3.y:before, #form td h3.y:before {
  background: #ffce00;
}
.members #form .contTtl h3:before, #form .contTtl h3.g:before {
  background: #2cb678;
}
#loginForm .inner.center, #remForm .inner.center {
  width: 560px;
  margin: 0 auto;
  text-align: center;
}
#loginForm input, #remForm input {
  width: 180px;
}
#remForm input {
  width: 240px;
}
.member .contTtl h3::before {
  left: 120px;
}
#reminder.member .contTtl h3::before {
  left: 35px;
}
.member .contTtl h3:before {
  top: 4px;
}
#form .contTtl h3::before, #form td h3:before {
  top: 4px;
}
#terms .contTtl h4, #form .contTtl h4, #formCk .contTtl h4, #formCk .contTxt h4 {
  padding: 14px 16px 0px 18px;
}
#terms .contTtl h4:before, #form .contTtl h4:before, #formCk .contTtl h4:before, #formCk .contTxt h4:before {
  position: absolute;
  margin-top: 6px;
  left: 4px;
  content: "";
  width: 8px;
  height: 10px;
  background: #46d2a4;
}
#terms .contTxt, #form .contTtl, #form .contTxt, #form .name, #form .answer {
  padding-bottom: 5px;
}
#form .contTtl, #form .contTxt, #form .answer {
  display: inline-block;
}
#form .contTtl, #form .name {
  width: 27%;
  vertical-align: top;
}
.infoRegist #form .contTtl {
  width: 35%;
}
#form h2 {
  color: #333;
  font-size: 2.2rem;
}
#form .contTtl h3, #form .name h3 {
  padding: 0px 28px 0 !important;
}
#form .contTxt {
  width: 63%;
}
#form input, #form select, #form .contTxt p {
  margin-bottom: 5px;
}
#form input {
  margin-top: 5px;
  padding: 5px;
}
#terms .provisions, #form .provisions {
  padding-top: 16px;
}
#terms .txtright p, #form .txtright p {
  text-align: right;
  font-size: 1.1rem;
}
#terms p.no {
  padding-left: 16px;
}
.check {
  text-align: center;
}
.check p {
  font-weight: 600;
  margin-bottom: 10px;
}
p.chkP {
  margin-left: 5px;
  display: inline;
}
#form .radio p {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.btn input.button, .btn div {
  margin: 12px;
  min-width: 260px;
  border-radius: 30px;
  display: inline-block;
  color: #000;
  padding: 30px 0;
  border: none;
  font-weight: 700;
  line-height: 0%;
  font-size: 1.6rem;
}
input.regBtn {
  background: linear-gradient(rgba(255, 137, 72,0.5), rgba(255, 137, 72,1));
}
input.regBtn.off {
  background: linear-gradient(rgba(206, 206, 206,0.5), rgba(206, 206, 206,1));
  cursor: not-allowed !important;
  color: #717677;
}
input.remBtn {
  background: linear-gradient(rgba(0, 0, 0,0.1), rgba(0, 0, 0,0.3));
}
input#eraseConst {
	color: #fff;
  background: linear-gradient(rgba(0, 0, 0,0.8), rgba(0, 0, 0,1));
}
input#eraseConst:hover {
  opacity: 0.8;
}
#ratesExplained h2 {
  width: 120px;
  margin-bottom: 10px;
}
#receivedOrders h2 {
  width: 205px;
}
#feeStructure h2 {
  width: 120px;
  margin-bottom: 10px;
}
/*

input

*/
input {
  /*	height: 24px; */
  font-size: 1.6rem;
  border: 1px solid #999;
}
input[type=radio] {
  cursor: pointer;
}
/*---

member page

---*/
#login #loginButton, #remSendBtn {
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
}
#loginButton p, #remSendBtn p {
  position: relative;
  line-height: 80px;
}
#loginButton span {
  left: auto;
  width: 100%;
  padding: 0;
}
#login .mainCont, #reminder .mainCont {
  padding-bottom: 0px !important;
}
#loginForm img, #remForm img {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
#loginForm, #remForm {
  padding-top: 40px;
}
#loginForm .contTxt p, #remForm .contTxt p, .contTxt.foget a {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
#loginForm .contTtl, #remForm .contTtl {
  margin-bottom: 20px;
}
#loginForm h3 label, #remForm h3 label {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
#remForm h3 label {
  width: 220px;
  text-align: left;
}
#loginForm h3 label {
  width: 100px;
}
.loginBtn, .remSendBtn {
  width: 330px;
  height: 80px;
  margin: 0 auto;
}
.home .loginBtn {
  width: 50%;
}
.member .contTtl h3 {
  font-weight: bold;
  display: inline;
  text-align: left;
}
.cushion {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 20px;
}
a.help {
  color: #2cb678;
  text-decoration: underline;
  margin-left: 10px;
}
a.help:hover {
  color: #f43c34;
  cursor: pointer;
}
/*---
infoRegist form
---*/
.infoRegist #form h3 {
  line-height: 200%;
}
.gnoOne {
  width: 345px;
}
.gnoTwo {
  width: 54px;
}
.regStyle {
  font-weight: 700;
  line-height: 200%;
}
.jvTxt {
  position: relative;
  top: -5px;
}
input.jvTxt:-moz-placeholder {
 margin-left: 10px;
}
.business {
  width: 345px;
}
#confirmCk .contTxt p {
  color: #f43c34;
}
.confirm #form p {
  top: 0;
  margin-left: 5px;
  margin-bottom: 0;
  line-height: 260%;
}
.w2ui-overlay > div {
  border: none;
}
.w2ui-overlay.top-arrow::before {
  border-bottom: none;
  border-right: none;
  border-left: none;
}

form#handover{
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
}
form#handover > p{
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
}
form#handover dl{
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin: 0 50px;
}
form#handover dl dt,
form#handover dl dd{
  padding: 5px 0;
}
form#handover dl dt{
  width: 200px;
}
form#handover dl dd{
  width: calc(100% - 200px);
}


/*

style2

*/
table tbody {
  margin: 0 auto;
}
#ratesExplained table, #feeStructure table, #browsing table {
  width: 100%;
  margin: 0 auto;
}
#ratesExplained table th, #feeStructure table th, #browsing table th {
  float: none;
  width: auto;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  background: #ffce00;
  /*border: 1px solid #ccc;*/
  width: 20%;
  outline: 1px solid #aaa;
}
#ratesExplained table th.left {
  background: #ff8948;
}
#ratesExplained table td {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  border: 1px solid #ccc;
}
#ratesExplained h4, #feeStructure h4 {
  font-size: 2.0rem;
  padding: 10px 0;
  text-align: center;
}
.contTxt span {
  font-weight: 600;
}
#feeStructure h4 {
  padding-left: 15px;
  text-align: left;
}
#browsing .tableColor td:nth-child(odd) {
  background: #ddd;
}
#browsing .tableColor td:nth-child(even) {
  background: #efefef;
}
#browsing .tableColor .jvOn td:nth-child(odd) {
  background: #d5e9e4;
}
#browsing .tableColor .jvOn td:nth-child(even) {
  background: #eef6f4;
}
#browsing .tableColor .corpWrap td, #browsing .tableColor .jvOn .corpWrap td {
  background: #fff1b6;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
#feeStructure table th p {
  font-weight: 600;
}
#feeStructure table td, #browsing table td {
  display: table-cell;
  vertical-align: middle;
  outline: 1px solid #999;
  width: 20%;
  text-align: center;
  line-height: 140%;
  font-size: 1.6rem;
  font-weight: normal;
}
#feeStructure table td{
	height: 60px;
}
#feeStructure table td p, #browsing table td p, #feeStructure table th p {
  text-align: center;
  line-height: 140%;
}
#feeStructure table td {
  height: 50px;
}
#faq, #contact, #logout {
  height: 540px;
  padding: 18px;
  margin: 4px 18px;
  border-radius: 10px;
  width: auto;
}
#faq .txtTtl h3 {
  font-size: 1.6rem;
  padding: 16px 18px 10px 0;
  text-align: left;
}
.rowTtl td {
  height: 45px;
}
#faq .txtTtl h3:before {
  position: absolute;
  left: 4px;
  top: 18px;
  content: "";
  width: 8px;
  height: 20px;
  background: #ffce00;
}
#faq a.application {
  color: #37aebf;
  text-decoration-line: underline;
}
#faq .txt p {
  padding-bottom: 10px;
}
#contact .txtTtl h3, #logout .txtTtl h3 {
  font-size: 2.4rem;
  padding: 16px 18px 10px 8px;
  text-align: left;
}
#contact .txtTtl h3:before, #logout .txtTtl h3:before {
  position: absolute;
  left: 4px;
  top: 26px;
  content: "";
  width: 8px;
  height: 20px;
  background: #ffce00;
}
#contact .contTtl h4, #logout .contTtl h4 {
  padding: 14px 16px 2px 20px;
  font-size: 1.6rem;
}
#contact .contTtl h4:before, #complete .txt-ttl h4:before, #logout .contTtl h4:before {
  position: absolute;
  margin-top: 7px;
  left: 4px;
  content: "";
  width: 8px;
  height: 10px;
  background: #46d2a4;
}
#contact .txt p {
  padding: 4px 0;
  font-size: 1.6rem;
}
#complete h2 {
  color: #000;
  font-size: 2.4rem;
}
#complete .txt-ttl h4 {
  padding: 28px 16px 12px 20px;
  font-size: 1.6rem;
}
.btnBox2 {
  border: none;
  border-radius: 40px;
  margin: 30px 80px 120px;
}
.btnBox2 a, .btnBox3 a {
  display: block;
  padding: 18px 0;
  line-height: 140%;
}
.btnBox2 p, .btnBox3 p {
  font-weight: 700;
  line-height: 140%;
  color: #333;
  text-align: center;
  display: block;
  font-size: 1.6rem;
}
.btnBox2 p.y {
  color: #ffce00;
}
.btnBox2 p.w {
  color: #fff;
}
.comBtn {
  background: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.68));
  margin-top: 10px;
  margin-bottom: 300px;
}
.regBtn {
  cursor: pointer;
  background: linear-gradient(rgba(255, 137, 72,0.5), rgba(255, 137, 72,1));
}
.regBtn:hover {
  background: linear-gradient(rgba(255, 110, 30,0.5), rgba(255, 110, 30,1));
}
.btnBox3 {
  border: none;
  border-radius: 40px;
  margin: 10px 320px;
}
#logout a.login {
  font-size: 1.6rem;
  text-decoration: underline;
  font-weight: 700;
}
#top .contArea {
  margin-top: 20px;
}
#top {
  height: 90px;
}
.members #top h1 {
  color: #d50000;
}
#top p {
  color: #333;
  font-size: 1.4rem;
  display: block;
}
.outBtn {
  background: linear-gradient(rgba(240, 240, 240, 1), rgba(150, 150, 150, 1));
  border: none;
  border-radius: 40px;
  color: #333;
  padding: 5px 10px;
  ;
  font-weight: bold;
  display: inline-block;
}
.outBtn:hover {
  background: #eee;
}
p.frontTxt {
  font-weight: bold;
}
#subtop .contArea {
  margin: 20px;
  border: 3px solid #444;
  position: relative;
  background: url(../img/dot-g.png) repeat;
}
#subtop .contArea:before {
  position: absolute;
  content: "";
  background: url(../img/logo.png) center center no-repeat;
  background-size: 90%;
  top: 10px;
  left: 50%;
  right: auto;
  width: 166px;
  height: 56px;
  display: block;
  margin-left: -81.5px;
  opacity: 0.2;
}
#subtop .contArea .contTtl, #subtop .contArea .contTxt {
  padding: 10px 0;
}
#subtop p {
  padding: 0 10px;
  font-weight: bold;
}
#subtop p span {
  font-size: 1.4rem;
  color: #777;
  margin-right: 10px;
  font-weight: normal;
}
#notice h2 {
  width: 200px;
}
.description h3 {
  text-align: center;
  color: #d50000;
  font-size: 2.0rem;
  padding-bottom: 10px;
}
.push {
  margin: 15px;
}
.push p {
  margin: 10px;
  font-weight: 600;
}
p.explanation {
  padding-top: 10px;
}
.memBtn {
  background: linear-gradient(rgb(102, 102, 102), rgb(66, 66, 66));
}
.memBtn:hover {
  background: linear-gradient(rgb(66, 66, 66), rgb(51, 51, 51));
}
.memBtn p, .downBtn p {
  font-size: 1.8rem;
  line-height: 120%;
  color: #fff;
  text-align: center;
  display: block;
}
.memBtn:hover p, .downBtn:hover p {
  color: #ffce00;
}
.downBtn {
  background: linear-gradient(#ccc, #aaa);
}
#refine .contTtl {
  margin-bottom:10px;
}
#refine .appli {
  padding: 2px 20px;
  color: #fff;
  background: linear-gradient(rgba(44, 182, 120,1), rgba(36, 150, 99,1));
}
#browsing .cr3 {
  background: #424242;
}
#browsing .cr4 {
  background: #666;
}
#browsing .cr5 {
  background: #f43c34;
}
#browsing .cr6 {
  background: #ffe36d;
}
#browsing a.wt {
  color: #fff;
}
#browsing h4 {
  color: #fff;
  padding: 10px;
}
#browsing td {
  text-align: center;
  background: #fff;
  line-height: 160%;
}
#browsing table.corpWrap {
  margin-bottom: 40px;
}
#browsing .corpWrap td {
  width: 33.33%;/*border: 1px solid #ccc;*/
}
#browsing .bid p {
  text-align: left;
}
p.double {
  text-decoration: line-through double red;
}
.retouch {
  background: linear-gradient(rgba(244, 60, 52,1), rgba(206, 52, 45,1));
  border: none;
  border-radius: 40px;
  cursor: pointer;
}
.retouchOff {
  background: #ccc;
  border: none;
  border-radius: 40px;
}
#constDetailWrap table {
  margin-bottom: 5px;
}
#browsing td.form .btn {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 140%;
  text-align: center;
  margin: 10px auto;
  width: 90%;
}
#browsing .bline:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #666;
}
.error p {
  color: #E6595B;
  margin-bottom: 20px;
}
.btn {
  border: none;
  border-radius: 40px;
  text-align: center;
  font-weight: 600;
  /* cursor: pointer; */
}
.btn.inBlk {
  display: inline-block;
}
.btn:not(:has(.regBtn,.remBtn)):hover {
  opacity: 0.8;
}
.btn:active {
  opacity: 0.5;
}
#refine .outer{
	padding-top: 20px;
	padding-bottom: 7px;
	margin: 0 20px;
	width: auto;
}
#refine {
	background-color: #fff3c1;
	border-bottom: 1px solid #ddd;
}
#orgSelects select {
  min-width: 100px;
	margin-bottom: 10px;
  padding: 5px 0;
}
.hidden {
  display: none;
}
#orgSelects {
  float: left;
}
#browsing #orgSelects {
  clear: none;
  width: auto;
}
.reset {
  padding: 5px 15px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0,0.5), rgba(0, 0, 0,0.9));
  background-color: #fff;
	min-width: 80px;
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 5px;
  cursor: pointer;
}
.updated {
  color: #f43c34;
  text-decoration: line-through;
}
.hasDatepicker {
  max-width: 120px;
  cursor: pointer;
}
.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer;
}
.ui-widget {
  font-size: 16px !important;
}
.org1, .org2, .org3 {
  margin-right: 5px;
}
.org3 {
  clear: right;
  margin-right: 0;
}
#orgSelects {
  clear: both;
  overflow: hidden;
  display: block;
  width: 100%;
}
.disable {
  background: #eee !important;
  cursor: default !important;
  pointer-events: none !important;
  color: #fff !important;
}
.red {
  color: #d50000 !important;
}
/*
404error
*/
@media screen and (min-width:769px) {
	#pageNotFound h2 {
		font-size: 3.4rem !important;
		text-align: center;
	}
	.error404 .mainCont {
		width: 100%;
	}
	.error404 footer {
		margin-left: 0;
	}
	.error404 .check {
		width: 540px;
		margin: 0 auto;
	}
	.error404 .mainCont {
		padding-left: 0px;
	}
	#pageNotFound h2 {
		color: #f43c34;
		font-size: 3.4em;
		line-height: 3.4rem;
	}
	#pageNotFound .contTtl {
		margin-bottom: 20px;
		margin-top: 20px;
		padding: 10px 0;
	}
	#pageNotFound h2 span {
		font-size: 1.6rem;
	}
	#pageNotFound .check p {
		width: 540px;
		margin: 0 18px;
		margin-bottom: 20px;
		text-align: left;
		font-weight: normal;
		font-size: 1.4rem;
	}
	#pageNotFound .check .reason {
		background: #ececec;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 15px 0 0;
		margin-bottom: 20px;
	}
	#pageNotFound .check .reason i {
		font-style: normal;
	}
}
@media screen and (max-width:768px) {
	.error404 .mainCont {
		width: 100%;
		background: none;
		border-bottom: 1px solid #ddd;
	}
	#top .contTtl, #subtop .contTtl {
		width: auto;
		margin: 0 auto;
	}
	.error404 .front {
		width: 100%;
		max-width: initial;
		margin: 0 auto;
		min-width: initial;
	}
	.error404 #top .contTxt.right {
		width: 100%;
		text-align: left
	}
	.error404 .contTtl {
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.error404 footer {
		padding-left: 0px;
		border-top: 1px solid #fff;
		background: #f5f5f5;
		margin-left: 0;
	}
	.error404 #pageNotFound .contTtl {
		margin: 32px 18px;
	}
	.error404 #copyright p {
		text-align: left;
		margin: 0 18px;
	}
	.error404 #top {
		height: auto;
	}
	#pageNotFound .check {
		width: auto;
		margin: 0 18px;
		margin-bottom: 20px;
		text-align: left;
		font-weight: normal;
		font-size: 1.4rem;
	}
	#pageNotFound .check p {
		margin: 0;
		margin-bottom: 20px;
		text-align: left;
		font-weight: normal;
		font-size: 1.4rem;
	}
	#pageNotFound h2 span {
		font-size: 1.6rem;
	}
	#pageNotFound .check .reason i {
		font-style: normal;
		text-decoration: none;
		border-bottom: 1px solid #666;
		padding-bottom: 0.03rem;
	}
}
.updateDescription {
  background: #ffce00;
}
.alert {
  border: 1px solid #f43c34;
  color: #f43c34;
  display: inline-block;
  background: #fff;
  font-weight: bold;
  padding: 0 5px;
}
.migration {
	border: 2px solid red;
  background: #fff;
  padding: 10px;
}
strong {
  font-weight: bold;
}
.alertInfo {
  margin: 20px 30px;
  padding: 20px;
  background: #eee;
}
.alertInfo h4 {
  color: #f43c34;
  font-size: 1.6rem;
}
.contTxt .corpWrap p span {
  font-weight: normal;
  margin-left: 5px;
}
.corpDtl {
  width: 100%;
}
.corpDtl .left {
  width: 90%;
}
.corpDtl .right {
  width: 10%;
}
.corpDtl .left p {
  text-align: left !important;
  border-right: 1px solid #ccc;
  padding: 5px;
}
.corpDtl .right p {
  padding: 5px;
}
.updated p {
  text-decoration: line-through!important;
}
.advis p {
  color : #717677;
  font-size: 1.2rem;
}
.notes {
  padding: 40px;
  border: 2px solid #f43c34;
}
.provisions .txtright p {
  color: #808080;
}
#ratesExplained table {
  margin: 0;
}
#form .contTxt {
  padding-bottom: 10px;
}
#form .inner {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
a.login {
  color: #37aebf;
}
dd.news:hover, #faq a.application:hover, a.login:hover {
  color: #f43c34;
  cursor: pointer;
}
#const_name {
  width : 425px;
}
.ex {
  color: #777;
  font-size: 1.5rem;
}
#refine h3{
	display: inline-block;
}
