@charset "utf-8";
html {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*	font-size: 62.5%;*/
	/*em換算値用*/
/*	font-size: 13px;*/
	background-repeat: repeat-x;
	-webkit-text-size-adjust: 100%;
	background-color: #FFFFFF;
}
p {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
img {
	vertical-align: top;
	border-style: none;
}
form {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}
fieldset {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}
a {
	color: #242424;
	outline: none;
}
a img {
	border-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	/*	color: #113AE6;*/
	text-decoration: underline;
}
/*--------------------*/
/*汎用クラス*/
/*--------------------*/
.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
*html .clearfix {
	height: 1px;/*\*//*/
height: auto;
overflow: hidden;
/**/
}
.rollover {
}

.main a:link {
	text-decoration: underline;
}
.main a:hover {
	text-decoration: none;
}