/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	
}
html,body {
	font:12px/1.8 Tahoma, Geneva, '\5B8B\4F53';
	line-height:1.4;
	}
html,body{
    width: 100%;
}
body {
	color: #333;
	background: #fff;
}
form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* --------------------------------
 	　header
-------------------------------- */
#header {
	width: 100%;
	height: 60px;
	min-width: 1100px;
	text-align: center;
	}
#header .inner {
	margin: 0px auto;
	width: 1000px;
	}
#header #hd-contents{
	height: 110px;
	margin-top:11px;	
	}
#header #logo{
	display: block;
	float: left;
	height: 89px;
	width: 432px;
	}
#header #logo a{
	display:block;
	width:432px;
	height:89px;
	}
#header #tel{
	float: right;
	height: 79px;
	width: 435px;
	margin-top:10px;
	}
#header #tel img{
	height: 79px;
	width: 435px;
	}
#header #hd-contents:after{
 	content="";
 	display: block;
 	clear:both;
	}
/* --------------------------------
 	　グローバルメニュー
-------------------------------- */
#header-nav {
	width: 100%;
	min-width: 1100px;
	height: 59px;
	background: #004da1;
	text-align: center;
	clear: both;
	}
#header-nav a{
	color: #fff;
	text-decoration: none;
	}
#header-nav ul#gmenu {
	width:1000px;
	height:59px;
	margin:0 auto;
	}
#header-nav li {
	float: left;
	width: 199px;
	text-align: center;
	line-height: 59px;
	margin:0 auto;
	font-size: 16px;
	font-weight: 700
	}
#header-nav li:last-child {
	float: left;
	width: 199px;
	text-align: center;
	line-height: 59px;
	margin:0 auto;
	}
#header-nav li a{
	display:block;
	width: 199px;
	height:59px;
	text-align: center;
	
	}
#header-nav li:last-child a{
	display:block;
	width: 199px;
	height:59px;
	text-align: center;
	}
#header-nav li a:hover {
	background:#185fb7;
	}

/* --------------------------------
 	　contents
-------------------------------- */
.contents {
	margin:0 auto;
	overflow:hidden;
	width: 100%;
	min-width: 1100px;
	}
	
.contents .inner {
	margin: 0 auto;
	width: 1000px;
	}
	
.contents .topleft {
	float:left;
	width:720px;
	margin-top:50px;
	}

.contents .topright {
	float:right;
	width:240px;
	margin-top:50px;
	margin-left:40px;
	
	}
.contents .subleft {
	float:left;
	width:722px;
	margin-top:50px;
	}

.contents .subright {
	float:right;
	width:240px;
	margin-top:50px;
	margin-left:37px;
	
	}
.contents .inner:after {
 	content="";
 	display: block;
 	clear:both;
	}
	
.contents .hid {
	overflow:hidden;
	}
.contents .fleft {
	float:left;
	}
.contents .fright{
	float:right;
	
	}
/* --------------------------------
 	　メタルソー
-------------------------------- */
#anc1,#anc2,#anc3 {height:55px;overflow:hidden;width:718px;margin-bottom:10px;}
#anc1 .fleft{
	margin-top:-10px;
	}
#anc1 .fleft,
#anc2 .fleft,
#anc3 .fleft {
	width:348px;
	margin:0px 0 10px;
	float:left;
	}
#anc1 .fright,
#anc2 .fright,
#anc3 .fright, {
	width:348px;
	margin:10px 0;
	margin-left:8px;
	text-align:left;
	float:right;
	}
	
.line-nap,
.line-nap2 {
	overflow:hidden;
	margin:40px 0;
	
	}
.line-nap ul,
.line-nap2 ul{
	list-style:none;
	display:inline;
	}
.line-nap li{
	list-style:none;
	display:block;
	float:left;
	width:155px;
	margin-right:10px;
	}
.line-nap li:last-child{
	list-style:none;
	display:block;
	float:left;
	width:180px;
	text-align:center;
	}
.line-nap2 li{
	list-style:none;
	display:block;
	float:left;
	width:220px;
	margin-right:10px;
	}
