@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 {
  float: left; }

.right {
  float: right !important; }

/*--------------------------トップページスタイル設定--------------------------*/
#wrapper .contents {
  text-align: left; }
  #wrapper .contents h2 {
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 18px;
    color: #FFF;
    background: #4D463D;
    margin-bottom: 20px; }
    #wrapper .contents h2 span {
      margin-left: 10px;
      font-size: 12px;
      color: #fff;
      font-weight: normal; }
  #wrapper .contents .newShop h3 {
    color: #E96093;
    font-size: 18px;
    border-bottom: #4D463D dotted 1px;
    margin-bottom: 20px; }
  #wrapper .contents .newShop table {
    margin-bottom: 60px; }
    #wrapper .contents .newShop table tbody tr {
      border: #4D463D solid 1px; }
      #wrapper .contents .newShop table tbody tr th {
        border-bottom: #fff solid 1px;
        background: #4D463D;
        color: #fff;
        width: 28%;
        padding: 10px; }
      #wrapper .contents .newShop table tbody tr td {
        border: #4D463D solid 1px;
        background: #E7DBCE;
        padding: 10px; }
        #wrapper .contents .newShop table tbody tr td a {
          color: #E96093; }
    #wrapper .contents .newShop table tbody tr:last-child th {
      border-bottom: none; }
  #wrapper .contents .newShop .images {
    margin-bottom: 60px; }
    #wrapper .contents .newShop .images ul {
      overflow: hidden; }
      #wrapper .contents .newShop .images ul li {
        float: left;
        width: 48%;
        margin-bottom: 20px; }
      #wrapper .contents .newShop .images ul li:nth-child(even) {
        float: right; }
  #wrapper .contents .newShop .form {
    overflow: hidden;
    border: #4D463D solid 1px;
    padding: 20px;
    width: 100%;
    margin-bottom: 60px; }
    #wrapper .contents .newShop .form p {
      margin: 0 20px; }
    #wrapper .contents .newShop .form .text {
      width: 280px; }
    #wrapper .contents .newShop .form .btn {
      margin-top: 10px; }
  #wrapper .contents .newShop .space ul {
    overflow: hidden;
    margin-top: 20px; }
    #wrapper .contents .newShop .space ul li {
      float: right;
      margin: 10px 0;
      font-size: 14px; }
      #wrapper .contents .newShop .space ul li a {
        color: #E96093;
        font-weight: bold; }

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