@charset "utf-8";
/* ------------------------------------------------------------ INITIAL SETTINGS */

html {
	height: 100%;
	font-size: 75%;
	line-height: 1.8;
	background: #FFF;
	overflow-y: scroll;
}
body {
	color: #333;
}
.mac body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, sans-serif;
}
.win body {
	font-family: "ＭＳ Ｐゴシック", "メイリオ", Meiryo, sans-serif;
}

/* a ------------------------------ */

a {
	color: #184AB1;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #999;
}
/*
a:visited {
	color: #639;
}
*/
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* strong ------------------------------ */

strong {
	font-weight: bold;
}
.strongBlue {
	margin: 6px 0;
	padding: 6px 7px;
	line-height: 1.25;
	font-weight: normal;
	background: #D7EDF8;
}
.strongYellow {
	margin: 6px 0;
	padding: 6px 7px;
	line-height: 1.25;
	font-weight: normal;
	background: #FFFFCC;
}
.strongPurple {
	margin: 6px 0;
	padding: 6px 7px;
	line-height: 1.25;
	font-weight: normal;
	background: #D9E1EF;
}
.strongBlueOl {
	margin: 6px 0;
	padding: 6px 7px;
	line-height: 1.25;
	font-weight: normal;
	background: #D7EDF8;
	border: #80C8EB solid 1px;
}
sup {
	padding: 0 1px;
	vertical-align: 2px;
	font-size: 92%;
}
sub {
	padding: 0 1px;
	vertical-align: -2px;
	font-size: 92%;
}
body {
}
/* ------------------------------------------------------------ Clearfix */
.dlDefinitionFormula:after,
.dlDefinitionFormula2:after,
.ulDataDL:after,
.col2EQ:after,
.col3EQ:after,
.col4EQ:after,
#fnav:after,
#gnav ul:after,
#pagebody:after {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	display: block;
	content: " ";
}
/* [hack] ie6 */
* html .dlDefinitionFormula,
* html .dlDefinitionFormula2,
* html .ulDataDL,
* html .col2EQ,
* html .col3EQ,
* html .col4EQ,
* html #fnav,
* html #gnav ul,
* html #pagebody {
	zoom: 1;
}
/* [hack] ie7 */
*:first-child+html .dlDefinitionFormula,
*:first-child+html .dlDefinitionFormula2,
*:first-child+html .ulDataDL,
*:first-child+html .col2EQ,
*:first-child+html .col3EQ,
*:first-child+html .col4EQ,
*:first-child+html #fnav,
*:first-child+html #gnav ul,
*:first-child+html #pagebody {
	zoom: 1;
}
/* ------------------------------------------------------------ BASE STRUCTURE */

/* header ------------------------------ */

#header {
	width: 100%;
	border-top:#111988 solid 4px;
}
#header .inner {
	position: relative;
	height: 71px;
	width: 960px;
	margin: 0 auto;
	z-index: 59;
	line-height: 1;
}
#header .inner .headerBackLink { position: absolute; top:6px; right:0;}
#header .inner .headerBackLink a { display: block; height: 24px; padding: 0 12px; border: 1px #999 solid; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; color: #666; line-height: 24px; text-decoration: none;}
#header .inner .headerBackLink a:hover { background: #eee;}

#header .inner .headerBannerLink { position: absolute; top:36px; right:0;}
#header .inner .headerBannerLink li { margin-left: 4px; float: left;}
#header .inner .headerBannerLink li a { display: block; height: 24px; padding: 0 12px; background: #314462; border: 1px #97A2B3 solid; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; color: #fff; line-height: 24px; text-decoration: none;}
#header .inner .headerBannerLink li a:hover { opacity:0.75; filter:alpha(opacity=75); -ms-filter:"alpha(opacity=75)";}




/* pagebody ------------------------------ */

#pagebody {
	width: 964px;
	padding: 0;
	margin: 0 auto 20px;
}
#maincol {
	float:right;
	width:724px;
}
#sidecol {
	float:left;
	width:224px;
}

/* footer ------------------------------ */

#footer {
	clear: both;
	width: 100%;
	padding:0 0 50px;
	background:#EBEBEB url(../images/bg_footer.gif) 0 0 repeat-x;
}
#footer .inner {
	position: relative;
	width: 960px;
	margin:0 auto;
	padding: 30px 0 0;
	line-height: 1.2;
}
#footer .inner .col1 {
	float:left;
	width:168px;
}
#footer .inner .col2,
#footer .inner .col3,
#footer .inner .col4,
#footer .inner .col5 {
	float:left;
	width:168px;
	margin:0 0 0 30px;
}

#pagetop {
	position: absolute;
	top: -21px;
	right: 0;
	text-align:right;
}

/* ------------------------------------------------------------ HEADER */


#header .logo {
	position: absolute;
	top: 5px;
}
#header .corp {
	position: absolute;
	top: 16px;
	left: 0px;
}


/* header form ------------------------------ */

#header form {
	position: absolute;
	top: 20px;
	right: 317px;
	width: 175px;
	height: 30px;
	background: url(../images/bg_search.gif) 0 0 no-repeat;
}
#header form input {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 104px;
	height: 20px;
	padding: 0 5px;
	color: #7F7F7F;
	border: none;
	background: none;
}
.ie #header form input {
	height: 15px;
	padding: 5px 5px 0;
}
#header form input:focus {
	color: #333;
	background: #FFF;
}
#header form img {
	position: absolute;
	top: 3px;
	right: 3px;
}
#header ul.hnav {
	position: absolute;
	top: 20px;
	right: 125px;
}

#header .hnav2 {
	position: absolute;
	top: -4px;
	right: 0;
	z-index: 99;
	background: #FFF;
}

/* gnav ------------------------------ */

#gnav {
	width: 100%;
	height: 55px;
	background: url(../images/bg_gnav.jpg) 0 0 repeat-x;
}
#gnav ul {
	width:959px;
	margin:0 auto;
	border-top:#D6D6D6 solid 1px;
	border-right:#FFF solid 1px;
	border-bottom:#D6D6D6 solid 1px;
	border-left:#CCC solid 1px;
}
#gnav li {
	float:left;
	border-right:#CCC solid 1px;
}

/* ------------------------------------------------------------ FOOTER */

/* footer ------------------------------ */

#footer .inner h2 {
	background:url(../images/bg_fnav.gif) 0 100% repeat-x;
}
#footer .inner ul ul {
	background:url(../images/bg_fnav.gif) 0 100% repeat-x;
}

/* fnav ------------------------------ */

#fnav {
	width: 960px;
	margin: 0;
}
#fnav a {
	text-decoration:none;
}
#fnav h2 {
	width: 168px;
	margin:0 0 10px;
	padding:0 0 10px;
	font-weight:bold;
}
#fnav h2 a {
	color:#6D6D6D;
}
#fnav h2 a:hover,
#fnav h2 a:active {
	color:#333;
}
#fnav ul {
	width: 168px;
	margin:0 0 30px;
}
#fnav ul li {
	width: 168px;
	margin: 0 0 10px;
	font-size:83%;
}
#fnav ul ul {
	width: 168px;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.ie6 #fnav ul ul,
