@charset "utf-8";

/*【reset】
───────────────────────────────────*/
html,body,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,button,label,legend {
	margin:0; padding:0; border:0; outline:0; vertical-align:baseline; font-weight:inherit; font-style:inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0; padding:0; border:0; outline:0;
}
button {
	background: none;
	border: none;
	cursor: pointer;
}
img   {	vertical-align: bottom;	}
ol,ul {	list-style: none;	}

/*【clearfix】
───────────────────────────────────*/
.clearfix::after {
	clear: both;
	content: "";
	display: block;
}

/*【forLegacy!】
───────────────────────────────────*/
header,footer,main,section,article,aside,nav,figure,hgroup,menu {
	display: block;
}

/*【forSmart!】
───────────────────────────────────*/
body  {	-webkit-text-size-adjust: none;	}		/* iPhone横持ち時の拡大ナッシング */
a     {	-webkit-tap-highlight-color: rgba(0,0,0,0); }	/* Androidでタップエリアが青くなるのナッシング */
input { -webkit-appearance: none; }			/* スマホOS標準スタイル総じて解除 */

