@charset "UTF-8";
.error { margin-bottom: 20px; }
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y:scroll;
}
html, body {
	margin: 0px;
	padding: 0px;
	font-size: small;/*text-align: center;*/
}
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	font-family: "Meiryo", "Tahoma", "Verdana", "Arial", "sans-serif";
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-style: normal;
	font-size: small;
	line-height: 1.6;
}
ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse:collapse;
	border:0px;
	table-layout:fixed;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;	/*←IE用画像縮小アルゴリズムの改善*/
}
a {
	text-decoration:none;
}
a:link {
	color:#BD7900;
}
a:active {
	color:#BD7900;
}
a:visited {
	color:#BD7900;
}
a:hover {
	color:#573e2a;
	text-decoration:underline;
}
/*--リンクの点線を消去 --*/
body div a:active, body div a:focus {
	outline:none;
}
/*ClearFix*/
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}


.mb_clear{ margin-bottom: 0px !important;}

.btn01 {
	text-align: center;
	padding-bottom: 20px;
}

.btn01 a {
	color:#ddc095;
	font-size:15px;
	font-weight:bold;
	display:inline-block;
	padding:11px 38px 10px 38px;
	border:#ddc095 solid 1px;
	background:url(../common_img/arrow03.gif) no-repeat right center #392413;
}

.btn02 {
	text-align: center;
	padding-bottom: 20px;
	margin-top: 20px;
}

.btn02 a {
	color:#ddc095;
	font-size:15px;
	font-weight:bold;
	display:inline-block;
	padding:11px 38px 10px 38px;
	border:#ddc095 solid 1px;
	background:url(../common_img/arrow03.gif) no-repeat right center #392413;
}

.red {
	color: red;
}

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.mgnB15 {
	margin-bottom: 15px;
}