@charset 'utf-8';
@import url(slider.css);

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html { line-height: 1;}

ol, ul { list-style: none;}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote { quotes: none;}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img,
img a {
  line-height: 0;
}

a img { border: none;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
YUI 3.13.0 (build 508226d)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
  font-family: arial,helvetica,clean,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #333;
}

	*body{
		font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo" !important;
	}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

p,div{ line-height: 1.6;}

a{color:#8c003d}

/* *******************************
 frequently used
**********************************/

/* font-size */
.font_10 { font-size: 77%; }
.font_11 { font-size: 85%; }
.font_12 { font-size: 93%; }
.font_13 { font-size: 100%; }
.font_14 { font-size: 108%; }
.font_15 { font-size: 116%; }
.font_16 { font-size: 123.1%; }
.font_17 { font-size: 131%; }
.font_18 { font-size: 138.5%; }
.font_19 { font-size: 146.5%; }
.font_20 { font-size: 153.9%; }
.font_21 { font-size: 161.6%; }
.font_22 { font-size: 167%; }
.font_23 { font-size: 174%; }
.font_24 { font-size: 182%; }
.font_25 { font-size: 189%; }
.font_26 { font-size: 197%; }

.font-11{ font-size: 11px;}
.font-12{ font-size: 12px;}

.font-red { color: #8c003d;}
.font-blue { color: #2e5e87;}
.font-gray { color: #444;}
.font-bold { font-weight: bold;}

.sup {
  font-size: 80%;
  vertical-align: super;
}

.letter-space-n { letter-spacing: -1px;}

.list-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* hide heading */
.h-hide {
  display: block;
  height: 0;
  text-indent: -9999px;
}

/* margin */
.mm0 { margin: 0;}
.centering { margin: 0 auto;}
.mr0 { margin-right: 0 !important;}
.mb1 { margin-bottom: 1px;}
.mb5 { margin-bottom: 5px;}
.mt5 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mb10 { margin-bottom: 10px;}
.ml10 { margin-left: 10px;}
.mr10 { margin-right: 10px;}
.mb15 { margin-bottom: 15px;}
.mr15 { margin-right: 16px;} /*製品*/
.mb20 { margin-bottom: 20px;}
.mb20i { margin-bottom: 20px !important;}
.mr20 { margin-right: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}

/* padding */
.pp0 { padding: 0;}
.pl5 { padding-left: 5px;}
.pa10 { padding: 10px;}

/* all */
.pv10 { padding: 10px 0;}

/* vertical */
.ph10 { padding: 0 10px;}

/* horizontal */
.pt10 { padding-top: 10px;}
.pb10 { padding-bottom: 10px;}
.pl10 { padding-left: 10px;}
.pr10 { padding-right: 10px;}
.pt20 { padding-top: 20px;}
.pb20 { padding-bottom: 20px;}
.pt30 { padding-top: 30px;}
.pb30 { padding-bottom: 30px;}


.redlink-hover a {
  color: #8c003d;
  text-decoration: none;
}
.redlink-hover a:hover {
  text-decoration: underline;
}

.redbox {
  display: inline-block;
  height: 1em;
  padding: .3em .5em .7em;
  color: #fff;
  background: #8c003d;
  font-size: x-small;
}

.gray-border { border: 1px solid #eee;}
.bg-gray { background-color: #f3f3f3;}
.va-middle { vertical-align: middle;}

/* float */
.f-right { float: right;}
.f-left { float: left;}

.dis-block { display: block;}

.clearfix { width: 100%;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* *******************************
 basic layout
**********************************/

header {
  width: 100%;
  height: 122px;
  padding-bottom: 20px;
  border-top: 5px solid #8c003d;
  border-bottom: 1px solid #f3e5eb;
}

.container {
  width: 918px;
  padding: 30px;
  margin: 0 auto;
  border-left: 1px solid #F3E5EB;
  border-right: 1px solid #F3E5EB;
}

/* -subは使用しない（.containerと同じもの）。全て削除を確認後、cssも削除 */
.container-sub {
  width: 918px;
  padding: 30px;
  margin: 0 auto;
  border-left: 1px solid #F3E5EB;
  border-right: 1px solid #F3E5EB;
}

.subpage-line {
  width: 978px;
  margin: 0 auto;
  border-left: 1px solid #F3E5EB;
  border-right: 1px solid #F3E5EB;
}

.main { width: 612px;}
.sidebar { width: 278px;}
footer {
  width: 100%;
  height: 318px;
  background: #8c003d;
}

.frame-inner {
  width: 980px;
  margin: 0 auto;
}

/* *******************************
 header
**********************************/
header .frame-inner {
  height: 78px;
}

.header-main {
  width: 470px;
  height: 40px;
  padding: 20px 0 0;
}
.header-main .logo {
  display: inline-block;
  margin-right: 15px;
}

.header-menu {
  width: 162px;
  height: 14px;
  background: #8c003d;
  padding: 0 15px 8px;
  margin-left: auto;
  margin-bottom: 15px;
}
.header-menu ul li {
  float: left;
}
.header-menu ul li:first-child {
  margin-right: 22px;
}

.header-utils {
  width: 400px;
  height: 21px;
  margin-left: auto;
}
.header-utils ul li {
  float: right;
}

.adjust-fontsize {
  font-size: 85%;
  margin-right: 7px;
}
.adjust-fontsize span {
  cursor: pointer;
}
.adjust-fontsize span:hover, .adjust-fontsize .font-current {
  background: #4b4b4b;
  color: #fff;
}

.font-adjust {
  display: inline-block;
  font-size: 11px;
  width: 11px;
  height: 11px;
  border: 1px solid #4b4b4b;
  padding: 2px 4px 6px;
  margin-right: 2px;
}

.search-window input[type='text'] {
  width: 180px;
  height: 15px;
  padding: 2px;
  border: 1px solid #666;
  margin-right: 4px;
}
.search-window input[type='submit'] {
  height: 21px;
  padding: 0 5px;
  margin-right: 0;
  color: #fff;
  background: #4b4b4b;
  font-family: inherit;
  border: none;
  font-size: 93%;
  letter-spacing: 2px;
}

/* Firefox hack */
.search-window input[type='text'] , x:-moz-any-link {width: 190px; *width: 191px;}
/* Firefox hack */

/* *******************************
 global navigation
**********************************/
#gn {
  width: 980px;
  margin: 0 auto;
  height: 44px;
}
#gn > ul > li {
  width: 195px;
  height: 44px;
  border-right: 1px solid #e8ced9;
}
#gn > ul > li:first-child {
  border-left: 1px solid #e8ced9;
}
#gn a {
  display: block;
  width: 195px;
  height: 44px;
}

#gn-home {
  background: url("img/gn-home.png") center center no-repeat;
  border-right: 1px solid #e8ced9;
}
#gn-home:hover, #gn-home.gn-current {
  background: url("img/gn-home_on.png") center center no-repeat;
}

#gn-company {
  width: 194px !important;
  background: url("img/gn-company.png") center center no-repeat;
}
#gn-company a {
  width: 194px !important;
}
#gn-company:hover, #gn-company.gn-current {
  background: url("img/gn-company_on.png") center center no-repeat;
}
#gn-kaishagaiyo {
  background: url("img/gn-kaishagaiyo.png") center center no-repeat;
}
#gn-kaishagaiyo:hover, #gn-kaishagaiyo.gn-current {
  background: url("img/gn-kaishagaiyo_on.png") center center no-repeat;
}
#gn-photo {
  background: url("img/gn-photo.png") center center no-repeat;
}
#gn-photo:hover, #gn-photo.gn-current {
  background: url("img/gn-photo_on.png") center center no-repeat;
}

