@charset "UTF-8";

/* ===============================
	utility
=============================== */
ul.horizon:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
}

ul.horizon {
	min-height: 1px;
	zoom: 1;
}

ul.horizon li {
	float: left;
}

ul.star {
	padding-left: 1.5em;
}

ul.star li {
	text-indent: -1.5em;
}

ul.star li span {
	color: #00a0e9;
	margin-right: 0.5em;
}

ul.kome {
	padding-left: 1.5em;
}

ul.kome li {
	text-indent: -1.5em;
}

ul.kome li:BEFORE {
	content: "\203b";
	margin-right: 0.5em;
}

ul.disc { /* リスト（●） */
	padding-left: 1.5em;
}

ul.disc li {
	text-indent: -1.5em;
}

ul.disc li:BEFORE {
	content: "\25cf";
	margin-right: 0.5em;
}

ul.single {
	padding-left: 1.5em;
}

ul.single li {
	text-indent: -1.5em;
}

ul.single li span {
	margin-right: 0.5em;
}

.caption {
	font-size: 0.77em;
	line-height: 1.4em;
}

.tc {
	text-align: center !important;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.red {
	color: red !important;
}

.fs {
	font-size: 0.88em;
	line-height: 1.2;
}

.fxs {
	font-size: 0.77em;
	line-height: 1.2;
}

.mt05em {
	margin-top: 0.5em;
}

.mt1em {
	margin-top: 1em;
}

.mt15em {
	margin-top: 1.5em;
}

.mt2em {
	margin-top: 2em;
	margin-bottom: 2em;
}

.mt25em {
	margin-top: 2.5em;
}

.mt3em {
	margin-top: 3em;
}

/* ===============================
	global common
=============================== */
article {
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}

sup {
	color: #00a0e9;
}

@media print , screen and (min-width: 481px) {
	article {
		min-width: 980px;
		font-size: 1.6rem;
		overflow: hidden;
	}
	ul.pcHorizon:after {
		content: ".";
		display: block;
		clear: both;
		height: 0px;
		visibility: hidden;
		font-size: 0px;
	}
	ul.pcHorizon {
		min-height: 1px;
		zoom: 1;
	}
	ul.pcHorizon li {
		float: left;
	}
	.pcNl:BEFORE {
		content: "\A";
		white-space: pre;
	}
	#footLineup {
		padding-top: 50px;
		padding-bottom: 60px;
		background: #fff;
		-moz-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.2) inset;
		-webkit-box-shadow: 0 8px -5px 8px rgba(0, 0, 0, 0.2) inset;
		-o-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.2) inset;
		-ms-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.2) inset;
		box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.2) inset;
	}
	#footLineup h3 {
		font-size: 2.2rem;
		padding-bottom: 1em;
	}
	#footLineup ul li {
		margin-left: 36px;
	}
	#footLineup ul li:FIRST-CHILD {
		margin-left: 0;
	}
	#footLineup ul a {
		width: 130px;
		height: 255px;
		display: block;
		background-repeat: no-repeat;
		background-position: left top;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-repeat: no-repeat;
	}
	#footLineup a:hover,#footLineup a.active {
		background-position: left bottom;
	}
	#footLineup ul a[href$="igkta20/"] {
		background-image: url(../images/btn-igkta20.png);
	}
	#footLineup ul a[href$="ighta30/"] {
		background-image: url(../images/btn-ighta30.png);
	}
	#footLineup ul a[href$="iglc15/"] {
		background-image: url(../images/btn-iglc15.png);
	}
	#footLineup ul a[href$="igkc1/"] {
		background-image: url(../images/btn-igkc1.png);
	}
	#footLineup ul a[href$="ighcf15/"] {
		background-image: url(../images/btn-ighcf15.png);
	}
	#footLineup ul a[href$="igga130/"] {
		background-image: url(../images/btn-igga130.png);
	}
}

@media screen and (max-width: 480px) {
	.spNl:BEFORE {
		content: "\A";
		white-space: pre;
	}
	.spSpecBtn {
		width: 300px;
		margin-top: 3em;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ===============================
	device setting
=============================== */
@media screen {
	/* loading */
	#pageLoad {
		width: 100vw;
		height: 100vh;
		background-color: #fff;
		position: fixed;
		z-index: 999;
	}
	#pageLoad.loading {
		background-image: url(../images/pageloading.gif);
		background-position: center center;
		background-repeat: no-repeat;
	}

	/* ***** pageTop style ***** */
	a#pageTop {
		width: 50px;
		height: 50px;
		background-image: url(../images/pagetop.png);
		background-repeat: no-repeat;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		text-decoration: none;
		position: fixed;
		bottom: 20px;
		right: 0;
		display: none;
	}
	a#pageTop:hover {
		background-position: 0 bottom;
	}
	.fix {
		position: fixed !important;
	}
}

@media print {
	a#pageTop {
		display: none !important;
	}
}