/* フォント */
h2,h3,p,a,li{
font-family:"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","YuGothic Medium","游ゴシック","Yu Gothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}



/* ヘッダーナビゲーション下線削除 */
.fs-p-headerNavBar {
   border-bottom: 0px;
}

/* 売れ筋商品見出し下線削除 */
.fs-p-heading--lv2 {
   border-bottom: 0px;
}


/* コピーライト文字色 */
.fs-p-footerCopyright {
color: #6a6a6a;
}

.aboutus h2{
 text-align:center;
}


/*カテゴリー*/
.category_pc {
   margin-top:80px;
   margin-bottom:70px;
}
.category_pc img{
	width:22px;
	height:auto;
	margin-right:6px;
	vertical-align: middle;
}
.category_pc h3{
text-align:left;
}
.category_table_pc{
	margin:0px auto;
}
.category_table_pc td{
	background:#f4f4f4;
	margin:0.8px 1.4px;
	line-height:2.5em;
        padding-left:5px;
}
.category_table_pc a{
   display:block;
   width:100%;
   height:100%;
}
.category_table_pc a:hover{
   text-decoration:none;
   color:#ffffff;
}
.category_table_pc td:hover{
   background:#F487A1;
   color:#fffffff;
   transition:0.8s;
}
.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #4c4c4c;
  text-decoration: none;
}
.arrow_r:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #4c4c4c;
  border-right: solid 1px #4c4c4c;
  position: absolute;
  bottom: 45%;
  right:10%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.arrow_r:hover:before{
  border-top: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
}


/* サイドバナー 背景色*/
ul.fs-p-sideMenu a:hover {
    background: #707070;
}

/*------ホットワード↓↓---------*/
.hotword{
 margin:1rem 0rem;
}

.fs-c-price__currencyMark{
 font-size:14px;
}


