@charset "UTF-8";


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

html {
	overflow-y: scroll;
}


#spLinkBlockInPc {
   display:none;
}


/*◆ 全体・背景　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
body {
	background-color: #222222;
	margin: 0;
	padding: 0;
	text-align: center; /* for IE5* */
}

/*◆ トップページの大枠　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.e-index {
	width: 838px;
	margin: 0 auto;
	border: solid 1px #383531;
	background-color: #000000;
}

#e-mainframe-N {
	width: 838px;
	margin: 0 auto;
	border: solid 1px #383531;
	background-color: #000000;
	margin-top: 50px;
}

/*◆　第二階層以降の大枠　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#mainframe {
	width: 838px;
	margin: 0 auto;
	border: solid 1px #383531;
	background-color: #000000;
}

/*◆　ヘッダー　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#hd {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	width: 838px;
	height: 66px;
	float: right;
}

#e-hd-N {
	background-image: url(../img/top-1.gif);
	background-repeat: no-repeat;
	width: 838px;
	height: 119px;
}

h1 {
	position: absolute;
	width: 0;
	height: 0;
	overflow:hidden;
}

/*ヘッダー右上ボタン枠*/
#e-hdmenu{
	width: 266px;
	border: 0;
	text-align:left;
	margin-top: 14px;
	margin-right: 10px;
}

/*ENGLISHボタン*/
#btn1 {
	background-image: url(../img/japanese_b.jpg);
	background-repeat: no-repeat;
	width: 63px;
	height: 11px;
	padding-right: 23px;
}

/*SITEMAPボタン*/
#btn2 {
	background-image: url(../img/sitemap_b.jpg);
	background-repeat: no-repeat;
	width: 64px;
	height: 11px;
	padding-right: 17px;
}

/*PRIVACYボタン*/
#btn3 {
	background-image: url(../img/privacy_b.jpg);
	background-repeat: no-repeat;
	width: 99px;
	height: 11px;
	background-position: right;
	text-align: right;
}



/*PC版切り替え*/



