@charset "Shift-JIS";

.pankuz {
	clear: both;
	margin: 0px;
	padding: 10px 0px;
	text-align: left;
	color: #666666;
	font-size: 70%;
	background: #f9f9f9;
	/* border-bottom: none !important; */
}
.pankuz .inner{
	margin: 0 auto;
	width: 980px;
}

.pankuz strong {
	font-weight: normal;
	color: #333;
}

.pankuz a:link {
	text-decoration: none;
}

.pankuz a:visited {
	text-decoration: none;
}

.pankuz a:hover {
	color: #000099;
	text-decoration: underline;
}

/*******************************************************************/
/* 情シス共通SPスタイル
/*******************************************************************/
@media only screen and (max-width: 767px) {
/*<start>==========================================================*/

.pankuz {
	width: 100%;
	height: 30px;
	padding: 0;
	overflow: hidden;
	background: #f3f3f3;
	border-bottom: solid 1px #cccccc;
	overflow: scroll;
}
.pankuz .inner {
	overflow: hidden;
	background: #f3f3f3;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	overflow-x: auto;
}
.pankuz .inner a,
.pankuz .inner strong {
	min-height: 30px;
	padding: 0 5px 0 15px;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.pankuz .inner a {
	background: #ffffff;
	color: #333 !important;
	position: relative;
}
.pankuz .inner a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 10px;
	border-color: transparent transparent transparent #ccc;
	z-index: 2;
}
.pankuz .inner a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 10px;
	border-color: transparent transparent transparent #fff;
	z-index: 3;
}
.pankuz .inner strong {
	font-weight: bold;
	padding: 0 20px;
}
.pankuz .inner a:first-child {
	display: none;
}
.pankuz .inner a.sp_first{
	padding-left: 10px;
}

/*<end>============================================================*/
}