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


/* ------------------------------
BASEC TAGS
------------------------------ */

h1, h2, h3, h4, h5, h6,pre, blockquote,ul, ol,dl, address { margin: 0; padding: 0;}

ul, ol{ list-style-type: none;}

img {
	padding: 0;
	border : none;
	vertical-align:bottom;
}

a,a:hover,a:visited{
text-decoration:none;
}

*, *::before, *::after { /*サイト全体*/
  box-sizing: border-box;
}

/*
a{
	color : #ff6600;
}

a:link{
	color : #0c6d02;
	text-decoration : none;
}

a:visited{
	color : #0c6d02;
	text-decoration : none;
}

a:hover{
	color : #0e9101;
	text-decoration : underline;
}

a:active{
	color : #0e9101;
	text-decoration : underline;
}
*/

body{
	padding: 0px;
	margin: 0 auto;
	background-color: #fff;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	/*font-family: 'Noto Serif JP', serif;*/
	font-size:16px;
	line-height: 1.5em;
	color: #333;
	box-sizing: border-box;
}

html{
  scroll-behavior: smooth;/*CSSのみでスムーズスクロール*/
}

