@charset "UTF-8";

#menu { display: none; }
#header {
	background: #fff;
	position: relative;
	z-index: 100;
  padding: 8px 0 0;
}
#header h1 {
	padding: 14px 0;
	width: 292px;
	height: auto;
  /* text-align: center; */
}
#header h1 img {
	width: 100%;
	height: auto;
}
#header .fontSize {
	width: 160px;
	position: absolute;
	top: 15px;
  left: 440px;
}
#header .fontSize p {
	margin: 5px 10px 0 0;
	font-size: 12px;
	float: left;
}
#header .fontSize li {
	margin-left: 10px;
	width: 26px;
	height: 26px;
	float: left;
	color: #333;
	text-align: center;
	line-height: 26px;
	background: #fff;
	border: 2px solid #0a0a0a;
	cursor: pointer;
}
#header .fontSize li.cr {
	color: #fff;
	background: #26876d;
	border: 2px solid  #26876d;
}
#header .fontSize li.middle { font-size: 14px; }
#header .fontSize li.large { font-size: 16px; }
#header .gheader .search {
	position: absolute;
	top: 13px;
  right: 186px;
}
#header .gheader .search input[type=text] {
	padding: 0 !important;
	height: 30px !important;
	border: 2px solid #222 !important;
	vertical-align: bottom !important;
	position: relative !important;
	right: -7px !important;
	border-radius: 0;
	-webkit-appearance: none;
}
*:first-child + html #header .gheader .search input[type=text] {
	top: 1px !important;
}
#header .gheader .search input[type=image] {
	padding: 8px !important;
	background: #222 !important;
	border: 2px solid #222 !important;
	vertical-align: bottom !important;
	border-radius: 0;
	-webkit-appearance: none;
}
#header .contact {
	position: absolute;
	top: 0;
  right: 0;
}
#header .contact a {
  padding: 0 25px 0 32px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 56px;
  background: #26876d;
  position: relative;
  font-size: 18px;
}
#header .contact a::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 25px;
  background-image: url(../img/ico_speechballoon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: 0 0 0 8px;
}
#header .contact a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#header #gnav {
	background: #333;
  /* padding: 10px; */
  margin: 5px 0 0;
}
#header #gnav .gmenu {
	float: left;
  font-size: 16px;
}
#header #gnav .gmenu > a {
	padding: 15px 19.5px;
	display: inline-block;
}
#header #gnav .gmenu > a,
#header #gnav .gmenu > a:link,
#header #gnav .gmenu > a:visited{
	color: #fff;
	text-decoration: none;
}
#header #gnav .gmenu > a:hover {
	background: #707070;
}
.mMenu {
	display: none;
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 100;
}
#header #gnav li:hover > .mMenu {
	display: block;
}

