@charset 'utf-8';
/* CSS Document */

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, textarea, p, blockquote, th, td {
	margin: 0 auto;
	padding: 0;
}
address, em {
	font-style: normal;
}
strong, th {
	font-weight: normal;
}
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
th {
	text-align: center;
}
tr {
	text-align: left;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
img, fieldset {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}
li {
	list-style-type: none;
}
input[type='submit'], button, label, select {
	cursor: pointer;
}
/* Fonts
------------------------------------------------------------*/
body {
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
}
body, input, button, textarea, select {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #000;
}
html > body {
	font-size: 14px;
}
/* Except IE */
.clear {
	clear: both;
}
/* link
------------------------------------------------------------*/
a, a:hover {
	text-decoration: none;
	color: #2980b9;
}
/* clearfix
------------------------------------------------------------*/
.clearfix::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end MacIE5 */

.clearfix + * {
	clear: both;
}
