@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;
}

/* 社長あいさつ
---------------------------------------------------- */
h2.greeting {
	border-bottom: 1px solid #ccc;
	padding-bottom:20px;
	font-size: 28px;
	line-height: 1.1;
	font-weight: bold;
	float:left;
	padding-right:30px;
	margin-top:70px;
}
#hideyukikaise {
	float:left;
}
#text_greeting{
	margin-top:50px;
}
p.name1{
	margin-left:485px;
	font-size:10.5pt;
	margin-top:197px;
}
p.name2{
	margin-left:485px;
	font-size: 22px;
	margin-top:-14px;
}
#text_left{
	clear:both;
	font-size:10.5pt;
	text-indent:1em;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:1.7;
	width:470px;
	float:left;
}
#text_right{
	font-size:10.5pt;
	text-indent:1em;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:1.7;
	width:470px;
	margin-left:530px;
}
p.text1{
	margin-top:0px;
}
#taro{
	margin-left:470px;
	margin-top:-120px;
	margin-bottom:-1px;
}


/* 自動車用テスターの使い方
---------------------------------------------------- */
#use_h1 {
	float:left;
}
#use {
	width:700px;
	float:left;
}
table.use  {
	border: none;
	font-size: 10.5pt;
	line-height: 1.5;
	clear:both;
	width: 770px;
	margin: 0px 0px 50px 30px;
	border-top: 1px dotted #8f979a;
}
th.use_no {
	border: none;
	border-bottom: 1px dotted #8f979a;
	text-align: left;
	padding: 10px 0px 10px 10px;
	width: 100px;
	font-weight: normal;
}
th.use_content {
	border: none;
	border-bottom: 1px dotted #8f979a;
	padding: 10px 10px 10px 10px;
	width: 900px;
}

/* 自動車整備情報
---------------------------------------------------- */
#maintenance {
	width:1000px;
}
p.item {
	width:230px;
	border-top: 1px solid #c9c9ca;
	border-bottom: 1px solid #c9c9ca;
	background-color:#f5f5f5;
	margin: 0;
	height: 44px;
	line-height:3.1;
	text-indent:10px;
	font-weight:bold;
	font-size: 10.5pt;
	float:left;
}
p.content {
	width: 643px;
	border-top: 1px solid #c9c9ca;
	border-bottom: 1px solid #c9c9ca;
	background-color:#f5f5f5;
	margin: 0;
	height: 44px;
	line-height:3.1;
	font-weight:bold;
	font-size: 10.5pt;
	float:left;
}
p.date {
	width: 127px;
	border-top: 1px solid #c9c9ca;
	border-bottom: 1px solid #c9c9ca;
	background-color:#f5f5f5;
	margin: 0;
	height: 44px;
	line-height:3.1;
	font-weight:bold;
	font-size: 10.5pt;
	float:left;
}
#icon_download{
	margin-top:4px;
}
#icon_download:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#overflow{
	height:363px;
	overflow: auto;
	clear:both;
}
table.maintenance  {
	border: none;
	font-size: 10.5pt;
	line-height: 1.5;
	clear:both;
	width: 1000px;
	margin: 0px 0px 50px 0px;
}
th {
	border: none;
	border-bottom: 1px dotted #8f979a;
	text-align: left;
	padding: 10px 0px 10px 10px;
	width: 173px;
	font-weight: normal;
}
th.content {
	border: none;
	border-bottom: 1px dotted #8f979a;
	padding: 10px 10px 10px 10px;
	width: 530px;
}
th.date {
	border: none;
	border-bottom: 1px dotted #8f979a;
	padding: 10px 0px 10px 5px;
	width: 105px;
}
.new:after { 
     content: "NEW !";
     margin-left: 5px;
     font-size: 12px;
     color: #c70026;
     vertical-align: text-top;
}

/* 点滅
---------------------------------------------------- */

.blinking{ 
    -webkit-animation:blink 1s ease-in-out infinite alternate; 
    -moz-animation:blink 1s ease-in-out infinite alternate; 
    animation:blink 1s ease-in-out infinite alternate; 
	font-size: 14px;
	color: #c70026;
	vertical-align: text-top;
} 

@-webkit-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 

@-moz-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 

@keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 

/* 会社概要/沿革
---------------------------------------------------- */
th.profile_history {
	border: none;
	color:white;
	background-color:#83879a;
	border-bottom: 1px dotted #8f979a;
	text-align: left;
	padding: 10px 10px 10px 10px;
	width: 150px;
	line-height:1.5;
	border-radius: 3px;
}

td.profile_history {
	border: none;
	background-color:#f5f5f5;
	border-bottom: 1px dotted #8f979a;
	padding: 10px 10px 10px 10px;
	width: 808;
	line-height:1.7;
	border-radius: 3px;
}

