@charset "utf-8";

/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. supportBox
　02. downloadBox
　03. faqBox
　04. driverBox
　05. manualBox
　06. specificationsBox
　07. inquiryBox

*/

.support_contact_no{margin-top:0 !important;}
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 01. supportBox ]  ====================================
------------------------------------------------------------*/

.supportBox {
	width: 680px;
	overflow: hidden;
}

.supportBox table th {
	font-size: 107.6923%;
}

.supportBox .arwList {
	width: 700px;
}

.supportBox .arwList li {
	float: left;
	font-size: 92.30769%;
	width: 12.25em;
	margin-right: 0.25em;
	display: inline;
}

/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 02. downloadBox ]  ====================================
------------------------------------------------------------*/
#download_menu{background:#ebeef0;width:700px;margin:-7px 0 0 0;padding:0 0 15px 0;}

#download_tab{}
#download_tab ul {}
#download_tab li a {
	text-decoration:none;
	color:#000;
	font-size:12.5px;
	font-weight:bold;
	text-align:center;
	width:172px;
	float: left;
	margin-right: 1px;
	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; 
	background:-moz-linear-gradient(top, #fff, #dddcdc);
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddcdc));
	background:linear-gradient(to bottom, #fff, #dddcdc);
	padding: 14px 0;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
#download_tab li a:hover,.down_select  {
	text-decoration:none;
	color:#fff;
	font-size:12.5px;
	font-weight:bold;
	text-align:center;
	width:172px;
	float: left;
	margin-right: 1px;
	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; 
	background:-moz-linear-gradient(top, #0a0f11, #275e72);
	background:-webkit-gradient(linear, left top, left bottom, from(#0a0f11), to(#275e72));
	background:linear-gradient(to bottom, #0a0f11, #275e72);
	padding: 14px 0;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
#download_tab_line{border-bottom:5px solid #275e72;width:699px;margin-top:-6px;}


#download_u_btn{width:710px;}
#download_u_btn li{	float: left;
position: relative;
margin-right:10px;}
#download_u_btn li a{
	width:224px;
	height:58px;
	border:1px solid #207abe;
	background:#fff;
	display:block;
	text-decoration:none;
	color:#004199;
	}
#download_u_btn li a .s_red{
	text-decoration:none;
	color:#b60101;
	font-size:12px;
	}
#download_u_btn li a .s_blue{
	text-decoration:none;
	color:#004199;
	font-size:12px;
	}
		
#download_u_btn li a p,#download_u_btn li p{
	font-size:16px;
	position: absolute;
	left:75px;
	top: 50%;
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%);
	}


#download_u_btn li a:hover,.down_btn_select{
	width:224px;
	height:58px;
	border:1px solid #207abe;
	background:#1c4a5a;
	display:block;
	text-decoration:none;
	color:#fff !important;
	}
#download_u_btn li a:hover .s_red,#download_u_btn li a:hover .s_blue,.down_btn_select .s_red,.down_btn_select .s_blue{
	text-decoration:none;
	color:#fff;
	font-size:12px;
	}

	
#download_u_btn li a img{width:75px;}


