@charset "utf-8";

/*--- header ---*/

header {
	height: 60px;
	background-color: #fff;
	border-bottom: solid 1px #CCCCCC;
	position: relative;
	z-index: 100;
	padding-top:8px;
}

header .inner {
	max-width: 640px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
header .inner .logo {
	width: 177px;
	height: 42px;
}
header .inner .logo a {
	display: block;
	width: 177px;
	height: 42px;
}

header .inner .logo h1 {
	text-indent: -9999px;
	background: url(../img/common/logo-drecom.png) no-repeat;
	background-size: contain;
	padding: 0;
	display: block;
	width: 177px;
	height: 42px;
}

header .inner .logo img {
	width: 100%;
	height: 100%;
}
@media (max-width: 640px){
header {
	height: 42px;
	padding-top: 5px;
}
header .inner {
	padding: 0 10px;
}
header .inner .logo {
	width: 126px;
	height: 30px;
}
header .inner .logo a {
	width: 126px;
	height: 30px;
}
header .inner .logo h1 {
	width: 126px;
	height: 30px;
}
}


/*---- Bridge Link ---*/

.product-select {
	width: 260px;
}

.product-select > select {
	background-color: #fff;
	background-image: url(../img/common/icon-point-down.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px;
	border: solid 1px #ccc;
	border-radius: 2px;
	margin-top: 1px;
	padding: 0 25px 0 8px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
}

@media (max-width: 640px) {
.product-select {
	width: 46%;
}
.product-select > select {
	border: solid 1px #ccc;
	border-radius: 2px;
	margin-top: 2px;
	padding: 0 25px 0 5px;
	width: 100%;
	height: 27px;
}
}

@media (max-width: 400px) {
.product-select {
	width: 50%;
}
}

.product-select option[disabled="disabled"] {
	background: #eee;
}


/*--- footer ---*/

footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	background: #212121;
	padding: 10px 10px 8px;
	line-height: 1.6;
}
footer .inner {
	max-width:740px;
}
footer .inner .copyright {
	text-align: center;
	color: #fff;
}

/*---- Return Page Top ---*/

.page-top {
	position: fixed;
	bottom: 30px;
	right: 50px;
	z-index: 3;
}
.page-top a {
	background-color: rgba(0,0,0,0.5);
	background-image: url(../img/common/icon-arrow-up.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.page-top a:hover {
	background-color: rgba(0,0,0,0.3);
}

@media (max-width:640px) {
.page-top {
	bottom: 30px;
	right: 20px;
}
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}


/*--- title ---*/

h1 {
	padding: 30px 0 0;
	font-weight: bold;
}
@media (max-width: 640px) {
h1 {
	padding: 10px 10px 0;
}
}

.main-tab {
	margin-top: 20px;
	display: flex;
}
.main-tab li {
	width: 50%;
}
.main-tab li a {
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
	margin-top: 10px;
	background: #645c60;
	color: #fff;
	padding-top: 19px;

}
.main-tab li a.current {
	height: 60px;
	margin-top: 0;
	background: #fff;
	color: #222;
	padding-top: 24px;
	pointer-events: none;
	border: solid #ccc;
	border-width: 1px 1px 0 1px;
}
.main-tab li a:hover {
	opacity: 0.9;
}

a.faq-tab {
	border-radius: 6px 0px 0px 0px;
	border-right: none;
}
a.inquiry-tab {
	border-radius: 0px 6px 0px 0px;
	border-left: none;
}
a.faq-tab.current,
a.inquiry-tab.current {
	border-radius: 6px 6px 0px 0px;
}

.main-tab li a span {
	padding-left: 34px;
	position: relative;
}
.main-tab li a span:before {
	content: "";
	left: 0;
	top: -3px;
	width: 26px;
	height: 20px;
	position: absolute;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 26px 20px;
}
a.faq-tab span:before {
	background-image: url(../img/common/icon-faq-w.png);
}
a.faq-tab.current span:before {
	background-image: url(../img/common/icon-faq-g.png);
}
a.inquiry-tab span:before {
	background-image: url(../img/common/icon-inquiry-w.png);
}
a.inquiry-tab.current span:before {
	background-image: url(../img/common/icon-inquiry-g.png);
}

@media (max-width:640px) {
.main-tab { margin-top: 8px; }
.main-tab li a {
	font-size: 14px;
}
.main-tab li a {
	border-radius: 0;
}
.main-tab li a.current {
	border-radius: 0;
}
.main-tab li a {
	height: 35px;
	margin-top: 5px;
	padding-top: 12px;
}
.main-tab li a.current {
	height: 40px;
	margin-top: 0;
	padding-top: 14px;
}
.main-tab li a span {
	padding-left: 24px;
}
.main-tab li a span:before {
	top: -1px;
	width: 18px;
	height: 14px;
	background-size: 18px 14px;
}
}

.content {
	background: #fff;
	margin: 0px auto 20px;
	padding: 20px 15px;
	overflow: hidden;
	border: solid #ccc;
	border-width: 0 1px 1px 1px;
}
.content.notabs {
	border-width: 1px;
	margin-top: 20px;
}

h2 {
	padding: 3px 0 0 12px;
	font-weight: bold;
	border-left: solid 4px #53bf49;
}
.txt {
	padding:15px 10px 0;
}

@media (max-width:640px) {
h2 {
	padding: 3px 0 3px 10px;
}
.txt {
	padding: 10px 0 0;
}
}