@charset "utf-8";



body {
	background: url(none);
}


h1 {
	display: none;
}


#container {
	width: auto;
	padding: 5px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}


header {
	margin-bottom: 0px;
}


#menubar ul li {
	float: none;
	width: 100%;
}
#menubar ul li a {
	text-decoration: none;
	text-align: center;
	display: block;
	border-bottom: 2px dotted #8c8c8c;	
	padding: 5px 0px;		
	-webkit-transition: 0.5s;	
	transition: 0.5s;	
}
#menubar ul li a:hover {
	background-color: #fce6cc;
}

#menubar ul li:last-child {
	margin-bottom: 20px;
}


#contents {
	width: auto;
}


#main, #sub {
	float: none;
	width: auto;
}


#main h2 {
	padding: 0px 10px 0px 10px;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6bb75), to(#ef8100));	
	background-image: -webkit-linear-gradient(#f6bb75, #ef8d1a 49%, #ef8100 50%);
	background-image: linear-gradient(#f6bb75, #ef8d1a 49%, #ef8100 50%);	
}

#main p {
	padding: 0.5em 5px 1em;
}


#main section.list article {
	width: 96%;	
	height: auto;	
	float: none;
	margin: 0px auto 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main section.list article img {
	width: 100%;
	height: auto;	
}


#mainimg {
	height: auto;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 20px;
}
#mainimg img {
	border: 5px solid #FFF;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


footer {
	background-color: #fce6cc;
	border-top: 1px solid #CCC;
}


section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#f6bb75), to(#ef8100));
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#f6bb75, #ef8d1a 49%, #ef8100 50%);
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#f6bb75, #ef8d1a 49%, #ef8100 50%);
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#f6bb75), to(#ef8100));
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#f6bb75, #ef8d1a 49%, #ef8100 50%);
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#f6bb75, #ef8d1a 49%, #ef8100 50%);
}

#new dl {
	height: auto;
	padding-left: 0;
}

#new dt {
	float: none;
	width: auto;
}

#new dd {
	padding-left: 0;
}


#main section.list article {
	float: none;
	margin: 0px auto 1em;
}


.ta1 {
	width: 100%;
}

.ta1 td{
	width: auto;
	padding: 2px;
}

.ta1 th{
	width: 100px;
	padding: 2px;
}


img.wa {
	width: 100%;
	height: auto;
}
#sub #submenu {
	display: none;
}
#menubar {
	display: block;
}

#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
	z-index: 10;
}
