@charset "utf-8";

html, body, 
h1, h2, h3, h4, h5, h6,
p, div, blockquote, address,
ul, ol, li, dl, dt, dd,
table, th, td, select,input,form,label {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	color:#333;
	font-size:75%;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro W3",
		Osaka,
		"メイリオ",
		Meiryo,
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

p {
	line-height:1;
}


ol, ul, li {
	list-style-type: none;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

a img  {
	border:0;
}

a {
	color:#8f2539;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


table {
	border-collapse: collapse;
	border-spacing:0;
	font-size:1em;
}

select,input,form,label {
	font-size:1em;
}


/* --------------------------------------------------------- clearfix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	position: relative;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */





