@charset "UTF-8";

body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button {font:99% arial,helvetica,clean,sans-serif;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
h1,h2,h3 {margin:0; padding:0; line-height:1.4;}
h4,h5,h6 {font-size:100%; line-height:1.4;}
a {color: #565656;}
a:hover {text-decoration:none;}
div{word-wrap:break-word;}

body {
	margin: 0;
	padding: 0;
	color: #565656;
	text-align: center;
	line-height: 1.9;
	font-size: 14px;
	}

.bg_top {
	min-width: 960px;
	background: url(../images/bg_top.png) right top no-repeat;
	}
.bg_btm {background: url(../images/bg_btm.png) left bottom no-repeat;}

table{
	border-collapse: collapse;
	border: 1px solid #ccc;
}
table th{
	padding: 10px;
	border: 1px solid #ccc;
	background: #eee;
	font-weight: bold;
}
table td{
	padding: 10px;
	border: 1px solid #ccc;
}

#head {
	margin: 0 auto 20px auto;
	width: 960px;
	padding: 20px 0;
	text-align: left;
	}

#head h1 {
	font-size: 10px;
	font-weight:normal;
	}
#head #sitetitle {
	font-size: 200%;
	color: #0d803b;
	font-weight:bold;
	}

#head p {
	margin-bottom: 0;
	}

#content {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	}

#menu {
	float: left;
	width: 240px;
	}
#menu h2 {
	display:none;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li {
	display: block;
	margin-bottom: 4px;
	}
#menu li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	position: relative;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	behavior: url(js/PIE.htc);
	}

#main {
	float: right;
	padding: 20px 60px 20px 20px;
	width: 620px;
	background: #fff url(../images/bg_main.gif) right top repeat-y;
	border: 5px #eee solid;
	}

#main h2 {
	margin-bottom: 10px;
	padding: 5px 10px;
	font-size: 150%;
	font-weight: normal;
	position: relative;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	behavior: url(js/PIE.htc);
	}

#main h3 {
	padding-bottom: 5px;
	border-bottom: 2px dashed;
	font-size: 20px;
	}

#foot {
	padding: 20px 0;
	}




/* ----------------------------------------------------
　clearfix
---------------------------------------------------- */
.clearfix:after {
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
	}
.clearfix {
	display: block;
	zoom: 1;
	}
* html .clearfix {
	display: inline-block;
	height: 1%;
	}

@media screen and (max-width: 768px) {
	/**/
	table {
		width:100% !important;
		border-collapse:collapse;
	}
	th ,td {
		width:auto;
		border-collapse:collapse;
	}
	img {
		max-width:100% !important;
		height: auto !important;
		margin:0 !important;
		padding:0 !important;
	}
	ul , ol , li {
		margin:0 !important;
	}
	h2,h3,h4,h5,h6 {
		width:auto !important;
	}
	/**/
	
	#wrap {
		width:100%;
		padding: 0;
		margin:0 auto;
		overflow:hidden;
	}
	.bg_top {
		min-width:100%;
		background-size:20%;
	}
	.bg_btm {
		background-size:50%;
	}

	#head {
		padding:10px;
		margin:0;
		width: auto;
	}
	#head h1 {
		font-size:130%;
		width: auto;
		font-size:10px;
		}
	#head #sitetitle {
		font-size:130%;
		width: auto;
		}
	#head p {
		font-size:80%;
		width: auto;
	}
	#content {
		width: auto;
		overflow:hidden;
		box-sizing:border-box;
		padding:0;
		margin:0;
	}
	#main {
		width: auto;
		margin:0;
		padding:10px;
		background:none;
		border:none !important;
		background:#FFF;
		overflow:hidden;
		float:none;
		font-size:95%;
	}
	#menu {
		width:100% !important;
		float:none;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		padding:0;
		margin:0 0 10px 0;
		overflow:hidden;
		background:#FFF;
	}
	#menu h2 {
		padding:10px 0 10px 10px;
		margin:0;
		text-indent:0;
		color:#000;
		font-size:115%;
		width:100% !important;
		cursor:pointer;
		display:inherit;
		border-bottom:none;
		background: url(../images/sp_icon_bk.png) no-repeat 100% 50%;
	}
	#menu ul {
		display:none;
	}
	#menu.active ul {
		display:block;
		padding:0 0 0 0;
		font-size:100%;
	}
	#menu ul li {
		clear:both;
		width:auto !important;
		margin:0;
		padding: 0 10px !important;
		border-top:#ccc solid 1px;
		font-size:90%;
	}
	#menu ul li a {
		padding:10px 20px 10px 0 !important;
		width:100% !important;
		display:block;
		background:none;
	}
	#main h6 {
		padding-left:0;
		padding-right:0;
	}
	#foot {
		width:100%;
		padding:10px 0;
		font-size:50%;
	}

	
}
	
	
	