a.button {
  position: relative;
	display: inline-block;
	width: 120px;
	height: 30px;
	background-color: #333333;
	background-image: -webkit-linear-gradient(top, #555555, #222222);
	background-image: linear-gradient(to bottom, #555555,#222222);
	box-shadow: inset 1px 1px 0 #666666;
	border-bottom: 2px solid #444444;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	margin-top:10px;
	margin-right:220px;
	outline: none;
	font-weight:600;
	
}
a.button:before {
	height: 30px;
	
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px 0px #444444;
}

a.button:before,
a.button:after {
	position: absolute;
	bottom: -1px;
	left: -1px;
	z-index: -1;
	display: block;
	content: '';
	width: 120px;
	height: 30px;
	border: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-radius: 4px;
}


/*◆　パンくず　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#pkz {
	text-align: right;
	margin-right: 200px;
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #858585;
	letter-spacing: 0.1em;
}

#pkz2 {
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #858585;
	letter-spacing: 0.1em;
}

/*◆　コンテンツ部大枠　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#e-image-N {
	width: 838px;
	height:335px;
	margin-top: 0px;
	background-image: url(../img/top-2.gif);
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

#main {
	margin-top: 0px;
	margin-bottom: 15px;
}

#maintable {
	width: 838px;
	border: 0;
	text-align: left;
}

img {
	border: none;
}

/*◆　コンテンツ部メニュー欄　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#menu {
	width: 142px;
	vertical-align: top;
	margin-left: 0px;
}

#e-menu-N {
	height: 28px;
	width: 838px;
	border-bottom: solid 1px #383531;
	margin: 0px 0px 0px 0px;
}

#menu2-N {
	background-image: url(../img/top-mn2_b.gif);
	background-repeat:no-repeat;
	height: 26px;
	padding-bottom: 2px;
	float: left;
	margin-right: 2px;
}

#menu3-N {
	background-image: url(../img/top-mn3_b.gif);
	background-repeat:no-repeat;
	height: 26px;
	padding-bottom: 2px;
	float: left;
	margin-right: 2px;
}

#menu4-N {
	background-image: url(../img/top-mn4_b.gif);
	background-repeat:no-repeat;
	height: 26px;
	padding-bottom: 2px;
	float: left;
	margin-right: 2px;
}

#menu5-N {
	background-image: url(../img/top-mn5_b.gif);
	background-repeat:no-repeat;
	height: 26px;
	padding-bottom: 2px;
	float: left;
	margin-right: 2px;
}

#menu6-N {
	background-image: url(../img/top-mn6_b.gif);
	background-repeat:no-repeat;
	height: 26px;
	padding-bottom: 2px;
	float: left;
	margin-right: 2px;
}

#menu7-N {
	background-image: url(../img/top-mn7_b.gif);
	background-repeat:no-repeat;
	height: 26px;
	padding-bottom: 2px;
	float: left;
	margin-right: 2px;
}

#menu8-N {
	background-image: url(../img/top-mn8_b.gif);
	background-repeat:no-repeat;
	height: 26px;
	padding-bottom: 2px;
	float: left;
	margin-right: 0px;
}

a:hover img {
	opacity: 0.1;
	filter: alpha(opacity=10);
}

#mn1 {
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(../img/mn1_b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 22px;
}

#mn2 {
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(../img/mn2_b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 22px;
}

#mn3 {
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(../img/mn3_b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 22px;
}

#mn4 {
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(../img/mn4_b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 22px;
}

#mn5 {
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(../img/mn5_b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 22px;
}

#mn6 {
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(../img/mn6_b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 22px;
}

.mn6b-1 {
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(img/mn6b-1b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 22px;
}
.mn6b-2 {
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(../img/mn6b-2b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 22px;
}
.mn6b-3 {
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(../img/mn6b-3b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 22px;
}
.mn6b-4 {
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(../img/mn6b-4b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 22px;
}
.mn6b-5 {
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(../img/mn6b-5b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 22px;
}
.mn6b-6 {
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(../img/mn6b-6b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 22px;
}

#mn7 {
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(../img/mn7_b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 22px;
}

#mn8 {
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(../img/mn8_b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 32px;
	border-bottom-color: #70643C;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#mn9 {
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-image: url(../img/mn9_b.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 22px;
}

/*◆　コンテンツ部イメージ欄　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#image {
	width: 200px;
	margin-top: 0px;
	vertical-align: top;
	margin-right: 10px;
	text-align: center;
}

/*◆　コンテンツ部内容欄　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#content {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #65615A;
	width: 494px;
	border: solid 1px #383531;
	margin: 0px;
	vertical-align: top;
	padding: 0px;
}

/*recruitページ用*/
#content-rct {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#FFFBEB;
	width: 494px;
	margin: 0px;
	vertical-align: top;
	padding: 0px;
}

/*PRIVACY及びSITEMAPページ用*/
#content2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #65615A;
	width: 684px;
	border: solid 1px #383531;
	margin-top: 0px;
	margin-right: 10px;
	vertical-align: top;
}

/*タイトル帯*/
h2 {
	text-indent: -5000px;
	font-size: 2px;
	margin-top: 0px;
}

/*タイトル帯下の日本語タイトル*/
h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #EFEFEF;
	padding-bottom: 4px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 6px;
	margin-left: 30px;
	letter-spacing: 0.1em;
}
/*タイトル帯下の日本語タイトル＜採用情報＞*/
h5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #FF8C00;
	padding-bottom: 4px;
	text-align: justify;
	font-weight: bold;
	margin-bottom: 6px;
	margin-left: 30px;
	letter-spacing: 0.1em;
}

#ttl2 {
	background-image: url(../img/ttl_2.gif);
	height: 38px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}

#ttl3 {
	background-image: url(../img/ttl_3.gif);
	height: 38px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}

#ttl4 {
	background-image: url(../img/ttl_4.gif);
	height: 38px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}

#ttl5 {
	background-image: url(../img/ttl_5.gif);
	height: 38px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}
#ttl6 {
	background-image: url(../img/ttl_6.gif);
	height: 38px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}

#ttl7 {
	background-image: url(../img/ttl_7.gif);
	height: 38px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}

#ttl8 {
	background-image: url(../img/ttl_8.gif);
	height: 38px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}

#ttl9 {
	background-image: url(../img/ttl_9.gif);
	height: 38px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}

