article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}
* {
	padding: 0px;
	margin: 0px;
	word-break: break-all;
}
body {
	font-family:  Osaka,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",  sans-serif;
	color: #8b6248;
	font-size: 14px;
	min-width: 1000px;
	line-height: 170%;
}
/*clear*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
/*link*/
a {
	color: #80c269;
}
a:hover {
	color: #609e4a;
	text-decoration: none;
}
a img {
	text-decoration: none;
	border: 0px;
}
a:hover img {
	opacity: 0.7;
}
.link-btn {
	background: #80c269;
	color: #fff;
	padding: 5px 10px;
	line-height: 35px;
	margin:0 10px;
	border-radius: 5px;
	text-decoration: none;
}
.link-btn:hover {
	background: #609e4a;
	color: #fff;
}
img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
li {
	list-style: none;
}
.block {
	display: block;
}

.red {
	color: #f86d75;
}