﻿@charset "utf-8";


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 Reset CSS
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
	}
ul,ol,li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym {
	border:0;font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
hr {
	display:none;
	}
a {
	color:#000000; 
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
img{
	vertical-align: bottom;
}


/*　画像の影　*
----------------------------------------------------------*/
.shadow{
	-webkit-box-shadow: 1px 1px 5px 2px #9F9F9F;
	-moz-box-shadow: 1px 1px 5px 2px #9F9F9F;
	box-shadow: 1px 1px 5px 2px #9F9F9F;
	background:#fff;
	position:relative;
	text-align:left;
}
.ulshadow{
	-webkit-box-shadow: 2px 2px 3px 2px  #9F9F9F;
	-moz-box-shadow: 2px 2px 3px 2px #9F9F9F;
	box-shadow: 2px 2px 3px 2px #9F9F9F;
	background:#fff;
	position:relative;
}



/* clearfix
----------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/* Androidでpタグの横幅が狭まるバグ対策 */
p {background-image:url(image);}



/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
	padding : 0 0 0 0;
	font-family : "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif, Arial,Helvetica;
	font-size:14px;
	line-height: 1.7em;
	color:#000000;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	width : 100%;
	margin:auto;
	overflow:hidden;
}

.other{
	background: url(../img/common/head_image.jpg) center top no-repeat;
}



/*　ヘッダー　*
----------------------------------------------------------*/
#header{
	width:100%;
}
#header h1{
	font-size:12px;
	line-height:1.5em;
	width:920px;
	margin:8px auto;
}
.header_navi{
	width:100%;
	background:url(../img/common/h_back.png) repeat-x;
	height:130px;
}
.header_inner{
	width:920px;
	margin:auto;
}
.header_h1{
	width:920px;
	margin:auto;
	padding: 15px 0;
}
.language {
	width: 250px;
	font-size: 14px;
	line-height: 28px;
	float: right;
}
.language ul {
	width: 165px;
	float: right;
	border: 1px solid #fff;
	box-sizing: border-box;
	
}
.language ul li {
	position: relative;
}
.language li  ul {
	width: 165px;
	display: none;
	position: absolute;
	left: 0;
	top:28px;
	z-index: 100;
}
.language li:hover ul {
	width: 165px;
	display: block;
}

/*　メニュー　*
----------------------------------------------------------*/
.gnavi{
  *zoom: 1;
	float:right;
}
.gnavi:before, .dropmenu:after{
  content: "";
  display: table;
}
.gnavi:after{
  clear: both;
}
.gnavi li{
  position: relative;
  width: 118px;
  float: left;
}
.gnavi li a{
  display: block;
}
.gnavi li ul{
  position: absolute;
  z-index: 9999;
  top: 100%;
}
.gnavi li ul li{
  width: 100%;
}
#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}



/*　コンテンツ　*
----------------------------------------------------------*/
.ttl_bar{
	width:100%;
	background:url(../img/common/ttl_back.jpg) bottom repeat-x;
	margin-top:275px;
}
.ttl_main{
	width:690px;
	padding-left:230px;
	margin:auto;
	height:60px;
	padding-top:15px;
}
.ttl_main_s{
	width:920px;
	padding-left:0;
	margin:auto;
	height:60px;
	padding-top:15px;
}
.contents{
	width:920px;
	margin:40px auto 60px;
	position:relative;
}
.contents:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.main{
	width:690px;
	float:right;
}
.main_item{
	width:660px;
	float:right;
}

/*　サイドバー　*
----------------------------------------------------------*/
#sidebar{
	width:200px;
	position:absolute;
	top:-250px;
	left:0;
	background-color:#ffffff;
}
.add{
	padding:12px;
	font-size:12px;
	line-height:1.4em;
}


/*  ページトップへ */
#pageTop{
	}

