@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 *
 *	file name : top.css
 *
 * :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ==

　01. ヘッダー要素

=============================================================================== */ 

/* ==

　02. コンテンツ要素

=============================================================================== */ 

#container {
	background: #ebeef0 url(/business/lcd-display/cms/images/000012440.jpg) left top repeat-x;
}

div#content {
	background: #ebeef0 url(/business/lcd-display/cms/images/000012440.jpg) left top repeat-x;
}

/* ==

　03. カテゴリから製品を探す

=============================================================================== */ 

#top_product{margin:15px 0 0 0;}

#top_product h2{float:left;width:120px;height:75px;display: table;}
#top_product h2 span{vertical-align: middle;display: table-cell;}
#top_product ul{margin:0 0 0 0;}
#top_product li{float:left;width:379px;height:75px;display: table;}
#top_product li:last-child{float:left; width:448px;}
#top_product li span{vertical-align: middle;display: table-cell;}
#top_product li a{color:#595757;}
#top_product .toList {
	position: absolute;
	top: 9px;
	right: 10px;
	text-indent: -20px;
	padding-left: 20px;
}

#top_product .toList a {
	padding: 0 0 3px 20px;
	background: url(/business/lcd-display/cms/images/000012383.gif) left 0.2em no-repeat;
}

#top_product .clearfix {
	width: 457px;
/*	min-height: 160px; */
	margin: 0 auto;
	background: url(/business/lcd-display/cms/images/000012380.gif) no-repeat left bottom;
}


#category_product{margin:5px 0 22px 0;padding:12px 0 0 0;}
#category_product .gamen{width:239px;HEIGHT:216px;float:left;margin:0 10px 0 0;
  overflow:hidden;
box-shadow:0px 0px 3px 2px #ccc;
-moz-box-shadow:0px 0px 3px 2px #ccc;
-webkit-box-shadow:0px 0px 3px 2px #ccc;
position:static;
}

#category_product .search01{width: 238px;
  height: 110px;
  background-image: url(/business/lcd-display/cms/images/gamen_size_bg.png);
  background-position: top;
background-size:100%;
background-repeat: no-repeat;
 position:relative;
 top:0px;
 left:0;}

#category_product .search02{width: 238px;
  height: 110px;
  background-image: url(/business/lcd-display/cms/images/cate_bg.png);
  background-position: top;
background-repeat: no-repeat;
background-size:100%;
 position:relative;
 top:0;
 left:0;}

.gamen img{position:relative;top:-110px;}


.gamen:hover .search01,
.gamen:focus .search01,
.gamen:hover .search02,
.gamen:focus .search02 {
  transform: scale(1.2);
transition: all .5s;}
.search01::before,.search02::before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gamen:hover .search01:before,
.gamen:focus .search01:before,
.gamen:hover .search02:before,
.gamen:focus .search02:before {
  display: block;
}


#banner01{float:left;margin:-1px 10px 0 0;}
#banner01 li{margin:0 0 5px 0;}

#banner02{float:left;margin:-1px 0 0 0;}
#banner02 li{margin:0 0 6px 0;}


/*#category_product .search01{overflow: hidden;width:238px;height:110px;}
#category_product .gamen{background:no-repeat url(../cms/images/gamen_size_bg.png) 3px 4px;
-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;}
#category_product .gamen:hover{
	opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);}
*/
#category_product a{ text-decoration:none;}