#gn-eigyou {
  background: url("img/gn-japan_eigyou.png") center center no-repeat;
}
#gn-eigyou:hover, #gn-eigyou.gn-current {
  background: url("img/gn-japan_eigyou_on.png") center center no-repeat;
}

#gn-seisan {
  background: url("img/gn-japan_seisan.png") center center no-repeat;
}
#gn-seisan:hover, #gn-seisan.gn-current {
  background: url("img/gn-japan_seisan_on.png") center center no-repeat;
}

#gn-world {
  background: url("img/gn-world.png") center center no-repeat;
}
#gn-world:hover, #gn-world.gn-current {
  background: url("img/gn-world_on.png") center center no-repeat;
}

#gn-products {
  background: url("img/gn-products.png") center center no-repeat;
}
#gn-products:hover, #gn-products.gn-current {
  background: url("img/gn-products_on.png") center center no-repeat;
}
#gn-seihinichiran {
  background: url("img/gn-seihinichiran.png") center center no-repeat;
}
#gn-seihinichiran:hover, #gn-seihinichiran.gn-current {
  background: url("img/gn-seihinichiran_on.png") center center no-repeat;
}
#gn-kougyo {
  background: url("img/gn-kougyo.png") center center no-repeat;
}
#gn-kougyo:hover, #gn-kougyo.gn-current {
  background: url("img/gn-kougyo_on.png") center center no-repeat;
}