/*　フッター　*
----------------------------------------------------------*/
#footer{
	width:100%;
}
.footer_inner{
	width:920px;
	margin:0 auto;
}
.footer_inner li{
	display:inline;
	margin-right:20px;
	background:url(../img/common/arrow_green.png) center left no-repeat;
	padding-left:15px;
}
.totop{
	background:url(../img/common/arrow_up.png) center left no-repeat;
	padding-left:20px;
	float:right;
}
.footer_bar{
	width:100%;
	background:url(../img/common/f_back.png) repeat-x;
	padding-top:25px;
	height:85px;
	margin-top:20px;
}
.footer_bar_top{
	width:100%;
	background:url(../img/common/f_back.png) repeat-x;
	padding-top:25px;
	padding-bottom:20px;
	margin-top:20px;
}
.copy{
	font-size:12px;
	color:#ffffff;
	float:right;
	padding-top:40px;
}



/*　トップページ　*
----------------------------------------------------------*/

.ttl_bar_top{
	width:100%;
	background:url(../img/common/ttl_back.jpg) bottom repeat-x;
	margin-top:90px;
}
.ttl_main_top{
	width:920px;
	margin:auto;
	padding-bottom:15px;
}
.topcopy{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

/* 商品一覧slider */
#idMediaWrap{
	width:810px;
	height:280px;
	float:right;
}
#lineupItem{
	width:740px;
	float:left;
	padding:0;
	text-align:left;
}
#lineupItem li{
	float:left;
	display:inline;
	width:370px;
	height:280px;
	text-align: center;
}

/*  操作ボタン */
.prevBtn{
	float:left;
	width:35px;
	padding-top:0px;
}
.nextBtn{
	float:right;
	width:35px;
	padding-top:0px;
}
.prevBtn a:hover,
.nextBtn a:hover{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}






.waku_news{
	width:550px;
	float:left;
	position: relative;
}
.bt_newslist {
	width: 150px;
	position: absolute;
	right: 0;
	top:-36px;
}
.to_list{
	background:url(../img/common/arrow_green.png) center left no-repeat;
	padding-left:20px;
}
.news_inner {
  width:530px;
  height:250px;
  overflow:auto;
  border-bottom:solid 1px #999999;
  border-top:solid 1px #999999;
  padding:10px;

}

.waku_news dl {
  width:550px;
  height:250px;
  overflow:auto;
}
.waku_news dt {
  float:left;
  margin-bottom:15px;
  padding-left:5px;
}
.waku_news dd {
  margin-left:105px;
  margin-bottom:15px;
}
.kei{
	height:1px;
	border-bottom:dashed 1px #666666;
	margin-bottom:15px;
}

table.saisin{
	width:550px;
}
table.saisin th{
	width:140px;
	text-align:center;
	vertical-align:top;
}
table.saisin td{
	vertical-align:top;
}
table.saisin th img{
	max-width:140px;
	max-height:90px;
}
table.saisin td.space{
	height:15px;
}


ul.top_banner{
	float: right;
	padding-top:10px;
}
ul.top_banner li{
	margin-bottom:25px;
}
ul.top_banner li img{
	-webkit-box-shadow: 1px 1px 5px 2px #9F9F9F;
	-moz-box-shadow: 1px 1px 5px 2px #9F9F9F;
	box-shadow: 1px 1px 5px 2px #9F9F9F;
	background:#fff;
	position:relative;
	text-align:left;
}


/*　会社概要　*
----------------------------------------------------------*/
.ttl_sub{
	background:url(../img/common/ttl_back.jpg) bottom repeat-x;
	height:50px;
	padding-top:25px;
	padding-left:20px;
	clear:both;
}

table.rinen{
	width:660px;
	margin:20px 0 20px 30px;
}
table.rinen th{
	width:150px;
}
table.rinen td{
	font-size:16px;
	font-weight:bold;
	line-height:1.4em;
}
table.rinen td.normal{
	font-weight: normal;
}

table.gaiyou{
	width:100%;
	margin-top:20px;
}
table.gaiyou th{
	width:170px;
	background-color:#e6e6e6;
	padding:10px 0 10px 20px;
	font-weight:bold;
	vertical-align:top;
}
table.gaiyou td{
	padding:10px 0 10px 20px ;
}

