@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:20px 0px 14px 0px;
	background-color:#876681;
	border-radius: 5px 5px 0px 0px;
	padding: 8px;
	width: 1000;
	text-align:center;
}

/*総合カタログ左側*/
#download_list article.catalog {
	margin: 0px 14px 14px 0px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f5f5f5;
	height: 285px;
	float: left;
	width: 491px;
}

/*総合カタログ右側*/
#download_list article2.catalog {
	margin: 0px 0px 14px 0px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f5f5f5;
	height: 285px;
	float: left;
	width: 491px;
}

/*総合カタログ左側マウスオン*/
#download_list article.catalog:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transform: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
	border-radius: 4px;
}

/*総合カタログ右側マウスオン*/
#download_list article2.catalog:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transform: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
	border-radius: 4px;
}

/*単品カタログ＆取説左側*/
#download_list article.small{
	margin: 0px 14px 14px 0px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f5f5f5;
	height: 40px;
	float: left;
	width: 491px;
	text-align:center;
}

/*単品カタログ＆取説右側*/
#download_list article2.small{
	margin: 0px 0px 14px 0px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f5f5f5;
	height: 40px;
	float: left;
	width: 491px;
	text-align:center;
}

/*単品カタログ＆取説左側マウスオン*/
#download_list article.small:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transform: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
	border-radius: 4px;
}

/*単品カタログ＆取説左側マウスオン*/
#download_list article2.small:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transform: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
	border-radius: 4px;
}

h2 {
	clear: both;
	border-bottom: 1px solid #ccc;
	padding-bottom:3px;
	font-size: 18px;
	line-height: 1.1;
	font-weight: bold;
	margin: 0px 0px 14px 0px;
}
h3 {
	margin-top:28px;
	font-size: 18px;
	line-height: 1.5;
	text-align:center;
}
h5 {
	margin-top:9px;
	font-size: 12pt;
	line-height: 1.5;
	text-align:center;
	font-weight:normal;
}
h6 {
	margin-top:23px;
	font-size: 12pt;
	line-height: 1.5;
	text-align:center;
	font-weight:normal;
}
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;
}

/* リンク
---------------------------------------------------- */
a{/*リンクされた文字*/
    color: black;
    text-decoration: none;
}

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