.down_cate_bar{
	font-size:115%;
	font-weight:bold;
	padding:5px 12px 4px 12px;
	color:#fff;
	margin:5px 0 0 0;
	line-height:100%;
	background:-moz-linear-gradient(top, #024371, #01548e);
	background:-webkit-gradient(linear, left top, left bottom, from(#024371), to(#01548e));
	background:linear-gradient(to bottom, #024371, #01548e);
}
.down_cate{margin:0 0 5px 0;}
.down_cate li a{
	float:left;
	dislay:block;
	width:85px;
	margin:0 0 8px 8px;
	padding: 0 0 3px 20px;
	background: url(/business/cms/images/000012803.gif) no-repeat left 0.2em;
	}

.down_cate li a.blank {
	background: url(/business/cms/images/000012855.gif) left 0.2em no-repeat;
}


.downloadBox {
	width: 700px;
	overflow: hidden;
}

.downloadBox .clearfix {
	width: 705px;
}

.downloadBox .clearfix div {
	float: left;
	width: 210px;
	margin: 0 25px 2em 0;
}

#main .downloadBox .clearfix div dl {
	margin-bottom: 0.5em;
}

#main .downloadBox .clearfix div dt {
	font-size: 107.6923%;
	font-weight: bold;
	margin-bottom: 0.25em;
}

.downloadBox .clearfix div p {
	text-align: center;
}

/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 03. faqBox ]  ====================================
------------------------------------------------------------*/
#faq_mainimage{}

.faq_tit01{	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:-moz-linear-gradient(top, #fff, #dee3e6);
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#dee3e6));
	background:linear-gradient(to bottom, #fff, #dee3e6);
	padding: 6px 10px 6px 10px;
	font-weight:bold;
	border: 1px solid #b9bec2;
	font-size:105%;
	margin:5px 0 10px 0;
}
.faq_tit01 img{padding-right:7px;}

.faq_tit02{
	background: url(/business/lcd-display/cms/images/faq_u_arrow02.gif) no-repeat 5px 1px;
	border-bottom: 1px solid #b9bec2;
	padding: 0 0 6px 25px;
	font-size:105%;
	margin:20px 0 20px 0;
}

#faq_index li a{
	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/faq_arrow.gif) no-repeat 9px 10px;
	padding: 8px 10px 8px 30px;
	border: 1px solid #aeb6bd;
	margin:0 0 3px 0;
	font-size:110%;
	display:block;
}
#faq_index li a:hover{opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";}

.faqBox .arwList {
	margin-bottom: 2em;
}

.faqBox dt {
	background: url(/business/lcd-display/cms/images/000012351.gif) repeat-x left bottom;
	padding: 0 0 0.5em;
}

.faqBox dt span {
	background: url(/business/lcd-display/cms/images/000012711.gif) no-repeat left 0.1em;
	padding: 3px 0 3px 30px;
	display: block;
	color: #275e72;
	font-weight: bold;
	font-size: 107.6923%;
}

.faqBox dd {
	background: url(/business/lcd-display/cms/images/000012728.gif) no-repeat left 0.1em;
	padding: 3px 0 3px 30px;
}

.faqBox dd ul {
	margin-top: 0.5em;
}

/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 04. driverBox ]  ====================================
------------------------------------------------------------*/

.driverBox td img {
	margin-right: 3px;
}

/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 05. manualBox ]  ====================================
------------------------------------------------------------*/

.manualBox td img {
	margin-right: 3px;
}

/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 06. specificationsBox ]  ====================================
------------------------------------------------------------*/

.specificationsBox table {
	table-layout: fixed;
}

#main .specificationsBox table td.bdrnon {
	border-right: none;
}

.specificationsBox td img {
	margin-right: 3px;
}

/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 07. inquiryBox ]  ====================================
------------------------------------------------------------*/

.inquiryBox .sec01 .flLeft,
.inquiryBox .sec01 .flRight {
	width: 450px;
}