/*　事業案内　*
----------------------------------------------------------*/
.ttl_green{
	font-size:20px;
	line-height:1.2em;
	color:#00774f;
	font-weight:bold;
	margin-bottom:20px;
}
.g_arrow li{
	background:url(../img/common/arrow_green.png)  center left no-repeat;
	padding-left:30px;
	margin-bottom:10px;
}

dl.consul{
}
dl.consul dt{
	background:url(../img/common/arrow_green.png)  center left no-repeat;
	padding-left:30px;
	color:#00774f;
	font-size:16px;
}
dl.consul dd{
	padding-left:30px;
	margin-bottom:20px;
}

/*　主要取引品目　*
----------------------------------------------------------*/
.waku_jisseki{
	width:360px;
	margin:auto;
	border:solid 3px #00774f;
	padding:20px;
}
.waku_jisseki01{
	width:400px;
	margin:auto;
	border:solid 3px #00774f;
	padding:20px;
}
table.keisiki{
	width:100%;
	margin-top:40px;
	margin-bottom:5px;
	font-size:12px;
}

table.keisiki th,
table.keisiki td{
	border:solid 1px #2d2d2d;
	padding:10px 0;
	text-align:center;
	background-color:#e6e6e6;
}
table.keisiki th{
	background-color:#00774f;
	color:#ffffff;
	font-weight:bold;
}

table.bd_green {
border-top:solid 1px #2d2d2d;
border-left:solid 1px #2d2d2d;
color:#434343;
margin-top:20px;
}
table.bd_green th{
border-right:solid 1px #2d2d2d;
border-bottom:solid 1px #2d2d2d;
background-color:#00774f;
padding:10px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
}
table.bd_green td{
border-right:solid 1px #2d2d2d;
border-bottom:solid 1px #2d2d2d;
background-color:#e6e6e6;
padding:10px;
text-align:center;
font-size:12px;
}









/*　採用情報　*
----------------------------------------------------------*/
ul.saiyou {
	text-align:center;
	margin:60px 0 100px;
}


ul.saiyou li{
	display:inline;
}
.waku_saiyou{
	width:360px;
	border:solid 3px #00774f;
	padding:20px;
	float:left;
	margin-right:20px;
}
.waku_saiyou_l{
	width:590px;
	border:solid 3px #00774f;
	padding:20px;
	float:left;
}

.tel_saiyou{
	color:#00774f;
	font-size:20px;
	font-weight:bold;
}



/*　お問い合わせ　*
----------------------------------------------------------*/
.length_l{
	padding:5px;
	width:90%;
}
.length_m{
	padding:5px;
	width:60%;
}
.length_s{
	padding:5px;
	width:30%;
}
.naiyou{
	padding:5px;
	width:90%;
	height:130px;
}
.s_btn{
	background: url(../img/contact/btn_sousin_off.png);
	width:240px;
	height:50px;
	border:0px solid;
	cursor:pointer;
}
.s_btn:hover{
	background: url(../img/contact/btn_sousin_on.png);
}

/*　プライバシーポリシー　*
----------------------------------------------------------*/

.kojin dt{
	font-weight:bold;
	margin-top:20px;
}
.kojin dd{
	margin-left:15px;
}
.kojin ul{
	margin-left:20px;
	margin-top:10px;
}
.kojin ul li{
	list-style:disc;
}

dl.ttl_policy dt{
	font-size:18px;
	color:#00774f;
	padding-left:30px;
	padding-bottom:5px;
	background-image:url(../img/contact/line_policy.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-bottom:15px;
	margin-top:40px;
}
dl.ttl_policy dd{
	margin-left:40px;
	text-indent:-22px;
}

/*　サイトマップ　*
----------------------------------------------------------*/
table.sitemap{
	width:100%;
	margin-bottom:100px;
}
table.sitemap td{
	vertical-align:top;
}


















@media print{
#wrapper {
	overflow:visible;
}
}

