@charset "UTF-8";


/*全体の調整（リセット ）*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;

	color: #231815;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	
	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	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;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
hr { display: none; }
address { font-style: normal; }
section0,section1,section2,section3,section4,section5,section6,section7,section8,section9,section10,section11,article,aside,footer,header,hgroup,nav,figure,figcaption,summary { display: block; }

/* form */
textarea { font-size: 100%; }

/* inline-elements*/
img {
	border: 0;
}

/*文字調整（リセット ）*/
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,tble,th,td,form,fieldset,object {
	margin: 0;
	padding: 0;
	color: #646464;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	*font-size:small;
    *font:x-small;
	-webkit-text-size-adjust: none;
	line-height: 1.7;
}
a:hover{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	ouline: 0;
	color: #646464;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited,a:active{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	ouline: 0;
	color: #646464;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	color: #646464;
}