#gn-densetu {
  background: url("img/gn-densetu.png") center center no-repeat;
}
#gn-densetu:hover, #gn-densetu.gn-current {
  background: url("img/gn-densetu_on.png") center center no-repeat;
}

#gn-doboku {
  background: url("img/gn-doboku.png") center center no-repeat;
}
#gn-doboku:hover, #gn-doboku.gn-current {
  background: url("img/gn-doboku_on.png") center center no-repeat;
}

#gn-panel {
  background: url("img/gn-kenzai.png") center center no-repeat;
}
#gn-panel:hover, #gn-panel.gn-current {
  background: url("img/gn-kenzai_on.png") center center no-repeat;
}

#gn-kaihatsu {
  background: url("img/gn-pipe.png") center center no-repeat;
}
#gn-kaihatsu:hover, #gn-kaihatsu.gn-current {
  background: url("img/gn-pipe_on.png") center center no-repeat;
}

/*#gn-faq {
  background: url("img/gn-faq.png") center center no-repeat;
}
#gn-faq:hover, #gn-faq.gn-current {
  background: url("img/gn-faq_on.png") center center no-repeat;
}*/

#gn-contact {
  background: url("img/gn-contact.png") center center no-repeat;
}
#gn-contact:hover, #gn-contact.gn-current {
  background: url("img/gn-contact_on.png") center center no-repeat;
}

#gn-recruit {
  background: url("img/gn-recruit.png") center center no-repeat;
}
#gn-recruit:hover, #gn-recruit.gn-current {
  background: url("img/gn-recruit_on.png") center center no-repeat;
}

.smoothmenu ul {
  z-index: 100;
}
.smoothmenu ul li {
  position: relative;
  display: inline;
  float: left;
}
.smoothmenu ul li ul {
  background: #fff;
  position: absolute;
  left: -3000px;
  display: none;
  visibility: hidden;
}
.smoothmenu ul li ul li {
  display: list-item;
  float: none;
}
.smoothmenu ul li ul li a {
  background: transparent;
  width: 195px;
  padding: 0;
  margin: 1px 0 0;
  border-top: 1px solid transparent;
  border-bottom-width: 0;
}
.smoothmenu ul li ul.gn-products-2nd {
  width: 195px !important;
  margin-left: 1px;
}
.smoothmenu ul li ul.gn-products-2nd a {
  width: 196px !important;
}
.smoothmenu ul a {
  display: block;
}

* html .smoothmenu ul li a {
  /*IE6 hack to get sub menu links to behave correctly*/
  display: inline-block;
}

/* Holly Hack for IE \*/
* html .smoothmenu {
  height: 1%;
}

/*Holly Hack for IE7 and below*/
.ddshadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}

/* *******************************
 subpages
**********************************/
.subpage-header {
  width: 100%;
}

.subpage-msg {
  padding: 30px 0;
  line-height: 1.7;
}

.subpage-title {
  background: #f4f4f4;
  padding: 30px 26px;
}
.subpage-title p {
  font-size: 138.5%;
  font-weight: bold;
  line-height: 1;
  color: #2e5e87;
}
.subpage-title p span {
  font-size: 9px;
}

