@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------
	This style definition is initiarize.
------------------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-size: 14px;
	/*ブラウザ間のフォントサイズ差異を吸収*/
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	line-height: 1.5;
	*font-size: small;
	/*ブラウザ間のフォントサイズ差異を吸収*/
	*font: x-small;
	letter-spacing: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}

fieldset,
img {
	border: 0;
	vertical-align: bottom;
}

img {
	line-height: 0;
}

/*address , caption , cite , code , dfn , em , strong , th , var {*/
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

em {
	font-style: normal;
}

strong {
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

textarea {
	font-size: 100%;
}

hr {
	margin: 0 auto;
	padding: 0;
	border: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}

/*- フォントサイズ指定 -*/
html {
	font-size: 62.5%;
}

body {
	font-size: 1.6em;
}

/*- フォームスタイル -*/
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
}