@charset "utf-8";
/* CSS Document */

*{
  margin:0;
  padding:0;
  border: 0px solid transparent;
}

body{
  font-family: 'Cambay', "微軟正黑體", Arial, "新細明體", Helvetica, sans-serif;
  color:#565656;
  font-size:12px;
  letter-spacing:2px;
  line-height:18px;
}

a{
  color:Gray;
  text-decoration:none;
}
a:hover {
  color:#505050;
}
h2 {padding-top:12px;padding-bottom:6px;}

#wrapper{
  width:100%;
  min-width:280px;
  margin:0 auto;
  overflow:hidden;
}
.content{
  max-width:960px;
  margin:auto;
}
.content img{
  max-width:100%;
  height:auto;
  margin:auto;
}
.content h2{
  padding-top:20px;
  padding-bottom:10px;
}

.content h2 span{
  font-size: 12px;
}

.info{
  margin-bottom:12px;
  max-width: 775px;
}
.info .menu{
  list-style:disc;
  margin:15px 0 0 15px;
  line-height:30px;  
  line-height:28px\0;
}
.info .submenu{
  list-style:none;
  margin-bottom:7px;   
}
/* .info .submenu span{
  color:#A52A2A;
}
.shopping a{
  color:#A52A2A;
}
.shopping, .dot{
  list-style:none;
}
.note{
  margin-top:10px;
  list-style:none;
} */

#pic{
  list-style: none;
}
#pic img{
  margin-top: 10px;
}

.star{
  list-style: url(../_images/star.png);
}

.no{
  list-style: none;
}

.no span{
  font-weight: bold;  
}

.gift li{
  line-height:20px;
  margin-bottom: 15px;
  /* list-style:disc; */
  /* margin-left: 20px; */
}

.gift li:nth-child(1){
  margin-top: 8px;
}

/* .fa-circle{
  font-size: 5px;
} */