
@charset "UTF-8";
/*============================================================
	- reset_setting
============================================================*/
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	-webkit-text-size-adjust: 100%;
}

ul > li {
	list-style-type: none;
}

ol > li {
	margin-left:20px;
}

img {
	vertical-align: bottom;
	border-width: 0;
}

table, td, th {
	vertical-align: top;
	text-align: left;
	border: none;
	border-spacing: 0;
	border-collapse: separate;
}

* html table {
	border-collapse: collapse;
}

*:first-child + html table {
	border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, em, strong, address, small, th {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

button {
	display:block;
	width:auto;
	padding:0;
	margin:0;
	border:0;
	font-size:100%;
	overflow:visible;
	cursor:pointer;
	background:none;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

:root ol, :root ul {
	margin: 0;
	padding: 0;
}

/* -general
----------------------------------------------------------- */
body {
	min-width: 980px;
	color: #666666;
	font-size: 87.5%;
	font-family: "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

strong {
	font-weight: bold;
	font-style: normal;
}

em {
	font-weight: bold;
	font-style: normal;
}
.aC {
	text-align: center !important;
}
img.v_middle{
	vertical-align: middle;
}
