/*コーポレートTOPレコメンド*/


.top_recommend2 a span.fs-c-productName__copy,
.top_recommend2 a span.fs-c-productName__name{
    color:#000;
    text-decoration:none;
}


.top_recommend h3 img{float: left;}
.top_recommend h3 span{
	color: #cd9c10;
	font-size: 80%;
	margin:4px 0 0 10px;
	float: left;
	display: block;
}

.top_recommend .btn_more{
	margin:0;
	padding: 3px 10px;
	color: #cd9c10;
	font-size: 80%;
	border:1px solid #cd9c10;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	float: right;
}

.top_recommend .btn_more a{color: #cd9c10; text-decoration: none;}

.top_recommend .list_recmd{
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-right: 1px solid #e9ebeb;
	border-left: 1px solid #e9ebeb;
	clear: both;
}

.top_recommend .list_recmd li{
	list-style-type: none;
	padding: 0 22px;
	float: left;
	width: 150px;
	height:260px;
	border-right: 1px solid #e9ebeb;
	width: 20%;
}

.top_recommend .img_recmd{width: 150px; margin-bottom: 10px;}
.top_recommend .name_recmd{font-size: 100%; line-height: 130%; color: #a98b40; margin-bottom: 5px;}
.top_recommend .name_price{font-size: 90%; line-height: 130%; color: #000; margin-bottom: 5px;}
/*パスワード再設定完了のテキストサイズを変更するCSS*/
.fs-body-resetPassword .fs-c-panel--info {
  font-size: 1.2em;
}

/*カード有効期限*/
@media screen and (max-width: 767px) {
.fs-c-inputTable.fs-c-inputTable--inModal .fs-c-dropdown__menu {
width: 100px;
}
}

/*AnyGift編集用*/
.anygift-gift-ui__container{
width: 243px !important;
margin-top: 10px;
}
.anygift-gift-ui__main-button{
font-size: 0 !important;
border-radius:0 !important;
}
.anygift-gift-ui__main-button:before {
  /* before属性を使用し、新しい文言を指定します */
  content: 'eギフトで贈る' !important;
  /* フォントサイズは、元のサイズを継承してください */
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
.anygift-gift-ui__container {
width: 100% !important;
}
}