.ie7 #fnav ul ul {
	margin: -10px 0 10px;
}
#fnav ul ul li {
	width: 168px;
	margin:10px 0 0;
}
#fnav ul ul li {
    font-size: 100%;
}
#fnav li a {
	display: block;
	padding:0 0 0 9px;
	color:#787878;
	background:url(../images/ico_fnav.gif) 0 4px no-repeat
}
#fnav li a:hover,
#fnav li a:active {
	color:#333;
}

#footer .copy {
	clear:both;
	margin:10px 0 0;
}

/* ------------------------------------------------------------ CONTENTS */

/* ttlBoxH1 ------------------------------ */

.ttlBoxH1 {
	position: relative;
	width: 724px;
	height: 56px;
	margin: 0 auto 8px;
	background: url(../images/bg_ttl_box_h1.jpg) 0 0 no-repeat;
}
.ttlBoxH1 h1,
.ttlBoxH1 p {
	position: absolute;
	top: 16px;
	left: 20px;
	margin: 0;
	padding: 0 0 0 18px;
	color: #333;
	font-size: 166%;
	font-weight: bold;
	line-height: 1.25;
	background: url(../images/ico_h1_home.gif) 0 1px no-repeat;
}
.steel .ttlBoxH1 h1,
.steel .ttlBoxH1 p,
.spatial_structure .ttlBoxH1 h1,
.spatial_structure .ttlBoxH1 p {
	background: url(../images/ico_h1_steel.gif) 0 1px no-repeat;
}
.base_isolation .ttlBoxH1 h1,
.base_isolation .ttlBoxH1 p {
	background: url(../images/ico_h1_base_isolation.gif) 0 1px no-repeat;
}
.ns_ecopile .ttlBoxH1 h1,
.ns_ecopile .ttlBoxH1 p {
	background: url(../images/ico_h1_ns_ecopile.gif) 0 1px no-repeat;
}
.stan_package .ttlBoxH1 h1,
.stan_package .ttlBoxH1 p {
	background: url(../images/ico_h1_stan_package.gif) 0 1px no-repeat;
}
.bridge .ttlBoxH1 h1,
.bridge .ttlBoxH1 p {
	background: url(../images/ico_h1_bridge.gif) 0 1px no-repeat;
}

/* ttlH1 ------------------------------ */

#contents .ttlH1 {
	clear: both;
	margin: 20px auto 15px;
	padding: 0 0 7px;
	background: url(../images/line_h1.gif) 0 100% repeat-x;
}
#contents .ttlH1 h1 {
	margin: 0 0 7px;
	padding: 0 0 0 18px;
	line-height: 1.25;
	color: #333;
	font-size: 166%;
	font-weight: bold;
	background: url(../images/ico_h1_home.gif) 0 1px no-repeat;
}
#contents .ttlH1 h1 span {
	line-height: 1.8;
	font-size: 60%;
	font-weight: normal;
}
.steel #contents .ttlH1 h1,
.spatial_structure #contents .ttlH1 h1 {
	background: url(../images/ico_h1_steel.gif) 0 1px no-repeat;
}
.base_isolation #contents .ttlH1 h1 {
	background: url(../images/ico_h1_base_isolation.gif) 0 1px no-repeat;
}
.ns_ecopile #contents .ttlH1 h1 {
	background: url(../images/ico_h1_ns_ecopile.gif) 0 1px no-repeat;
}
.stan_package #contents .ttlH1 h1 {
	background: url(../images/ico_h1_stan_package.gif) 0 1px no-repeat;
}
.bridge #contents .ttlH1 h1 {
	background: url(../images/ico_h1_bridge.gif) 0 1px no-repeat;
}

/* ttlH2 ------------------------------ */

#contents .ttlH2 {
	clear: both;
	margin: 0 auto 15px;
	padding: 0 0 6px;
	background: url(../images/line_h2.gif) 0 100% repeat-x;
}
#contents .ttlH2 sup {
	position: relative;
	top: -3px;
}
#contents .ttlH2 h2 {
	margin: 0 0 7px;
	padding: 0 0 0 14px;
	line-height: 1.25;
	color: #333;
	font-size: 133%;
	font-weight: bold;
	background: url(../images/ico_h2_home.gif) 0 1px no-repeat;
}
.steel .ttlH2 h2,
.spatial_structure .ttlH2 h2 {
	background: url(../images/ico_h2_steel.gif) 0 1px no-repeat!important;
}
.base_isolation .ttlH2 h2 {
	background: url(../images/ico_h2_base_isolation.gif) 0 1px no-repeat!important;
}
.ns_ecopile .ttlH2 h2 {
	background: url(../images/ico_h2_ns_ecopile.gif) 0 1px no-repeat!important;
}
.stan_package .ttlH2 h2 {
	background: url(../images/ico_h2_stan_package.gif) 0 1px no-repeat!important;
}
.bridge .ttlH2 h2 {
	background: url(../images/ico_h2_bridge.gif) 0 1px no-repeat!important;
}

/* h3 ------------------------------ */

#contents h3 {
	clear: both;
	margin: 0 auto 10px;
	padding: 0 0 8px;
	color: #333;
	line-height: 1.25;
	font-size: 116%;
	font-weight: bold;
	background: url(../images/line_h3.gif) 0 100% repeat-x;
}
#contents h3 a {
	display: block;
	padding: 0 0 0 9px;
	background: url(../images/ico_tri_right_blue.gif) 0 5px no-repeat;
}
#contents h3 span {
	font-weight: normal;
}

/* h4 ------------------------------ */

#contents h4 {
	clear: both;
	margin: 0 auto 7px;
	padding: 0 0 9px;
	color: #333;
	line-height: 1.25;
	font-weight: bold;
	background: url(../images/line_h4.gif) 0 100% repeat-x;
}
#contents h4 a {
	display: block;
	padding: 0 0 0 9px;
	background: url(../images/ico_tri_right_blue.gif) 0 4px no-repeat;
}

/* h5 ------------------------------ */

#contents h5 {
	clear: both;
	margin: 0 0 5px;
	line-height: 1.25;
}

/* p ------------------------------ */

#contents p {
	margin-bottom: 10px;
}

/* ------------------------------------------------------------ LAYOUT */

/* topicPath ------------------------------ */

#topicPath {
  width: 960px;
  height: 20px;
  margin: 1px 0 3px;
}
#topicPath ul {
  font-size: 83%;
}
#topicPath ul li {
  float: left;
}
#topicPath ul li a {
  margin: 0 7px 0 0;
  padding: 0 12px 0 0;
  color: #333;
  background: url(../images/ico_topicpath.gif) no-repeat right 1px;
}
#topicPath ul li a:hover,
#topicPath ul li a:active {
  color: #666;
}
#topicPath ul li:last-child {
  color: #666;
  background: none;
}

