﻿@charset "utf-8";
/* facing.css */
#main_visual{
	background: url(../../../common/img/bg_topimage.jpg) repeat-x;
}	
#main_visual h2{
	margin: 0 auto;
	width: 960px;
}
h3 {
	line-height:0;
	margin: 0 0 20px 0;
}
h4 {
	line-height:0;
	margin: 0 0 10px 3px;
}
.parent_box {
	width: 960px;
	margin: 0 0 37px;
}
.child_box {
	width: 930px;
	margin: 0 auto;
}
/*　野村製作所のフェーシングセンター                                   */
/*---------------------------------------------------------------------*/
#facing_center_title p {
	width: 480px;
	margin: 5px 0 5px 30px;
	color: #000;
}
/*　製品の特徴                                                         */
/*---------------------------------------------------------------------*/
#product_feature_box ul {
	margin: 0 0 30px 18px;
}
#product_feature_box ul li {
	padding: 7px 0;
	list-style-type: disc;
	font-size: 14px;
	color: #000;
}
/*　製品仕様                                                           */
/*---------------------------------------------------------------------*/
#product_spec_box th {
	text-align: center;
	color: #ffffff;
	padding: 11px;
	line-height: 14px;
	font-size: 14px;
	width: 300px;
	border-right: solid 1px #4e67ad;
	border-left: solid 1px #4e67ad;
	background: url(../img/bg_table_th01.jpg) left top repeat-x;
}
#product_spec_box th.item {
	width: 240px;
}
table {
	border: solid 1px #4e67ad;
	border-collapse: collapse;
}
tr, td {
	border: solid 1px #4e67ad;
}
td {
	text-align: center;
	padding: 10px 0 10px 0;
	color: #000;
}
td.first_cell {
	text-align: left;
	padding: 10px 0 10px 30px;
}
tr.blue_cell {
	background: #f4fbfe;
}
sup {
	vertical-align: super;
}
/*　動画                                                               */
/*---------------------------------------------------------------------*/
#movie ul {
	width: 930px;
	margin: 20px 0 0 50px;
}
#movie ul li {
	display: inline;
	padding: 10px 5px;
}