@charset "utf-8";
/*============================

商店用　商品の特徴消すcss PC

============================*/

/*全体
=====================*/
#itemdtl_wrap{
  background: #ffffff;
}

/*商品の特徴
=====================*/
#itemdtl_features .itemdtl_inner {
 display:none;
}

/*バナーサイズ調整
=====================*/
.fspece_tmws_bnr{
 display:block;
 width:775px;
 margin:0 auto;
 text-align:center;
}

.fspece_tmws_bnr img{
 width:100%;
}

#itemdtl_link{
display:none;
}

#itemdtl_info{
display:none;
}

.attention_txt{
  margin-top: -90px;
  margin-bottom: 60px;
  text-align: center;
}
.attention_txt a{
  display: inline-block;
  color: #f00;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: underline;
}
.attention_txt a:hover{
  text-decoration: none;
}