.line-nap2 li:last-child{
	list-style:none;
	display:block;
	float:left;
	width:250px;
	text-align:center;
	}

.line-nap li div{
	height:215px;
	overflow:hidden;
}
.line-nap2 li div{
	height:225px;
	overflow:hidden;
}
.line-nap li span,
.line-nap2 li span{
	display:block;
	border:1px solid #4CB1C9;
	color:#004DA1;
	background:#E9FBFF;
	font-weight:bold;
	padding:3px;
	border-radius:10px;
	text-align:center;
	width:90%;
	margin:0 auto 5px;
	font-size:12px;
	
}

.line-nap li span.red,
.line-nap2 li span.red{
	display:block;
	border:1px solid #f00;
	color:#f00;
	background:#ffe9e9;
	font-weight:bold;
	padding:5px;
	border-radius:0;
	text-align:center;
}




.spec_a {
	margin:40px 0;
	width:718px;
	}	
.spec_a .spec {border:solid 1px #000;} 	
.spec_a .spec th{
	font-weight:normal;
	background:#CFF;border:solid 1px #000;
	font-size:10px;vertical-align:middle;
	} 
.spec_a .spec td{
	font-size:10px;
	text-align:center;border:solid 1px #000;
	line-height:1.1;
	vertical-align:middle;
	}
/**/
.spec_a2 {
	margin:40px 0;
	width:718px;
	}	
.spec_a2 .spec {border:solid 1px #000;} 	
.spec_a2 .spec th{
	font-weight:normal;
	background:#CFF;border:solid 1px #000;
	font-size:16px;
	vertical-align:middle;
	padding:3px;
	} 
.spec_a2 .spec td{
	font-size:16px;
	text-align:center;border:solid 1px #000;
	line-height:1.1;
	vertical-align:middle;
	padding:3px;
	} 
	
.spec_b {
	margin:40px 0;
	width:340px;
	}	
.spec_b .spec {border:solid 1px #000;} 	
.spec_b .spec th{
	font-weight:normal;
	background:#CFF;border:solid 1px #000;
	font-size:10px;vertical-align:middle;
	} 
.spec_b .spec td{
	font-size:10px;
	text-align:center;border:solid 1px #000;
	line-height:1.1;
	vertical-align:middle;
	} 
.spec_c {
	margin:40px 0;
	width:250px;
	}	
.spec_c .spec {border-top:solid 1px #000;border-bottom:solid 1px #000;} 	
.spec_c .spec th{
	font-weight:normal;padding:5px;
	background:#CFF;border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	font-size:10px;vertical-align:middle;
	} 
.spec_c .spec td{
	font-size:10px;padding:5px;
	text-align:center;border-top:solid 1px #000;border-bottom:solid 1px #000;
	line-height:1.1;
	vertical-align:middle;
	} 
#page {
	width:100%;
	min-width:1000px;
	margin:0 auto;
	height:100%;
	min-height:1100px;
	}
#page .page-inner{
	width:1000px;
	min-height:1100px;
	margin:0 auto;
	}
.waku {width:720px;
	border:solid 1px blue;
	height:100px;
	text-align:center;
	padding:20px 0;}
.ttl-bg2 {margin:15px 0;width:721px;}
.br {font-weight:bold;font-size:24px;color:#4cb1c9;}
.b-line {border-bottom:1px solid #ccc;margin-top:10px;}
.h3-txt {font-size:18px;color:#004da1;}
.h3-txt2 {font-size:18px;color:#004da1;margin-top:20px;}
.fs14 {font-size:14px;line-height:2;}
.red {color:red;}
.red-b {color:red;font-weight:bold;}
.txcenter {text-align:center;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mb30 {margin-bottom:30px;}
.mrt10{padding:10px 0 0}
#s-btn ul,#s-btn li {list-style:none;}
#formtable2{
	margin: 0;
	padding: 0;
	width:715px;
	margin: auto;
	margin-bottom: 10px;
	border-collapse: collapse;
	font-size:14px;
}


#formtable2 td{
	border: 1px solid #CCCCCC;
	padding: 16px;
	font-size: 14px;
	line-height:140%;
}

#formtable2 th{
	border: 1px solid #CCCCCC;
	padding: 16px;
	background:#F2F2F2;
	text-align:left;
	font-weight: lighter;
	width:250px;
	font-size: 14px;vertical-align: top;
	}
	
#intable{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	border-collapse: collapse;
}


#intable td{
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size:100%;
	line-height:140%;
}
.pdr-list {
    position: relative;
    width: 680px;
    overflow: hidden;
}
.pdr-list ul {
    width: 780px;
    padding: 10px 0;
}
.pdr-list ul li:hover {
    color: #888;
    text-decoration: none;
}
.pdr-list ul li {
    position: relative;
    float: left;
    width: 250px;
    margin: 0 -22px 30px 0;
    padding-bottom: 10px;
    _display: inline;
}
.pdr-list ul li .img {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #e7e7e7 inset;
    float: left;
    width: 220px;
    padding: 5px;
    margin-bottom: 5px;
}
.pdr-list ul li .img img {
    border-radius: 4px;
    float: left;
    width: 209px;
    height: 120px;
}
.pdr-list ul li .title, .pdr-list ul li .price {
    display: block;
    font-size: 14px;
    width: 200px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pdr-list ul li .title a, .pdr-list ul li .price a {
	color: #004DA1;
	text-decoration: none
}
.pagination{padding:20px 0;text-align:center}
.pagination a{position:relative;display:inline-block;height:20px;padding:0 7px;line-height:20px;vertical-align:top;color:#666;border:1px solid #eee;text-decoration: none}
.pagination a:hover{text-decoration:none;color:#6a93ad;border-color:#6a93ad}
.pagination a.focus,.pagination a.focus:hover{color:#FFF;border-color:#6a93ad;background:#6a93ad;cursor:default}
.pagination span{display:inline-block;vertical-align:top;color:#999;cursor:default}
.pagination .btn{height:22px;padding:0;line-height:23px;text-align:left;overflow:hidden;border:0 none;background-image:url(../images/pages_btn.gif);background-repeat:no-repeat}
.pagination .btn-prev{width:80px;padding-left:30px;background-position:0 0}
.pagination .btn-next{width:87px;padding-left:13px;background-position:-81px 0}
.pagination a.btn:hover{color:#555}
.pagination a.btn-prev:hover{background-position:0 -26px}
.pagination a.btn-prev:active{background-position:0 -52px}
.pagination a.btn-next:hover{background-position:-81px -26px}
.pagination a.btn-next:active{background-position:-81px -52px}
.pagination span.btn-prev{background-position:0 -78px}
.pagination span.btn-next{background-position:-81px -78px}
.pdr-top-box {
    padding: 10px 0 10px 20px;
}
.extension-banner {
    float: left;
    padding: 0;
    zoom: 1;
    overflow: hidden;
    width: 260px;
}
.pdr-photo {
    float: left;
    padding: 0 0 10px 0;
}
.ext-img-list {
    text-align: center;
}
.pdr-photo img {
    float: left;
    width: 250px;
    height: 150px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(224,224,224,0.9);
}
.pdr-info {
    float: right;
    width: 435px;
}
.mb-pdr_param .name {
    word-wrap: break-word;
    word-break: break-all;
}
.pdr-info h3 {
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #585858;
}
.pdr-page-box {
	margin-bottom: 10px;
	margin-top: 150px; 
    padding: 10px 0;
    width: 680px;
    position: relative;
}
.pdr-page-box h3 {
    background: #E9E9EA;
    border-top: 1px solid #E9E9EA;
    border-bottom: 1px solid #D9D9DA;
    color: #333;
    padding: 5px 22px;
    text-shadow: 0 1px 1px #FFF;
}
#btn{
	width:350px;
	margin: 25px auto;
}

#plus {
	background: url(../images/safety/fs00102394213.jpg) no-repeat left top;
	height: 150px;
	padding-left: 160px;	
	padding-top:30px;
	line-height:1.8;
	font-size:16px;
	
	}
#anzen4 {
	overflow:hidden;
	}
#anzen4 ul{
	display:inline;
	list-style:none;
	}
#anzen4 li{
	display:block;
	list-style:none;
	float:left;
	width:218px;
	margin-left:20px;
	}
#anzen4 li:first-child{
	display:block;
	list-style:none;
	float:left;
	width:218px;
	margin-left:0px;
	}
/* --------------------------------
 	　ページトップ
-------------------------------- */
.pt {
	width:1150px;
	margin:0 auto;
	text-align:right;
	margin-bottom:17px;
	}
/* --------------------------------
 	　footer
-------------------------------- */
#footer {
	width: 100%;
	min-width: 1100px;
	text-align: center;
	height: 230px;
	line-height: 66px;
	background: #fff;
	margin-top: 20px; 
	font-size: 12px;
	bottom:0;
	}
#footer #ft-top {
	margin: 0px auto;
	background:#eeeeee;
	}
