/*ボタン*/
a.btn {
    display: inline-block;
    background: #d70c1f;
    color: #fff;
    font-size: inherit;
    text-align: center;
    border-radius: 2px;
    border-bottom: 2px solid #ddd;
    text-decoration: none;
  padding:6px 18px;
  box-sizing:border-box;
  background: #d70c1f;
background: -moz-linear-gradient(-45deg, #d70c1f 0%, #d70c1f 50%, #bc0012 51%, #d70c1f 100%);
background: -webkit-linear-gradient(-45deg, #d70c1f 0%,#d70c1f 50%,#bc0012 51%,#d70c1f 100%);
background: linear-gradient(135deg, #d70c1f 0%,#d70c1f 50%,#bc0012 51%,#d70c1f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70c1f', endColorstr='#d70c1f',GradientType=1 );
}

/*値段から選ぶページ*/
.btnList a.btn{
  width:32%;
  margin:0 1% 8px 0;
  float:left;
}

/*ボトムコンテンツ*/
.bottomContents{
  background:#d70c1f;
  border:none;
  color:#fff;
}
.bottomContents a{
  color:#fff;
}
.bottomContents .parts{
  margin:0 auto;
}