.ccm-page-contents-subnav {
	margin-bottom: 1em;
}
.ccm-page-contents-subnav li {
	list-style: none;
	display: inline;
	margin: 0 1em 1em 0;
}

/*---------------------------------------------
	Anchor Link
  ---------------------------------------------*/

.anc-container {
	position: relative;
	letter-spacing: -0.3em\9;
	background-color: #EEEEEE;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 40px;
	padding: 0px;
}
.anc-container:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #FFFFFF;
}

.anc-container li {
	position: relative;
	display: inline-block\9;
	letter-spacing: normal\9;
	border-bottom: solid 1px #f4f8fb;
	border-right: solid 1px #f4f8fb;
}
.anc-col-half {width: 50%;}
.anc-col-one-third {width: 33.33333333%;}
.anc-col-quarter {width: 25%;}
.anc-col-half:nth-of-type(2n+2),
.anc-col-one-third:nth-of-type(3n+3),
.anc-col-quarter:nth-of-type(4n+4) {border-right: 0 none;}

.anc-container li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 90%;
	color: #555;
	text-align: center;
	text-decoration: none;
	line-height: 140%;
	-moz-transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
}
.anc-container li a:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	-moz-transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
html:not(.sp) .anc-container li a:hover {color:#fff;}
html:not(.sp) .anc-container li a:hover:before {background-color: #66CC00;}

.anc-container li a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	min-height: 60px;
	vertical-align: middle;
}

.anc-container li span {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 40px 10px 15px;
	vertical-align: middle;
}
.anc-container li span:before {
	font-size: 14px;
	font-family: fontAwesome;
	content: "\f063";
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	top: calc(50% - 7px);
	right: 10px;
	/*
	margin: -12.5px 0 0;
	border: solid 1px #000;
	*/
	/*
	background-image: url(../../common/images/icon.png);
	background-repeat: no-repeat;
	background-position: 0 -72px;
	-moz-background-size: 240px 120px;
	-webkit-background-size: 240px 120px;
	-o-background-size: 240px 120px;
	-ms-background-size: 240px 120px;
	background-size: 240px 120px;

	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);

	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;

	opacity:.3;
	*/
}
html:not(.sp) .anc-container li a:hover span:before {
	/*
	border: solid 1px #fff;
	background-position: 0 -48px;
	*/
	opacity: 1;
}