#footer .inner {
	margin: 0px auto;
	padding-bottom:30px;
	padding-top:30px;
	width: 1000px;
	overflow:hidden;
	
	}
#footer #ftlogo {
	width: 312px;
	border-right: #ccc solid 1px;
	margin-top: 0px;
	height: 60px;
	text-align:left;
	float:left;
	}
#footer #ftaddress {
	width:600px;
	margin-top: 0px;
	height: 60px;
	float:right;
	text-align:left;
	line-height:1.6;
	}

#footer #ft-nav {
	margin: 0px auto;
	width: 100%;
	min-width:1000px;
	height:59px;
	padding-top:1px;	
	background:#999999;
	}
#footer #ft-nav .ftnav-inner a{
	color:#fff;
}
#footer #ft-nav .ftnav-inner{
	margin: 20px auto;
	width:1000px;
	color:#fff;
	height:59px;
	text-align:left;
	}


#footer #ft-nav ul#ftmenu {
	width:470px;
	height:15px;float:left;

	}
#footer #ft-nav #copy {
	width:470px;
	float:right;
	margin-top:-28px;
	height:15px;
	}
#footer #ftmenu li {
	float: left;
	text-align: center;
	line-height: 15px;
	border-right: 1px solid #fff;
	padding-right: 8px;
	padding-left: 8px;
	}
