@charset "utf-8";

/*====================================================
elements
====================================================*/
body {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}
img { vertical-align: bottom;}
li { list-style: none;}

/*====================================================
clearfix
====================================================*/
.clearfix:after { content: ''; display: block; clear: both; }
.cf {overflow: hidden;}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}
.clearB {clear: both;}

/*====================================================
font weight
====================================================*/
.b { font-weight: bold;}
.normal { font-weight: normal;}

/*====================================================
font color
====================================================*/
sup {
	font-size: 50%;
	vertical-align: super;
}

/*====================================================
table
====================================================*/
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