.category_tit{
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	background: -moz-linear-gradient(top, #353535, #636363);
	background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#636363));
	background: linear-gradient(to bottom, #353535, #636363);
	padding:9px 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px; 

	}
.category_rep{
	background:#FFF;
	padding:9px 9px;
	border-top:1px solid #b9bec2;
	border-bottom:1px solid #b9bec2;
	border-left:1px solid #b9bec2;
	border-right:1px solid #b9bec2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomright: 5px; 
	position:relative;
}
/*.category_rep a:hover{  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";}*/

.category_left{float:left;margin:0 8px 0 0;}
.category_left_last{float:left;margin:0;}

.cate_multi{width:210px;}
.cate_multi li a{
	display: block;
	font-size:11px;
	color:#333;
	font-weight:normal;
	padding:3px 0 4px 2px;
	margin:2px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomright: 5px;
	background: url(/business/lcd-display/cms/images/cate_bk.jpg) repeat-x center;
/*	background: -moz-linear-gradient(top, #605cb6, #484792);
	background: -webkit-gradient(linear, left top, left bottom, from(#605cb6), to(#484792));
	background: linear-gradient(to bottom, #605cb6, #484792);
*/	border:1px solid #a6a6a6;
}
.cate_multi_bar{border-left:9px solid #484792;padding:1px 0 1px 10px;}
.cate_multi a:hover{
	background: url(/business/lcd-display/cms/images/cate_bk_on.jpg) repeat-x center;
	color:#ffffff;
}

.category_rep ul.yoko{ position:absolute;top:7px;left:116px;}

.cate_info{width:288px;}
.cate_info li{
	}

.cate_info_sign a{
	width:177px;
	font-size:11px;
	color:#333;
	font-weight:normal;
	padding:4px 0 3px 2px;
	margin:0 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomright: 5px; 
	border:1px solid #a6a6a6;
	display: block;
	background: url(/business/lcd-display/cms/images/cate_bk.jpg) repeat-x center;
	/*background: -moz-linear-gradient(top, #44ae79, #338761);
	background: -webkit-gradient(linear, left top, left bottom, from(#44ae79), to(#338761));
	background: linear-gradient(to bottom, #44ae79, #338761);*/
}
.cate_info_sign_bar{border-left:9px solid #338761;padding:1px 0 1px 10px;}
.cate_info_sign a:hover{
	background: url(/business/lcd-display/cms/images/cate_bk_on.jpg) repeat-x center;
	color:#ffffff;
}

.cate_info_big a{
	width:177px;
	font-size:11px;
	color:#333;
	font-weight:normal;
	padding:4px 0 3px 2px;
	margin:2px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomright: 5px; 
	border:1px solid #a6a6a6;
	display: block;
	background: url(/business/lcd-display/cms/images/cate_bk.jpg) repeat-x center;
	/*background: -moz-linear-gradient(top, #b44f42, #863c35);
	background: -webkit-gradient(linear, left top, left bottom, from(#b44f42), to(#863c35));
	background: linear-gradient(to bottom, #b44f42, #863c35);*/
}
.cate_info_big_bar{border-left:9px solid #7A153E;padding:1px 0 1px 10px;}
.cate_info_big a:hover{
	background: url(/business/lcd-display/cms/images/cate_bk_on.jpg) repeat-x center;
	color:#ffffff;
}

.cate_info_uk a{
	width:177px;
	font-size:11px;
	color:#333;
	font-weight:normal;
	padding:4px 0 3px 2px;
	margin:2px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomright: 5px; 
	border:1px solid #a6a6a6;
	display: block;
	background: url(/business/lcd-display/cms/images/cate_bk.jpg) repeat-x center;
	/*background: -moz-linear-gradient(top, #b44f42, #863c35);
	background: -webkit-gradient(linear, left top, left bottom, from(#b44f42), to(#863c35));
	background: linear-gradient(to bottom, #b44f42, #863c35);*/
}
.cate_info_uk_bar{border-left:9px solid #7A153E;padding:1px 0 1px 10px;}
.cate_info_uk a:hover{
	background: url(/business/lcd-display/cms/images/cate_bk_on.jpg) repeat-x center;
	color:#ffffff;
}

.cate_info_kk a{
	width:177px;
	font-size:11px;
	color:#333;
	font-weight:normal;
	padding:3px 0 3px 2px;
	margin:2px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomright: 5px; 
	border:1px solid #a6a6a6;
	display: block;
	background: url(/business/lcd-display/cms/images/cate_bk.jpg) repeat-x center;
	/*background: -moz-linear-gradient(top, #956729, #744607);
	background: -webkit-gradient(linear, left top, left bottom, from(#956729), to(#744607));
	background: linear-gradient(to bottom, #956729, #744607);*/
}
.cate_info_kk_bar{border-left:9px solid #A22972;padding:1px 0 1px 10px;}
.cate_info_kk a:hover{
	background: url(/business/lcd-display/cms/images/cate_bk_on.jpg) repeat-x center;
	color:#ffffff;
}

.cate_info_ub a{
	width:177px;
	font-size:11px;
	color:#333;
	font-weight:normal;
	padding:3px 0 3px 2px;
	margin:2px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomright: 5px; 
	border:1px solid #a6a6a6;
	display: block;
	background: url(/business/lcd-display/cms/images/cate_bk.jpg) repeat-x center;
	/*background: -moz-linear-gradient(top, #327ac2, #265d9b);
	background: -webkit-gradient(linear, left top, left bottom, from(#327ac2), to(#265d9b));
	background: linear-gradient(to bottom, #327ac2, #265d9b);*/
}
.cate_info_ub_bar{border-left:9px solid #265d9b;padding:1px 0 1px 10px;}
.cate_info_ub a:hover{
	background: url(/business/lcd-display/cms/images/cate_bk_on.jpg) repeat-x center;
	color:#ffffff;
}

.cate_info_ck a{
	width:177px;
	font-size:11px;
	color:#333;
	font-weight:normal;
	padding:3px 0 3px 2px;
	margin:2px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomright: 5px; 
	border:1px solid #a6a6a6;
	display: block;
	background: url(/business/lcd-display/cms/images/cate_bk.jpg) repeat-x center;
	/*background: -moz-linear-gradient(top, #3d9fbb, #2e7996);
	background: -webkit-gradient(linear, left top, left bottom, from(#3d9fbb), to(#2e7996));
	background: linear-gradient(to bottom, #3d9fbb, #2e7996);*/
}
.cate_info_ck_bar{border-left:9px solid #2e7996;padding:1px 0 1px 10px;}
.cate_info_ck a:hover{
	background: url(/business/lcd-display/cms/images/cate_bk_on.jpg) repeat-x center;
	color:#ffffff;
}

.cate_info_uc a{
	width:177px;
	font-size:11px;
	color:#333;
	font-weight:normal;
	padding:3px 0 3px 2px;
	margin:2px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomright: 5px; 
	border:1px solid #a6a6a6;
	display: block;
	background: url(/business/lcd-display/cms/images/cate_bk.jpg) repeat-x center;
	/*background: -moz-linear-gradient(top, #31be91, #259374);
	background: -webkit-gradient(linear, left top, left bottom, from(#31be91), to(#259374));
	background: linear-gradient(to bottom, #31be91, #259374);*/
}
.cate_info_uc_bar{border-left:9px solid #259374;padding:1px 0 1px 10px;}
.cate_info_uc a:hover{
	background: url(/business/lcd-display/cms/images/cate_bk_on.jpg) repeat-x center;
	color:#ffffff;
}

.cate_info_stan a{
	width:177px;
	font-size:11px;
	color:#333;
	font-weight:normal;
	padding:3px 0 3px 2px;
	margin:2px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomright: 5px; 
	border:1px solid #a6a6a6;
	display: block;
	background: url(/business/lcd-display/cms/images/cate_bk.jpg) repeat-x center;
	/*background: -moz-linear-gradient(top, #327ac2, #265d9b);
	background: -webkit-gradient(linear, left top, left bottom, from(#327ac2), to(#265d9b));
	background: linear-gradient(to bottom, #327ac2, #265d9b);*/
}
.cate_info_stan_bar{border-left:9px solid #265d9b;padding:1px 0 1px 10px;}
.cate_info_stan a:hover{
	background: url(/business/lcd-display/cms/images/cate_bk_on.jpg) repeat-x center;
	color:#ffffff;
}

.cate_dis{width:210px;}
.cate_dis li{
}

.cate_dis_kou a{
	font-size:11px;
	color:#333;
	font-weight:normal;
	padding:1px 0 1px 2px;
	margin:7px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomright: 5px; 
	display: block;
	border:1px solid #a6a6a6;
	background: url(/business/lcd-display/cms/images/cate_bk.jpg) repeat-x center;
	/*background: -moz-linear-gradient(top, #ca518d, #993f72);
	background: -webkit-gradient(linear, left top, left bottom, from(#ca518d), to(#993f72));
	background: linear-gradient(to bottom, #ca518d, #993f72);*/
	}
.cate_dis_kou_bar{border-left:9px solid #63307E;padding:2px 0 2px 10px;}
.cate_dis_kou a:hover{
	background: url(/business/lcd-display/cms/images/cate_bk_on.jpg) repeat-x center;
	color:#ffffff;
}


.cate_dis_touch a{
	font-size:11px;
	color:#333;
	font-weight:normal;
	padding:4px 0 3px 2px;
	margin:2px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomright: 5px; 
	display: block;
	border:1px solid #a6a6a6;
	background: url(/business/lcd-display/cms/images/cate_bk.jpg) repeat-x center;
	/*background: -moz-linear-gradient(top, #cd528e, #993e72);
	background: -webkit-gradient(linear, left top, left bottom, from(#cd528e), to(#993e72));
	background: linear-gradient(to bottom, #cd528e, #993e72);*/
	}
.cate_dis_touch_bar{border-left:9px solid #63307E;padding:1px 0 1px 10px;}
.cate_dis_touch a:hover{
	background: url(/business/lcd-display/cms/images/cate_bk_on.jpg) repeat-x center;
	color:#ffffff;
}

.cate_big{
	width:147px;text-align:center;
	background:#FFF;
	padding:6px 4px;
	border-left:1px solid #b9bec2;
	border-right:1px solid #b9bec2;
	border-bottom:1px solid #b9bec2;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomright: 5px; 
	position:relative;
}

.cate_big_txt a{background:url(/business/lcd-display/cms/images/arrow_g.jpg) no-repeat; padding:0 0 7px 22px;text-decoration: underline !important;}
.cate_big_txt a:hover{background:url(/business/lcd-display/cms/images/arrow_g_on.jpg) no-repeat;text-decoration: none !important;}
.cate_big_txt{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px; 
	-moz-border-radius-top: 5px;  
    -moz-border-radius-top: 5px; 
	padding:9px 0 7px 8px;background:#b2e7ff;}

.productSearch {
	background: url(/business/lcd-display/cms/images/000012464.gif) no-repeat left bottom;
	position: relative;
	margin: 0 0 20px;
}

.productSearch h2 {
	background: url(/business/lcd-display/cms/images/000012429.gif) no-repeat left top;
	margin: 0 0 8px;
}

.productSearch .lineup {
	position: absolute;
	top: 9px;
	right: 10px;
	text-indent: -20px;
	padding-left: 20px;
}

.productSearch .lineup a {
	padding: 0 0 3px 20px;
	background: url(/business/lcd-display/cms/images/000012383.gif) left 0.2em no-repeat;
}

.productSearch .clearfix {
	margin: 0 0 0 5px;
	width: 945px;
}

.productSearch .clearfix li {
	float: left;
	width: 189px;
	padding: 0 0 5px;
}

/* ==

　04. メインビジュアル

=============================================================================== */

#slide{
	position:relative;
	top:0;
	left:0;
	width: 707px;
	height:318px;
}

#slide img {
	position:absolute;
	left:0;
	top:0;
	opacity: 0;
}
 

/*#slide {
width:707px;
height:318px;
margin: 0 1px 10px;
position:relative;
}
#slide img {
position:absolute;
left:0;
top:0;
}*/

.visual {
	position:relative;
	margin: 0 1px 10px;
	width:706px;
	height: 318px;
}

.visual_child {
	display: none;
}

.visual img {
/*	cursor:pointer;*/
	position: absolute;
	top: 0;
	left: 0;
}

/* ==

　05. PICK UP 導入事例

=============================================================================== */ 

.pickupBlock {
	margin: 0 0 20px;
	width: 950px;
}

.pickup {
	width: 465px;
	background: url(/business/lcd-display/cms/images/000012432.gif) no-repeat left bottom;
	position: relative;
	float: left;
	padding: 0 0 3px;
}

.pickup h2 {
	background: url(/business/lcd-display/cms/images/000012475.gif) no-repeat left top;
	height:27px;
	padding:10px 0 0 10px;
	margin: 0 0 -5px 0;
}

.pickup .toList {
	position: absolute;
	top: 9px;
	right: 10px;
	text-indent: -20px;
	padding-left: 20px;
}

.pickup .toList a {
	padding: 0 0 3px 20px;
	background: url(/business/lcd-display/cms/images/000012383.gif) left 0.2em no-repeat;
}

.pickup .clearfix {
	width: 457px;
/*	min-height: 160px; */
	margin: 0 auto;
	background: url(/business/lcd-display/cms/images/000012380.gif) no-repeat left bottom;
}

.pickup .flLeft,
.pickup .flRight {
	width: 227px;
}

.pickup .flLeft p,
.pickup .flRight p {
	margin: 5px 8px 10px;
}

.pickup .flLeft p.img,
.pickup .flRight p.img {
	margin: 8px;
}

.pickup .flLeft {
	background: url(/business/lcd-display/cms/images/000012479.gif) no-repeat left top;
}

.pickup .flRight {
	min-height: 7px;
	background: url(/business/lcd-display/cms/images/000012479.gif) no-repeat right top;
}

.pickup h3 {
	background: url(/business/lcd-display/cms/images/000012383.gif) left 0.2em no-repeat;
	padding: 0 0 0 20px;
	margin: 0 8px;
}

/* ==

　06. ご購入前ご相談窓口

=============================================================================== */ 

.consultationBlock {
	float: right;
	width: 465px;
}

.consultation {
	background: url(/business/lcd-display/cms/images/000012494.gif) no-repeat left bottom;
	width: 465px;
	padding: 0 0 5px;
	margin: 0 0 9px;
}

.consultation h2 {
	background: url(/business/lcd-display/cms/images/000012446.gif) no-repeat left top;
	height:27px;
	padding:10px 0 0 10px;
	margin: 0 0 -5px 0;
	color:#fff;
}

.consultation .clearfix {
	background: url(/business/lcd-display/cms/images/000012463.gif) no-repeat 6px bottom;
	width: 465px;
}

.consultation .flLeft,
.consultation .flRight {
	width: 222px;
	display: inline;
}

.consultation .flLeft {
	margin: 0 0 0 6px;
}

.consultation .flLeft p {
	margin: 5px 11px;
	font-size: 76.92307%;
}

.consultation .flRight {
	margin: 0 5px 0 0;
}

.consultation .flRight .clearfix {
	background: none;
	margin: 0 0 5px;
	width: 222px;
}

.consultation .flRight li {
	float: left;
	margin: 0 0 0 5px;
	display: inline;
}

/* ==

　07. 各種データダウンロード・お客様サポート

=============================================================================== */ 

.dlsp {
	background: url(/business/lcd-display/cms/images/000012445.gif) no-repeat left bottom;
}

.dlsp .clearfix {
	background: url(/business/lcd-display/cms/images/000012421.gif) no-repeat left top;
	padding: 9px 0 3px;
}

.dlsp .clearfix .flLeft,
.dlsp .clearfix .flRight {
	width: 215px;
	display: inline;
}

.dlsp .clearfix .flLeft {
	margin: 0 0 0 6px;
}

.dlsp .clearfix .flRight {
	margin: 0 6px 0 0;
}

.dlsp h2 {
	margin: 0 0 7px 7px;
}

.dlsp li {
	background: url(/business/lcd-display/cms/images/000012489.gif) repeat-x left bottom;
	padding: 13px 0;
}

.dlsp li.last {
	background: none;
	padding: 13px 0 7px;
}

.dlsp li a {
	background: url(/business/lcd-display/cms/images/000012383.gif) left 0.2em no-repeat;
	padding: 0 0 0 20px;
	margin: 0 11px;
	display: block;
}

.dlsp h2 a{background:url(../cms/images/arrow_g.jpg) no-repeat; padding:0px 0 3px 22px;text-decoration: underline !important;}
.dlsp h2 a:hover{background:url(../cms/images/arrow_g_on.jpg) no-repeat;text-decoration: none !important;}

.dlsp p {
	margin: 0 11px 10px;
}


/* ==

　08. 新着情報

=============================================================================== */

#newsBlock {
	margin: 0 0 0 0;
	padding: 0 0 0;
}

#newsArea {
	float: left;
	width: 600px;
	padding: 0 8px 5px 4px;
	background: url(/business/lcd-display/cms/images/000012510.gif) left bottom no-repeat;
}

#newsArea h2 {
	margin: 0 -8px -5px -4px;
	background: url(/business/lcd-display/cms/images/000012423.gif) right top no-repeat;
	height:27px;
	padding:10px 0 0 10px;
}

#newsArea .scrollArea {
	width: 600px;
	height: 245px;
	overflow: scroll;
	overflow-x: hidden;
	outline: none;
}

#newsArea div .inner {
	width: 581px;
	padding-top: 6px;
	background: url(/business/lcd-display/cms/images/000012502.gif) left top no-repeat;
}

#newsArea div dl {
	background: url(/business/lcd-display/cms/images/000012492.gif) left bottom no-repeat;
}

#newsArea div dl.lastChild {
	background: url(/business/lcd-display/cms/images/000012365.gif) left bottom no-repeat;
}

#newsArea div dt,
#newsArea div dd {
	float: left;
	padding: 7px 5px 19px;
}

#newsArea div dl.lastChild dt,
#newsArea div dl.lastChild dd {
	padding-bottom: 13px;
}

#newsArea div dt {
	width: 85px;
	padding-left: 15px;
}

#newsArea div dd {
	width: 385px;
	padding-left: 75px;
	background-position: left 0.4em;
	background-repeat: no-repeat;
}

/*
#newsArea div dd {
	width: 485px;
}

#newsArea div .ic_event,
#newsArea div .ic_fair,
#newsArea div .ic_new,
#newsArea div .ic_case,
#newsArea div .ic_support,
#newsArea div .ic_news,
#newsArea div .ic_info {
	width: 385px;
	padding-left: 75px;
	background-position: left 0.4em;
	background-repeat: no-repeat;
}

#newsArea div .ic_event {
	background-image: url(/business/lcd-display/cms/images/000012509.gif);
}

#newsArea div .ic_fair {
	background-image: url(/business/lcd-display/cms/images/000012355.gif);
}

#newsArea div .ic_new {
	background-image: url(/business/lcd-display/cms/images/000012741.gif);
}

#newsArea div .ic_case {
	background-image: url(/business/lcd-display/cms/images/000012477.gif);
}

#newsArea div .ic_support {
	background-image: url(/business/lcd-display/cms/images/000012459.gif);
}

#newsArea div .ic_news {
	background-image: url(/business/lcd-display/cms/images/000012467.gif);
}

#newsArea div .ic_info {
	background-image: url(/business/lcd-display/cms/images/000012409.gif);
}
*/

* html #newsArea div dl {
	zoom: 1;
} /* ie6 */

