@charset "utf-8";

/* イベント毎の調整 */

/* footer固定 */
#footerFix {
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-color: #271608;
	width: 100%;
	z-index: 100;
}

/* グラデーション20150605*/
#bgGrade_gold {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,46,0,1)), color-stop(23%,rgba(86,75,0,1)), color-stop(50%,rgba(155,134,15,1)), color-stop(77%,rgba(86,75,0,1)), color-stop(100%,rgba(53,46,0,1)));
	background: -webkit-linear-gradient(top,  rgba(53,46,0,1) 0%,rgba(86,75,0,1) 23%,rgba(155,134,15,1) 50%,rgba(86,75,0,1) 77%,rgba(53,46,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(53,46,0,1) 0%,rgba(86,75,0,1) 23%,rgba(155,134,15,1) 50%,rgba(86,75,0,1) 77%,rgba(53,46,0,1) 100%);
}

#bgGrade_green {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,40,0,1)), color-stop(23%,rgba(12,73,0,1)), color-stop(50%,rgba(5,119,0,1)), color-stop(77%,rgba(12,73,0,1)), color-stop(100%,rgba(10,40,0,1)));
	background: -webkit-linear-gradient(top,  rgba(10,40,0,1) 0%,rgba(12,73,0,1) 23%,rgba(5,119,0,1) 50%,rgba(12,73,0,1) 77%,rgba(10,40,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(10,40,0,1) 0%,rgba(12,73,0,1) 23%,rgba(5,119,0,1) 50%,rgba(12,73,0,1) 77%,rgba(10,40,0,1) 100%);
}

#bgGrade_orange {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,26,0,1)), color-stop(23%,rgba(99,44,7,1)), color-stop(50%,rgba(163,83,17,1)), color-stop(77%,rgba(99,44,7,1)), color-stop(100%,rgba(66,26,0,1)));
	background: -webkit-linear-gradient(top,  rgba(66,26,0,1) 0%,rgba(99,44,7,1) 23%,rgba(163,83,17,1) 50%,rgba(99,44,7,1) 77%,rgba(66,26,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(66,26,0,1) 0%,rgba(99,44,7,1) 23%,rgba(163,83,17,1) 50%,rgba(99,44,7,1) 77%,rgba(66,26,0,1) 100%);
}

#bgGrade_white {
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(15%,rgba(255,255,255,0.9)), color-stop(20%,rgba(255,255,255,0.91)), color-stop(50%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,0.91)), color-stop(85%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 15%,rgba(255,255,255,0.91) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.91) 80%,rgba(255,255,255,0.9) 85%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 15%,rgba(255,255,255,0.91) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.91) 80%,rgba(255,255,255,0.9) 85%,rgba(255,255,255,0) 100%);
}