@charset "utf-8";
/* reset */

html	{
	box-sizing: border-box;
	}

html, body	{
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: baseline;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	}
body	{
	line-height: 1;
	color: #333;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td	{
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: baseline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section, main	{ 
	display: block;
	}
ol, ul	{
	list-style: none;
	}
a	{
	text-decoration: none;
	color: #000;
	}
table	{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	}
img	{
	border-style: none;
	max-width :100%;
	height: auto;
	vertical-align: top;
	border: 0;
	}
p, li, dt, dd, th ,td ,td	{
	line-height: 1.42857143;
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
	}
figure, figcaption	{
	margin: 0;
	padding: 0;
	}