*:first-child+html #newsArea div dl {
	zoom: 1;
} /* ie7 */

#newsArea div dl:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}


/* ==

　09. PICK UPコンテンツ

=============================================================================== */

.channel {
	width: 325px;
	float: right;
}

.channel h2 {
	background: url(/business/lcd-display/cms/images/000012379.gif) no-repeat right top;
	height:25px;
	padding:7px 0 0 10px;
}

.channel .inner {
	/* padding: 6px 0 0; */
	padding: 0 8px 5px 5px;
	background: url(/business/lcd-display/cms/images/000012391.gif) no-repeat left bottom;
}

.channel .scrollArea {
	width: 286px;
	height: 252px;
}

.channel .channel_item {
	width:265px;
	margin: 0;
	padding: 5px 0 0 0;
	background: url(/business/lcd-display/cms/images/000012437.gif) no-repeat left top;
}
.channel .channel_item div.clearfix {
	padding: 0 9px 10px;
	background: url(/business/lcd-display/cms/images/000012799.gif) no-repeat left bottom;
}
.channel .channel_item {
	padding-top:10px;
	background: url(/business/lcd-display/cms/images/000012438.gif) no-repeat left top;
}

.channel li{margin:3px 0 0 0;}

.channel dl {
	float: right;
	width: 165px;
	display: inline;
}

