#header{
	border-top:12px solid #9a7531;
}

#header_body{
	position:relative;
}

.pc_btn{
	position:absolute;
	width:26%;
	top:69%;
	left:72%;
}

.footer_wrap{
	background:#441E06;
}

.footer_caution {
	font-size    : 9.5px;
	padding-left : 2em;
	text-indent  : -2em;
	color:#fff;
	padding-bottom:16px;
	margin       : 16px 16px 0 16px;
}

/*==========================================================
  フッタ　このページの先頭へ戻るボタン
========================================================= */
/* --- ボタン本体 --- */
.footer_to_top_btn{
	background-image : -webkit-gradient(linear, left top, left bottom, from( #5e050f ), to( #45080d )); /* Saf4+, Chrome */
	background-image : -webkit-linear-gradient( #5e050f , #45080d); /* Chrome 10+, Saf5.1+ */
	background-image :    -moz-linear-gradient( #5e050f , #45080d); /* FF3.6 */
	background-image :     -ms-linear-gradient( #5e050f , #45080d); /* IE10 */
	background-image :      -o-linear-gradient( #5e050f , #45080d); /* Opera 11.10+ */
	background-image :         linear-gradient( #5e050f , #45080d);
	text-decoration  : none;
	color            : #FFF;
	font-weight      : bold;
}
/* --- タッチした場合 --- */
.footer_to_top_btn_touch{
	background-image : -webkit-gradient(linear, left top, left bottom, from( #714246 ), to( #714448 )); /* Saf4+, Chrome */
	background-image : -webkit-linear-gradient( #714246 , #714448); /* Chrome 10+, Saf5.1+ */
	background-image :    -moz-linear-gradient( #714246 , #714448); /* FF3.6 */
	background-image :     -ms-linear-gradient( #714246 , #714448); /* IE10 */
	background-image :      -o-linear-gradient( #714246 , #714448); /* Opera 11.10+ */
	background-image :         linear-gradient( #714246 , #714448);
	text-decoration  : none;
	color            : #FFF;
	font-weight      : bold;
}
/* --- フォント --- */
.footer_to_top_btn_font{
	font-size : 12px;
	margin : -2px -4px -2px -4px;
}
