@charset "UTF-8";

/* link
------------------------------------------------------------ */
a {
	overflow:hidden;
	outline:none;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
a:active {
	color: #000;
	text-decoration:none;
}


/* clearfix
------------------------------------------------ */
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: ".";
}
.clearfix {
	clear: both;
	*zoom: 1;
}

/* body
-----------------------------------------------------------------*/
html{
	background: url(../../img/common/bg_body.gif) repeat;
}
body{
	-webkit-text-size-adjust: 100%;
	border-top: 5px solid #A81C1B;
	font-size: 87.5%;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444444;
	letter-spacing: 0.02em;
}

.wp-pagenavi{
	padding: 20px 0px 0px 0px;
	text-align: center;
}
.wp-pagenavi span{
	text-decoration: none;
	border: 1px solid #A81C1B;
	padding: 3px 5px;
	margin: 2px;
	color: #A81C1B;
}
.wp-pagenavi span.current{
	text-decoration: none;
	border: 1px solid #A81C1B;
	padding: 3px 5px;
	margin: 2px;
	background: #A81C1B;
	color: #FFF;
	}
.wp-pagenavi .page{
	text-decoration: none;
	border: 1px solid #A81C1B;
	padding: 3px 5px;
	margin: 2px;
	color: #A81C1B;

}
.wp-pagenavi .previouspostslink{
	text-decoration: none;
	border: 1px solid #A81C1B;
	padding: 3px 5px;
	margin: 2px;
	color: #A81C1B;
}
.wp-pagenavi .nextpostslink{
	text-decoration: none;
	border: 1px solid #A81C1B;
	padding: 3px 5px;
	margin: 2px;
	color: #A81C1B;
}
.backBtn{
	text-align: right;
	padding-top: 30px;
}
.backBtn a{
	color: #FFF;
	background: #A81C1B;
	padding: 6px 22px 6px 22px;
	border-radius: 3px;
}