@charset "utf-8";

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Aldrich);

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #898989;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 12px/160% 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	min-width:970px;
	_display: inline;
	_zoom:1;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
	border:solid 1px #ccc;
	padding:5px;
}

input[type="text"],textarea{
	width:90%;
	-moz-box-shadow: inset 1px 2px 4px -6px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

input[type=radio]{
	width:auto;
}

form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

table.center tr td {
	text-align:center;
}

strong{
	color:#008CA2;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #898989;
	text-decoration:none;
}
a:hover {
	text-decoration: none;	
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

.toppage .top_box1 a:hover,
.toppage .top_box2 a:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.toppage a:hover > div > p.top_title,
.toppage a:hover > div > p.top_caption,
.toppage a:hover > div > div > p.top_caption{
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}

footer a,
#sub  h1 a {
	color:#fff;
	text-decoration: none;	
}

footer a:hover,
#sub  h1 a:hover {
	background:none;
;}


/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container, 
#footer{
	width: 960px;	/*コンテナー幅*/
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	padding-right:5px;
	padding-left:5px;
}

#footer{
	padding-right:10px;
	padding-left:10px;
}

/*ヘッダーh1タグ（サイト名ロゴ）
---------------------------------------------------------------------------*/
header h1 {
	width:282px;
	font: 30px 'Aldrich', sans-serif;
	padding: 10px 0px 10px 20px;
	float:left;
}
header h1 a {
	color: #000;
	text-decoration: none;
}

/*ヘッダー右
---------------------------------------------------------------------------*/
header ul#contact {
	width:400px;
	padding: 20px 0px 10px 20px;
	float:right;
}

header ul#contact{
	text-align:right;
	display:block;
}

header ul#contact li{
	margin-left:10px;
	display:inline;
}

header ul#contact li#head_mail{
	display:inline;
}

header div#gnavi_btn {
	display:none;
}


/*グローバルナビ
---------------------------------------------------------------------------*/

header nav ul {
	height: 40px;
	display:block;	
	border-right: 1px dotted #5a5858;	/*右側の線の幅、線種、色(RGBカラーで255,255,255を30%の透明度で)の設定*/
}

/*メニュー１個ごとの設定*/
header nav ul li {
	float: left;
	border-right: 1px solid rgba(255,255,255,0.3);	/*右側の線の幅、線種、色(RGBカラーで255,255,255を30%の透明度で)の設定*/
	white-space: nowrap;
	line-height: 40px;
}

header nav ul li#nav_mail {
	display:none;
}

header nav ul li a {
	width:107px;
	height:40px;
	color: #898989;		/*文字色*/
	text-decoration: none;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding-right: 5px;
	padding-left: 5px;
	border-left:1px dotted #5A5858;
	font-size:12px;
}

header nav ul li a span{
	display:block;
	font-size:9px;
	color:#49B0C1;
	line-height:1em;
}

/*マウスオン時の設定*/
header nav ul li a:hover {
	background-color: #eee;
	color: #898989;
}

/*カレント*/
header nav ul li.current a,
#sub nav ul li.current a {
	background-color: #eee;
	color: #898989;
	/*line-height: 40px;*/
}


/*１個目のメニューの線の設定*/
header nav ul li:first-child {
	border-left: 1px solid rgba(255,255,255,0.3);
}

p#nav_tel{
	display:none;
}

/*コンテンツ（main,sub,footerを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	padding-top: 15px;
}

#contents #bread{
	font-size:12px;
	margin-bottom:10px;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#contents .top_box1{
	width:204px;
	float:left;
	border:1px solid #898989;
	margin-right:5px;
	margin-bottom:5px;
	padding:15px;
	position:relative;
}

#contents .top_box2{
	width:445px;
	float:left;
	border:1px solid #898989;
	margin-right:5px;
	margin-bottom:5px;
	padding:15px;
	position:relative;
 	min-height: 300px;  
    height: auto !important;  
    height: 300px; 
}

#contents p.top_title{
	font-size:20px;
	color:#C9C9CA;
	line-height:1em;
	padding-bottom:10px;
	border-bottom:1px dotted #5A5858;
}

#contents p.top_title span{
	display:block;
	margin-top:2px;
	font-size:12px;
	color:#008CA2;
}

#contents .top_box1 p.top_img{
	position:absolute;
	top:55px;
	left:25px;
	z-index:999;
}

#contents .top_box1 .top_caption{
	padding-top:190px;	
	font-size:12px;
	line-height:1.5em;
}

#contents .top_box2 p.top_img{
	position:absolute;
	top:55px;
	left:25px;
}

#contents .top_box2 .top_caption{
	padding-top:20px;	
	padding-left:270px;	
	font-size:12px;
	line-height:1.5em;
}

#contents .top_box2 #news_container{
	height:280px !important;
	width:100%;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}


#contents .top_box2 #news_container iframe#news{
	/*
	height:280px;
	*/
	overflow:auto;
	width:100%;
	display:block;
}

