@charset "utf-8";
/*------------初期化＆共通設定スタイル------------*/
body, div, p, form, input, select, option, strong, em, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address, hr {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:1.5;
	font-size: 14px;
}
img {
	border: none;
	vertical-align: bottom;
}
ul , ol {
	list-style:none;
}
a {
	color: #36F
}
a:hover {
	color:#36F;
	text-decoration:underline;
}
html {
	overflow-y: scroll;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family:'Hiragino Kaku Gothic Pro!', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, Osaka, 'MS Pゴシック', sans-serif;
	background:#ffffff;
	color:#000000;
}
a:hover {
	text-decoration: none;
}
/*------------clearfix------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/*------------Hides from IE-mac------------*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
