
/*----------------------申し込み----------------------*/

/*---------------------------------------------
 お申し込み方法から運送料金一覧表（表手前）まで
-----------------------------------------------*/

.way {
  width: 350px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
  font-size: small;
  }
  
.way p {
  padding: 5px 5px 10px 5px;
  }
  
.way dl {
  margin-top: 0;
  }
  
.way dt {
  font-weight: bold;
  } 
 

/* お支払い方法 → 振込先
-----------------------*/ 
.way ul#furikomi {
  list-style-type: disc;
  font-weight: bold;
  margin-top: 0;
  } 
 
 
 
/*---------------------------------------------
   直送便送料一覧表の下のテキスト
-----------------------------------------------*/
    
ul#unnsou {
  width: 620px;
  margin: 5px auto 15px auto;
  font-size: small;
  list-style: none;
  }
  
 /*Firefox、Mozilla、Safari、Mac IE  5にのみスタイルが適用される
  -----------------------------------*/  
:root ul#unnsou {
  padding-left: 10px;
  }
  
ul#noshimochi {
  width: 520px;
  margin: 5px auto 20px auto;
  font-size: small;
  list-style: none;
  }
  
/*Firefox、Mozilla、Safari、Mac IE 5にのみスタイルが適用される
-----------------------------------*/ 
:root ul#noshimochi {
  padding-left: 0px;
  }
  
#pay {
  text-align: center;
  padding: 20px 0;
  }

  