/* sideNavigation ------------------------------ */

/* lnav ------------------------------ */

#lnav {
	margin: 0 0 10px;
	padding: 0 0 3px;
	background: url(../images/bg_lnav_body.gif) 2px 100% no-repeat;
}
.mac.safari #lnav {
	letter-spacing: -0.1em;
}
.mac.gecko #lnav {
	letter-spacing: -0.08em;
}
#lnav h2 {
	width: 207px;
	height: 30px;
	margin: 0;
	padding: 15px 0 0 17px;
	background: url(../images/bg_lnav_ttl.gif) 0 0 no-repeat;
}
#lnav h2 a {
	display: block;
}
#lnav ul {
	width: 220px;
	margin: auto;
	line-height: 1.2;
}
#lnav ul li {
	margin: 2px 0;
}
#lnav ul li h3 {
	margin: 6px 0;
	padding: 7px 10px 0;
	font-size: 83%;
	border-top: #DCDCDC solid 1px;
}
#lnav ul li ul {
	margin: 6px 0 9px;
	padding: 0 0 2px;
	border-bottom: #DCDCDC solid 1px;
}
#lnav ul li ul li {
}
#lnav ul li a {
	display: block;
	margin: 0;
	padding: 6px 0 6px 19px;
	background: url(../images/ico_lnav.gif) 10px 11px no-repeat;
}
#lnav ul li.current a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background: #CFCFCF url(../images/ico_lnav_on.gif) 10px 11px no-repeat;
}

/* snSearch ------------------------------ */

#snSearch {
	margin: 2px 0 10px;
	padding: 0 0 3px;
	background: url(../images/bg_snav_body.gif) 2px 100% no-repeat;
}
#snSearch h2 {
	width: 210px;
	height: 33px;
	margin: 0 2px;
	padding: 8px 0 0 10px;
	background: url(../images/bg_snav_ttl.gif) 0 0 no-repeat;
}
#snSearch ul {
	width: 220px;
	margin: auto;
	padding: 3px 0 0;
	line-height: 1.2;
}
#snSearch ul li {
	margin: 9px 0;
}
#snSearch ul li a {
	margin: 0 0 0 10px;
	padding: 0 0 0 9px;
	background: url(../images/ico_snav.gif) 0 3px no-repeat;
}

/* snBnr ------------------------------ */

.snBnr {
	margin: 2px 2px 10px;
}
.snBnr ul li {
	margin: 0 0 5px;
	line-height: 1.2;
}

/* snAbout ------------------------------ */

#snAbout {
	margin: 0 2px 10px;
}
#snAbout h2 {
	padding: 3px 0 10px;
	color: #444;
	font-weight: bold;
	background: url(../images/line_gray_shadow.gif) 0 100% repeat-x;
}
#snAbout ul {
	margin: 4px 0 0;
	padding: 0 0 8px;
	line-height: 1.2;
	background: url(../images/line_dot_gray_h.gif) 0 100% repeat-x;
}
#snAbout ul li {
	margin: 0;
	padding: 0 0 0 9px;
	background: url(../images/ico_snav.gif) 0 5px no-repeat;
}
#snAbout ul li a {
}
#snAbout .title {
	padding: 13px 0 20px;
	background: url(../images/line_gray_shadow.gif) 0 100% repeat-x;
	border-top: #DCDCDC solid 1px;
}
#snAbout .title h2 {
	padding: 0 0 0 14px;
	background: url(../images/ico_h2_home.gif) 0 0 no-repeat;
}

/* ------------------------------------------------------------ contHead */

/* ------------------------------------------------------------ Clearfix */
.pnav:after,
#contHead ul.cnav3rdnPl:after,
#contHead ul.cnav4thn:after,
#contHead ul.cnav4thCat:after,
#contHead ul.cnav3rd5:after,
#contHead ul.cnav3rd4:after,
#contHead ul.cnav3rd3:after,
ontHead ul.cnav3rd6:after,
#contHead:after {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	display: block;
	content: " ";
}
/* [hack] ie6 */
* html .pnav,
* html #contHead ul.cnav3rdnPl,
 * html #contHead ul.cnav4thn,
* html #contHead ul.cnav4thCat,
* html #contHead ul.cnav3rd5,
* html #contHead ul.cnav3rd4,
* html #contHead ul.cnav3rd3,
* html #contHead ul.cnav3rd6,
* html #contHead {
	zoom: 1;
}
/* [hack] ie7 */

*:first-child+html .pnav,
*:first-child+html #contHead ul.cnav3rdnPl,
*:first-child+html #contHead ul.cnav4thn,
*:first-child+html #contHead ul.cnav4thCat,
*:first-child+html #contHead ul.cnav3rd5,
*:first-child+html #contHead ul.cnav3rd4,
*:first-child+html #contHead ul.cnav3rd3,
*:first-child+html #contHead ul.cnav3rd6,
*:first-child+html #contHead {
	zoom: 1;
}


/* contHead ------------------------------ */

#contHead {
	clear: both;
	margin: 0 0 20px;
	line-height: 1.2;
}
#contHead sup {
	position: relative;
	top: -4px;
}

#contHead .title {
	position: relative;
	width: 724px;
	height: 50px;
	background: url(../images/bg_cont_head_ttl.png) 0 0 no-repeat;
}
#contHead .title p,
#contHead .title h1 {
	position: absolute;
	top: 15px;
	left: 20px;
	margin: 0;
	padding: 0 0 0 18px;
	color: #333;
	font-size: 166%;
	font-weight: bold;
	line-height: 1;
	background: url(../images/ico_h1_home.gif) 0 1px no-repeat;
}
#contHead .title p span,
#contHead .title h1 span {
	padding: 0 0 0 20px;
	font-weight: normal;
	font-size: 70%;
}
.steel #contHead .title p,
.steel #contHead .title h1,
.spatial_structure #contHead .title p,
.spatial_structure #contHead .title h1 {
	background: url(../images/ico_h1_steel.gif) 0 1px no-repeat;
}
.base_isolation #contHead .title p,
.base_isolation #contHead .title h1 {
	background: url(../images/ico_h1_base_isolation.gif) 0 1px no-repeat;
}
.ns_ecopile #contHead .title p,
.ns_ecopile #contHead .title h1 {
	background: url(../images/ico_h1_ns_ecopile.gif) 0 1px no-repeat;
}
.stan_package #contHead .title p,
.stan_package #contHead .title h1 {
	background: url(../images/ico_h1_stan_package.gif) 0 1px no-repeat;
}
.bridge #contHead .title p,
.bridge #contHead .title h1 {
	background: url(../images/ico_h1_bridge.gif) 0 1px no-repeat;
}

.bridge #contHead .title p.txtCaution {
	background:none;
	left:420px;
	font-size:85%;
}

