@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 {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

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

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

table {
	border-spacing: 0;
	border-collapse: collapse;
}

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

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 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}


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

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

abbr , acronym {
	border: 0;
}

textarea {
	font-size: 100%;
}

form {
	padding: 0;
	margin: 0;
}

form table {
}

form td {
	vertical-align: top;
}

button{
	background: none;
	border: 0;
}

input[type="button"],input[type="text"],input[type="tel"],input[type="email"],textarea {
	font-family: inherit;
	appearance: none;
	border-radius: 0;
}

input[type="submit"] {
	appearance: none;
	border-radius: 0;
}

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

	/* outline:none; */
	outline-color: #000000;
}

a{
	text-decoration: none;
}

img{
	vertical-align: middle;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
