@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
    font-family: 'BIZ UDGothic', sans-serif;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

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

img { vertical-align: bottom; max-width: 100%;}

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

/* ================================================
		align settings
================================================== */
.alignC, .center { text-align:center!important;}
.alignL { text-align:left !important;}
.alignR { text-align:right !important;}

/* ================================================
		float settings
================================================== */
.floatL {
	float:left;
}
.floatR {
	float:right;
}

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