/* contHead Navigation ------------------------------ */

#contHead .cnav3rd,
#contHead .cnav4th {
	margin: -2px 0 0;
}

/* cnav3rd6 ------------------------------ */

#contHead ul.cnav3rd6 {
	width: 720px;
	margin: auto;

}
#contHead ul.cnav3rd6 li {
	float: left;
	width: 119px;
	padding: 7px 0;
	text-align:center;
	font-size:116%;
	border-right: #DCDCDC solid 1px;
	border-bottom: #DCDCDC solid 1px;
}
#contHead ul.cnav3rd6 li a {
	padding:0 0 0 9px;
	background: url(../images/ico_cnav.gif) 0 5px no-repeat;
}
#contHead ul.cnav3rd6 li.current {
	border-bottom: #F3F3F3 solid 1px;
	background: #F3F3F3;
}
#contHead .cnav3rd ul.cnav3rd6 li.current {
	border-bottom: #DCDCDC solid 1px;
}
#contHead ul.cnav3rd6 li.current a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/ico_cnav_on.gif) 0 5px no-repeat;
}
#contHead ul.cnav3rd6 li:first-child {
	width: 118px;
}

/* cnav3rd5 ------------------------------ */

#contHead ul.cnav3rd5 {
	width: 719px;
	margin: auto;
	border-left: #DCDCDC solid 1px;
}
#contHead ul.cnav3rd5 li {
	float: left;
	width: 143px;
	padding: 7px 0;
	text-align:center;
	font-size:116%;
	border-right: #DCDCDC solid 1px;
	border-bottom: #DCDCDC solid 1px;
}
#contHead ul.cnav3rd5 li a {
	padding:0 0 0 9px;
	background: url(../images/ico_cnav.gif) 0 5px no-repeat;
}
#contHead ul.cnav3rd5 li.current {
	border-bottom: #F3F3F3 solid 1px;
	background: #F3F3F3;
}
#contHead .cnav3rd ul.cnav3rd5 li.current {
	border-bottom: #DCDCDC solid 1px;
}
#contHead ul.cnav3rd5 li.current a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/ico_cnav_on.gif) 0 5px no-repeat;
}
#contHead ul.cnav3rd5 li:first-child {
	width: 142px;
}

/* cnav3rd4 ------------------------------ */

#contHead ul.cnav3rd4 {
	width: 719px;
	margin: auto;
	border-left: #DCDCDC solid 1px;
}
#contHead ul.cnav3rd4 li {
	float: left;
	width: 179px;
	padding: 7px 0;
	text-align:center;
	font-size:116%;
	border-right: #DCDCDC solid 1px;
	border-bottom: #DCDCDC solid 1px;
}
#contHead ul.cnav3rd4 li a {
	padding:0 0 0 9px;
	background: url(../images/ico_cnav.gif) 0 5px no-repeat;
}
#contHead ul.cnav3rd4 li.current {
	border-bottom: #F3F3F3 solid 1px;
	background: #F3F3F3;
}
#contHead .cnav3rd ul.cnav3rd4 li.current {
	border-bottom: #DCDCDC solid 1px;
}
#contHead ul.cnav3rd4 li.current a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/ico_cnav_on.gif) 0 5px no-repeat;
}
#contHead ul.cnav3rd4 li:first-child {
	width: 178px;
}

/* cnav3rd4 ------------------------------ */

#contHead ul.cnav3rd5 {
	width: 719px;
	margin: auto;
	border-left: #DCDCDC solid 1px;
}
#contHead ul.cnav3rd5 li {
	float: left;
	width: 142px;
	padding: 7px 0;
	text-align:center;
	font-size:116%;
	border-right: #DCDCDC solid 1px;
	border-bottom: #DCDCDC solid 1px;
	height:30px;
	line-height:30px;
}
#contHead ul.cnav3rd5 li a {
	padding:0 0 0 9px;
	background: url(../images/ico_cnav.gif) 0 5px no-repeat;
}
#contHead ul.cnav3rd5 li.current {
	border-bottom: #F3F3F3 solid 1px;
	background: #F3F3F3;
}
#contHead .cnav3rd ul.cnav3rd5 li.current {
	border-bottom: #DCDCDC solid 1px;
}
#contHead ul.cnav3rd5 li.current a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/ico_cnav_on.gif) 0 5px no-repeat;
}
#contHead ul.cnav3rd5 li:first-child {
	width: 146px;
}

#contHead ul.cnav3rd5 li.line2 {
	line-height:18px;
	font-size:13px;
}

/* cnav3rd3 ------------------------------ */

#contHead ul.cnav3rd3 {
	width: 719px;
	margin: auto;
	border-left: #DCDCDC solid 1px;
}
#contHead ul.cnav3rd3 li {
	float: left;
	width: 239px;
	padding: 7px 0;
	text-align:center;
	font-size:116%;
	border-right: #DCDCDC solid 1px;
	border-bottom: #DCDCDC solid 1px;
}
#contHead ul.cnav3rd3 li a {
	padding:0 0 0 9px;
	background: url(../images/ico_cnav.gif) 0 5px no-repeat;
}
#contHead ul.cnav3rd3 li.current {
	border-bottom: #F3F3F3 solid 1px;
	background: #F3F3F3;
}
#contHead .cnav3rd ul.cnav3rd3 li.current {
	border-bottom: #DCDCDC solid 1px;
}
#contHead ul.cnav3rd3 li.current a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/ico_cnav_on.gif) 0 5px no-repeat;
}
#contHead ul.cnav3rd3 li:first-child {
	width: 238px;
}


/* cnav3rdnPl ------------------------------ */

#contHead ul.cnav3rdnPl {
	width: 698px;
	margin: auto;
	padding: 1px 10px 8px;
	border-right: #DCDCDC solid 1px;
	border-bottom: #DCDCDC solid 1px;
	border-left: #DCDCDC solid 1px;
}
#contHead ul.cnav3rdnPl li {
	float: left;
	width: auto;
	margin: 8px 10px 0 0;
	padding: 0 10px 0 0;
	color: #999;
	border-right: #DCDCDC solid 1px;
}
#contHead ul.cnav3rdnPl li:last-child {
	border-right: none;
}
#contHead ul.cnav3rdnPl li a {
	padding:0 0 0 9px;
	background: url(../images/ico_tri_down_blue.gif) 0 5px no-repeat;
}
#contHead ul.cnav4thn li:last-child {
	border-right: none;
}
/*
.term #contHead ul.cnav3rdnPl li a {
	padding:0 0 0 9px;
	background: url(/ns_ecopile_common/images/ico_tri_down_blue.gif) 0 5px no-repeat;
}
*/

/* cnav4thCat ------------------------------ */

