@charset "UTF-8";
body {
	margin-top: 0px;
	margin-bottom: 0;
	background-color: #EDF5EA;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.main {
	font-size: small;
}
.box_font {
	font-size: small;
}
.info {
	font-size: 10px;
	line-height: 25px;
}
.box {
	font-size: small;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #DD6642;
	letter-spacing: 3px;
}
.qa_font {
	font-size: small;
	line-height: 30px;
}
/*topへ戻る*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
	display: block;
	background-color: #ccc;
	text-align: center;
	color: #00643D;
	font-size: 20px;
	text-decoration: none;
	padding: 5px 10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.pagetop a:hover {
	display: block;
	background-color: #DD6642;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	padding: 5px 10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
