@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; }

/*--------------------------トップページスタイル設定--------------------------*/
#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 .newShop h3 {
  color: #E96093;
  font-size: 18px;
  border-bottom: #4D463D dotted 1px;
  margin-bottom: 20px; }
#contents #rightContents .newShop table {
  margin-bottom: 60px; }
  #contents #rightContents .newShop table tbody tr {
    border: #4D463D solid 1px; }
    #contents #rightContents .newShop table tbody tr th {
      border-bottom: #fff solid 1px;
      background: #4D463D;
      color: #fff;
      width: 120px;
      padding: 10px; }
    #contents #rightContents .newShop table tbody tr td {
      border: #4D463D solid 1px;
      background: #E7DBCE;
      padding: 10px; }
  #contents #rightContents .newShop table tbody tr:last-child th {
    border-bottom: none; }
#contents #rightContents .newShop .images {
  margin-bottom: 60px; }
  #contents #rightContents .newShop .images ul {
    overflow: hidden; }
    #contents #rightContents .newShop .images ul li {
      float: left;
      margin-bottom: 10px; }
    #contents #rightContents .newShop .images ul .center {
      margin-left: 10px;
      margin-right: 10px; }
#contents #rightContents .newShop .form {
  overflow: hidden;
  border: #4D463D solid 1px;
  padding: 20px;
  width: 650px;
  margin: 0 auto 60px auto; }
  #contents #rightContents .newShop .form p {
    float: left;
    margin: 0 20px; }
  #contents #rightContents .newShop .form .text {
    width: 280px; }
  #contents #rightContents .newShop .form .btn {
    margin-top: 10px; }
#contents #rightContents .newShop .space ul {
  overflow: hidden; }
  #contents #rightContents .newShop .space ul li {
    float: left;
    margin: 20px; }

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