@charset "utf-8";
/* CSS Document */


/*=====================================
=1 base
=2 header
=3 menu
=4 footer
=====================================*/


/*=====================================
=1 base
=====================================*/


* {
	margin:0px;
	padding:0px;
}
@media(min-width: 601px){.mb{display: none;}}
@media(max-width: 600px){.pc{display: none;}}

body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color:#333333;
	font-size:90%;
	line-height:1.8;
}
#wrapper {
	width:900px;
	margin:0 auto;
	padding:0 auto;
	background-color:#FFF
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align: center;
}
img {
	border:none;
	padding:0;
	margin: 0 10px 0 10px;
}

a:link {
	text-decoration: none;
	color: #009900;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
	color: #630;
}
/*=====================================
=2 header
=====================================*/


#header {
	width:900px;
	height:60px;
	margin:0px 0 5px 0;
	padding:0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5B7A22;
}
h1 {
	width: 900px;
	font-size: small;
	text-align: right;
	margin: 0px auto 0px auto;
	padding-right:0;
	font-weight: normal;
}
#logo {
	width:380px;
	height:60px;
	margin:0 0 0 5px;
	padding:0;
	float:left;
}
#tel {
	width:240px;
	height:60px;
	margin:0;
	padding:0;
	float:right;
}
#recruit {
	width:120px;
	height:60px;
	margin:0 0 0 5px;
	padding:0;
	float:right;
}
/*=====================================
=3 menu
=====================================*/


#menu {
	width:888px;
	height:50px;
	margin:5px;
	padding:0;
	float:left;
}
#menu li {
	list-style:none;
	float:left;
}
#menu li a {
	height:50px;
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
.menu_01 {
	width:148px;
	background:url(../../img/menu_01.gif) no-repeat left top;
}
.menu_01:hover {
	background: url(../../img/menu_01.gif) no-repeat left -50px;
}
.menu_02 {
	width:148px;
	background:url(../../img/menu_02.gif) no-repeat left top;
}
.menu_02:hover {
	background:url(../../img/menu_02.gif) no-repeat left -50px;
}
.menu_03 {
	width:148px;
	background:url(../../img/menu_03.gif) no-repeat left top;
}
.menu_03:hover {
	background:url(../../img/menu_03.gif) no-repeat left -50px;
}
.menu_04 {
	width:148px;
	background:url(../../img/menu_04.gif) no-repeat left top;
}
.menu_04:hover {
	background:url(../../img/menu_04.gif) no-repeat left -50px;
}
.menu_05 {
	width:148px;
	background:url(../../img/menu_05.gif) no-repeat left top;
}
.menu_05:hover {
	background:url(../../img/menu_05.gif) no-repeat left -50px;
}
.menu_06 {
	width:148px;
	background:url(../../img/menu_06.gif) no-repeat left top;
}
.menu_06:hover {
	background:url(../../img/menu_06.gif) no-repeat left -50px;
}
/*=====================================
=4 footer
=====================================*/

#footer {
	width:900px;
	height:100px;
	clear:both;
	background-image: url(../../img/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}
address {
	height:50px;
	font-style:normal;
	margin-left: 90px;
}
#addressinfo1 {
	float: left;
}
#addressinfo2 {
	float: left;
}
#addressinfo3 {
	float: left;
}
#copyright{
	width:295px;
	height:30px;
	margin:0;
	font-size:x-small;
	float:right;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}


#footerlink{
	width:585px;
	height:30px;
	margin:0;
	font-size:x-small;
	text-align:;
	float:left;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}

/*=====================================
mq
=====================================*/

@media(max-width: 600px){
#wrapper {
 width:100%;
 overflow : hidden ;
}
#header {
 width:100%;
}
h1 {
width: 100%;
font-size: 9px;
}
 #logo {
width:100%;
}
 #logo img {
width: 100%;
max-width:380px;
height:auto;
padding: 5px 10px 5px 20px;
}
 img{
 max-width: 100%;
 margin: 0;
 padding: 5px 10px;
 box-sizing: border-box;
 }
 #tel {
display: none;
}
 #recruit{
display: none;
}
 #mbmenu {
 width:100%;
 padding:0;
}
 #mbmenu li {
 list-style:none;
 float:left;
 width: 50%;
 height:50px;
 overflow:hidden;
 text-align: center;
 line-height: 50px;
font-size: medium;
font-weight: bold;
}
#mbmenu li a {
 color: #FFFFFF;
}
#mbmenu li:nth-child(1) {
background:url(../../img/menu_bk_yellow.jpg) repeat-x;
}
#mbmenu li:nth-child(2) {
background:url(../../img/menu_bk_green.jpg) repeat-x;
}
#mbmenu li:nth-child(3) {
background:url(../../img/menu_bk_pink.jpg) repeat-x;
}
#mbmenu li:nth-child(4) {
background:url(../../img/menu_bk_yellow.jpg) repeat-x;
}
#mbmenu li:nth-child(5) {
background:url(../../img/menu_bk_green.jpg) repeat-x;
}
#mbmenu li:nth-child(6) {
background:url(../../img/menu_bk_pink.jpg) repeat-x;
}

#footer {
 width:100%;
 height:auto;
 background-size: 100% auto;
 background-position: bottom center;
 padding-bottom: 20px;
}
address {
 margin-left: 50px;
}
#footerrecruit{
	float:right;
	}
#copyright {
 text-align: center;
 float:none;
 padding: 5px;
}
 #footerlink {
width:100%;
 clear: both;
 text-align:center;
float:none;
}

}