.subpage-2cols li {
  width: 290px;
  float: left;
  margin-bottom: 30px;
}
.subpage-2cols li.odd {
  margin-right: 30px;
}

.subpage-heading {
  width: 100%;
  height: auto !important;
  /* height: 20px; */
  line-height: 1;
  font-size: 138.5%;
  color: #2e5e87;
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2e5e87;
}

/* section#\32 .kougyo-items h2:after {
    content: '※販売中止とさせて頂いております。';
    padding-left: 20px;
} */

/* *******************************
 breadcrumb
**********************************/
.bread-outer {
  background: url("img/bread-bg.png");
  width: 582px;
  height: 12px;
  padding: 7px 15px 11px;
  font-size: 13px !important;
}

.bread li {
  margin-left: 5px;
  padding-right: 15px;
  float: left;
  background: url("img/bread-arrow.png") center right no-repeat transparent;
  font-size: 85%;
}
.bread li a {
  color: #8c003d;
}
.bread li:last-child {
  background: none;
}

/* *******************************
 container > main
**********************************/
.baseH2 {
  width: 100%;
  height: 37px;
  background: #565249;
}

/* 不使用 */
.baseH2 span {
  display: inline-block;
  font-size: 93%;
  height: 13px;
  padding: 10px 15px 14px;
  color: #fff;
  background: #363636;
}

/* *******************************
  sidebar
**********************************/
.side-nav ul li {
  line-height: 0;
  margin-bottom: 1px;
}

.side-sub-nav li {
  line-height: 0;
}

.side-submenu ul li {
  margin-bottom: 10px;
}
.side-submenu ul li a {
  display: block;
  line-height: 0;
}

img.right{float:right;}

/* *******************************
  footer
**********************************/
.page-top-left {
  float: left;
  width: 440px;
  height: 10px;
  margin: 0;
  padding: 0;
}

.page-top {
  float: right;
}
.page-top a {
  display: block;
  width: 90px;
  height: 12px;
  background: url("../img/to-pagetop.png") center center no-repeat;
  background-color: #8c003d;
  padding: 10px 38px;
}
.page-top a:hover {
  background: url("../img/to-pagetop_on.png") center center no-repeat;
  background-color: #2f2d28;
}

footer {
  color: #fff;
}
footer .footer-logo {
  padding-top: 30px;
}
footer .footer-nav {
  width: 980px;
  height: 158px;
}
footer .footer-bottom {
  width: 100%;
  height: 43px;
  background: #2f2d28;
  padding-top: 30px;
  color: #fff;
  font-weight: bold;
}
footer .footer-nav {
  width: 960px;
  padding-left: 20px;
  line-height: 1.6;
}
footer .footer-nav .ft {
  float: left;
  height: 130px;
  padding-left: 20px;
  border-left: 1px solid #F3E5EB;
  font-size: 93%;
}
footer .footer-nav .ft a {
  color: #fff;
  text-decoration: none;
}
footer .footer-nav .ft a:hover {
  color: #dccda9;
  text-decoration: underline;
}

.ftmenu1 { width: 145px;}
.ftmenu2 { width: 169px;}
.ftmenu3 { width: 192px;}
.ftmenu4 { width: 201px;}
.ftmenu5 { width: 148px;}

/* *******************************
 container > each page
**********************************/
/* *******************************
 top index.html
**********************************/
.slider-outer {
  width: 100%;
  height: 380px;
  background: url("../img/slider/slider-bg.png");
}

.slider-inner {
  width: 978px;
  height: 378px;
  margin: 0 auto;
  border: 1px solid #F3E5EB;
  background: #fff;
  background: url("../img/slider/slider-bg-in.png");
}

.slider {
  width: 960px;
  height: 360px;
  padding: 10px;
}

.top-information {
  width: 590px;
  border: 1px solid #e7e7e7;
  border-top: none;
  padding: 10px;
}
.top-information dt {
  float: left;
  clear: both;
  padding: 1em 0 1em 0;
}
.top-information a dd,
.top-information a {
	color: #333;
	text-decoration: none !important;
	}
.top-information dd {
  margin: 0;
  padding: 1em 0 1em 7em;
  border-bottom: 1px dotted #ddd;
}