#contHead ul.cnav4thCat {
	width: 698px;
	margin: auto;
	padding: 0 10px 8px;
	border-right: #DCDCDC solid 1px;
	border-bottom: #DCDCDC solid 1px;
	border-left: #DCDCDC solid 1px;
	background: #F3F3F3;
}
#contHead ul.cnav4thCat li {
	font-size:83%;
	border: none;
}
#contHead ul.cnav4thCat li p {
	clear: left;
	float: left;
	margin: 9px 0 0;
}

/* cnav5thn ------------------------------ */

#contHead ul.cnav5thn {
	float: left;
}
#contHead ul.cnav5thn li {
	float: left;
	width: auto;
	margin: 8px 0 0 6px;
	padding: 0 0 0 6px;
	font-size:120%;
	border-left: #DCDCDC solid 1px;
}
#contHead ul.cnav5thn li:first-child {
	border-left: none;
}
#contHead ul.cnav5thn li.current a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

/* cnav4thn ------------------------------ */

#contHead ul.cnav4thn {
	clear:both;
	width: 698px;
	margin: auto;
	padding: 0 10px 5px;
	border-right: #DCDCDC solid 1px;
	border-bottom: #DCDCDC solid 1px;
	border-left: #DCDCDC solid 1px;
	background: #F3F3F3;
}
#contHead ul.cnav4thn li {
	float: left;
	width: auto;
	margin: 5px 6px 0 0;
	padding: 0 6px 0 0;
	border-right: #DCDCDC solid 1px;
}
#contHead ul.cnav4thn li:last-child {
	border-right: none;
}
#contHead ul.cnav4thn li.current {
}
#contHead ul.cnav4thn li a {
	display: block;
	padding: 3px 5px;
}
#contHead ul.cnav4thn li.current a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background: #CFCFCF;
}

/* ------------------------------------------------------------ TABLE */

/* table.tbLay01 ------------------------------ */

#contents table.tbLay01 {
	clear: both;
	width: 100%;
	margin: 0 0 15px;
	line-height: 1.5;
	border-top: #D6D6D6 solid 1px;
	border-right: #D6D6D6 solid 1px;
}
#contents table.tbLay01 th,
#contents table.tbLay01 td {
	padding: 4px 10px 3px;
	vertical-align: top;
	border-bottom: #D6D6D6 solid 1px;
	border-left: #D6D6D6 solid 1px;
}
#contents table.tbLay01 th {
	background: #F8F8F8;
	white-space: nowrap;
}
#contents table.tbLay01 td {
	vertical-align: top;
}
#contents table.tbLay01 th p:last-child,
#contents table.tbLay01 td p:last-child {
	margin: 0;
}

/* table.tbLay02 ------------------------------ */

#contents table.tbLay02 {
	clear: both;
	width: auto;
	margin: 0 0 15px;
	line-height: 1.5;
	border: none;
}
/*
#contents p + table.tbLay02 {
	margin: -8px 0 10px;
}
*/
#contents table.tbLay02 th,
#contents table.tbLay02 td {
	padding: 2px 5px 1px 0;
	vertical-align: top;
	border: none;
}
#contents table.tbLay02 th {
	background: none;
	white-space: nowrap;
}
#contents table.tbLay02 tr td:last-child {
	padding-left: 11px;
	background: url(../images/icon_colon.gif) 0 4px no-repeat;
}


/* ------------------------------------------------------------ OtherNavigation */

/* ------------------------------------------------------------ Clearfix */

.navOther ul:before,
.navOther ul:after,
.navConsultation .inner:before,
.navConsultation .inner:after,
.pnav:before,
.pnav:after {
    content:"";
    display:table;
}
.navOther ul:after,
.navConsultation .inner:after,
.pnav:after {
    clear:both;
}
.navOther ul,
.navConsultation .inner,
.pnav {
    zoom:1;
}

/* pnav ------------------------------ */

.pnav {
	clear: both;
	margin: 25px 0;
	padding: 5px 0;
	border-top: #DCDCDC solid 1px;
	border-bottom: #DCDCDC solid 1px;
}
.pnav li.pNavL {
	float: left;
}
.pnav li.pNavR {
	float: right;
}
.pnav li.pNavL a {
	padding: 0 0 0 9px;
	text-align: left;
	background: url(../images/ico_pnav_back.gif) 0 4px no-repeat;
}
.pnav li.pNavR a {
	padding: 0 9px 0 0;
	text-align: right;
	background: url(../images/ico_pnav_next.gif) 100% 4px no-repeat;
}

/* navConsultation ------------------------------ */

.navConsultation {
	clear: both;
	width: 718px;
	margin: 0 auto 10px;
	padding: 0;
	border: #CCC solid 1px;
}
.navConsultation .inner {
	margin: 0;
	padding: 5px 16px 10px;
	border: #F0F0F0 solid 4px;
}
.navConsultation h2 {
	margin: 0 0 10px;
	color: #2E4566;
	font-size: 116%;
	font-weight: bold;
}
.navConsultation ul {
}
.navConsultation ul li {
	float: left;
	margin: 0 18px 0 0;
}
.navConsultation ul li:last-child {
	margin: 0;
}

/* navFaq ------------------------------ */

.navFaq {
	clear: both;
	width: 724px;
	margin: 0 auto 10px;
	padding: 0;
	background: url(../images/bg_nav_faq_body.gif) 0 100% no-repeat;
}
.navFaq .title {
	position: relative;
	width: 680px;
	height: 40px;
	margin: 0;
	padding: 0 22px;
	line-height: 1;
	background: url(../images/bg_nav_faq_ttl.gif) 0 0 no-repeat;
}
.navFaq .title h2 {
	position: absolute;
	top: 15px;
	left: 20px;
	padding: 0 0 0 14px;
	color: #333;
	font-size:116%;
	font-weight: bold;
	background: url(../images/ico_h2_home.gif) 0 0 no-repeat;
}
.navFaq .title h2 a {
	color: #333;
	text-decoration: none;
}
.navFaq .title h2 a:hover,
.navFaq .title h2 a:active {
	color: #CCC;
}
.steel .navFaq .title h2,
.spatial_structure .navFaq .title h2 {
	background: url(../images/ico_h2_steel.gif) 0 0 no-repeat;
}
.base_isolation .navFaq .title h2 {
	background: url(../images/ico_h2_base_isolation.gif) 0 0 no-repeat;
}
.ns_ecopile .navFaq .title h2 {
	background: url(../images/ico_h2_ns_ecopile.gif) 0 0 no-repeat;
}
.stan_package .navFaq .title h2 {
	background: url(../images/ico_h2_stan_package.gif) 0 0 no-repeat;
}
.navFaq .title p {
	position: absolute;
	top: 10px;
	right: 20px;
	margin: 0!important;
	padding: 5px 0 5px 10px;
	border-left: #D8D8D8 solid 1px;
}
.navFaq .title p a {
	padding:0 0 0 9px;
	background: url(../images/ico_cnav.gif) 0 4px no-repeat;
}
.navFaq ul {
	width: 680px;
	margin: 0;
	padding: 10px 22px;
}
.navFaq ul li {
	margin: 0;
	padding: 5px 0;
	background: url(../images/line_dot_gray_h.gif) 0 100% repeat-x;
}
.navFaq ul li a {
	padding:0 0 0 9px;
	background: url(../images/ico_cnav.gif) 0 4px no-repeat;
}
.navFaq ul li a.blank span {
	padding:0 13px 0 0;
	margin:0 5px 0 0;
	background:url(../images/ico_blank.gif) 100% 2px no-repeat;
}
.navFaq ul li:last-child {
	margin: 0;
	background: none;
}