#footer #ftmenu li:last-child {
	float: left;
	text-align: center;
	line-height: 15px;
	border-right: none;
	padding-right: 14px;
	padding-left: 14px;
	}
#footer #ft-nav li a{
	color: #666;
	display: block;
	text-decoration: none;
	}

#footer #ft-inner:after{
 	content="";
 	display: block;
 	clear:both;
	}
#mainimg {
	width: 100%;
	min-width: 1100px;
	margin: 0px auto;
	border-bottom: 8px solid #004da1;
	}
#mainimg .inner {
	width:1000px;
	height: 420px;
	margin:0 auto;
	overflow:hidden;

	}
.topright h3{height:56px;border-bottom:solid 1px #fff;}
.subright h3{height:56px;border-bottom:solid 1px #fff;}
#sidelogo {
	margin-top:30px;
	border:solid 1px #ccc;
	
	}
#sidelogo .sideinner{
	padding:16px 16px 5px 16px;
	text-align:center;
	}
#sidelogo .sideinner2{
	padding:0px 16px 10px;
	text-align:left;
	line-height: 20px;
	}
#sidelogo .sideinner3{
	padding:0px 16px;
	text-align:right;
	}
#sidelogo .sideinner .logoimg{
	width:133px;
	margin:0 auto;	}
.mapicon{
	width: 50px;
	background: url(../images/mapicon.png) no-repeat left center;
	text-indent:13px;
	display:block;
	margin-left:140px;
		}