.top_info_dl{
	_zoom:1;
	overflow: hidden;
	height: auto;
	}

.top_info_dl dd,
.top_info_dl dt{
	margin-bottom: -1px;
	}

/* sitemap.htmlにも使用 */ 
.list-black-arrow {
	margin-top: 10px;
  margin-left: 5px;
}
.list-black-arrow.products{
	margin-top: 0px;
  margin-left: 1px;
}
.list-black-arrow li {
  list-style: none;
  background: url("img/arrow-bl.png") center left no-repeat;
}
.list-black-arrow li:hover {
  background: url("img/arrow-rd.png") center left no-repeat;
}
.list-black-arrow li a {
  padding-left: 15px;
}

.top-products {
  width: 279px;
  min-height: 178px !important;
  max-height:200px;
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
}
.top-products ul{
	clear: both;
	}
.top-products ul li {
  line-height: 1.5;
  font-size: 93%;
}

.top-products ul li.column2{
	float: left;
	width: 65px;
	}
	
.top-products ul li.column1{
	clear: both;
	width: 136px;
	}

.top-development ul li {
  line-height: 1.5;
  font-size: 93%;
}

/* *******************************
 kougyo index.html
**********************************/

	.boxlink{
		width: 630px;
		overflow: hidden;}

.kougyo-items h2 {
  width: 612px;
}
.kougyo-items .kougyo-each-item {
  float: left;
  width: 141px;
}
.kougyo-items .kougyo-each-item > img {
  display: block;
  width: 141px;
  line-height: 0;
  margin-bottom: 1px;
}
.kougyo-items .kougyo-each-item p {
  width: 111px;
  height: 32px;
  padding: 8px 10px;
  background: #f5f5f5;
  font-weight: bold;
  font-size: 93%;
  padding-left: 20px;
  text-indent: -10px;
  line-height: 1.4;
}

/* *******************************
 kougyo detail.html
**********************************/
.kougyo-detail-itemname {
  font-size: 138.5%;
  font-weight: bold;
  padding-left: 26px;
  color: #2e5e87;
  background: #f4f4f4;
}

.kougyo-detail-youto2 .width180 {
  width: 180px;
}

.kougyo-detail table {
  width: 590px;
}
.kougyo-detail table th {
  background: #2e5e87;
  color: #fff;
  font-size: 93%;
}
.kougyo-detail table thead td {
  background: #f7f6f4;
}
.kougyo-detail table th, .kougyo-detail table td {
  vertical-align: middle;
  text-align: center;
  line-height: 1.3;
  height: 44px;
  border: 1px solid #d3d0cb;
}
.kougyo-detail table .w55 {
  width: 55px;
}
.kougyo-detail table .w70 {
  width: 70px;
}
.kougyo-detail table .w61 {
  width: 61px;
}

/* *******************************
 company index.html
**********************************/
.company-gaiyo table {
  width: 612px;
  margin-bottom: 5px;
}
.company-gaiyo table th, .company-gaiyo table td {
  height: 14px;
  padding: 15px;
  border: 1px solid #d3d0cb;
}
.company-gaiyo table th {
  width: 110px;
  font-weight: bold;
  background: #f7f6f4;
}
.company-gaiyo table td.even {
  background: #f9f9f7;
}
.company-gaiyo p {
  text-align: right;
}

/* *******************************
 company world.html
**********************************/
.company-kyoten-list ul li {
  float: left;
  margin-bottom: 15px;
}

.company-office-photo {
  width: 235px;
  height: 108px;
  background: #f3f3f3;
  text-align: center;
}

.company-office-address {
  width: 360px;
}
.company-office-address p {
  line-height: 1.4 !important;
  color: #333;
}

/* *******************************
 company photo.html
**********************************/
.company-photo-msg {
  width: 582px;
  background: url("../img/company/company-photo-logo.png") center right no-repeat;
}
.company-photo-msg p {
  width: 350px;
}

.company-photo li div {
  width: 290px;
  height: 218px;
  background: #f3f3f3;
  text-align: center;
}