/* navOther ------------------------------ */

.navOther {
	clear: both;
	width: 680px;
	margin: 0 auto 10px;
	padding: 10px 17px;
	border: #CCC double 3px;
}
.navOther h2 {
	font-weight: bold;
}
.navOther ul {
	margin: 0 0 5px;
	padding: 0 0 5px;
	background: url(../images/line_dot_gray_h.gif) 0 100% repeat-x;
}
.navOther ul:last-child {
	margin: 0;
	padding: 0;
	background: none;
}
.navOther ul li {
	float: left;
}
.navOther ul li a {
	margin: 0 20px 0 0;
	padding: 0 0 0 9px;
	background: url(../images/ico_cnav.gif) 0 4px no-repeat;
}

/* section ------------------------------ */

.section {
	clear: both;
	width: 720px;
	margin: 0 auto 25px;
}
/*
.section p:last-child {
	margin-bottom: 0!important;
}
*/
.arwL {
	padding-left: 9px;
	background: url(../images/ico_tri_right_blue.gif) 0 7px no-repeat;
}

.hrDot {
	padding-top: 20px;
	background: url(../images/line_dot_gray_h.gif) 0 0 repeat-x;
}

.txtCaution0 {
	font-size: 83%;
}
.txtCaution1 {
	margin-left: 1.25em!important;
	text-indent: -1.25em;
	line-height: 1.3;
	color: #999;
}
.txtCaution2 {
	margin-left: 2em!important;
	text-indent: -2em;
	line-height: 1.3;
	color: #999;
}

.txtFormura {
}
.txtFormura img {
	vertical-align: middle;
}

.marginBtm0 {
	margin-bottom: 0!important;
}
.marginBtmS {
	margin-bottom: 5px!important;
}
.marginBtmM {
	margin-bottom: 10px!important;
}
.marginBtmL {
	margin-bottom: 20px!important;
}
.alnL {
	text-align: left;
}
.alnR {
	text-align: right;
}
/* images ------------------------------ */

.imgOl {
	border: #D6D6D6 solid 1px;
	padding: 1px;
}
.imgCap {
	display: block;
	width: 100%;
	text-align: left;
	margin: 2px 0 0!important;
}
.imgZoom {
	display: block;
	text-align: right;
}
.imgZoom.alnL {
	text-align: left;
}
.ie6 .imgZoom,
.ie7 .imgZoom {
	margin: 0 0 -12px!important;
}
.icoZoom {
	position: relative;
	bottom: 2px;
	right: 2px;
	width: 18px;
	height: 17px;
	margin: -29px 0 0;
	background:#FFF;
}
.icoZoom.rb {
	bottom: -12px;
}
a:hover img.icoZoom {
	opacity: 1;
	filter: none;
}

/* ------------------------------------------------------------ Column */

/* Column ------------------------------ */

div.col2EQ p:last-child,
div.col3EQ p:last-child,
div.col4EQ p:last-child {
	margin-bottom: 0!important;
}

/* col2EQ ------------------------------ */

.col2EQ {
	clear: both;
	margin: 0 0 15px;
}
.col2EQ .col2L,
.col2EQ .col2R {
	float: left;
	display: inline;
	zoom: 1;
	width: 350px;
}
.col2EQ .col2R {
	margin: 0 0 0 20px;
}

.col2EQ .col2L .col2w05,
.col2EQ .col2R .col2w05,
.col4EQ .col4w2 .col2w05 {
	float: left;
	display: inline;
	zoom: 1;
	width: 165px;
	margin: 0 0 0 20px;
}
.col2L .col2w05:nth-child(2),
.col2R .col2w05:nth-child(2),
.col4w2 .col2w05:nth-child(2) {
	margin: 0;
}
.col2L p:last-child,
.col2R p:last-child {
	margin-bottom: 0!important;
}

.low_friction_result #sectionBlock01 .col2R{
	margin-top:30px;
	background:#F3F3F3;
	border:1px solid #ccc;
	width:348px;
	text-align:center;
	font-weight:700;
}

.low_friction_result #sectionBlock01 .col2R p{
	margin:5px;
}

.low_friction_result #sectionBlock01 .col2R .normal{
	font-weight:100;
	text-align:left;
}
#sectionBlock01 .col2EQ img{
	border:none;
}
/* col3EQ ------------------------------ */

.col3EQ {
	clear: both;
	margin: 0 0 15px;
}
.col3EQ .col3w1 {
	float: left;
	display: inline;
	zoom: 1;
	width: 228px;
	margin: 0 0 0 18px;
}
.col3EQ .col3w2 {
	float: left;
	display: inline;
	zoom: 1;
	width: 474px;
	margin: 0 0 0 18px;
}
.col3EQ .col3w1:first-child,
.col3EQ .col3w2:first-child {
	margin: 0;
}
.col3w1 p:last-child,
.col3w2 p:last-child {
	margin-bottom: 0!important;
}

.col3EQ .col3w3 {
	float: left;
	display: inline;
	zoom: 1;
	width: 210px;
	margin: 0 0 18px 18px;
}


.col3EQ .col3w3 .img01 {
	margin-bottom:0;
}



/* col4EQ ------------------------------ */

.col4EQ {
	clear: both;
	margin: 0 0 15px;
}
.col4EQ .col4w1 {
	float: left;
	display: inline;
	zoom: 1;
	width: 165px;
	margin: 0 0 0 20px;
}
.col4EQ .col4w15 {
	float: left;
	display: inline;
	zoom: 1;
	width: 258px;
	margin: 0 0 0 19px;
}
.col4EQ .col4w2 {
	float: left;
	display: inline;
	zoom: 1;
	width: 350px;
	margin: 0 0 0 20px;
}
.col4EQ .col4w3 {
	float: left;
	display: inline;
	zoom: 1;
	width: 535px;
	margin: 0 0 0 20px;
}
.col4EQ .col4w09 {
	float: left;
	display: inline;
	zoom: 1;
	width: 142px;
	margin: 0;
}
.col4EQ .col4w12 {
	float: left;
	display: inline;
	zoom: 1;
	width: 208px;
	margin: 0;
}
.col4EQ .col4w1:first-child,
.col4EQ .col4w15:first-child,
.col4EQ .col4w2:first-child,
.col4EQ .col4w3:first-child {
	margin: 0;
}

.col4w1 p:last-child,
.col4w2 p:last-child,
.col4w3 p:last-child {
	margin-bottom: 0!important;
}