.mailicon{
	width: 205px;
	background: #004da1 url(../images/mailicon.png) no-repeat 44px center;
	display: block;
	height: 40px;
	padding: 0 16px 0 50px;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	text-indent: 30px;
	margin-top: 12px;
	margin-bottom: 20px;
}
.con {
    padding: 20px 10px;
    height: 490px;
    width: 720px;
    overflow: hidden;
    margin: 0 auto;
}
.con ul {
    padding: 0 0 0 20px;
}
.con ul .item {
    color: #999;
    line-height: 22px;
    width: 210px;
    float: left;
    margin: 0 10px 10px 0;
    padding-bottom: 5px;
    text-align: center;
    _display: inline;
}

.com .item .title {
    clear: both;
    color: #444;
    font-size: 16px;
}

.con .item img {
    border: 3px solid #ececec;
    width: 210px;
    height: 120px;
    float: left;
    margin-bottom: 5px;
}

#sidemenu {}
#sidemenu ul{list-style:none;}
#sidemenu li{
	list-style: none;
	width: 240px;
	height: 60px;
	line-height:65px;
	padding-left:25px;
	border-bottom: solid 1px #fff;
	background:#b0f2f5;
}
#sidemenu li a{
	width: 240px;
	height: 60px;
	display:block;
	color: #004DA1;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none
}
#main-text p{
	font-size:13px;
	lihe-height:2.6;
	color:#333;
	margin-bottom:38px;
	}
.contents #top-products {
	width:720px;
	height:290px;
	margin:0px auto 6px;
	}
.contents #top-products h2{
	width: 143px;
	height: 41px;
	margin: 0px auto 20px;
	text-align:center;
	}
.contents #top-products .img-list {
	height:106px;
	margin-bottom:20px;
	}
.contents #top-products .img-list ul,
.contents #top-products .img-list li{
	list-style:none;
	}
.contents #top-products .img-list li{
	float:left;
	width:343px;
	height:101px;
	margin-left:26px;
	text-align:center;
	}
.contents #top-products .img-list li a{
	text-decoration: none;
	color:#333;
	}
.contents #top-products .img-list li:first-child{
	float:left;
	width:343px;
	height:101px;
	margin-left:0;
	}
.contents #top-products .img-list li img{
	display:block;
	border:solid 4px #ccc;
	width:343px;
	height:101px;
	}

#topnews {
	margin-top:32px;
	}
#topnews h2 {
	background: url(../images/bk_news.png) repeat-x;
	height:41px;
	width:715px;
	}
	
#topnews .date {
	float: left;
	width: 110px;
	line-height: 23px;
	clear: left;
	margin-top:15px;
	}

#topnews dd {
	line-height: 23px;
	margin-top:15px;
	float:left;
	width:600px;
	padding-left:20px;
	}
#topnews dd img{
	margin-right:15px;
	}
#newslist_top {
	min-height:140px;
	}

/*　サブページ　*/
#subimg {
	width: 100%;
	min-width:1100px;
	height: 200px;
	margin: 0px auto;
	background:#e0eff7;
	}
#subimg .inner {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/bg_subimg.jpg) no-repeat center #e0eff7;
	}
#subimg h2 {
	color:#000;
	font-size:36px;
	padding-top:75px;
	margin-left:50px;
	font-weight:normal;
	}

#subimg h3 {
	color: #093d89;
	font-family: Georgia, "Times New Roman", Times, serif;
	opacity:0.7;
	font-size:18px;
	font-weight:bold;
	margin-left:50px;
	line-height:1;
	}

.pankz {
	margin: 8px 0;
	font-size: 12px;
	}
.pankz a{
	color: #003f8d;
	text-decoration: none;
	}
	

#page .sidebar {
	float:left;
	width:220px;
	height:100%;
	}
#page .mainbody {
	float:right;
	width:740px;
	}
#page .page-inner:after {
	content="";
 	display: block;
 	clear:both;
	}
.mainbody .title-h2 {
	width:740px;
	text-align:center;
	height:55px;
	border-top:solid 1px #407fb9;
	background:#e0eff7;
	line-height:55px;
	}
.mainbody .title-h2 h2{
	font-size:18px;
	font-weight:normal;
	
	
	}
.mainbody .text-wide {
	margin:23px auto;
	width:740px;
	font-size:12px;
	line-height:1.2;
	}

