@charset "UTF-8";

/*******************************************************************
	RESET
*******************************************************************/

*{border:0;margin:0;outline:0;padding:0;background:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font:inherit;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;text-decoration:none;vertical-align:baseline;}
html{
	/* font-size:62.5%; */
	width:100%;
	height:100%;
}
img{vertical-align:bottom;}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,li,pre,form,fieldset,input,textarea,blockquote,
th,td {
	margin:0;
	padding:0;
	line-height:160%;
	font-weight:normal;
	font-size:16px;
}
p
{
	margin:0 0 1em 0;
	padding:0;
	line-height:2;
	font-weight:normal;
	font-size:16px;
}

input{min-width: 10px;}

ul, ul li { list-style-type:none; }

table {
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}

caption,th { text-align:left; }

img { border:none; vertical-align:bottom; }

em,address { font-style:normal; }

a {
	text-decoration:none;
	color:inherit;
	transition: 0.3s;
}
a:hover{
	transition: 0.3s;
}

hr { display:none; }

/* オートコンプリート背景色削除 */
@keyframes onAutoFillStart { from {} to {}}
input:-webkit-autofill {
    animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s;
}