/* colOl ------------------------------ */
.colOl,
.colOl {
	border:#CCC solid 1px;
}



/* ---------------------------------------- other */

.signature {
	text-align: right;
}
.rollover {
}
.imgPng {
}
.note {
	font-size:86%;
	color:#F00;
}
.blank {
	padding:0 13px 0 0;
	margin:0 5px 0 0;
	background:url(../images/ico_blank.gif) 100% 2px no-repeat;
}

/* listNews ------------------------------ */

#listNews {
	width: 720px;
	margin: 0 auto 10px;
	line-height: 1.5;
}
#listNews li {
	position: relative;
	width: 720px;
	margin: 7px 0;
	padding: 0 0 8px;
	background: url(../images/line_dot_gray_h.gif) 0 100% repeat-x;
}
#listNews li div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 110px;
	color: #666;
}
.mac #listNews li div {
	width: 120px;
}
#listNews li p {
	margin: 0 0 0 110px;
	width: 610px;
	padding: 0 0 0 9px;
	background: url(../images/ico_tri_right_blue.gif) 0 7px no-repeat;
}
.mac #listNews li p {
	margin: 0 0 0 120px;
	width: 600px;
}
#listNews li p a {
}

/* 00000000 ------------------------------ */

.ulDataDL {
	clear: both;
	margin: 0 0 5px;
}
.ulDataDL li {
	float: left;
	width: 165px;
	margin: 0 0 0 20px;
}
.ulDataDL li:first-child {
	margin: 0;
}
.ulDataDL li div {
	margin: 0 0 5px;
}
.ulDataDL li p {
}
.ulDataDL li p a {
	display: block;
	padding: 0 0 0 9px;
	background: url(../images/ico_tri_right_blue.gif) 0 7px no-repeat;
}

.olLay01 {
}
.olLay01 li {
	margin: 0 0 7px;
}
.olLay01 li:last-child {
	margin: 0;
}






.designFormula {
	margin: 15px 0 20px;
}
.designFormula div {
	margin: 0 0 8px;
}
.designFormula p {
}
.designFormula p img {
	vertical-align: middle;
}
/*
.designFormula ul {
	margin: 8px 0 20px!important;
	line-height: 1.25;
}
.designFormula ul li {
	margin: 0 0 8px!important;
}
*/

.designFormula p img,
.designFormula li img,
.designFormula dt img,
.designFormula dd img {
	vertical-align: middle;
}

.dlDefinitionFormula {
	width: 474px;
	margin: 0 0 10px;
	padding: 0 0 1px;
	background: url(../images/line_dot_gray_h.gif) 0 100% repeat-x;
}
.dlDefinitionFormula dt,
.dlDefinitionFormula dd {
	margin: 0;
	padding: 4px 0 2px;
	background: url(../images/line_dot_gray_h.gif) 0 0 repeat-x;
}
.dlDefinitionFormula dt {
	clear: both;
	float: left;
	width: 50px;
}
.dlDefinitionFormula dd {
	float: left;
	width: 424px;
}

.dlDefinitionFormula2 {
	width: 474px;
	margin: 0 0 20px;
}
.dlDefinitionFormula2 dt,
.dlDefinitionFormula2 dd {
	margin: 0;
	padding: 8px 0 0;
}
.dlDefinitionFormula2 dt {
	clear: both;
	float: left;
	width: 50px;
}
.dlDefinitionFormula2 dd {
	float: left;
	width: 424px;
}


.ulCircle {
	margin: 0 0 10px;
}
.ulCircle li {
	margin: 0 0 0;
	padding: 0 0 0 10px;
	background: url(../images/ico_ul_circle.gif) 0 7px no-repeat;
}

.ulMerit {
	margin: 0;
}
.ulMerit li {
	margin: 0 0 10px 4.2em;
	padding: 0;
	text-indent: -4.2em;
	line-height: 1.25;
	font-size: 116%;
}
.ulMerit li span {
	font-weight: bold;
}

/* ------------------------------------------------------------ Clearfix */

.dlPhoneNum:after {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	display: block;
	content: " ";
}
/* [hack] ie6 */
* html .dlPhoneNum {
	zoom: 1;
}
/* [hack] ie7 */
*:first-child+html .dlPhoneNum {
	zoom: 1;
}
.dlPhoneNum {
	margin: 0 0 10px;
	font-size: 116%;
	font-weight: bold;
}
.dlPhoneNum dt {
	clear: both;
	float: left;
}
.dlPhoneNum dd {
	float: left;
	margin-left: 10px;
	padding-left: 12px;
	background: url(../images/icon_colon.gif) 0 6px no-repeat;
}

/* 00000000 ------------------------------ */

#gnav .ddNav {
	display: none;
	position: absolute;
	top: 124px;
	width: 220px;
	margin-left: -2px;
	padding: 9px 2px 10px;
	line-height: 1.25;
	background: url(../images/bg_ddnav.png) 0 100% no-repeat;
	border-top: #D6D6D6 solid 1px;
	border-right: none;
	border-bottom: none;
	border-left: none;
	z-index: 69;
}
.ie #gnav .ddNav {
	background: url(../images/bg_ddnav_ie.gif) 0 100% no-repeat;
}
.mac.safari #gnav .ddNav {
	letter-spacing: -0.1em;
}
.mac.gecko #gnav .ddNav {
	letter-spacing: -0.08em;
}

#gnav li:nth-child(7) .ddNav {
	margin-left: -86px;
}
#gnav .ddNav li {
	float: none;
	margin: 0 0 8px;
	border: none;
}
#gnav .ddNav li a {
	display: block;
	width: 200px;
	padding: 0 10px 0 19px;
	text-decoration: none;
	background: url(../images/ico_lnav.gif) 10px 5px no-repeat;
}
#gnav .ddNav p {
	width: 200px;
	margin: 0 0 10px;
	padding: 9px 10px 0;
	font-size: 83%;
	color: #666;
	border-top: #D6D6D6 solid 1px;
}
#gnav .ddNav ul {
	width: 220px;
	margin: 0 0 10px;
	border-top: none;
	border-right: none;
	border-bottom: #D6D6D6 solid 1px;
	border-left: none;
}
#gnav .ddNav ul li {
	float: none;
}

/* 00000000 ------------------------------ */

/* ------------------------------------------------------------ listHomeNews */