.mMenu .gnavMenu {
	position: absolute;
	z-index: 100;
	top: 5px;
	display: none;
}
.gnavMenu .tail {
	position: absolute;
	top: -14px;
}
.gnavMenu.trader .tail { padding: 0 100px; left: 17px; }
.gnavMenu.user .tail { padding: 0 100px; left: 157px; }
.gnavMenu.obligor .tail { padding: 0 100px; left: 307px; }
.gnavMenu {
	width: 992px;
	padding: 10px;
	background: #fff;
	border-width: 4px;
	border-style: solid;
}
.gnavMenu.trader { border-color: #127ccd; }
.gnavMenu.user { border-color: #26876d; }
.gnavMenu.obligor { border-color: #e15a26; }
.gnavMenu.trader .box { background: #e3f3ff; }
.gnavMenu.user .box { background: #e2fbf4; }
.gnavMenu.obligor .box { background: #ffece5; }
.gnavMenu .box {
	padding: 10px 15px;
	width: 560px;
	float: left;
	background: #f9f9f9;
}
.gnavMenu.user .box {
	width: 520px;
}
.gnavMenu h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	line-height: 22px;
}
.gnavMenu .systempage {
	margin-bottom: 10px;
	display: inline-block;
	line-height: 22px;
	font-weight: bold;
}
.gnavMenu.trader h2,
.gnavMenu.trader .systempage { color: #127ccd; }
.gnavMenu.user h2,
.gnavMenu.user .systempage { color: #26876d; }
.gnavMenu.obligor h2,
.gnavMenu.obligor .systempage { color: #e15a26; }
.gnavMenu a {
	color: #111;
}
.gnavMenu.trader .box ul,
.gnavMenu.obligor .box ul {
	width: 280px;
	float: left;
}
.gnavMenu.user .box .ico {
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: left top;
}
.gnavMenu.user .box a {
	font-size: 16px;
	font-weight: bold;
}
.gnavMenu.user .recycle { background-image: url(../img/ico_recycle_s.png); }
.gnavMenu.user .repair { background-image: url(../img/ico_repair_s.png); }
.gnavMenu.user .invoice { background-image: url(../img/ico_invoice_s.png); }
.gnavMenu.user .box li ul a {
	font-size: 14px;
	font-weight: normal;
}
.gnavMenu .subMenu {
	margin: 10px 0 0 25px;
	width: 370px;
	float: left;
}
.gnavMenu .subMenu > li {
	margin-bottom: 10px;
}
.gnavMenu .subMenu a {
	font-size: 16px;
	font-weight: bold;
}
.gnavMenu .subMenu .ico {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left top;
}
.gnavMenu .subMenu .beginner { background-image: url(../img/ico_beginner.png); }
.gnavMenu .subMenu .maintenance { background-image: url(../img/ico_calendar.png); min-height: 26px; }
.gnavMenu .subMenu .search { background-image: url(../img/ico_search_green.png); }
.gnavMenu .subMenu li ul a {
	font-size: 14px;
	font-weight: normal;
}

.systemStatus {
	line-height: 1.5;
}
*:first-child + html .systemStatus {
	zoom: 1;
}
.systemStatus h2 {
	padding: 15px 15px 15px 40px;
	color: #fff;
	background: #26876d url(../img/ico_system_status.png) no-repeat 15px center;
}
.systemStatus .status {
	padding: 10px 15px;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
.systemStatus .status {
	font-size: 12px;
}
.systemStatus .status span {
	width: 130px;
	height: 19px;
	font-size: 14px;
	line-height: 19px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	background: #e8f7f5;
	color: #26876d;
}
.systemStatus .status span.off {
	background: #fae7ea;
	color: #cd1231;
}
.systemStatus .box {
	margin-top: 10px;
	background: #f7f7f7;
}
*:first-child + html .systemStatus .box {
	zoom: 1;
}
.systemStatus .maintenance p {
	padding: 10px 10px 10px 50px;
	color: #cb3146;
	font-weight: bold;
	background: url(../img/ico_calendar.png) no-repeat 10px center;
}
.systemStatus dl + dl {
	border-top: 1px dotted #cfcfcf;
}
.systemStatus dl {
	padding: 10px;
	color: #cd3146;
}
.systemStatus dt {
	font-size: 12px;
}
.systemStatus dd a {
	color: #cd3146;
}

#footer {
	padding-bottom: 25px;
	min-height: 38px;
	background: #222;
}
.footerMenu {
	padding-top: 35px;
	font-size: 13px;
	background: #fff;
	border-top: 1px solid #cacaca;
}
.footerMenu .col {
	padding-bottom: 10px;
	width: 270px;
	float: left;
}
.footerMenu .global {
	width: 450px;
	font-size: 14px;
}
.footerMenu .global .name,
.footerMenu .global .tel,
.footerMenu .global .address {
	padding-left: 20px;
}
.footerMenu h2,
.footerMenu h3 { font-weight: bold; }
.footerMenu .trader h2,
.footerMenu .trader h3 { color: #127ccd; }
.footerMenu .user h2,
.footerMenu .user h3 { color: #069131; }
.footerMenu .obligor h2,
.footerMenu .obligor h3 { color: #e15a26; }
.footerMenu a {
	color: #333;
	line-height: 2.2;
}
.footerMenu .trader .nav,
.footerMenu .trader h3,
.footerMenu .user .nav,
.footerMenu .user h3 {
	margin-left: 20px;
}
.footerMenu h2 {
	font-size: 20px;
}
.footerMenu h3 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 16px;
}
.footerMenu .card {
	margin-bottom: 20px;
}
.footerMenu em {
	display: block;
	font-weight: bold;
}
.footerMenu .name {
	font-size: 13px;
}
.footerMenu .tel {
	font-size: 15px;
}
.footerMenu .date {
	font-size: 12px;
}
.footerMenu .address {
	font-size: 13px;
}
.footerMenu .renew {
	width: 281px;
	height: 37px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/footer_renew_bg.png) no-repeat center center;
}
.footerMenu .renew p {
	position: absolute;
	top: 8px;
	left: 38px;
	font-size: 12px;
	font-weight: bold;
}
.footerMenu .renew a {
	font-size: 14px;
}
.footerMenu h1 img {
	width: 292px;
	height: auto;
}
.footer	 {
	height: 62px;
}
.footerGlobal .nav {
	margin-top: 26px;
	width: 480px;
	float: left;
}
.footerGlobal .nav li {
	float: left;
}
.footerGlobal .nav a {
	margin-right: 60px;
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}
.footerGlobal .copy {
	position: absolute;
	top: 20px;
	right: 80px;
	font-size: 10px;
	color: #fff;
}
.footerGlobal .pagetop {
	width: 62px;
	height: 62px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	text-align: center;
	background: #7f7f7f url(../img/pagetop.png) no-repeat center center;
	cursor: pointer;
}
.footerGlobal .pagetop:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#footer .contact {
  margin: 8px 0 0;
}
#footer .contact a {
  padding: 0 20px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 56px;
  background: #26876d;
  position: relative;
  font-size: 16px;
}
#footer .contact a::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 25px;
  background-image: url(../img/ico_speechballoon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: 0 0 0 8px;
}



@media screen and (max-width: 736px){
	* {
		-webkit-appearance: none;
	}
	#menu {
		margin: 0;
		padding: 0;
		width: 44px;
		height: 44px;
		overflow: hidden;
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		background-image: url(../img/menu.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 44px 88px;
		border-radius: 0;
		-webkit-appearance: none;
		z-index: 9999;
	}
	#menu:checked {
		background-position: 0 -44px;
	}
	#header .search, #header #gnav { display: none; }
	#menu:checked ~ .gheader .search,
	#menu:checked ~ .gheader ~ #gnav { display: block; }
	.menu img {
		position: absolute;
		top: 0;
		left: 0;
	}
	#header h1 {
		padding: 5px 10px;
		width: 100%;
		height: 44px;
		border-bottom: 1px solid #000;
		box-sizing: border-box;
	}
	#header h1 img {
		width: 207px;
		height: 23px;
	}

	.fontSize {
		display: none;
	}

	#header .gheader .search {
		padding: 10px;
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
		box-sizing: border-box;
	}
	#header .gheader .search input[type=text] {
		width: 85%;
	}

	.contact {
		display: none;
	}

	#header #gnav .gmenu {
		float: none;
	}
	#header #gnav .gmenu h2 {
		display: none;
	}
	#header #gnav .gmenu,
	#header #gnav .gmenu li {
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	#header #gnav .gmenu li {
		padding: 10px;
	}
	#header #gnav .gmenu li a {
		width: 80%;
		color: #fff;
		text-decoration: none;
		display: inline-block;
		vertical-align: top;
	}

	#header .mMenu {
		display: block;
		position: relative;
		top: auto;
		left: auto;
	}
	#header .gnavMenu.trader .tail,
	#header .gnavMenu.user .tail,
	#header .gnavMenu.obligor .tail,
	#header .gnavMenu.trader .systempage,
	#header .gnavMenu.user .systempage,
	#header .gnavMenu.obligor .systempage { display: none; }

	#header .gnavMenu,
	#header .gnavMenu .box,
	#header .gnavMenu .subMenu {
		margin: 0;
		padding: 0;
		width: 100%;
		border: none;
	}
	#header .gnavMenu.trader .box ul,
	#header .gnavMenu.obligor .box ul {
		width: 100%;
		float: none;
	}
	#header .gnavMenu.trader, .gnavMenu.trader .box { background: #127ccd; }
	#header .gnavMenu.user, .gnavMenu.user .box { background: #26876d; }
	#header .gnavMenu.obligor, .gnavMenu.obligor .box { background: #e15a26; }
	#header .gnavMenu .subMenu .beginner { padding-left: 0; background-image: none; }
	#header .gnavMenu .subMenu .maintenance { padding-left: 0; background-image: none; }
	#header .gnavMenu .subMenu .search { padding-left: 0; background-image: none; }
	#header .gnavMenu.user .box { width: 100%; }
	#header .gnavMenu.user .box .ico { padding-left: 0; }
	#header .gnavMenu.user .recycle { background-image: none; }
	#header .gnavMenu.user .repair { background-image: none; }
	#header .gnavMenu.user .invoice { background-image: none; }

	#header .gnavMenu .subMenu a,
	#header .gnavMenu.user .box a {
		font-size: 14px;
		font-weight: normal;
	}
	#header .gnavMenu.user .box a + ul {
		display: none;
	}
	#header .gnavMenu .subMenu ul {
		display: none;
	}
	#header .gnavMenu .subMenu li {
		margin: 0;
	}

	.systemStatus .maintenance + .box {
		padding-top: 0;
	}

	#footer .footerMenu {
		padding: 0 10px;
		box-sizing: border-box;
	}
	#footer h1 img {
		width: 207px;
		height: 23px;
	}
	#footer .global {
		width: 100%;
		float: none;
	}
	#footer .trader,
	#footer .user { display: none; }
	#footer .renew {
		position: relative;
		right: auto;
		bottom: auto;
	}
	.footerGlobal {
		height: auto;
	}
	.footerGlobal .pagetop {
		width: 62px;
		height: 62px;
	}
	#footer .nav {
		margin-top: 0;
		padding: 10px;
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
	#footer .nav li {
		float: none;
	}
	#footer .nav li a {
		display: inline-block;
	}
	.footerGlobal .copy {
		padding: 10px;
		position: relative;
		top: auto;
		right: auto;
		background: #4b4b4b;
	}
  #header {
    padding: 0;
  }
  #footer .contact {
		display: block;
	}
  #footer .contact a {
    padding: 0 4%;
    font-size: 100%;
    line-height: 50px;
  }
}