@charset "utf-8";
/*--------------------------------------------------------
	reset
----------------------------------------------------------*/
body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,blockquote
table,th,td,
img {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th,
table td {
	padding: 0;
}
ul {list-style: none; line-height:1;}
img {
	border: 0;
	vertical-align: top;
}

hr{display: block;}

body {
	background-color:#ffffff;
	font-family:"Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
}

a:link { color: #4c251b;}
a:visited { color: #4c251b;}
a:hover { color: #4c251b; text-decoration:none; opacity: 0.8;}
a:active { color: #cccccc;}
span.hide{
	text-indent:-9999;
	font-size: 0;
	line-height: 0;
	height: 0;
}
a { outline:none; text-decoration: none;}

/*--------------------------------------------------------
	clearfix
----------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE Mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Hack */

/*--------------------------------------------------------
	base
----------------------------------------------------------*/
