/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*共通*/
body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	background:url(../images/bg-image.jpg) repeat;
	color:#333333;
}
h1{
	padding:3px 0;
	font-size:12px;
	color:#f2f2ec;
}
h3{
	margin-bottom:40px;
	padding:10px 0 10px 15px;
	border-left:15px solid #736767;
	border-bottom:1px solid #736767;
	font-size:28px;
	font-weight:bold;
}
h4{
	font-size:24px;
}
p{
	font-size:18px;
	line-height:1.8;
}
a{
	text-decoration:none;
	font-size:16px;
	color:#333333
}
img{
	border:none;
}

/*共通レイアウト*/
#header_description h1,#header,#gnav,.page_subject,.main_contents,.footer_inner{
	width:960px;
	margin:0 auto;
}
#header{
	margin-bottom:30px;
}
#gnav{
	margin-bottom:30px;
}


/*ヘッダー*/
#header_description{
	margin-bottom:30px;
	background-color:#736767;
}
#header{
	overflow:hidden;
	zoom:1;
}
#header h2{
	width:307px;
	float:left
}
#header table{
	width:200px;
	float:right;
}
#header th,#header td{
	padding-bottom:5px;
}
#header tr:first-child{
	font-size:12px;
}
#header tr:not(:first-child){
	font-size:20px;
}

/*ジーナビ*/

#gnav ul{
	overflow:hidden;
	zoom:1;
}
#gnav li{
	float:left;
}
#gnav a{
	display:block;
	width:192px;
	height:52px;
	background: url(../images/gnav-2x.png);
	background-size:960px 104px;
	text-indent:-9999px;
}

#gnav li.gnav1 a{ background-position:0 0;}
#gnav li.gnav2 a{ background-position:-192px 0;}
#gnav li.gnav3 a{ background-position:-384px 0;}
#gnav li.gnav4 a{ background-position:-576px 0;}
#gnav li.gnav5 a{ background-position:-768px 0;}

#gnav li.gnav1 a:hover{ background-position:0 -52px;}
#gnav li.gnav2 a:hover{ background-position:-192px -52px;}
#gnav li.gnav3 a:hover{ background-position:-384px -52px;}
#gnav li.gnav4 a:hover{ background-position:-576px -52px;}
#gnav li.gnav5 a:hover{ background-position:-768px -52px;}


/*ボトムボタン*/
.bottom_btn{
	margin-bottom:40px;
}
.bottom_btn ul{
	overflow:hidden;
	zoom:1;
}
.bottom_btn li{
	padding-right:15px;
	width:310px;
	float:left;
}
.bottom_btn li.last-child{
	padding-right:0;
}
.bottom_btn a{
	display:block;
	height:174px;
}
.bottom_btn li.bottom_btn_product a{
	background:url(../images/bottom-btn_product.jpg) no-repeat;
	background-size:310px 174px;
	position:relative;
}
.bottom_btn li.bottom_btn_equipment a{
	background:url(../images/bottom-btn_equipment.jpg) no-repeat;
	background-size:310px 174px;
	position:relative;
}
.bottom_btn li.bottom_btn_company a{
	background:url(../images/bottom-btn_company.jpg) no-repeat;
	background-size:310px 174px;
	position:relative;
}
.bottom_btn li.bottom_btn_home a{
	background:url(../images/bottom-btn_home.jpg) no-repeat;
	background-size:310px 174px;
	position:relative;
}
.bottom_btn img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.bottom_btn a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}


/*フッター*/
#footer{
	background-color:#736767;
}
.footer_inner{
	padding:10px 0;
}
#footer .footer_nav li,#footer .footer_information li{
	padding-right:15px;
	display:inline;
	color:#f2f2ec;
	font-size:12px;
}

#footer p{
	color:#f2f2ec;
	font-size:12px;
	text-align:center;
}
#footer i{
	padding-right:5px;
	font-size:14px;
}

/*フッター・ナビ*/
#footer .footer_nav ul{
	padding-bottom:10px;
	text-align:center;
}
#footer .footer_nav a{
	color:#f2f2ec;
	font-size:12px;
}
#footer .footer_nav a:hover{
	text-decoration:underline;
}
/*フッター・インフォ*/
.footer_information ul{
	padding-bottom:10px;
	text-align:center;
}

/*子ページ共通*/
.page_subject{
	margin-bottom:30px;
}
.page_subject h2{
	margin-bottom:30px;
	text-align:center;
}
.page_subject-image {
	margin-bottom:30px;
}
.page_subject-image img{
	width:100%;
	min-width:960px;
	height:auto;
}
/*コンタクトバーナー*/
p.contact_bunner{
	text-align:center;
}
p.contact_bunner{
	margin-bottom:40px;
}
p.contact_bunner img:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}

 


@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){			  					  				  

.bottom_btn li.bottom_btn_product a{
	background:url(../images/bottom-btn_product-2x.jpg);
	background-size:cover;
}
.bottom_btn li.bottom_btn_equipment a{
	background:url(../images/bottom-btn_equipment-2x.jpg);
	background-size:cover;
}
.bottom_btn li.bottom_btn_company a{
	background:url(../images/bottom-btn_company-2x.jpg);
	background-size:cover;
}
.bottom_btn li.bottom_btn_home a{
	background:url(../images/bottom-btn_home-2x.jpg);
	background-size:cover;
}

	
}





