@charset "utf-8";

/*----------------------------------------------------
 elements
 ----------------------------------------------------*/
 body { -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */}

 a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	color: #000000;
 }

 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;}


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