@charset "UTF-8";

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
WPエントリーナビ用のcss

＊ホータル用の下記ファイルがWPで読み込んでいない為、できた差分css
/common/sp/css/common.css
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.entryNav .tag-gray {
	background: #999;
	border: 1px solid #999;
	color: #fff;
}
.entryNav .tag-solid-gray {
	background-color: #fff;
	border: 1px solid #999;
	color: #999;
}
.entryNav .tag {
	display: inline-block;
	font-size: 10px;
	height: 16px;
	line-height: 17px;
	padding: 0 3px;
	z-index: 5;
}
.entryNav .fs10 {
	font-size: 10px!important;
}
.entryNav .fs11 {
	font-size: 11px!important;
}
.entryNav .fcG {
	color: #999!important;
}
.entryNav .mt5 {
	margin-top: 5px!important;
}
.entryNav .mt10 {
	margin-top: 10px!important;
}
.entryNav .mt15 {
	margin-top: 15px!important;
}

.entryNav .p10 {
	padding: 10px!important;
}
.entryNav .pb15 {
	padding-bottom: 15px!important;
}
.entryNav .pb30 {
	padding-bottom: 30px!important;
}
.entryNav .mb10 {
	margin-bottom: 10px!important;
}
.entryNav .mb30 {
	margin-bottom: 30px!important;
}
.entryNav .mt30 {
	margin-top: 30px!important;
}
.entryNav .n {
	font-weight: normal;
}
.entryNav .fcR {
	color: #f33!important;
}
.entryNav .tac, .entryNav .textC {
	text-align: center!important;
}

.entryNav {
	line-height: 1.4;
}
.entryNav select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	text-indent: 0.01px;
	text-overflow: "";
	border-color: #BBB;
	background: url(/common/sp/img/icon-select-btn-large.png) no-repeat right center;
	background-size: 15px;
}
.entryNav .catalogbox dd {
	color: #777;
	margin-top: 10px;
}
.entryNav dd, .entryNav dt,.entryNav p {
	font-size: 12px;
}
