@charset "utf-8";
/* Reset CSS
---------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, header, footer, nav, section, article, aside, small {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body { 
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif; 
}
address { 
	font-style: normal; 
}
ul, ol { 
	list-style: none; 
}
a {
	 text-decoration: none; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: none;
}
address, em {
	font-style: normal;
}
img {
	vertical-align: bottom;
	border: 0; 
}
/* clearfix
---------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}
.clearfix {
	/zoom: 1; } /* IE */