.channel dt {
	font-weight: bold;
	margin: 0 0 3px;
}

.channel dd a {
	padding: 0 0 0 22px;
	background: url(/business/lcd-display/cms/images/000012488.gif) left 0.2em no-repeat;
	display: block;
}

.channel p {
	float: left;
	width: 78px;
	text-align: right;
}


/* ==

　10. バナー

=============================================================================== */

.bnrArea {
	width: 950px;
	overflow: hidden;
}

.bnrArea .clearfix {
	width: 970px;
}

.bnrArea .clearfix li {
	float: left;
	width: 465px;
	margin: 0 20px 10px 0;
}
/* ==

検索窓

=============================================================================== */
#searchInfo2 {
	width: 465px;
	margin: 0 auto 10px;
}

#searchInfoWrap #searchInfo {
	padding: 20px 0;
	margin: 0 auto;
}

#searchInfo2 .searchBox {
	background: url(/business/bigpad/cms/images/serach_bk.gif) no-repeat left top;
	width: 465px;
	padding: 6px 0;
	float: left;
}

#searchInfo2 .searchBox h2,
#searchInfo2 .searchBox p {
	float: left;
	width: 182px;
	text-align: right;
}

#searchInfo2 .searchBox .form {
	float: right;
	width: 278px;
}

#searchInfo2 .searchBox input {
	margin: 0;
	float: left;
}

#searchInfo2 .searchBox #MF_form_phrase,
#searchInfo2 .searchBox #MF_form_phrase2 {
	float: none;
	margin: 4px 0 0;
	width: 244px;
	border: none;
	outline: 0;
	background: transparent !important;
	vertical-align: middle;
}

#searchInfo2 .searchBox span {
	display: block;
	float: left;
	width: 246px;
	height: 24px;
	margin: 0;
	border-top: 1px solid #4a4c4e;
	border-bottom: 1px solid #4a4c4e;
	border-left: 1px solid #4a4c4e;
	background: #ffffe0;
}