@charset "utf-8";
/* CSS Document */


/*****************************************************************************
 *****************************************************************************/

#catTopMainVA .pageTitle {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -21px;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	transition: opacity 0.3s ease;
}
#catTopMainVA .pageTitle .text {
	display: inline;
	font-size: 42px;
	color: #ffffff;
	text-align: center;
}
#catTopMainVA .pageTitle.off {
	opacity: 0;
}

/*@media screen and (max-width: 700px) {
#catTopMainVA .pageTitle .text {
	font-size: 36px;
}
}*/

@media screen and (max-width: 600px) {
#catTopMainVA .pageTitle .text {
	font-size: 26px;
}
}
#catTopMainVA .mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #46d2e6;
	opacity: 0.9;
	transition: opacity 2s ease;
}
#catTopMainVA .mask.off {
	opacity: 0;
}
.indexList li a, .indexList li span {
	display: block;
	text-decoration: none;
}
.indexList {
	text-align: center;
}
.indexList ul {
	vertical-align: top;
	text-align: left;
	font-size: 0;
	max-width: 1200px;
	margin: 0 auto;
}
.indexList li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	width: 33.3%;
	text-align: center;
	padding: 10% 0 10px;/*background:#ff0;*/
}
.indexList li a {
	margin: 0 10%;/*background:#f00;*/
}
.indexList li .img {
	margin: 0 15%;
	background: #46D2E6;
}
.indexList li .img img {
	width: 100%;
	height: auto;
	transition: opacity 0.3s ease;
}
.indexList li .title {
	line-height: 1.2;
	padding-bottom: 10px;
	font-size: 18px;
	position: relative;
	padding-top: 30px;
	color: #646464;
	white-space: nowrap;/*background:#f88;*/
}
.indexList li .title::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -9px;
	color: #46D2E6;
}
.indexList li a .title {
	transition: color 0.3s ease;
}
.indexList li a:hover .img img {
	opacity: 0.6;
}
.indexList li a:hover .title {
	color: #46D2E6;
}

@media screen and (max-width: 1300px) {
.indexList ul {
	width: 86%;
}
}
@media screen and (max-width: 600px) {
.indexList ul {
	max-width: 600px;
}
.indexList li {
	width: 50%;
}
.indexList li a {
	margin: 0 2%;
}
.indexList li .img {
	margin: 0 5%;
}
.indexList li .title {
	font-size: 16px;
}
}