/* *******************************
 company japan_eigyou.html
**********************************/
.company-eigyou-list {
  width: 612px;
}
.company-eigyou-list li {
  float: left;
  line-height: 0;
  margin-right: 18px;
  margin-bottom: 15px;
}

.company-eigyou-each li {
  margin-bottom: 50px;
}
.company-eigyou-each li .w125 {
  width: 125px;
  margin-right: 5px;
}
.company-eigyou-each li .w160 {
  width: 160px;
}

/* *******************************
 company japan_seisan.html
**********************************/
.company-seisan-each section {
  margin-bottom: 50px;
}
.company-seisan-each section .w235 {
  width: 235px;
  margin-right: 20px;
}
.company-seisan-each section .w355 {
  width: 160px;
}

/* *******************************
 contact index.html + supplier/index.html
**********************************/
.cur-pointer {
  cursor: pointer;
}

.contact-sample {
  color: #888;
}

.contact-form table {
  width: 612px;
}
.contact-form table tbody th, .contact-form table tbody td {
  height: 34px;
  border-top: 1px solid #d3d0cb;
  border-bottom: 1px solid #d3d0cb;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}
.contact-form table tbody .vertical-top {
  vertical-align: top;
  padding-top: 12px;
}
.contact-form table tbody th {
  width: 125px;
  background: #f7f6f4;
  padding-left: 10px;
  border-right: 1px solid #d3d0cb;
  font-size: 85%;
}
.contact-form table tbody td {
  width: 465px;
  padding-left: 5px;
  font-size: 85%;
}
.contact-form table tbody input[type="text"] {
  width: 289px;
  height: 30px;
  border: 1px solid #bbb;
  font-size: 123.1%;
  padding-left: 6px;
}
.contact-form table tbody #zip1 {
  width: 178px;/*75*/
}
.contact-form table tbody #tel1, 
.contact-form table tbody #fax1 {
  width: 45px;
}
.contact-form table tbody #tel2, 
.contact-form table tbody #tel3, 
.contact-form table tbody #fax2, 
.contact-form table tbody #fax3, 
.contact-form table tbody #zip2 {
  width: 85px;
}
.contact-form table tbody textarea {
  width: 465px;
  font-size: 123.1%;
  border: 1px solid #bbb;
}
.contact-form table tbody textarea#address {
  height: 30px;
}
.contact-form table tbody textarea#detail {
  height: 165px;
}
.contact-form table tbody select {
  color: #333;
  font-size: 108%;
}
.contact-form table tbody .input-cfm {
  width: 290px;
  height: 31px;
  color: #fff;
  background: #666;
  border: 1px solid #f7f6f4;
}

.contact-naiyou p {
  line-height: 3;
}

.contact-form tfoot{
  margin: 20px 0;
}
.contact-form tfoot td {
  height: 86px; 
  padding-top: 20px;
}

.contact-form-confirm-outer {
  width: 100%;
  height: 46px;
  padding-top: 10px; 
  padding-bottom: 10px; 
  background: #fdfafb;
}

#contact-form-confirm {
  width: 275px;
  margin: 0 auto;
}

#contact-form-confirm input {
  height: 45px;
  border: none;
  cursor: pointer;
}
#contact-form-confirm .cfm {
  background: url("../img/form-confirm.png");
  width: 170px;
  margin-right: 10px;
}
#contact-form-confirm .cfm:hover {
  background: url("../img/form-confirm_on.png");
}
#contact-form-confirm .rst {
  background: url("../img/form-reset.png");
  width: 87px;
}
#contact-form-confirm .rst:hover {
  background: url("../img/form-reset_on.png");
}

.contents .submit {
  background: url("../img/form-submit.png");
  width: 170px;
  margin-right: 10px;
}
.contents .submit:hover {
  background: url("../img/form-submit_on.png");
}
.contents .back {
  background: url("../img/form-back.png");
  width: 87px;
}
.contents .back:hover {
  background: url("../img/form-back_on.png");
}


/* 以下、supplierページのフォームで使用 */
.contact-form .input-wide {
  width: 469px !important;
}
.contact-form .label-wide label{ 
  padding-left:2px;
  margin-right: 10px;
}