#listHomeNews {
	width: 720px;
	margin: 0 auto 10px;
	line-height: 1.5;
}
#listHomeNews li {
	position: relative;
	width: 720px;
	margin: 7px 0;
	padding: 0 0 8px;
	background: url(../images/line_dot_666_h.gif) 0 100% repeat-x;
}
#listHomeNews li div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 110px;
}
.mac #listHomeNews li div {
	width: 120px;
}
#listHomeNews li p {
	width: 516px;
	margin: 0 84px 0 110px;
	padding: 0 0 0 9px;
	background: url(../images/ico_tri_right_blue.gif) 0 7px no-repeat;
}
.mac #listHomeNews li p {
	width: 506px;
	margin: 0 84px 0 120px;
}
#listHomeNews li p a {
}
.news #listHomeNews li p a {
}
#listHomeNews li span.steel,
#listHomeNews li span.spatial_structure,
#listHomeNews li span.base_isolation,
#listHomeNews li span.ns_ecopile,
#listHomeNews li span.stan_package,
#listHomeNews li span.bridge {
	position: absolute;
	top: 0;
	right: 0;
	width: 84px;
	height: 15px;
	padding: 4px 0 0;
	color: #555;
	font-size: 83%;
	line-height: 1;
	text-align: center;
	background: #E1E1E1 url(../images/ico_home_news_home.gif) 100% 100% no-repeat;
}
#listHomeNews li span.steel,
#listHomeNews li span.spatial_structure {
	background: #E1E1E1 url(../images/ico_home_news_steel.gif) 100% 100% no-repeat;
}
#listHomeNews li span.base_isolation {
	background: #E1E1E1 url(../images/ico_home_news_base_isolation.gif) 100% 100% no-repeat;
}
#listHomeNews li span.ns_ecopile {
	background: #E1E1E1 url(../images/ico_home_news_ns_ecopile.gif) 100% 100% no-repeat;
}
#listHomeNews li span.stan_package {
	background: #E1E1E1 url(../images/ico_home_news_stan_package.gif) 100% 100% no-repeat;
}
#listHomeNews li span.bridge {
	background: #E1E1E1 url(../images/ico_home_news_bridge.gif) 100% 100% no-repeat;
}

/* ------------------------------------------------------------ 120926 NSENGI */

.fcopy {
	margin: 0 0 30px;
	font-size: 83.3%;
	color: #787878;
}


/* ------------------------------------------------------------ listMediaNews */

#listMediaNews {
	width: 720px;
	margin: 0 auto 10px;
	line-height: 1.5;
}
#listMediaNews li {
	position: relative;
	width: 720px;
	margin: 7px 0;
	padding: 0 0 8px;
	background: url(../images/line_dot_666_h.gif) 0 100% repeat-x;
}

#listMediaNews li div {
    width: 175px; /* 165px */
}
#listMediaNews li p {
    left: 175px;
    position: absolute;
    top: 0;
	width: 452px;
/*	margin: 0 84px 0 175px;*/
	margin: 0 84px 0 0;
	padding: 0 0 0 9px;
/*	background: url(/ns_ecopile_common/images/ico_tri_right_blue.gif) 0 7px no-repeat;*/
}
#listMediaNews li p a {
}
.media #listMediaNews li p a {
}
#listMediaNews li span.steel,
#listMediaNews li span.spatial_structure,
#listMediaNews li span.base_isolation,
#listMediaNews li span.ns_ecopile,
#listMediaNews li span.stan_package,
#listMediaNews li span.bridge {
	position: absolute;
	top: 0;
	right: 0;
	width: 84px;
	height: 15px;
	padding: 4px 0 0;
	margin-top: 18px;
	color: #555;
	font-size: 83%;
	line-height: 1;
	text-align: center;
	background: #E1E1E1 url(../images/ico_home_news_home.gif) 100% 100% no-repeat;
}
#listMediaNews li span.steel,
#listMediaNews li span.spatial_structure {
	background: #E1E1E1 url(../images/ico_home_news_steel.gif) 100% 100% no-repeat;
}
#listMediaNews li span.base_isolation {
	background: #E1E1E1 url(../images/ico_home_news_base_isolation.gif) 100% 100% no-repeat;
}
#listMediaNews li span.ns_ecopile {
	background: #E1E1E1 url(../images/ico_home_news_ns_ecopile.gif) 100% 100% no-repeat;
}
#listMediaNews li span.stan_package {
	background: #E1E1E1 url(../images/ico_home_news_stan_package.gif) 100% 100% no-repeat;
}
#listMediaNews li span.bridge {
	background: #E1E1E1 url(../images/ico_home_news_bridge.gif) 100% 100% no-repeat;
}

li span.iconNew {
	position: relative;
}
li span.iconNew img {
	position: absolute;
	top: 1px;
}


/*-----------------------------------
 cover_plate/structure_cp (2014/07)
-------------------------------------*/
#sectionBlock02{
	padding-top:10px;
}

#sectionBlock01 .flR img{
	float:right;
width:250px;
margin:10px;
}

#sectionBlock01 .list{
	float:left;
}

#sectionBlock01 .float_inner .list{
	width:450px;
}

/*-----------------------------------
 bold_bridge/features_bb/configuration_bb/ (2014/07)
-------------------------------------*/
.configuration_bb #sectionBlock02 h3{
	margin-top:30px;
}


/*-----------------------------------
bold_bridge/structure_bb/(2014/07)
-------------------------------------*/
.structure_bb #area13_ul img{
		width:340px;
}

.w350{ width:350px;}

/*-----------------------------------
 cover_plate/technicaldata_cp/(2014/07)
-------------------------------------*/
.technicaldata_cp .float_inner{
	width:720px;
	clear:both;
}

.technicaldata_cp #sectionBlock02 .flL{
width:260px;
	margin:10px;
	float:left;
}

.technicaldata_cp #sectionBlock02 .flR{
width:400px;
	margin:10px;
	float:right;
}

.technicaldata_cp #sectionBlock02 .flL img{
width:200px;
	text-align:center;
	margin-top:10px;
}

.technicaldata_cp #sectionBlock02 .flR img{
width:400px;

}


.technicaldata_cp #sectionBlock03 .flL{
	width:340px;
	margin:10px;
	float:left;
} 

.technicaldata_cp #sectionBlock03 .flR{
	width:340px;
	margin:10px;
	float:right;
}

.technicaldata_cp #sectionBlock03 .flR img{
	width:150px;
}

.technicaldata_cp #sectionBlock03 .flp{
	float:left;
	margin:5px;
	text-align:center;
}


/*-----------------------------------
 cover_plate/technicaldata_cp/(2014/07)
-------------------------------------*/

.low_friction .textArea{
	overflow:hidden;
	zoom:1;
}

.low_friction .textArea p{
	padding-left:1em;
}

.low_friction .flL{ float:left; margin-right:20px;}
.low_friction .mt20{ margin-top:20px;}

.low_friction_result .cnav3rd3 li.current{
	border-bottom:#CCC solid 1px !important;
}

/*-----------------------------------
 bridge/(2016/04)
-------------------------------------*/
.bridge .navConsultation ul li:last-child {
	margin-top: 10px;
}
.boxCatalog01 {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    height: 70px;
}
.boxCatalog01::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.boxCatalog01 p {
    position: relative;
    top: 50%;
    height: 70px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.boxCatalog02 {
	width: 100%;
	padding-top: 10px;
	text-align: center;
}
