/*  #inter  */

#inter .pagelink-block {
  width: 100%;
  overflow: hidden;
  background: url(../images/bg_pagelink-sp.png) no-repeat center;
  background-size: cover;
}

#inter .pagelink {
	width: 6rem;
	margin: 0px auto;
	padding: 15px 0px 15px;
}

#inter .pagelink li {
	display: table;
	float: left;
	margin-right: 0.17rem;
}
#inter .pagelink li:last-child {
	margin-right: 0;
}
#inter .pagelink li a {
	display: table-cell;
	position: relative;
	background-image: url(../images/icon_arrow11.png);
	background-repeat: no-repeat;
	background-position: 1.82rem center;
	background-size: 0.15rem auto;
	background-color: #fff;
	width: 2.1rem;
	height: 1.3rem;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.1);
	font-size: 0.21rem;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}
#inter .pagelink li:last-child a {
	background-position: 1.22rem center;
	width: 1.5rem;
}

/*  簡体字・繁体字  */
#inter.cn .pagelink li a ,
#inter.ch .pagelink li a {
	background-position: 1.72rem center;
	width: 2.9rem;
}
#inter.cn .pagelink li:last-child a ,
#inter.ch .pagelink li:last-child a {
	background-position: 1.42rem center;
	width: 1.7rem;
}




#inter .pagelink li.current a ,
#inter .pagelink li a:hover {
	background-color: #009cff;
	color: #fff;
	text-decoration: none;
}
#inter .pagelink li.current a::after ,
#inter .pagelink li a:hover::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: -0.15rem;
	left:50%;
	margin-left: -0.12rem;
	border: 0.12rem solid transparent;
	border-top: 0.15rem solid #009cff;
	border-bottom: 0;
}

#inter .lower .pagelink li.current a::after ,
#inter .lower .pagelink li a:hover::after {
	top: -0.15rem;
	bottom: auto;
	border-top: 0;
	border-bottom: 0.15rem solid #009cff;
}


/*  #rosen-guide  */

#rosen-guide .pagelink-block {
  width: 100%;
  overflow: hidden;
  background: url(../images/bg_pagelink-sp.png) no-repeat center;
  background-size: cover;
}

#rosen-guide .pagelink {
	width: 6rem;
	margin: 0px auto;
	padding: 15px 0px 15px;
}

#rosen-guide .pagelink li {
	display: table;
	float: left;
	margin-right: 0.13rem;
}
#rosen-guide .pagelink li:last-child {
	margin-right: 0;
}
#rosen-guide .pagelink li a {
	display: table-cell;
	position: relative;
	background-image: url(../images/icon_arrow11.png);
	background-repeat: no-repeat;
	background-position: 1.82rem center;
	background-size: 0.15rem auto;
	background-color: #fff;
	width: 2.1rem;
	height: 1.3rem;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.1);
	font-size: 0.21rem;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}
#rosen-guide .pagelink li:last-child a {
	background-position: 1.22rem center;
	width: 1.5rem;
}

#rosen-guide .pagelink li.current a ,
#rosen-guide .pagelink li a:hover {
	background-color: #009cff;
	color: #fff;
	text-decoration: none;
}
#rosen-guide .pagelink li.current a::after ,
#rosen-guide .pagelink li a:hover::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: -0.15rem;
	left:50%;
	margin-left: -0.12rem;
	border: 0.12rem solid transparent;
	border-top: 0.15rem solid #009cff;
	border-bottom: 0;
}

#rosen-guide .lower .pagelink li.current a::after ,
#rosen-guide .lower .pagelink li a:hover::after {
	top: -0.15rem;
	bottom: auto;
	border-top: 0;
	border-bottom: 0.15rem solid #009cff;
}

/*  簡体字・繁体字  */
.cn #rosen-guide .pagelink li a ,
.ch #rosen-guide .pagelink li a {
	background-position: 1.72rem center;
	width: 2.0rem;
}
.cn #rosen-guide .pagelink li:last-child a ,
.ch #rosen-guide .pagelink li:last-child a {
	background-position: 1.42rem center;
	width: 1.7rem;
}



#rosen-guide .flow03 .inner .inner-image p span,
#rosen-guide .flow03 .inner .inner-image .caption {
  color: #FC0004;
}

#rosen-guide .flow02 .inner li span {
  height: auto;
}
