@charset "utf-8";
/* common */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

strong {
	font-weight: normal;
}

body {
	background: url(../common/body_bg.gif) repeat-x top;
	text-align: center;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, "ヒラギノ角ゴ Pro W3";
}

html>
/**/

body {
	font-size: 16px;
}

.clear {
	display: inline-block;
	clear: both;
}

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

* html .clear {
	height: 1%;
}

.clear {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a:link, a:visited {
	color: #0066CC;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0066CC;
	text-decoration: none;
}

/* base-layout */

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(../common/wrapper_bg.jpg) repeat-x left 130px #FFFFFF;
	text-align: left;
}

#header {
	position: relative;
	width: 902px;
	height: 130px;
	margin: 0 0 0 -2px;
	background: url(../common/header_line.jpg) no-repeat bottom;
	/display: inline;
	/zoom: 1;
}

#header.oem {
	background: url(../common/header_line_oem.jpg) no-repeat bottom;
}

#header.stocks {
	background: url(../common/header_line_stocks.jpg) no-repeat bottom;
}

#header h1, #header .h1 {
	position: absolute;
	left: 230px;
	top: 12px;
	width: 220px;
	font-size: 70%;
	line-height: 1.2em;
	font-weight: normal;
}

#header h1 a, #header .h1 a {
	color: #333333;
	text-decoration: none;
}

#header div.logo {
	position: absolute;
	left: 2px;
	top: 7px;
	width: 217px;
}

#header ul.gnav {
	position: absolute;
	left: 0;
	top: 81px;
}

#header ul.gnav li {
	float: left;
	list-style: none;
}

#header ul.gnav02 {
	position: absolute;
	left: 530px;
	top: 95px;
}

#header ul.gnav02 li {
	float: left;
	margin: 0 3px 0 0;
	list-style: none;
}

#header ul.inquiry {
	position: absolute;
	left: 466px;
	top: 10px;
	width: 435px;
	background: #d9e8eb;
}

#header ul.inquiry li {
	float: left;
	list-style: none;
}

#header ul.inquiry li.btn {
	padding: 10px 0 0 0;
}

#header ul.inquiry li.btn:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#pankuzu {
	margin: 17px 10px 10px 12px
}

#pankuzu li {
	float: left;
	margin: 0 7px 0 0;
	list-style: none;
	font-size: 70%;
	line-height: 1.1em;
}

#nav {
	float: left;
	width: 210px;
	margin: 0 0 50px 10px;
	/display: inline;
	/zoom: 1;
}

#main {
	float: right;
	width: 650px;
	margin: 0 10px 0 0;
	display: inline;
	zoom: 1;
}

#footer {
	clear: both;
	background: url(../common/footer_line.gif) repeat-x 0 36px;
}

#footer div.goTop {
	margin: 0 2px 0 0;
	text-align: right;
}

#footer address {
	float: right;
	padding: 6px 0 0 0;
	text-align: right;
}

#footer ul {
	padding: 10px 0 10px 0;
}

#footer li {
	display: inline;
	list-style: none;
	line-height: 1.6em;
	white-space: nowrap;
	font-size: 70%;
}

#footer a, #footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #666666;
	text-decoration: underline;
}

/* utility */

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb50 {
	margin-bottom: 50px;
}

/* common---------------------------------------- */

/* 見出し */

.top_ttl {
	width: 650px;
	display: block;
	box-sizing: border-box;
	background-image: url(../common/bg_top_ttl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 110%;
	font-style: normal;
	font-weight: bolder;
	color: #38280F;
	font-family: 'Noto Sans TC', sans-serif;
}
.form .top_ttl {
	margin-bottom: 20px;
}
.top_ttl span {
	display: block;
	padding: 4px 70px 10px 10px;
	text-shadow: 2px 2px 3px #E5DBCF;
	transform: rotate(0.05deg);
}

.ttl_01 {
	/* リボンの見出し */
	margin-bottom: 10px;
	box-sizing: border-box;
	background-image: url(../common/bg_ttl_01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}

.ttl_01 span {
	display: block;
	padding: 0 0 4px 15px;
	color: #221814;
	font-weight: bolder;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
}