/*	reset
----------------------------------------------------*/
*,*:before,*:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {margin: 0;padding: 0;font-style: normal;text-align: left;line-height: 1.8;}

/*	reset_2
----------------------------------------------------*/
html				{overflow-y:scroll;font-size:100.01%;}
body				{font-size:0.8em;font-family:'ＭＳ Ｐゴシック',sans-serif;}
h1					{font-size:0.9em;}
h2					{font-weight:normal;font-size:0.8em;}
h3,h4,h5,h6			{font-size: 1em;}
p					{font-size:0.9em;}
ul,ol			{list-style: none}
a:link,a:visited	{text-decoration:none;}
a:hover				{text-decoration:underline;}
img					{border:0;vertical-align:bottom;}
address				{font-style:normal;text-align:left;}
table				{font-size:1em;}
article,aside,footer,header,nav,section,figcaption,figure,main    {display: block;}

/*	clearfix
----------------------------------------------------*/
.clearfix:after					{visibility:hidden;display:block;font-size: 0;content:" ";clear:both;height:0;}
* html .clearfix				{zoom:1;} /* IE6 */
*:first-child+html .clearfix	{zoom:1;} /* IE7 */
.clearfix						{overflow:hidden;} /* Dw表示用 */