#ttl10 {
	background-image: url(../img/ttl_10.gif);
	height: 38px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	margin-right: 0px;
}

/*印刷用PDFへの案内*/
#pdf {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	color: #65615A;
	text-align: right;
	padding-top: 10px;
}

/*◆　NEWS／お知らせ　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.data {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-weight: bold;
	color: #B79D6E;
	letter-spacing: 0.1em;
	width: 90px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	border-top: solid 1px #444444;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	line-height: 150%;
}

.info {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	line-height: 155%;
	color: #B0B0B0;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-bottom: 4px;
	border-top: solid 1px #444444;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}

.info2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	line-height: 135%;
	color: #B0B0B0;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-bottom: 15px;
	border-top: solid 1px #666666;
	text-align: left;
}
.info2-a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	line-height: 155%;
	color: #533010;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-bottom: 15px;
	border-top: solid 1px #FF8C00;
	text-align: left;
	background-image: url(../img/bg2.jpg);
	background-repeat: repeat-x;
}
.info2-b {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	line-height: 155%;
	color: #858585;
	letter-spacing: 0.1em;
	padding-bottom: 15px;
	text-align: left;
}
.info2-c {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	line-height: 155%;
	color: #542803;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-bottom: 15px;
	border-top: dotted 1px #80510E;
	text-align: left;
}
/*◆　CONCEPT／企業理念　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#c-copy {
	font-size: 18px;
	margin-top: 0px;
	height: 27px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	color: #B0B0B0;
	font-weight: bold;
}

.arrow {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-left: 38px;*/
}

.flow-R {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.flow-text1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #B79D6E;
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
}

.flow-text2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #B0B0B0;
	letter-spacing: 0.1em;
	vertical-align: top;
	text-align: left;
	margin-top: 5px;
	font-weight: bolder;
}

.flow-text3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #858585;
	letter-spacing: 0.1em;
	vertical-align: top;
	border-top: solid 1px #444444;
	margin-top: 7px;
	padding-top: 7px;
	line-height: 155%;
}

.flow-text4 {
	background-color: #484848;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	color: #C4C4C4;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.flow-text5 {
	background-color: #484848;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9px;
	color: #C4C4C4;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 20px;
	letter-spacing: 0.1em;
}

