@charset "utf-8";

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

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

 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:  a-otf-ryumin-pr6n,"游明朝 Medium", YuMincho Medium , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-transform: rotate(.028deg);
	-ms-transform: rotate(.028deg);
	transform: rotate(.028deg);
	font-feature-settings: normal;
	letter-spacing: 1px;
}
.gothicTxt {
    font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体" , YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	-webkit-transform: rotate(.028deg);
	-ms-transform: rotate(.028deg);
	transform: rotate(.028deg);
	font-feature-settings: normal;
	letter-spacing: 1px;
}
.mjr-font {
font-family: "A1ゴシック R" ,"Zen Kaku Gothic New", sans-serif;
}
/*================================================
table
==================================================*/
table {
	border-collapse: collapse;
	border-spacing: 0px;
}

/*================================================
shine
==================================================*/
.shine {
	background-image: linear-gradient(140deg,
			#000 45%,
			#363636 50%,
			#000 55%);
	background-size: 500% 100%;
	animation: shine_black 3s infinite;
}

@keyframes shine_black {
	0% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}


