@charset "UTF-8";

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
WPエントリーナビ用のcss

＊ホータル用の下記ファイルがWPで読み込んでいない為、できた差分css
/common/css/module.css
/common/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 0;
	z-index: 5;
}
.entryNav select {
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	background:url(/common/img/icon-select-btn-large.png) no-repeat right center;
	background-size:17px;
	border-color:#BBB;
	background-color: #FFF;
	text-indent:0.01px;/*Firefox用*/
	text-overflow:"";/*Firefox用*/
	padding:7px;
	height: 3em;
	vertical-align: middle;
}
.entryNav select::-ms-expand {
	display: none; /*IEのデフォルトプルダウン矢印を消す*/
}
.entryNav .Offer {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.entryNav a:visited {
	color: #111;
	padding-top: 2px;
}
.entryNav .fs10 {
	font-size: 10px;
}
.entryNav .fs11 {
	font-size: 11px;
}
.entryNav .fs14 {
	font-size: 14px;
}
.entryNav .n {
	font-weight: normal !important;
}
.entryNav .mt10 {
	margin-top: 10px;
}
.entryNav .mt15 {
	margin-top: 15px;
}
.entryNav .mt20 {
	margin-top: 20px;
}
.entryNav .mt30 {
	margin-top: 30px;
}
.entryNav .mb10 {
	margin-bottom: 10px !important;
}
.entryNav .mb30 {
	margin-bottom: 30px;
}
.entryNav .p15 {
	padding: 15px;
}

.entryNav .fcG, .entryNav .fcSlash {
	color: #999 !important;
}
.entryNav .fcR, .entryNav .fgRed {
	color: #f33 !important;
}
.entryNav .textC, .entryNav .tac {
	text-align: center !important;
}
