﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x-y;
	background-position: center top;
	color: #666666;
}
header, #path, #contents, footer {
	width: 86%;
	margin: 0 auto 0 auto;
}
nav {
	width: 860px;
	margin: 0 auto 0 auto;
}
header h1 {
	margin: 0 0 26px 0;
	padding-top: 18px;
	text-align: center;
}
nav ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding-left: 0;
	overflow: hidden;
}
nav ul li {
	width: 215px;
	float: left;
}
nav ul li a {
	display: block;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
}
nav ul li#nav_index a {
	background-image: url(../images/nav1.png);
}
nav ul li#nav_technology a {
	background-image: url(../images/nav2.png);
}
nav ul li#nav_machine a {
	background-image: url(../images/nav3.png);
}
nav ul li#nav_company a {
	background-image: url(../images/nav4.png);
}
#main {
	width: 90%;
	padding: 5%;
	background-color: #ffffff;
	float: left;
}
#sub {
	width: 240px;
	float: right;
}
footer {
	padding-top: 10px;
}
#main h1 {
	margin-top:0;
	margin-bottom: 10px;
	padding: 0 40px 20px 70px;
	background-image: url(../images/bg_h1_left.png), url(../images/bg_h1_bottom.gif);
	background-repeat: no-repeat, repeat-x;
	background-position: left top, left bottom;
	font-size: 180%;
}
#about #nav_index a, #guide #nav_technology a, #animals #nav_machine a, #contact #nav_company a, nav ul li a:hover {
	background-position: 0 -60px;
}
/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */
#news ul {
	width: 55%;
	list-style-type: none;
	padding-left: 0;
	float: left;

}
/* #news ul li {
	padding: 20px 0 20px 160px;
	border-bottom: 1px dotted #fb484e;
	 text-indent: -160px; 
} */
#photo {
	padding-left: 5%;
	overflow: hidden;
}
/* トップページ ここまで↑ */

/* 「技術・製品」ページ ここから↓ */
.about_area {
	margin-bottom: 30px;	
	overflow: hidden;
}
.about_area figure {
	width: calc(90%/2);
	margin: 0 0 10px 20px;
	float: left;
	overflow: hidden;
}
.about_area:last-child {
	margin-bottom: 0;
	overflow: hidden;
}
/* 「技術・製品」ページ ここまで↑ */

/* 「設備のご案内」ページ ここから↓ */
table thead tr th {
	background-color: #ffdd63;
}
table tbody tr:nth-child(even) td {
	background-color: #eef8fa;
}
.machine_area {
	margin-top: 20px;
}
.machine_area figure {
	width: calc(90%/2);
	margin: 0 0 10px 20px;
	float: left;
	overflow: hidden;
}
/* 「設備のご案内」ページ ここまで↑ */

/* 「会社案内」ページ ここから↓ */
#company_data {
	margin: 0 20px 15px 5px;
	float: left;	
}
#map {
	padding : 20px;
	overflow: hidden;
}
.company_area figure {
	width:  calc(90%/2); 
	margin: 0 0 15px 20px;
	float: left;
	overflow: hidden;
}
.company_area figure:first-child {
	margin-left: 0;
}
/* 「会社案内」ページ ここまで↑ */

/* 「お問い合わせ」ページ ここから↓ */
input[type="text"] {
	width: 200px;
}
input[type="email"] {
	width: 300px;
}
/* 「お問い合わせ」ページ ここまで↑ */