.support_faq_waku{border:1px solid #bcbcbc;padding:20px 20px 12px 20px;margin:0 0 18px 0;}
.support_faq_madoguchi{float:left;width:268px;}
.support_faq_madoguchi h2{font-size:145%;margin:0 0 10px 0;}
.support_faq_photo{float:right;width:140px;text-align:right;}
.support_faq_btn{margin:10px 0 0 0;text-align:center;}

.support_line{border-left:solid 2px #86add5;padding-left:13px;}
.support_time{font-size:90%;}
.support_area{color:#666;font-size:90%;}
.support_syuri{margin:5px 0 10px 0;padding:0 0 0 1em;text-indent:-1em;}
.ta_center{text-align:center;}
.support_etc_tit{font-weight:bold;font-size:120%;}
.support_etc_tel{background:url(/business/lcd-display/support/images_inquiry/fd_logo.gif) no-repeat left;padding:0 0 0 70px;display:table;margin:auto;}
.support_etc_tel strong{font-size: 250% !important;font-family: Arial, Helvetica, sans-serif;font-weight: bold;}

.inquiryBox .sec01 .fixHeightChild01,
.inquiryBox .sec01 .fixHeightChild02 {
	margin-bottom: 2em;
}
.fixHeightChild01 ul{margin-left:11px;}
.fixHeightChild01 li a{
	position:relative;
	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:-moz-linear-gradient(top, #f1f3f9, #d0dee8);
	background:-webkit-gradient(linear, left top, left bottom, from(#f1f3f9), to(#d0dee8));
	background:linear-gradient(to bottom, #f1f3f9, #d0dee8);
	padding: 10px;
	border: 1px solid #aeb6bd;
	float:left;
	width:182px;
	margin:0 11px 0 0;
	height:91px;
	text-decoration:none;
	color:#444;
	font-size:15px;
	font-weight:bold;
text-align:center;
}
.fixHeightChild01 li a:hover{opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";}
.support_btn{ 
display:block;
position:absolute;
    top:50%;
    left:50%;
    width:100%;
    margin:-1.5em 0 0 -50%;}



.inquiryBox .sec01 .fixHeightChild03 {
	background: #ffffe9;
	border: 1px dotted #b4b9bd;
	padding: 7px;
}

.inquiryBox .sec01 .fixHeightChild03 h4 {
	font-size: 107.6923%;
	margin-bottom: 0.5em;
}

.inquiryBox .sec01 .fixHeightChild03 .dial strong {
	font-size: 215.38461%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.inquiryBox .sec01 .fixHeightChild03 .dial span {
	display: block;
	font-size: 76.92307%;
}

#main .inquiryBox .sec01 .fixHeightChild03 .txt {
	margin-bottom: 0;
}

#main .inquiryBox .sec01 .fixHeightChild03 .txt strong {
	font-size: 107.6923%;
}

#main .inquiryBox .sec02 .clearfix {
	width: 930px;
}

.ie6 #main .inquiryBox .sec02 .clearfix,
.ie7 #main .inquiryBox .sec02 .clearfix {
	margin-bottom: 0.5em;
}

#main .inquiryBox .sec02 .flLeft,
#main .inquiryBox .sec02 .flRight {
	width: 450px;
}

#main .inquiryBox .sec02 .clearfix p {
	float: left;
	width: 145px;
}

#main .inquiryBox .sec02 .clearfix dl {
	float: right;
	width: 295px;
}

/* ***************************************************************************** */
/*-----------------------------------------------------------
===  [ 08. downloadTerms ]  ====================================
------------------------------------------------------------*/

#colorbox #downloadTermsWrap {
	display:block;
}
#downloadTermsWrap {
	display:none;
	width: 680px;
	text-align: left;
}
#downloadTermsWrap h1.titStyle01{
	background: url() no-repeat left top;
	padding: 10px 21px;
	margin: 0 0 0.8em;
	font-weight: bold;
	font-size: 107.6923%;
}
#downloadTermsWrap p.notes{
	color: #cc0000;
}
#downloadTermsWrap .termsParagraph {
	margin: 1.8em 0 1.8em 0;
	padding:20px;
	border: 1px solid #AEB6BD;
}
#downloadTermsWrap .termsParagraph h2 {
	margin:0 0 1em 0;
}
#downloadTermsWrap .termsParagraph ul {
}
#downloadTermsWrap .termsParagraph ul li {
	position: relative;
	padding: 0 0 0 1.5em;
	line-height: 1.5em;
	margin: 10px 0 0 0;
}
#downloadTermsWrap .termsParagraph ul li.first-child {
	margin: 0;
}
#downloadTermsWrap .termsParagraph ul li span {
	position: absolute;
	left:0;
}
#downloadTermsWrap #downloadTermsControls {
	margin: 1em 0 0 0;
}

/* ***************************************************************************** */
/*-----------------------------------------------------------
===  [ 08. Sidemenu ]  ====================================
------------------------------------------------------------*/
.erabu{font-size:90%;}




#main dl a.blank {
	background: url(/business/cms/images/000012804.gif) no-repeat right !important;
	padding: 0 20px 0 0 !important;
}
