@charset "UTF-8";
/*
reset.css
*/

/* elements' property reset */

body,
div,
dl,dt,dd,
ol, ul,
li,
h1,h2,h3,h4,h5,h6,
pre,
code,
form,
fieldset,legend,
input,textarea,select,
p,
blockquote,
table,th,td,
img {
border: none;
font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
font-size: 100%;
font-style: normal;
font-weight: normal;
margin: 0;
padding: 0;
text-decoration: none;
vertical-align: baseline;
}

:root ol, :root ul{
	padding: 0;
	margin: 0;
}

ul,ol {
	list-style-type: none;
	word-spacing: -1em;
}

ul li,ol li {
word-spacing: normal;
}

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

sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}

a{
text-decoration: none;
	cursor: pointer;
}

a:hover{
text-decoration: underline;
}

/* hr */
hr {
display: none;
}


/* clear float */
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1%;
	margin: 0;
	padding: 0;
	display: block;
}

/* clearfix */
.clearfix {
	min-height: 1px;
	zoom: 1;
}
.clearfix:after {
	clear: both;
	content: ".";  /* new element */
	display: block;
	height: 0;
	visibility: hidden;
}
/* clearfix for IE */
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
  
 
/*-------- PNG alpha channel fix for IE6 ---------*/
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}