@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: bottom;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
li{
	list-style:none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
    list-style:none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}
/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
* html .clearfix {
	height: 1px;
	/*ﾂ･*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear{
	clear:both;
}
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
.inner{
	margin:0 auto;
}
em{
	font-weight:bold;
}
ul .last,ol .last{
	margin-right:0 !important;
	margin-bottom:0 !important;
}
.stretch{
	max-width:100%;
	height:auto;
}
.mb0{
	margin-bottom:0 !important;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
a {
    outline: medium none;
}
#footerNav a{
	color: #4c321f;
}
a:link {
	color:#6e9900;
    text-decoration:underline;
}
a:visited {
	color:#6e9900;
    text-decoration: none;
}
a:hover {
	color:#6e9900;
	text-decoration: none;
}
a:active {
	color:#6e9900;
    text-decoration: none;
}
@media screen and (min-width: 601px) {
.widthfix {
	width:960px;
}

.sp-none {
	display:block;
}
.pc-none {
	display:none !important;
}
.right {
	float:right;
}
.left {
	float:left;
}
.pic-left {
	float: left;
	margin-right: 1.6em;
	margin-bottom: 0.8em;
}
.pic-right {
	float: right;
	margin-bottom:0.6em;
	margin-left: 1.6em;
}
}

@media screen and (max-width: 960px) {
	.widthfix {
		width:100%;
	}
	
}


@media screen and (max-width: 600px) {
body,html{
	overflow-x:hidden;
}
img{
	max-width:100%;
	height:auto;
}	
.widthfix {
	width:100%;
}
.inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.sp-none {
	display:none !important;
}
.pc-none {
	display:block;
}
.pic-left {
	text-align:center;
	margin-bottom: 10px;
}
.pic-left > img {
	display:inline !important;
}
.pic-right {
	text-align:center;
	margin-bottom: 10px;
}
.pic-right > img {
	display:inline !important;
}
}