#kaiselogo_profile{
	margin: 3px 10px -2px 0px;
}

/* アクセス
---------------------------------------------------- */
#access article {
	margin: 0px 0px 23px 0px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	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:590px;
	float: left;
	width: 1000px;
}
#access h3 {
	margin:18px 30px 0px 30px;
	font-size: 14pt;
	line-height: 1.1;
}
#access p {
	font-size:11pt;
	line-height: 1.5;
	margin:6px 30px 14px 30px;
}

/* 製品の修理/製品の校正/自動車整備情報
---------------------------------------------------- */
h4 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	color:white;
	margin:20px 0px 10px 0px;
	background-color:#876681;
	/*border: 1px dotted #8f979a;*/
	padding: 8px;
	width: 1000;
	text-align:center;
	border-radius: 5px 5px 0px 0px;
	/*border-bottom:2px solid #bba6b7;*/
	/*box-shadow: 3px 3px 5px #bdbdbd;*/
}
h5 {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#c8c8d6;
	padding: 6px 6px 6px 15px;
	width: 954;
	text-align: left;
}
#specleft{
	margin-top:-9px;
	line-height:1.7;
	float:left;
	text-indent:1em;
	margin-left:-38px;
}
ul.specleft{
	list-style:none;
}
li.specleft{
	background: url(../material/icon_4.png) no-repeat left 0px center;
}

#specright{
	margin-top:0px;
	line-height:1.7;
}
ul.specright{
	list-style:none;
}
li.specright2l{
	text-indent:1em;
}
li.specright3l{
	text-indent:38px;
}
li.specright4l{
	text-indent:24px;
}
#text_support{
	margin:0px 0px 0px 0px;
}
#text_left_support{
	clear:both;
	font-size:10.5pt;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:1.7;
	width:480px;
	float:left;
}
#text_right_support{
	font-size:10.5pt;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:1.7;
	width:480px;
	margin-left:520px;
}
p.text2{
	margin-top:0px;
	margin-bottom:20px;
}
p.text2_2l{
	margin-top:0px;
	margin-bottom:20px;
	margin-left: 1.0em;
	text-indent: -1.0em;
}
p.text3{
	margin-top:0px;
	margin-bottom:8px;
}
p.text3_2l{
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 1.0em;
	text-indent: -1.0em;
}
p.text4_2l{
	margin-top:-15px;
	margin-bottom:10px;
	margin-left: 1.0em;
	text-indent: -1.0em;
}
#line {
	float:none;
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px solid #ccc;
}
th.support {
	border: none;
	color:white;
	background-color:#83879a;
	border-bottom: 1px dotted #8f979a;
	text-align:center;
	padding: 10px 10px 10px 10px;
	width: 150px;
	line-height:1.5;
	border-radius: 3px;
	/*text-shadow: 0px 0px 3px #000;*/
}
th.support_right {
	border: none;
	color:white;
	background-color:#83879a;
	border-bottom: 1px dotted #8f979a;
	text-align:center;
	padding: 10px 10px 10px 10px;
	line-height:1.5;
	border-radius: 3px;
	/*text-shadow: 0px 0px 3px #000;*/
}
td.support {
	border: none;
	background-color:#f5f5f5;
	border-bottom: 1px dotted #8f979a;
	padding: 10px 10px 10px 10px;
	width: 808;
	line-height:1.7;
	border-radius: 3px;
}
td.support_center {
	border: none;
	background-color:#f5f5f5;
	border-bottom: 1px dotted #8f979a;
	text-align:center;
	padding: 10px 10px 10px 10px;
	line-height:1.7;
	border-radius: 3px;
}

/* イベント
---------------------------------------------------- */
#text_event{
	margin: 20px 23px 40px 23px;
}
#text_event_all{
	clear:both;
	font-size:10.5pt;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:1.7;
	width:900px;
	float:left;
}
#text_event_left{
	clear:both;
	font-size:10.5pt;
	text-indent:1em;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:1.7;
	width:452px;
	float:left;
}
#text_event_right{
	font-size:10.5pt;
	text-indent:1em;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:1.7;
	width:452px;
	margin-left:500px;
}
#eventphoto_left {
	margin: 10px 23px 40px 0px;
	height: 300px;
	float: left;
	width: 452px;
}
#eventphoto_right{
	margin: 10px 0px 40px 23px;
	height: 300px;
	float: left;
	width: 452px;
}

/* ページの枠組み
---------------------------------------------------- */
#page {
	margin: 0 auto;
	width: 1000px;
}
table {
	width: 1000px;
	margin: 0px 0px 23px 0px;
}
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;
}

/* リンク
---------------------------------------------------- */
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;
}