/* CSS information=====================
File name:reset.css
Description:reset
Editors:Watanabe
Last Editor: Watanabe
Date:2019.01.08
Table of Contents:
 *reset
==================================== */
address{
	font-style:normal;
	}
.opensans{font-family: 'Open Sans', sans-serif;}
.notosans{font-family: 'Noto Sans JP', sans-serif;}
html, body, div,
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd, table, th, td, form, fildset {
	margin: 0;
	padding: 0;
	}
img{
	border: 0;
	}
table{
	border-collapse: collapse;
	border-spacing: 0;
	}
li{
	list-style-type: none;
	}	
div,p,ul, ol, li, dl, dt, dd, table, th, td{
	font-size:16px;
	line-height:140%;
	color:#333;
	}
a{text-decoration:none;color:#333;}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: none;color:#456BFF;}
a:active{text-decoration: none;}