/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/

/*問い合わせフォーム*/
.table-style02 {
  margin: 20px auto;
		border:1px solid #cccccc;
}

.table-style02 th {
  background: #999999;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
	text-align:center;
	font-size:1em;
	  width: 25%;
}
.table-style02 td {
　border: solid 1px #ccc !important;
  padding: 10px;
}

.select01{
	width:30%;
}

.text-style01{
	background: #ba2d12;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin-left: 0.8em;
    font-size: 0.8em;
    line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .table-style02  {
    width: 100%;
  }
  .table-style02  th,
 .table-style02  td {
　　border-bottom: none;
    display: block;
      width: 100%;
  }
} 

/*かごだけMakeshopボタン*/
<style type="text/css">
.addCart {
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
padding:15px 30px !important;
background:#ff8f00;/* ボタンの色指定*/
color:#fff;/* ボタンの文字色指定*/
font-size:18px;
line-height:2;
font-weight:bold;
cursor:pointer;
    text-align: center;
    font-weight: bold;
    min-width: 200px;
}
</style>