#contents dl.jigyou{
	padding-left:0;
}

#contents dl.jigyou dt{
	margin-top:20px;	
	color:#008ca2;
}

#contents dl.jigyou dd {
	margin-bottom:0;
}

#contents .metalL{
	width:168px;
	float:left;
}

#contents .metalR{
	width:168px;
	float:left;
	margin-left:66px;
}

.pagetop{
	clear:both;
	text-align:right;
	padding:40px 0 10px 0;
}




#main {
	float: left;	/*左側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	margin-bottom:20px;

}
/*mainコンテンツのsectionとarticleの1階層下のh1タグの設定*/
#main section > h1,
#main article > h1 {
	padding:0;
	clear: both;
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 0 1em;
}

#main p.catch{
	font-size:2em;
	line-height:1.4em;
	padding-bottom:0.6em;
}

#main p.subcatch{
	margin-bottom:35px;
	font-size:14px;
	line-height:1.7em;
}

#main section > h2,
#main article > h2 {
	margin-top:40px;
	margin-bottom:15px;
	color:#008CA2;
	font-size:1.3em;
	border-top:2px solid #008CA2;
	border-bottom:1px dotted #008CA2;
	padding:7px 0 5px 70px;
	background:url(../images/icon_cercle.png) 20px center no-repeat #EEEFEF;
}

#main dl{
	margin-bottom:20px;
	padding-left:20px;
}

#main dl dt{
	font-weight:bold;
}

#main dl dd{
	margin-bottom:20px;
}

#main ul{
	list-style-type:disc;
	margin-left:15px;
	padding-left:15px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 240px;
	margin-bottom:20px;
}

#sub nav{
	border-top:1px solid #898989;
	border-left:1px solid #898989;
	border-right:1px solid #898989;
}

/*subコンテンツ内のh1タグ設定*/
#sub h1 {
	color:#fff;
	font-size: 100%;
	font-weight:normal;
	padding: 10px 0 10px 15px;
	background-color: #898989;	
}

#sub h1 span{
	font-size:0.7em;
	margin-left:5px;
}

/*subコンテンツの段落タグ設定*/
#sub p {
	padding-right: 10px;
	padding-left: 10px;
}

/*サブコンテンツ内のul(関連情報メニュー)タグ
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul li{
}
/*メニュー１個ごとの設定*/
#sub ul li a {
	text-decoration: none;
	display: block;
	padding: 7px 7px 7px 22px;
	font-size:12px;
	background:url(../images/icon_arrow2.png) no-repeat 10px center;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-bottom:1px solid #898989 !important;
}
/*マウスオン時の設定*/
#sub ul li a:hover {
	background-color: #f0f0f0;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	padding: 30px 0;
	background:#008CA2;
	color:#fff;
	font-size:12px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

footer ul#footer_navi{
	margin:10px 0;
}

footer ul#footer_navi li{
	display:inline;
	padding:0 10px 0 10px;
	background:url(../images/icon_arrow.png) no-repeat left center;
	white-space: nowrap;
}

footer ul#footer_navi2{
	margin:10px 0;
	float:left;
}

footer ul#footer_navi2 li{
	display:inline;
	border-left:1px solid #fff;
	padding:0 11px 0 10px;
	white-space: nowrap;
}

footer ul#footer_navi2 li:last-child {
	border-right:none;
}

footer p#copyright {
	float:right;
	margin:10px 0;
}




/*メイン画像
---------------------------------------------------------------------------*/
#mainimg img {
	margin-bottom: 5px;
	width:100% !important;
}

/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 1em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*グラデーション*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*グラデーション*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 1px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 1px 1px #FFF inset;	/*同上*/
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;	/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;	/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
}
/*ボックス内のh1タグ設定*/
#main section.list article h1 {
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;
	padding: 0px 0px 0px 5px;
}
/*リンク設定*/
#main section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
#main section.list article a:hover {
	background-color: #ebdeab;	/*マウスオン時のボックス色*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 457px;
	padding: 10px 5px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px 5px;
	text-align: center;
	background-color: #f3f3f3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e2e2e2;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	font-weight: bold;
}
/*submitボタンの設定*/
input[type="submit"],
input[type="reset"] {
	width: 200px;	/*ボタン幅*/
	padding: 5px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	border-radius: 30px;	/*角丸のサイズ*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow:  0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#FFF));
	background-image: -webkit-linear-gradient(#e3e3e3, #FFF);
	background-image: linear-gradient(#e3e3e3, #FFF);
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}

/*汎用
---------------------------------------------------------------------------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

.mr0{
	margin-right: 0 !important;
}


.floatL{
	float:left;
}

.floatR{
	float:right;
}

.fs14{
	font-size:14px;
}

.fs16{
	font-size:16px;
}

.fs18{
	font-size:18px;
}

.fs20{
	font-size:20px;
}

.fs26{
	font-size:26px;
}

.w200{
	width:200px;
}

.w280{
	width:280px;
}

.w300{
	width:300px;
}

.w400{
	width:400px;
}


.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mt60{
	margin-top:60px;
}

.mb10{
	margin-bottom:10px !important;
}

.mb20{
	margin-bottom:20px !important;
}

.mb30{
	margin-bottom:30px !important;
}

.mb40{
	margin-bottom:40px !important;
}

.mb50{
	margin-bottom:50px !important;
}

.mb60{
	margin-bottom:60px !important;
}

.mr10{
	margin-right:10px;
}

.mr20{
	margin-right:20px;
}

.mr30{
	margin-right:30px;
}

.ml10{
	margin-left:10px !important;
	display:block;
}

.lh15{
	line-height:1.5em !important;
}

.fwbold{
	font-weight:bold;
}



.pc_visible{
	display:block;
}

.sp_visible{
	display:none;
}

.color2{
	color:#008CA2;
}

.center{
	text-align:center;
	display:block;
	margin:0 auto;
	border:none;
}

/*material/designpanel.htmlの設定
---------------------------------------------------------------------------*/
/*画像のベースラインの隙間を削除*/
.material img{
	vertical-align:bottom;
}

/*ulの設定を初期化*/
.material #main ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

/*デザインパネルの画像の伸縮*/
.material #designpanel img{
	width:100%;
	height:auto;
}

