@charset "utf-8";

/* 防球ネットポール
---------------------------------------- */
.list-bg-pole {
	background: url(../images/index/index_bg02.jpg) no-repeat 50% 0;
	background-size: 100% auto;
}

.list-bg-pole .products-list h2:first-child {
	margin-top: 0;
}

.list-bg-pole .products-box {
	overflow: hidden;
	float: none;
	margin-top: 0;
	width: 100%;
	border: none;
}

.products-box h3 + p {
	padding: 0 20px 0 0;
	font-size: 130%;
}

.products-box p + p {
	margin-top: 20px;
}

.list-bg-pole .products-box figure {
	float: left;
  width: 230px;
}

.list-bg-pole .products-box figure + div {
  width: 680px;
}

.list-bg-pole .button.pdf-btn {
	margin-top: 20px;
	text-align: right;
}

.list-bg-pole .button.pdf-btn p {
	display: inline-block;
	width: 320px;
	text-align: left;
}

/*----- TOP -----*/

/*　ナイスポールについて　*/
.top_about_wrap{
	margin-top:30px;
	border:#19A1CE 1px solid;
	background:#EDF7F9;
	display:inline-block;
	width:960px;
	text-align:center;
	padding:20px 0px;
}
	.top_about_wrap > p{
		margin-bottom:5px;
	}
img.top_about{
	margin-right:10px;
}
img.top_about:last-child{
	margin-right:0px;
}


.top_products_wrap{
	margin:0px 80px;
	display:inline-block;
}
	/*　製品内容トピックス　*/
	.topics_ba{
		margin:0px 5px 10px 0px;
		display:inline-block;
	}
	.topics_ba:nth-of-type(3){
		margin:0px;
	}
	/*　製品・工法紹介　*/
	.introduction_box{
		width:260px;
		height:70px;
		background:#1D50A2;
		margin:0px 5px 10px 0px;
		display:inline-block;
	}
	.introduction_box:nth-of-type(3n){
		margin:0px;
	}
	.introduction_box a{
		font-size:124%;
		color:#FFFFFF;
		text-align:center;
		line-height:70px;
		display:block;
	}
	.introduction_box a.line2{
		line-height:1.3;
		padding:14px 0px;
	}

	#NNF-joint,#Ecopole,#CampuspoleME,#JS130,#CP-joint,#NiceJoint,#SafetyPole,#Terasupole {
	    margin-top:-150px;
	    padding-top:150px;
	}

/* .contentscolumn内 */
#s-navi{
	width:200px;
	margin-right:15px;
	float:left;
	font-size:124%;
}
	#s-navi > ul{
		margin:0;
	}
	#s-navi > ul > li.line1{
		border-bottom:#1D4C9F 1px solid;
		padding-left:10px;
		height:60px;
		line-height:60px;
	}
	#s-navi > ul > li.line2{
		border-bottom:#1D4C9F 1px solid;
		padding:9px 0px 9px 10px;
		line-height:1.3;
	}

#main-column{
	width:712px;
	float:right;
}


/*↓↓↓↓↓　OldSiteからコピー　↓↓↓↓↓*/

/* base
──────────────────────────── */
/*p {
	padding: 10px;
	margin: 0;
	line-height: 140%;
	}
img {
	border: 0;
	vertical-align: middle;
	}*/

/* headline
──────────────────────────── */
/*h1,h2,h3,h4,h5,h6,p,ul {
	margin-top: 0;
	margin-bottom: 0;
	}
h1 {
	margin-top: 20px;
	padding: 8px 0 0 0; height: 25px;
	color: #666666;
	font-size: 120%;
	text-indent: 4em;
	background: url(../images/h1bg.gif) no-repeat;
	}*/
h3.feature {
	clear: both;
	margin-top: 2em; padding: 3px 0;
	border-color: #669933;
	border-width: 0 0 1px 0;
	border-style: dotted;
	font-size: 100%;
	text-indent: 1.5em;
	vertical-align: top;
	background: url(../images/pole/liarrw-orng_r.gif) no-repeat;
	font-size:139%;
	font-weight:normal;
	}
	/*追加*/
	img.feature_p{
		float:left;
		margin-right: 10px;
	}
/*h3 {
	margin-bottom: 5px; padding: 0;
	color: #808000;
	font-size: 100%;
	}*/

/* list
──────────────────────────── */
ul.sarrw {
	list-style-type: none;
	list-style-image: url(../pole/images/sarrw-grn_r.gif);
	list-style-position: outside;
	vetical-align: middle;
	}
