﻿@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 #banner1 {
	position: static;
	text-align: center;
}



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, #sub {
	float: none;
	width: auto;
}


#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%;
	line-height: 1.6;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}



#item #sub {
	display: none;
}

#item #main figure img {
	width: 100%;
	height: auto;
}


#contact #sub {
	display: none;
}

