@import url(cmn.css);
@import url(base.css);
/* ==========================================================================
	CONTENT
========================================================================== */
#greeting .float-l{
  width:66%;
}
#greeting .float-r{
  width:30%;
}

#shop .float-r{
  width:66%;
}
#shop .float-l{
  width:30%;
}

#shop table{
  width:100%;
}
#shop table th,#shop table td{
  border-bottom:1px dotted #333;
  text-align:left;
  vertical-align:top;
  font-weight:normal;
  padding:10px 0;
}
#shop table span{
  font-weight:bold;
  color:#d277ab;
}


/* ------------------------------------------------------------
	 PC   1000px -
   ------------------------------------------------------------ */
@media screen and (min-width: 1200px) {
}

/* ------------------------------------------------------------
	 TABLET   for - 999px
   ------------------------------------------------------------ */

@media screen and (max-width:1199px) {

}

/* ------------------------------------------------------------
	 SP　599pxまで
   ------------------------------------------------------------ */
@media screen and (max-width: 699px) {
#greeting .float-l{
  width:100%;
}
#greeting .float-r{
  width:100%;
  margin-bottom:10px;
}

#shop .float-r{
  width:100%;
}
#shop .float-l{
  width:100%;
  margin-bottom:10px;
}

}

