@charset "shift_jis";

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:hover {text-decoration:none;}
div{word-wrap:break-word;}

body {
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	line-height: 1.6;
	}

#headerWrap {
	padding: 30px 0;
	background: url(./img/header_bg.jpg);
	border-bottom: 10px #6f5c4a solid;
	}

#header {
	margin: 0 auto;
	padding: 20px;
	width: 700px;
	border: 10px #6f5c4a solid;
	background-color: #fff;
	}

#header h1 {
	font-size: 180%;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	}

#header p {
	margin-bottom: 0;
	font-size: 85%;
	}
#navi h2 {
	display:none;
}
#navi ul {
	margin: 0 auto;
	padding: 0 30px;
	list-style: none;
	}

#navi li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 2;
	color: #fff;
	}
#navi li:after {
	content: "｜";
	}

#navi li a {
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
	}

#navi li a:hover {
	background-color: #ccc;
	text-decoration: none;
	}

#contentWrap {
	padding: 20px 0;
	background: url(./img/content_bg.jpg);
	}

#content {
	margin: 0 auto;
	padding: 20px;
	width: 700px;
	text-align: left;
	border: 10px #d1cda5 solid;
	background-color: #fff;
	}

#content h2 {
	margin-bottom: 10px;
	font-size: 150%;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	}

#content h3 {
	margin-bottom: 10px;
	padding: 3px 10px;
	border-left: 3px solid;
	color: #333;
	font-size: 150%;
	font-weight: normal;
	}

#footer {
	padding: 10px 0;
	background-color: #6f5c4a;
	color: #fff;
	}
.footerBtm {
	height: 100px;
	background: url(./img/header_bg.jpg);
	}



/* ----------------------------------------------------
　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: auto;
		overflow:hidden;
	}
	#header {
		padding:40px 10px;
		width: auto;
		border-left:none;
		border-right:none;
	}
	#headerWrap {
		background-size:50%;
	}

	#header h1 {
		font-size:150%;
		width: auto;
	}
	#header p {
		color:#333;
		font-size:80%;
		width: auto;
	}
	#content {
		width: auto;
		margin:0 auto;
		padding:0 10px;
		background:none;
		border:none !important;
		background:#FFF;
		overflow:hidden;
		float:none;
	}
	#navi {
		width:100% !important;
		float:none;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		padding:0;
		margin-left:0px;
		overflow:hidden;
		padding-bottom:10px;
		background:#FFF;
	}
	#navi li:after {
		content:"";
	}

	#navi h2 {
		border:#CCC solid 1px;
		padding:15px 0 10px 10px;
		text-indent:0;
		color:#fff;
		font-size:100%;
		width:100% !important;
		text-align:left;
		cursor:pointer;
		display:inherit;
		background: url(./img/sp_icon_wh.png) no-repeat 100% 50%;
		border:none;
	}
	#navi ul {
		display:none;
	}
	#navi.active ul {
		display:block;
		background:none;
		padding:0;
	}
	#navi ul li {
		clear:both;
		width:100% !important;
	}
	#navi ul li a {
		padding:12px;
		background:#fff !important;
		border-bottom:#CCC solid 1px;
		border-left:#CCC solid 1px;
		border-right:#CCC solid 1px;
		width:auto !important;
		display:block;
		color:#000;
		text-align:left;
	}
	#main p {
		font-size:15px;
		line-height:1.35em;
	}
	#main h6 {
		padding-left:0;
		padding-right:0;
	}
	#footer {
		width:auto;
		font-size:70%;
		padding:10px;
	}
	.footerBtm {
		background-size:50%;
	}

	
}
