body{
	background-color: #f7f7f5;
}
.header-wrap{
box-shadow: 2px 4px 10px rgb(0 0 0 / 20%);
background-image: url("../images/top_online_back_img.png");
}
.point-red{
	font-weight: bold;
	color:#cc0000;
}
.point-red-wide{
	font-weight: bold;
	color:#cc0000;
	font-size: 1.1em;	
}
.acms-btn:link, .acms-btn:hover, .acms-btn:active, .acms-btn:visited {
    color: #932e40;
    font-weight: bold;
}
.strong{
	font-weight: bold;
}
.td-strong{
	font-weight: bold;
	font-size: 90%;
}
.underline{
	text-decoration: underline;
}
.cart-btn-primary-red {
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    background: #bd081c;
    border: none;
    border-radius: 5px;
    -webkit-transition: background .2s;
    transition: background .2s;
    display: inline-block;
    margin-right: 10px;
}
/*topページのヘッダー、各カテゴリーページのフッターに商品一覧リストボタンの設置*/
ul.category-header{
   overflow: hidden; 
   border-style: none;
}

li.category-header-item{
        font-size: 1.1em;
        font-weight: bold;
        color:#333;
  float: left;
    margin: 0px 5px 5px 0px;
  border: solid 2px #4a90e2;
  border-radius: 3px;
  padding: 10px 45px 10px 15px;
}

.list-add-amount li{
    font-size: 1.1em;
}
@media screen and (max-width: 480px){
 .list-add-amount li{
     font-size: 1.2em;  
 }   
}
.list-add-amount li a {
    padding: 10px 45px 10px 15px;
}
@media screen and (max-width: 480px){
li.category-header-item{
    width: 90%;
    font-size: 1.4em;
    margin-left: 10px;
}}

.acms-btn{
    font-size: 1.2em;
}
@media screen and (max-width: 480px){
  .acms-btn{
     margin-bottom: 2em;
     font-size:1.6em;
  }}
@media screen and (max-width: 480px){
  .buy-btn{
     font-size:2em;
  }}


  .sub-heading{
    font-size: 16px;
  }
/*プロフィール名*/
  .profile-name {
     color: #003399;
     font-size: 18px;
     font-weight: bold;
}
.profile-position span {
    font-weight: bold;
}
.topicpath{
    font-size: 14px;
    font-weight: bold;
}
.search-result-heading{
    font-size: 22px;
}
/*右上のカートアイコンエリア*/
.cart-area{
    margin-bottom: 10px;
}