/*
a:link { color: #f00; text-decoration: none }
a:hover  { font-weight: normal; text-decoration: none }
a:visited { text-decoration: none }
body  {
color:                     #333333;
font-size:                  12px;
font-family:                "?l?r ?o?S?V?b?N", Osaka;
font-style:                 normal;
font-weight:                normal;
background-color:           #fff;
margin:                     0;
padding:                    0;
scrollbar-3dlight-color:    FF6600;
scrollbar-arrow-color:      #FFFFFF;
scrollbar-darkshadow-color: #993300;
scrollbar-face-color:       #FF7300;
scrollbar-highlight-color:  #FFFFFF;
scrollbar-shadow-color:     FF6600;
scrollbar-track-color:      #999999  }

td { font-size: 12px }
.redtxt { color: #f00 }
.L { text-align: left }
.R { text-align: right }
.Center {
text-align: center }
*/
/*------whatHot*/
.Hot {
font-size: 12px;
text-align:   left;
max-width: 727px;
margin-right:  auto;
margin-bottom: 25px;
margin-left:   auto;
}
.Hot .title {
white-space:  nowrap;
margin:        0;
padding:       0;
border-bottom: 1px solid #000 }
.Hot .date {
margin-right: 10px }

.Hot .contents  {
line-height: 150%;
margin:       0;
padding:      15px 0 0 }
.NEW {
color: #f00 }
/*-----SHOPLIST-BUTTON*/
.listBtB {
width: 727px;
margin-right: auto;
margin-bottom: 25px;
margin-left: auto;
display: table;
}
.listBtB a {
color: #000;
font-size: 18px;
font-weight: bold;
background-color: #d3d3d3;
text-align: center;
width: 100%;
padding: 10px;
display: block;
white-space: nowrap;
}

.listBtL {
width: 50%;
padding-right: 5%;
display: table-cell;
border-radius: 3px;
}
.listBtR {
display: table-cell;
width: 50%;
padding-left: 5%;
border-radius: 3px;
}
/*----------*/

/*@media screen and (max-width:727px){*/
@media screen and (max-width:727px){
.Hot {
width: 100%;
padding-right: 5px;
padding-left: 5px;
}

.Hot .title {
white-space: normal;
}

.listBtB {
width: 100%;
display: block;
}

.listBtL {
display: block;
width: 100%;
margin-bottom: 5px;
padding-right: 0;
}

.listBtR {
display: block;
width: 100%;
margin-bottom: 5px;
padding-left: 0;
}

}
