@charset "utf-8";
/* CSS Document */

/* global_nav
-------------------------------------------------------------*/
#global_nav{
  margin-bottom:0;
}

/* container
-------------------------------------------------------------*/
#home .container {
background: url(../image/home_bg.jpg) no-repeat 50% 0;
}

/* slide_show
-------------------------------------------------------------*/
#slide_show{
	padding:10px 0 30px;
	text-align:center;
}

/* home_prod
-------------------------------------------------------------*/
#home .container .wrapper{
	margin-top: 0;
}
.prod_wrap{
	margin-bottom:50px;
}
.prod_wrap h2{
	font-size:180%;
	color:#444;
	background:url(../image/ico_drop_gun_s.png) no-repeat 8px 5px;
	padding:3px 0 0 36px;
	margin-bottom:20px;
}
.prod_wrap #prod_bnrs{
	overflow:hidden;
}
.prod_wrap #prod_bnrs li.bnr_prod{
	width:621px;
	float:left;
}
.prod_wrap #prod_bnrs li.bnr_dl{
	width:337px;
	float:right;
}

/* home_case
-------------------------------------------------------------*/
#home_case{
	margin-bottom:45px;
}
#home_case .home_case_tit{
	border-bottom:3px solid #d8d8d8;
	padding-bottom:12px;
	margin-bottom:20px;
}
#home_case h2{
	font-size:180%;
	color:#444;
	width:600px;
	background:url(../image/ico_drop_min_s.png) no-repeat 8px 5px;
	padding:3px 0 0 36px;
	float:left;
}
#home_case .more,#home_news .more{
	text-align:right;
	width:180px;
	padding-top:10px;
	float:right;
}
#home_case .more a,#home_news .more a{
	font-size:90%;
	padding:0 20px;
	background:url(../common/image/arr_gre_l_r.png) no-repeat 0 50%;
}

#home_case ul.case_thum_list li{
	width:227px;
	margin-left:24px;
	float:left;
}
#home_case ul.case_thum_list li:first-child{
	margin-left:0;
}
#home_case ul.case_thum_list li a{
	display:block;
	color:#333;
	text-decoration:none;
	padding-bottom:20px;
	background:url(../image/bg_home_prod_menu.png) no-repeat #fff 50% 100%;
}
#home_case ul.case_thum_list li .thum{
	height:150px;
	overflow:hidden;
}
#home_case ul.case_thum_list li .tit{
	line-height:1.3;
	padding:10px 0;
	background-color:#fff;
	background:url(../image/bg_home_case_thum.png) repeat 0 0;
}
#home_case ul.case_thum_list li .tit .ico{
	display:block;
	padding-left: 20px;
	background:url(../case/image/arr_min_l_r.png) no-repeat #fff 0 4px;
}
/*ie8*/
#home_case ul.case_thum_list li a:hover .tit .ico{
	filter:alpha(opacity=70)\9;
	-ms-filter: "alpha(opacity=70)"\9;
	opacity: 0.7\9;
}
:root #home_case ul.case_thum_list li a:hover .tit .ico{
	filter:alpha(opacity=100)\9;
	-ms-filter: "alpha(opacity=100)"\9;
	opacity: 1\9;
}
/**/


/* home_news
-------------------------------------------------------------*/
#home_news {
}
#home_news .home_news_tit{
	border-bottom:3px solid #d8d8d8;
	padding-bottom:12px;
}
#home_news h2{
	font-size:180%;
	color:#444;
	width:350px;
	background:url(../image/ico_drop_yel_s.png) no-repeat 8px 5px;
	padding:3px 0 0 36px;
	float:left;
}
#home_news .home_news_list dl{
	padding:19px 15px 18px;
	border-bottom:1px solid #e8e8e8;
}
#home_news .home_news_list dl dt,
#home_news .home_news_list dl dd{
	float:left;
}
#home_news .home_news_list dl dt{
	line-height:1.3;
	width:140px;
}
#home_news .home_news_list dl dd.ico{
	width:102px;
}
#home_news .home_news_list dl dd.txt{
	line-height:1.3;
	width:800px;
}
#home_news a.pdf img,
#home_news a.blank img {
vertical-align: middle;
margin-left: 3px;
}


/* ---------- hover ---------- */
#home_prod_service ul.menu li a:hover,
#home_prod_search .search_keyword #btn_keyword_search:hover,
#home_prod_search .prod_link a:hover,
#home_case ul.case_thum_list li a:hover,
#home_support ul.support_link li a:hover{
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	_zoom:1;
}