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


* {
	padding: 0;
	margin: 0;
}

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

body {
	font-size: 16px;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","\30e1\30a4\30ea\30aa", sans-serif;
	height:100%;
	color:#252525;
	-webkit-text-size-adjust: none;
	background-color:#ffffff;
}

@media screen and (max-width:640px){
body {
	font-size:min(4vw,32px);
}
}

html {
	height: 100%;
	width: 100%;
}

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

li,dt,dl {
	margin: 0px;
	padding: 0px;
}

ol,ul,li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img { 
	border: 0;
/*	vertical-align:top;*/
	vertical-align:bottom;
}

a img { border: 0; }

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

p {
	line-height: 1.8em;
}

@media screen and (max-width:640px){
p {
	line-height: 1.8em;
}
}

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

