@charset "utf-8";
/* ----------------------------------------------
	This style definition is initiarize.
------------------------------------------------- */

div , dl , dt , dd , ul , ol , li , pre , form , fieldset , input , textarea , blockquote , th , td , p , a , button , h1 , h2 , h3 , h4 , h5, section, header, footer, nav {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}

html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset , img {
	border: 0;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

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

ol , ul {
	list-style: none;
}

caption , th {
	text-align: left;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0;
	margin: 0;
	text-align: left;
}


h2 , h3 , h4 , h5 , h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

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

abbr , acronym {
	border: 0;
}

textarea {
	font-size: 100%;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
form table {
}
form td {
	vertical-align: top;
}
button{
	border: 0;
	background: none;
}
input[type="button"],input[type="text"],input[type="tel"],input[type="email"],textarea {
	-webkit-appearance: none;
	border-radius: 0;
	font-family: "MS UI Gothic";
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

a, button, input[type="button"],input[type="submit"]{
	outline:none;
	border: none;
}

a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