/* *******************************
 faq.php
**********************************/
.faq-block {
  width: 612px;
  margin-top: 45px;
  background: url("../img/faq/faq-line.png") bottom left repeat-x;
}

.faq-question {
  position: relative;
  background: url("../img/faq/question.png") top left no-repeat;
  _zoom:1;
  z-index: 1;
}

	*div .faq-question {
		-ms-background-position-y: 4px;
		background-position-y: 4px;
		}

.faq-question p {
  padding: 5px 0 25px 50px;
}

.faq-number {
  position: absolute;
  top: -25px;
  left: 25px;
  width: 56px;
  height: 33px;
  background: url("../img/faq/faq-fukidashi.png") top left no-repeat;
  color: #2e5e87;
  font-size: 108%;
  font-weight: bold;
  text-align: center;
}

*div .faq-number{
	top:-35px !important;
  background: url("../img/faq/faq-fukidashi.png") top center no-repeat !important;
	}

.faq-answer {
  background: url("../img/faq/answer.png") top left no-repeat;
  padding: 5px 0 25px 50px;
}

.faq-block-noborder {
  background: none;
}

.faq-to-contact {
  background: #fdfafb;
  width: 571px;
  height: 45px;
  padding: 13px 13px 13px 28px;
}
.faq-to-contact div {
  width: 572px;
  height: 44px;
  background: url("../img/faq/link-form-msg.png") center left no-repeat;
}
.faq-to-contact div a {
  padding-left: 340px;
}

/* *******************************
 news
**********************************/
.news_wrap {
  margin: 10px 0;
}
.news_wrap dl {
  border-bottom: 1px dotted #727171;
  padding: 13px 0;
}
.news_wrap dl dt {
  width: 80px;
  margin-right: 10px;
  float: left;
  font-size: 14px;
  height: 20px;
  clear:left;
}
.news_wrap dl dd {
  display: block;
  width: 523px;
  margin-left: 90px;
}

*div .news_wrap dl dd {
	margin-top: -18px !important;
	}

.news_wrap dl a dd,
.news_wrap dl a {
  color: #333;
  text-decoration: none !important;
}

.news_detailwrap {
  margin: 20px 0 50px 0;
}
.news_detailwrap table{
	width: 612px !important;
	}
.news_detailwrap p {
  margin: 0 0 15px 0;
  line-height: 170%;
}

.news_detailwrap hr{
	width: 612px;
	float: left;
	}

.pager{
  margin: 80%;
  margin: 15px 10% 25px 10%;
  text-align: center;
  clear: both;
}
.pager span {
  display: inline-block;
  margin-right: 20px;
}

.pagination .hide {
text-align: right !important;
margin-bottom: 20px;
}
.pagination{
	text-align: center;
	}

.fl { float: left;}
.fr { float: right;}
.txtC { text-align: center;}
.txtR { text-align: right;}
.w80p { width: 80%;}
.w130{width: 130px !important;}

/* *******************************
 cm index.html
**********************************/
.cm-block {
  margin-bottom: 20px;
}
.cm-block td img,
.cm-block td span {
  vertical-align: middle;
}

.cm-play { 
  width: 140px;
  height: 40px;
}

.cm-title {
  height: 30px;
  overflow: visible;
  font-weight: bold;
}

/* *******************************
 catalog.html
**********************************/

.catalog-list {
  width: 279px;
  height: 218px;
  padding-left: 11px; /* 背景のパラパラ画像分戻す */
  background: #f3f3f3;
}
.catalog-list img {
  display: block;
  margin: 0 auto;
  padding-right: 11px;/* 背景のパラパラ画像の分ずらす */
  background: url('../img/catalog/catalog-bg.png') right top no-repeat;
}

/* *******************************
 supplier index.html
**********************************/

.supplier p {
  line-height: 1.7;
}

.supplier ul li {
  margin-bottom: 30px;
  line-height: 1.7;
}

.supplier ul li h3 {
  color: #2e5e87;
  font-weight: bold;
  font-size: 108%;
}

/* *******************************
 recruit.html
**********************************/

