@charset "UTF-8";

* {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック' , sans-serif;
	font-style: normal;
	line-height: 1;
	margin: 0; padding: 0;
}
html {
	height: 100%;
	padding-bottom: 1px;
}
body {
	font-size: medium;
}

.l *,
.l {
	font-size: large;
}
.m *,
.m {
	font-size: medium;
}
.s *,
.s {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Verdana', sans-serif!important;
	font-size: small;
}
.ss *,
.ss {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Verdana', sans-serif!important;
	font-size: xx-small;
	letter-spacing: 1px;
}
.center {
	text-align: center;
}
.red {
	color: #f00;
}
.blue {
	color: #1e0488;
}
.gray {
	color: #666;
}
.bold {
	font-weight: bold;
}

a {
	overflow: hidden;
	outline: none;
}
br {
	letter-spacing: 0;
}
hr {
	display: none;
}
ul {
	list-style: none; list-style-position: outside;
}
ol {
	margin-left: 2em;
}
img {
	border: 0;
}
fieldset {
	border: 0;
}
input,
textarea {
	font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Arial', sans-serif;
	line-height: 1.2;
	margin: 1px;
	padding: 2px;
}
span, em, br, a {
	font-weight: inheit;
}
strong {
	font-weight: normal;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
caption, th {
	text-align: left;
}

.clearfix {
	display: inline-block;
	zoom: 1;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0px;
}
/* ¥*/
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block;
}
/* */
