﻿@charset "Shift_JIS";


body > h1 {
	text-align: center;
}


#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}


header {
	height: auto;
}
header h1 {
	padding-top: 10px;
	position: static;
	text-align: center;
}
header h1 img {
	width: 80%;
	height: auto;
}
header #banner1 {
	display: none;
}


nav#menu ul li {
	margin-left: 0px;
	margin-bottom: 2px;
	width: 50%;
	border: 1px solid #000;
	margin-right: -1px;
	margin-left: -1px;
}
nav#menu ul li a {
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}

nav#menu ul > li:first-child {
	margin-left: -1px;
}

nav#menu ul li a span {
	display: none;
}

nav#menu ul li#current a {
	width: auto;
	border-top: none;
	border-right: none;
	border-left: none;
}

nav#menu ul > li:last-child {
	margin-bottom: 10px;
}


#contents {
	width: auto;
}


#main{
	float: none;
	width: auto;
}

#sub {
	float: none;
	width: auto;
}
#main p {
	padding: 0;
}

*/
#new h1::before{
	content: "▼ ";
}


#mainimg {
	height: auto;
	width: 100%;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}



#sub article.box1 {
	font-size: 12px;
	width: 100%;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


section#new h1.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#454746, #2b2c2e);
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#454746, #2b2c2e);
}
section#new h1.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#454746, #2b2c2e);
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#454746, #2b2c2e);
}

#new {
	margin-bottom: 1em;
}
#new dl {
	height: auto;
	padding-left: 0;
}

#new dt {
	float: none;
	width: auto;
}

#new dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 0;
}


.ta1 td{
	width: auto;
	padding: 2px;
}

.ta1 th{
	width: 100px;
	padding: 2px;
}


#main section.list article figure img {
	float: left;
	width: 40%;
	height: auto;
	margin-right: 10px;
}

#main section.list article p {
	margin-left: 0;
}


#item #main figure img {
	width: 100%;
	height: auto;
}


#company #sub,
#list #sub,
#item #sub,
#faq #sub,
#link #sub,
#contact #sub,
#recruit #sub {
	display: none;
}

#main img.wa {
	width: 100%;
	height: auto;
}
