@charset "UTF-8";
/*!
*  Style.css | 2015.12.27 by nakajima
*/
/* 共通スタイル設定
   ========================================================================== */
/*!
 *  Variables | 2015.11.02 by yk
 */
/* 汎用設定
   ========================================================================== */
.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.left, #contents #rightContents .floorContents .establBnr ul li {
  float: left; }

.right {
  float: right !important; }

/*--------------------------トップページスタイル設定--------------------------*/
.pnk {
  background: #F4AFC9; }

.gr {
  background: #BDE49D; }

.bl {
  background: #80C8EA; }

#contents #rightContents h2 {
  margin-bottom: 10px;
  padding: 5px 20px;
  font-size: 18px;
  color: #FFF;
  background: #4D463D; }
  #contents #rightContents h2 span {
    margin-left: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: normal; }
#contents #rightContents .floor {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  margin-top: 20px; }
  #contents #rightContents .floor .tab {
    overflow: hidden; }
    #contents #rightContents .floor .tab li {
      cursor: pointer;
      color: #4D463D;
      font-size: 18px;
      padding: 16px 20px;
      width: 340px;
      margin: 20px 30px 0 0;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px; }
    #contents #rightContents .floor .tab li:hover {
      opacity: 0.8;
      cursor: pointer; }
#contents #rightContents .floorContents {
  overflow: hidden;
  top: 20px; }
  #contents #rightContents .floorContents .floorImage {
    margin-bottom: 30px;
    float: left; }
  #contents #rightContents .floorContents .floorMap {
    clear: both;
    text-align: center;
    margin-bottom: 30px; }
  #contents #rightContents .floorContents .establBnr ul {
    overflow: hidden; }
    #contents #rightContents .floorContents .establBnr ul li {
      margin-left: 12px;
      margin-right: 12px; }
  #contents #rightContents .floorContents .shopList {
    width: 764px;
    padding: 10px;
    position: relative;
    top: -10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden; }
    #contents #rightContents .floorContents .shopList li {
      width: 228px;
      float: left;
      margin: 10px;
      background: #fff;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px; }
      #contents #rightContents .floorContents .shopList li a {
        display: block;
        padding: 10px;
        color: #000; }
        #contents #rightContents .floorContents .shopList li a .name {
          font-size: 16px;
          color: #4D463D; }
      #contents #rightContents .floorContents .shopList li a:hover {
        text-decoration: none; }
    #contents #rightContents .floorContents .shopList li:hover {
      opacity: 0.8; }
#contents #rightContents .hide {
  display: none; }

/*# sourceMappingURL=style.css.map */
