@charset "utf-8";
/* CSS Document */


/* -----------------------span class要素 --------------------------------------*/

span.f15 { font-size: 15px; } span.f20 { font-size: 20px; } span.f25 { font-size: 25px; } span.f30 { font-size: 30px;}span.f35 { font-size: 35px; } span.f40 { font-size: 40px; } span.f45 { font-size: 45px; } span.f50 { font-size: 50px; } 

span.cred {color:#F00; } span.ceng {color:#BB0000; } span.cwh {color:#ffffff; }

span.m10 { margin:10px 10px; } span.m15 { margin:15px; } span.m20 { margin:20px; } span.m25 { margin:25px; } span.m30 { margin:30px 30px; } span.m35 { margin:35px; } 

p.l100 {line-height:100%;}

#FS2_header {
	display :none;
}

/* -----------------------itembox要素 --------------------------------------*/

.itembox{
	   text-align:center;
	    display:inline-block;
   
}

.itembox-1{
	
      float : left ;
	   text-align:center;
	   display:inline-block;
	
}

.itembox-2{
      float : left ;
	 
	   text-align:center;
	    display:inline-block;
}
	  
.itembox-3{
      float : left ;
	
	   text-align:center;
	    display:inline-block;
}
.itembox-4{
      float : left ;
	
	   text-align:center;
	    display:inline-block;
}	  
	 

/*楽天ロゴ入りのグループのみコンテンツを削除する*/
.fs-body-category-gr187 .fs-l-main {
    display: none;
}


/*商品一覧の商品名のフォントサイズ*/
span.fs-c-productName__name {
    font-size: 1.0rem;
}