@charset "utf-8";

html {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body {
	font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 62.5%;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
	color: #000000;
}

* html body {
	overflow: hidden;
}

body #wrapper {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

p {
	padding: 0px 0px 0px 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 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

fieldset {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

a {
	outline: none;
	text-decoration: none;
}

a img {
	border-style: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* headline */
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

/*--------------------*/
/*汎用クラス*/
/*--------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

*html .clearfix {
	height: 1px;
}

.main a:link {
	text-decoration: underline;
}

.main a:hover {
	text-decoration: none;
}

.text-link:link,
.text-link:visited {
	text-decoration: underline;
	color: #000000;
}

.text-link:hover {
	text-decoration: none;
}

.small {
	font-size: 0.7em;
}