.recruit table {
  width: 612px;
}
.recruit table th {
  background: #2e5e87;
  color: #fff;
  font-size: 93%;
}
.recruit table thead td {
  background: #f7f6f4;
}
.recruit table th, .recruit table td {
  vertical-align: middle;
  text-align: center;
  line-height: 1.3;
  height: 44px;
  border: 1px solid #d3d0cb;
}
.recruit table .w55 {
  width: 55px;
}
.recruit table .w70 {
  width: 70px;
}
.recruit table .w61 {
  width: 61px;
}


/* *******************************
 sitemap.html
**********************************/
.sitemap ul { margin-left: 40px;}
.sitemap ul li { line-height: 1.8;}
/* 流用 (トップページ　製品情報のリスト)*/
.sitemap .list-black-arrow li a {
  padding-left: 25px;
}

/*================================*/

.each_item_inner{
	width: 141px;
	height: 141px;
	overflow: hidden;
	_zoom:1;
	}
	
.each_item_inner img{
	width: 141px;
	max-width: 141px;
	height: 141px;
	background-color:#f5f5f5;
	border:none !important;
	margin: 0;
	padding: 0;
	}
	
.each_item_inner:hover img{
	margin-top: -73px;
	}
	
.productsindex_ul{
	margin-bottom: 25px;
	/* max-height: 168px; */
	height: auto;
		_zoom:1;
		letter-spacing: 0;
		clear: both;
	}
	
.productsindex_ul li{
	height: auto;
	}

.productsindex_ul li.column1{
	width: 100%;
	clear: both;
	}
	
.productsindex_ul li.column2{
	width: 50%;
	float: left;
	}
	
.products_box{
		padding-left: 15px;
		background: #f8f8f8;
		margin-bottom: 25px;
		min-height: 168px;
		height: auto;
		_zoom:1;
		}

.products_box h2{
	font-size: 14px;
	font-weight: bold;
	clear: both;
	padding-top: 15px;
	margin-bottom: 5px;
		}
		
.products_box h2 .caution{
	font-size: 11px;
	font-weight: normal;
	text-indent: 15px;
		}

.products_list li{
	float: left;
	width: 290px;
	display: block;
	height: 20px;
}
	
.mLft15{margin-left: 15px;}
.mBtm20{margin-bottom: 20px;}
.mBtm220{margin-bottom: 220px;}

.relative{
	position:relative;}
.sashie2{
	position:absolute;
	top:20px;
	right:10px;}
.sashie1{
	position:absolute;
	top:0px;
	right:10px;}

.hide {
	display:none;
}

.hide {
	display:none;
}

#products_table{}

#products_table th{
	background-color: #F5F5F5;
	width: 90px;
	border: 1px solid #CCC;
	padding: 5px;
	font-weight: bold;
}

#products_table td{
	border: 1px solid #CCC;
	padding: 5px;
}

.products_table_list li{
	display: inline-block;
	min-width:110px;
	}

#acMenu dt{
	display: block;
	width: 150px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	background-color: #8C003D;
	margin-top: 10px;
	background-image: url(../img/button_bottom.png);
	background-position: 125px center;
	background-repeat: no-repeat;
	text-indent: -15px;
    }
	
	
#acMenu dd{
	display: none;
	margin-top: 10px;
    }
.products_search{
	display: inline-block;
	width: 150px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	background-color: #8C003D;
	margin-top: 10px;
    }

.calculate_wrap{
	border: 2px solid #D3D0CB;
	padding: 5px;
	margin-bottom: 20px;
}

.calculate_wrap div{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E4E1;
	padding: 5px;
}
.calculate_wrap input.submit_box{
	color: #FFF;
	background-color: #8C003D;
	text-align: center;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.calculate_wrap .box1 input{	min-width: 150px;
	border: 1px solid #CCC;}
.calculate_wrap .box2 input{	min-width: 150px;
	border: 1px solid #CCC;}
.calculate_wrap .box2  label input{	min-width: 20px;}
.calculate_wrap .box3 input{	min-width: 150px;
	border: 1px solid #CCC;}


.result table td{
	text-align: left;
	text-indent: 10px;
}

.warning{
	color:#8c003d;
	font-weight:bold;}