@charset "utf-8";

/* 初期設定
---------------------------------------------------- */
html {
    overflow-y:scroll;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 10.5pt;
	color: #333;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	scrollbar-3dlight-color:    black;
	scrollbar-arrow-color:      #c7c8c8;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color:       #c70026;
	scrollbar-highlight-color:  black;
	scrollbar-shadow-color:     black;
	-webkit-text-size-adjust: 100%;
}

h1 {
	font-size: 22px;
	background-image: url("../material/icon_6.png");
	background-repeat: no-repeat;
	background-position: 0% 20%;
	line-height: 1;
	padding: 0 0 0 22px;
	font-weight:bold;
	clear:both;
	margin-top:20px;
}

img {
    border-style:none;
}

/* ページの枠組み
---------------------------------------------------- */
#page {
	margin: 0 auto;
	width: 1000px;
}
footer {
	clear: both;
}
footer section {
	float: left;
	width: 320px;
}
footer section:nth-child(2) {
	margin: 0 30px;
}
#copyright {
	clear: both;
}

/* ヘッダー
---------------------------------------------------- */

/*帯部分*/
#back_fixed_white {
	height:77px;
	width:100%;
	background-color:white;
	margin-top:-187px;
	position:fixed;
	z-index:8;
}
#back_fixed_black {
	height:90px;
	width:100%;
	background-color:black;
	margin-top:-110px;
	position:fixed;
	z-index:8;
}

header {
	position: fixed;
	z-index:10;
	top: 0px;
	left: auto;
}

#kaiselogo {
	margin: 20px 0px 30px 5px;
	float: left;
}	
#kaiselogo:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#header_englishlogo {
	margin: 47px 0px 30px 420px;
	float: left;
}

#header_englishlogo:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#header_chineselogo {
	margin: 47px 0px 30px 50px;
	float: left;
}

#header_chineselogo:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}	
#kaiselogo_japanese {
	margin: 49px 0px 30px 65px;
	float: left;
}
#kaiselogo_japanese:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

/* ナビゲーション【改】
---------------------------------------------------- */
nav.menubar_kai {
	margin: 0px 0px 20px 0px; /* メニューバー外側の余白 */
	padding: 0px; /* メニューバー内側の余白 */
	height: 50px; /* メニューバーの高さ */
	float: left;
}

#dropmenu{
	list-style-type: none;
	width: 998px;
	height: 50px;
	margin: 0px;
	padding: 0;
	background: -webkit-gradient(linear, center top, center bottom, from(#282828), to(#000000));
	/*background: #282828;*/
	border-top: 1px solid #464646;
	border-left: 1px solid #464646;
	border-right: 1px solid #464646;
	border-radius: 3px 3px 0 0;
}
#dropmenu li{
	position: relative;
	width: 14.2857%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#dropmenu li a{
	display: block;
	margin: 0;
	padding: 20px 0 16px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
#dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
	z-index: 100;
}
#dropmenu li:last-child ul{
	left: -100%;
	width: 100%
}
#dropmenu li ul li{
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#dropmenu li ul li a{
	padding: 13px 15px;
	background: #288c8c;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
#dropmenu li:hover > a{
	background: #288c8c;
	color: #000000;
}
#dropmenu > li:hover > a{
	border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 38px;
	border-top: 1px solid #21b2b2;
	border-bottom: 1px solid #1a6a6a;
}
#dropmenu li:hover ul li:first-child{
	border-top: 0;
}
#dropmenu li:hover ul li:last-child{
	border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
	border-radius: 0 0 3px 3px;
}

/* ダウンロード
---------------------------------------------------- */
h4 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	color:white;
	margin-left:23px;
	margin-right:23px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#876681;
	border: 1px dotted #8f979a;
	padding: 10px 10px 10px 10px;
	width: 954;
	text-align:center;
}
#download_list article.catalog {
	margin: 23px 23px 40px 23px;
	border: 1px solid #ddd;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 2px;
	background-color: #f5f5f5;
	-webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
	height: 285px;
	float: left;
	width: 452px;
}
#download_list article.catalog:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#download_list article.small{
	margin: 0px 23px 23px 23px;
	border: 1px solid #ddd;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 2px;
	background-color: #f5f5f5;
	-webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
	height: 40px;
	float: left;
	width: 452px;
	text-align:center;
}
#download_list article.small:hover{
	opacity: 0.5;
	filter:alpha(opacity=50);
}
h2 {
	clear: both;
	border-bottom: 1px solid #ccc;
	padding-bottom:3px;
	font-size: 18px;
	line-height: 1.1;
	font-weight: bold;
	margin-left:23px;
	margin-right:23px;
}
h3 {
	margin-top:28px;
	font-size: 18px;
	line-height: 1.5;
	text-align:center;
}
h5 {
	margin-top:6px;
	font-size: 18px;
	line-height: 1.5;
	text-align:center;
}
h6 {
	margin-top:20px;
	font-size: 18px;
	line-height: 1.5;
	text-align:center;
}
h3.half {
	margin-top:29px;
	margin-bottom:13px;
	font-size: 18px;
	line-height: 1.1;
}
#photo_catalog {
	margin-top: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#itemlist_detail{
	margin: -6px 0 0 0;
}
#itemlist_detail:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.new:after { 
     content: "NEW !";
     margin-left: 5px;
     font-size: 12px;
     color: #c70026;
     vertical-align: text-top;
}

/* 採用情報
---------------------------------------------------- */
p.recruit{
	font-size:10.5pt;
	text-align:center;
	margin:100px;
}

/* お問い合わせ
---------------------------------------------------- */

/*左側*/
article.reference {
	margin: 0px 14px 14px 0px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f5f5f5;
	height: 220px;
	float: left;
	width: 491px;
}

/*右側*/
article2.reference {
	margin: 0px 0px 14px 0px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f5f5f5;
	height: 220px;
	float: left;
	width: 491px;
}

#reference h2.reference {
	clear: both;
	border-bottom: 1px solid #ccc;
	padding-bottom:3px;
	font-size: 16px;
	line-height: 1.1;
	font-weight: bold;
	margin-left:23px;
	margin-right:23px;
	margin-top:20px;
}
#reference p.reference {
	margin-left:23px;
	margin-right:23px;
	margin-top:10px;
	font-size: 10.5pt;
	line-height: 1.0;
}
#reference h5.reference {
	margin-left:23px;
	margin-right:23px;
	padding-top:0px;
	font-size: 13pt;
	line-height: 1.0;
	text-align:left;
	font-weight:100;
}

/*修理品送付左記*/
#reference p.address {
	clear:both;
	margin-bottom:30px;
	margin: -20px 25px 0px 25px;
	font-size: 11pt;
	line-height: 1.7;
	background-color: white;
	border: 1px solid #ddd;
	padding: 10px;
}

#reference p.mail {
	margin-left:23px;
	margin-right:23px;
	margin-top:-17px;
	font-size: 12pt;
	line-height: 1.0;
}

/* リンク
---------------------------------------------------- */
a{/*リンクされた文字*/
    color: #0073bc;
    text-decoration: none;
}
a:hover{/*マウスをのせたとき*/
    color:#b7dbf2;
    text-decoration:underline;
}

/* フッター
---------------------------------------------------- */
footer {
	border-top: 1px solid #ccc;
	margin-bottom:30px;
}
#copyright {
  padding-top: 20px;
  text-align: center;
  color: #999;
}