@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	font-feature-settings: normal;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体" , YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #333;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

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

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 family
================================================== */
/*
.minchoTxt {
	font-family: "游明朝 Medium", YuMincho Medium , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	-webkit-transform: rotate(.028deg);
	-ms-transform: rotate(.028deg);
	transform: rotate(.028deg);
	font-feature-settings: normal;
	letter-spacing: 1px;
}
*/

/* ================================================
	font note
================================================== */
.noteTxt, .attention {
	font-size:10px;
	line-height:1.4;
}
ul.noteTxt li {
	font-size:10px;
	line-height:1.4;
	padding-left:1em;
	text-indent:-1em;
}

.noteTxtGray {
	font-size:10px;
	line-height:1.4;
	color:#666;
}
ul.noteTxtGray li {
	font-size:10px;
	line-height:1.4;
	color:#666;
	padding-left:1em;
	text-indent:-1em;
}

/* ================================================
	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;
}