ul.triarrw {
	list-style-type: none;
	list-style-image: url(../pole/images/arrw-green.gif);
	list-style-position: outside;
	vetical-align: middle;
	}
li {
	line-height: 140%;
	}
li.sitemap {
	line-height: 140%;
	margin-top: 10px;
	}
dl {
	line-height: 140%;
	margin: 0;
	padding: 0 10px;
	}
/* 適用例ダウンロードページ：ダウンロード
-------------------------------------------------- */
ul.download {
	float: right;
	list-style: none;
	width: 260px; height: 30px;
	margin: 0;
	padding: 0;
	}
ul.download li {
	display: inline;
	float: left;
	margin: 0; padding: 0;
	text-indent: -100em; /* テキストを表示させないためのマイナス値 */
	}
ul.download li a {
	display: block;
	width: 260px; height: 30px;
	padding: 0; margin: 0;
	border: none;
	background: url(../pole/images/pdfdownload/btn_pdfdownload.gif) no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	}
ul.download li a:hover {
	background-position: -260px 0px;
	}

/* link
──────────────────────────── */
/*a {
	color: #669933;
	text-decoration: none;
	cursor: hand;
	}
a:hover {
	color: orange;
	}*/

/* other
──────────────────────────── */
/*.red {
	color: #CC0000;
	}
.bdr {
	border: #669933 1px solid;
	padding: 5px;
	}
.username {
	margin-bottom: 5px; padding: 0;
	color: #808000;
	font-size: 100%;
	font-weight: bold;
	}
.totop {
	clear: both;
	text-align: right;
	padding: 5px 10px;
	vertical-align: middle;
	font-size: 80%;
	}*/


/* pdfdownload
──────────────────────────── */
.pdfbox {
	width: 640px;
	}
.pdfthumb {
	float: left;
	width: 205px;
	margin: 10px 10px 0 0;
	text-align: center;
	font-size: 82%;
	}
.pdflink {
	overflow: auto;	/* for modern browser */
	zoom: 1; /*for ie6*/
	}
.dldscrpt {
	float: right;
	width: 257px;
	margin: 0.5em 0 0 0;
	color: #888888;
	font-size: 82%;
	line-height: 1.5;
	}


/* お問合せページ（お問合せ必要事項）
-------------------------------------------------- */
/*#contactbox {
	margin: 10px auto;
	border: 1px #dcdcdc solid;
	text-align: center;
	line-height: 1.5;
	}
.contactinnerbox {
	padding: 5px;
	text-align: left;
	}
.contactboxtxt {
	padding: 0.2em 0;
	background-color: #dcdcdc;
	text-align: center;
	}
#contactbox ol {
	padding-left: 2em;
	}
#contactbox ol li {
	margin-bottom: 0.5em;
	}
#contactbox ul {
	padding-left: 1.5em;
	}
#contactbox ul.square li {
	list-style-type: square;
	margin: 0 5px 0.2em 0em;
	padding: 0px 0px 0px 0px;
	background: none;
	}*/

/* 角丸グリーン
──────────────────────────── */
.rc_box-grn {
   background: #e3eec0;
	 border-radius: 8px;        /* CSS3草案 */
   -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
   -moz-border-radius: 8px;   /* Firefox用 */
	 padding:10px;
	 font-size:139%;
	 margin-top:5px;
	 width:746px;
	 float:left;
	 text-align:justify;
}
/*追加*/
img.questionmark{
	vertical-align:middle;
}
/*.rc_top-grn div {
   background: url(/civil/infra/images/pole/rc_grn_tl.png) no-repeat top left;
}
.rc_top-grn {
   background: url(/civil/infra/images/pole/rc_grn_tr.png) no-repeat top right;
}
.rc_bottom-grn div {
   background: url(/civil/infra/images/pole/rc_grn_bl.png) no-repeat bottom left;
}
.rc_bottom-grn {
   background: url(/civil/infra/images/pole/rc_grn_br.png) no-repeat bottom right;
}

.rc_top-grn div, .rc_top-grn,
.rc_bottom-grn div, .rc_bottom-grn {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.rc_content-grn { margin: 0 10px; }*/
.left{
	float:left;
}
.box{
	margin:10px;
}
.performance-box {
    padding-left: 10px;
}
.performance-box .performance-left {
    float: left;
    width: 310px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.rollover:hover {
	content:url("../ontomo/download/images/index_btn_pdf_ov.png");
}