.flowimg {
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

/*◆　COMPANY／会社概要　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#outline {
	width: 434px;
	border: 0;
	margin-left: 50px;
	margin-bottom: 10px;
	text-align: left;
}

.bold {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #B79D6E;
	letter-spacing: 0.1em;
	font-weight: 400;
	width: 100px;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 4px;
	border-top: solid 1px #444444;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
.thin {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	line-height: 160%;
	color: #B0B0B0;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-bottom: 11px;
	border-top: solid 1px #444444;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
}
.com1-0 {
	list-style-type: none;
}
.com1 {
	list-style-type: none;
	border-top: dotted #333333 1px;
}
.com2 {
	text-align: right;
	list-style-type: none;
	font-weight: normal;
	font-size: smaller;
	margin: 0px 10px 5px 0px;
}
.e-prof0 {
	margin-bottom: 1px;
	list-style-type: none;
	font-size: 13px;
	color: #B79D6E;
	font-weight: 500;
	margin-left: 5px;
}
.e-prof0 em {
	font-size: 9px;
	color: #B0B0B0;
}

.e-prof1 {
	list-style-type: none;
	line-height: 130%;
	margin-left: 15px;
	margin-bottom: 6px;
}
.e-prof-image {
	list-style-type: none;
	line-height: 130%;
	margin-left: 15px;
}

.e-prof1b {
	list-style-type: none;
	padding-bottom: 5px;
	line-height: 130%;
	margin-left: 15px;
}

.e-prof2 {
	margin-bottom: 7px;
	list-style-type: none;
	font-size: 11px;
	padding-left: 12px;
	list-style-position: inherit;
}

.e-prof-ttl {
	background-image: url(../img/prof-ttl.gif);
	color: #000000;
	font-weight: 400;
	font-size: 10px;
	padding-left: 5px;
	list-style-type: none;
	margin-bottom: 5px;
}

.e-prof3 {
	margin-bottom: 1px;
	list-style-type: none;
	font-weight: bold;
	font-size: 11px;
	margin-left: 5px;
}

.e-prof4 {
	list-style-type: none;
	margin-left: 15px;
	margin-bottom: 8px;
}
.e-prof4 img {
	padding-right: 6px;
	padding-bottom: 4px;
}

.e-line2 {
	list-style-type: none;
	text-indent: -9999px;
	border-top: solid 1px #383531;
	margin-bottom: 4px;
	font-size: 1px;
} 

/*◆　ヴェトナム工場のISOマーク　◆*/
.thin p {
	background-image: url(../img/iso-logo.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 48px;
	margin-top: 5px;
	text-indent: -9999px;
	padding-bottom: 3px;
}

/*◆　PRODUCT／製品概要　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#product {
	width: 454px;
	border: 0;
	margin-left: 30px;
	margin-bottom: 15px;
	text-align: left;
}

/*VIEW 切替えタブ*/
#prdmn1 {
	margin: 0px;
	background-image: url(../img/prdmn1_b.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 26px;
}

#prdmn2 {
	margin: 0px;
	background-image: url(../img/prdmn2_b.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 26px;
}

#prdmn3 {
	margin: 0px;
	background-image: url(../img/prdmn3_b.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 26px;
}

/*製品写真枠*/
.prd-short {
	width: 148px;
	height: 220px;
	background-color: #413D3A;
	vertical-align: top;
}

/*製品写真枠（幅広）*/
.prd-long {
	width: 301px;
	height: 220px;
	background-color: #413D3A;
	vertical-align: top;
}

/*製品写真枠（超幅広）*/
.prd-s-long {
	width: 454px;
	height: 220px;
	background-color: #413D3A;
	vertical-align: top;
}

.space_w1 {
	width: 5px;
}

.space_w2 {
	width: 10px;
}

.space_h1 {
	height: 5px;
}

.space_h2 {
	height: 10px;
}

/*製品名（英語）*/
.prd-text-1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #B79D6E;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

/*製品名（日本語）*/
.prd-text-2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	line-height: 135%;
	color: #C4C4C4;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}

/*製品名（車名）*/
.prd-text-3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	line-height: 140%;
	color: #B0B0B0;
	letter-spacing: 0.1em;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
/*◆　RECRUIT＜新→使用＞／※　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

.recruit-menu-1 {
	width: 150px;
	float: left;
	height: 60px;
	background-image: url(../img/rct-menu_1b.gif);
	background-repeat: no-repeat;
}
.recruit-menu-2 {
	width: 150px;
	float: left;
	height: 60px;
	background-image: url(../img/rct-menu_2b.gif);
	background-repeat: no-repeat;
}
.recruit-menu-3 {
	width: 150px;
	float: left;
	height: 60px;
	background-image: url(../img/rct-menu_3b.gif);
	background-repeat: no-repeat;
}
.recruit-menu-4 {
	font-size:9px;
	text-align: right;
	width: 450px;
	clear: left;
	color: #FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.recruit-menu-5 {
	margin-left: 40px;
	margin-right: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: solid #555555 2px;
}
.recruit-menu-6 {
	margin: 10px 15px 15px 30px;
	padding-top: 12px;
}
.recruit-menu-7 {
	margin-left:50px;
	font-size: 12px;
	line-height: 150%;
	font-weight: 500;
	list-style-image: url(..img/list-mark2.gif);
	color: #FF00FF;
}
h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 4px;
	text-align: left;
	font-weight: 400;
	margin-bottom: 5px;
	margin-left: 30px;
	letter-spacing: 0.1em;
	margin-top: 15px;
	margin-right: 15px;
	background-image: url(../img/subttl_rct.gif);
	height: 25px;
	background-repeat: no-repeat;
	padding-left: 11px;
	clear: both;
}
.intro-image {
	margin-left:30px;
	margin-bottom: 20px;
}
.intro2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	margin-right: 13px;
	margin-left: 38px;
	line-height: 145%;
}
.intro2-2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	line-height: 145%;
	border-top: dotted #333333 1px;
	padding-top: 4px;
	margin:25px 10px 15px 38px;
}
.intro3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	margin-right: 10px;
	margin-left: 50px;
	line-height: 145%;
	margin-bottom: 8px;
	letter-spacing: 0.2px;
}
.intro5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #111111;
	letter-spacing: 0.1em;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 30px;
	line-height: 135%;
	font-weight: bold;
}
.intro6 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #111111;
	letter-spacing: 0.1em;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 30px;
	line-height: 125%;
	font-weight: 500;
}
.rct-main {
	margin-left: 30px;
	margin-bottom: 8px;
}
.rct-title {
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 9px;
	padding: 4px 10px 4px 2px;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	border-top: solid #FF8C00 1px;
	border-bottom: solid #FF8C00 1px;
}
.rct-title em {
	font-size:11px;
	font-weight: normal;
}
.rct-btn1 {
	background-image: url(../img/rct_index-menu-1c.gif);
	background-repeat: no-repeat;
	margin-left:30px;
	margin-bottom: 20px;
	width:220px;
	height:167px;
	float: left;
}
.rct-btn2 {
	background-image: url(../img/rct_index-menu-2c.gif);
	background-repeat: no-repeat;
	margin-left:14px;
	width:220px;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}
.rct-list1 {
	margin:5px 10px 15px 60px;
	font-size: 12px;
	line-height: 140%;
	list-style-image: url(../img/triangle2.gif);
}
.rct-list1 em {
	font-size:10px;
	font-weight: normal;
}
.rct-list2 {
	margin:20px 10px 10px 40px;
	font-size: 13px;
	line-height: 140%;
	border-bottom: solid #FF8C00 1px;
	padding: 2px 10px 2px 5px;
	border-left: solid #FF8C00 5px;
	font-weight: 500;
}
.rct-list2-2 {
	margin:7px 100px 5px 52px;
	font-size: 12px;
	line-height: 120%;
	border-bottom: solid #FF8C00 1px;
	padding: 2px 10px 2px 5px;
	border-left: solid #FF8C00 5px;
	font-weight: 400;
}
.rct-list3 {
	margin:10px 10px 15px 70px;
	font-size: 13px;
	list-style-image: url(../img/list-mark3.gif);
	line-height: 200%;
}
.rct-list3-2 {
	margin:10px 100px 10px 78px;
	font-size: 12px;
	list-style-image: url(../img/list-mark3.gif);
	line-height: 150%;
}
.rct-list3b {
	border-bottom: dotted #FF8C00 1px;
	background-color: #FFE3A7;
	padding-left: 5px;
	margin-bottom: 5px;
}
.rct-list3b-2 {
	background-color: #FFE3A7;
	padding-left: 5px;
	margin-bottom: 3px;
}
.rct-list4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #533010;
	letter-spacing: 0.1em;
	margin-left: 15px;
	line-height: 160%;
	text-align: left;
}
.rct-info {
	font-size: 12px;
	color: #111111;
	margin-bottom: 25px;
	margin-left: 30px;
	line-height: 125%;
	margin-top: 180px;
	width: 454px;
}
.bold2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #542803;
	letter-spacing: 0.1em;
	font-weight: 500;
	width: 100px;
	vertical-align: top;
	padding: 5px 5px 4px 5px;
	border-top: solid 1px #FF8C00;
	background-image: url(../img/bg2.jpg);
	background-repeat: repeat-x;
	line-height: 135%;
}
.thin2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	line-height: 160%;
	color: #542803;
	letter-spacing: 0.1em;
	border-top: solid 1px #FF8C00;
	background-image: url(../img/bg2.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 5px 5px 5px 0px;
}
.thin2-2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height: 160%;
	color: #542803;
	letter-spacing: 0.1em;
	border-top: solid 1px #FF8C00;
	background-image: url(../img/bg2.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 3px 5px 5px 0px;
	font-weight: 500;
}
.thin3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height: 160%;
	color: #542803;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-bottom: 10px;
	border-top: solid 1px #FF8C00;
	background-image: url(../img/bg2.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	font-weight: 500;
}
.thin4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	line-height: 140%;
	color: #542803;
	letter-spacing: 0.1em;
	border-top: dotted 1px #80510E;
	text-align: left;
	padding: 6px 5px 12px 10px;
}
.thin5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	line-height: 160%;
	color: #542803;
	letter-spacing: 0.1em;
	border-top: solid 1px #FF8C00;
	background-image: url(../img/bg2.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 5px 5px 9px 0px;
}
.voice-menu1 {
	float: left;
	margin-bottom: 40px;
	margin: 25px 0px 20px 38px;
}
.voice-case1 {
	float: left;
	background-image: url(img/voice-menu_NVC-1-on.jpg);
	margin-right: 20px;
	margin-bottom: 17px;
}
.voice-case2 {
	float: left;
	background-image: url(img/voice-menu_NVC-2-on.jpg);
	margin-bottom: 17px;
}
.voice-case3 {
	float: left;
	background-image: url(img/voice-menu_NVC-3-on.jpg);
	margin-right: 20px;
	margin-bottom: 17px;
}
.voice-case4 {
	float: left;
	background-image: url(img/voice-menu_NVC-4-on.jpg);
	margin-bottom: 17px;
}
.voice-case5 {
	float: left;
	background-image: url(img/voice-menu_NVN-1-on.jpg);
	margin-right: 20px;
	margin-bottom: 17px;
}
.voice-line {
	margin-bottom: 20px;
	font-size: 2px;
	border-bottom: dotted #888888 1px;
}
.voice-waku {
	float: left;
	margin: 15px 15px 25px 30px;
}
.voice_main-img {
	margin-bottom: 20px;
}
.voice-ttl {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #563202;
	margin-left: 20px;
	padding-top: 8px;
	background-image: url(img/bg2.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
}
.voice-text {
	font-size: 12px;
	line-height: 145%;
	margin-left: 45px;
	margin-bottom: 30px;
	margin-right: 10px;
}
.voice-text img {
	float:left;
	margin-right: 15px;
	padding-bottom: 10px;
}
.voice-text2 {
	font-size: 12px;
	line-height: 145%;
	margin-left: 45px;
	margin-bottom: 30px;
	margin-right: 10px;
}
.voice-text2 img {
	float: right;
	margin-left: 15px;
	padding-bottom: 10px;
}
.voice-return {
	font-size: 11px;
	text-align: right;
	margin-top: 45px;
}


/*◆　RECRUIT＜旧→不使用＞／※　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆


#img_recruit {
	background-image: url(img/recruit.jpg);
	width: 450px;
	height:160px;
	margin-left: 30px;
	margin-bottom: 5px;
}


.intro4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	margin-right: 13px;
	margin-bottom: 8px;
	margin-left: 50px;
	line-height: 145%;
	font-weight: 500;
}

.intro3 em {
	color:#CC0000;
}
.intro3 em2 {
	color:#B79D6E;
	font-size:14px;
	font-weight: bold;
}
.rct-contents {
	font-size:13px;
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 5px;
}

#recruit-menu-0 {
	margin-bottom: 35px;
	margin-left: 30px;
	padding-bottom: 5px;
	border-bottom: solid #555555 1px;
	border-top: solid #555555 1px;
	margin-right: 10px;
}

.category {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 50px;
	text-align: left;
	font-weight: bold;
	background-color: #3D3C3C;
	padding: 3px;
	margin-top: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DA6800;
}

.rct {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #B0B0B0;
	letter-spacing: 0.1em;
	margin-left: 12px;
	line-height: 160%;
	text-align: left;
	width: 342px;
}
.voice-case-menu {
	margin-left:35px;
	margin-right: 15px;
}

.voice-case {
	color:#333333;
	clear: both;
	margin-right: 15px;
	margin-left: 30px;
	margin-top: 40px;
}

.voice_0a {
	color: #000000;
	width: 110px;
	float: left;
	background-image: url(img/case-1.gif);
	height: 150px;
	font-size: 1px;
}
.voice_0b {
	color: #000000;
	width: 110px;
	float: left;
	background-image: url(img/case-2.gif);
	height: 150px;
	font-size: 1px;
}
.voice_1 {
	font-size: 12px;
	color: #B0B0B0;
	margin-bottom: 10px;
	width: 200px;
	float: left;
}
.voice_2 {
	font-size: 13px;
	color: #B0B0B0;
	margin-bottom: 7px;
	width: 130px;
	float: right;
	line-height: 130%;
}
.voice_3 {
	font-size: 12px;
	color: #B0B0B0;
	margin-bottom: 25px;
	width: 130px;
	float: right;
}
.voice_4 {
	font-size: 17px;
	color: #B0B0B0;
	font-weight: bold;
	width: 130px;
	float: right;
	letter-spacing: 0.1em;
}
.voice_5 {
	font-size: 15px;
	color: #B0B0B0;
	font-weight: bold;
	margin-left: 140px;
	margin-bottom: 5px;
	clear: both;
	line-height: 155%;
	color: #B79D6E;
	letter-spacing: 0.1em;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-top: 3px;
	border-top: solid 1px #444444;
	margin-right: 15px;
}
.voice_6 {
	font-size: 12px;
	color: #B0B0B0;
	line-height: 155%;
	margin-left: 140px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-top: 3px;
	letter-spacing: .1em;
}
.rct2 {
	font-size:14px;
	color: #000000;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 20px;
	line-height: 150%;
}
.rct3 {
	font-size:14px;
	color: #000000;
	margin-right: 10px;
	margin-left: 20px;
	line-height: 150%;
}
.rct3 em {
	font-size:10px;
}
.rct4 {
	font-size:13px;
	color: #B0B0B0;
	margin-right: 10px;
	margin-left: 55px;
	line-height: 150%;
}
*/
 

/*◆　ACCESS／交通案内　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#acs-train {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #B79D6E;
	letter-spacing: 0.1em;
	font-weight: bolder;
	background-image: url(../img/acs-train.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 65px;
	padding-top: 7px;
}
#acs-bus {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #B79D6E;
	letter-spacing: 0.1em;
	font-weight: bolder;
	background-image: url(../img/acs-bus.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 65px;
	padding-top: 7px;
}
#acs-car {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #B79D6E;
	letter-spacing: 0.1em;
	font-weight: bolder;
	background-image: url(../img/acs-car.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 65px;
	padding-top: 7px;
}
.map-t {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	line-height: 145%;
	color: #C4C4C4;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	margin-left: 15px;
}



/*◆　CONTACT／お問い合わせ　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.list3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #B0B0B0;
	letter-spacing: 0.1em;
	margin-left: 15px;
	line-height: 160%;
	text-align: left;
	list-style-type: none;
}


/*◆　SITE MAP／サイトマップ　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.list2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #B79D6E;
	letter-spacing: 0.1em;
	margin-left: 30px;
	line-height: 250%;
	text-align: left;
}


/*◆　PRIVACY／個人情報保護方針　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*大枠*/
.intro {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #B0B0B0;
	letter-spacing: 0.1em;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 30px;
	line-height: 150%;
	font-weight: bold;
}

.list-pp {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #B79D6E;
	letter-spacing: 0.1em;
	margin-top: 5px;
	margin-left: 30px;
	margin-right:10px;
	line-height: 155%;
	text-align: left;
}

.list1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #858585;
	letter-spacing: 0.1em;
	margin-right:10px;
	margin-bottom: 10px;
	margin-left: 50px;
	line-height: 155%;
	text-align: left;
	list-style-type: none;
}


/*◆　フッター　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#e-ft {
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	height: 46px;
}

#e-ft-N {
	background-image: url(../img/top-3.jpg);
	background-repeat: no-repeat;
	height: 105px;

}

#e-top-news-N {
	margin-left:10px;
	margin-top: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #B0B0B0;
	letter-spacing: 0.1em;
	text-align: left;
}

.e-top-news0-N {
	height:15px;
	padding-bottom: 5px;
}

.e-top-news1-N {
	width:80px;
	padding-left: 12px;
	line-height: 125%;
}

.e-top-news2-N {
	width:250px;
}

/*コピーライト*/
#cr {
	margin-right: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: right;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #65615A;
	padding-top: 25px;
	width: 600px;
	float: right;
}

#language {
	margin-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	color: #858585;
	letter-spacing: 0.1em;
	text-align: left;
	padding-top: 25px;
	width: 200px;
	float: left;
}


.line {
	height:1px;
	background-color:#383531;
	margin: 0px;
} 


/*◆　リンク文字　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
a:link {
	color: #858585;
	text-decoration: none;
}
a:visited {
	color: #858585;
	text-decoration: none;
}
a:hover {
	color: #945212;
}
a:active {
	color: #FFFFFF;
}