/*デザインパネルの画像を3列に横並び*/
.material .row-3{
	float:left;
	width:32%;
}

/*サンプルパネルセットのリンクの設定*/
.sps a:hover{
	background-color:transparent;
	opacity:1.0;
}

/*material/index.htmlでPCのみに適用
---------------------------------------------------------------------------*/
@media (min-width:641px){
/*デザインパネルの画像の下の余白*/
.material #main li{
	margin-bottom:15px;
}

/*デザインパネルの画像の詳細設定*/
.material #main li:nth-child(2){
	margin-right:2%;
}
.material #main li:nth-child(3){
	margin-right:2%;
}
.material #main li:nth-child(5){
	margin-right:2%;
}
.material #main li:nth-child(6){
	margin-right:2%;
}
.material #main li:nth-child(8){
	margin-right:2%;
}
.material #main li:nth-child(9){
	margin-right:2%;
}
}


/*material/catalog.htmlの設定
---------------------------------------------------------------------------*/
/**/
.dlBtn{
	margin-bottom:20px;
	text-align:right;
}
.dlBtn a{
	display:inline-block;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #898989;
  font-size: 12px;
  background-color:#ffffff;
  padding: 10px 30px 10px 30px;
  border: solid #898989 1px;
  text-decoration: none;
}
.dlBtn a:hover {
  background: #cccccc;
  text-decoration: none;
}

/*material/catalog.htmlでPCのみに適用
---------------------------------------------------------------------------*/
@media (min-width:641px){
.textBox{
	float:right;
	width:70%;
}
.imgBox{
	float:left;
	width:30%;
	padding-right:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}
.imgBox img{
	width:100%;
	height:auto;
}
}

/*material/order.htmlの設定
---------------------------------------------------------------------------*/
/*ご注文の方法の段落などの設定*/
.order ol li{
	line-height:2.5em;
	margin-left:26px;
}
.order ol li ul li{
	line-height:2.0em;
	list-style:none;
	margin-left:-20px;
}

/*採用情報ページ
---------------------------------------------------------------------------*/
#recruit .erList {
	border: 1px solid #CCC;
	width:100%;
	margin: 10px 0 60px;
}
#recruit .erList th {
	width: 10%;
	padding: 10px 5px;
	text-align: center;
	background-color: #f3f3f3;
	border: 1px solid #CCC;
}
#recruit .erList td {
	padding: 10px 5px;
	border: 1px solid #CCC;
}
/*
#recruit .erList .tdCat {
	width: 12%;
	text-align: center;
}
*/
#recruit h3{
	font-size: 1.6em;
	padding: 7px 0 7px 0;
	font-weight: normal;
}
#recruit h4{
	font-size: 1.2em;
	font-weight: normal;
}
#recruit #container #contents #main article table tr td .column{
	padding-left:10px;
	display:block;
}

/*個人情報の取り扱いについてのページ
---------------------------------------------------------------------------*/
#privacy_statement #main article p.pb{
	padding-bottom:0;
}
#privacy_statement .taR{
	text-align:right;
}
#privacy_statement #main article ul{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	margin-top: 0.5em;
}
#privacy_statement .disc{
	list-style:disc;
	margin-left:23px;
}
#privacy_statement .decimal{
	list-style:decimal;
	margin-left:23px;
}
#privacy_statement h5{
	font-size:12px;
	font-weight:normal;
	margin-bottom:0;
}

/*会社概要ページ
---------------------------------------------------------------------------*/
#company #main article .ta1 .catLarge{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0;
}
#company #main article .ta1 .catLarge > li{
    margin-bottom: 1.2em;
}
