div.container, section{
  margin-bottom: 20px;
}

/* 入力ステータス */

*[required],
.required{
  background-color: rgba(255, 221, 221, 0.7);
}

*[required].dealed,
.required.dealed{
  background-color: rgba(223, 240, 216, 1);
}

.caution{
  background-color: rgba(255, 221, 221, 0.7);
	color: #222;
	padding: 10px;
	font-size: 110%;
}

.alert{
  background-color: rgba(255, 221, 221, 0.7);
  margin-bottom: 0px;
}

div.required{
  padding: 0px 15px 5px 15px;
  margin-left: 15px;
}

.alphabet{
  ime-mode: disabled;
}

h2{
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

#email_confirm,
#email_confirm2,
#email_confirm3{
  font-size: 230%;
  font-family: monospace;
}

#cc_number{
  background-image: none;
  background-position: 97% 50%;
  background-repeat: no-repeat;
}

#cc_holder{
  text-transform: uppercase;
}

span.label{
  margin-right: 1em;
}

div.form-group div.continue{
  float: left;
}

div.input-group{
  padding: 0px 15px !important;
}

.ui-widget-content{
  border-color: #ccc;
}

.ui-widget-content td.ui-datepicker-today span{
  background: rgba(255, 165, 0, 0.4) none;
}

@media (max-width: 768px){
  .continue,
  .datepicker{
    margin-bottom: 4px;
  }
}

/* 追加 */

body {
	font-family: 'Hiragino Kaku Gothic Pro', 游ゴシック, 'Lucida Grande', Verdana, Arial, Meiryo, メイリオ, sans-serif;
	font-size: 17px;
}

#content table {
	margin: 0 0 40px;
}

#content table th {
	padding: 10px;
	vertical-align: top;
}

#content table td {
	padding: 10px;
}

.label_required {
	background: #D9534F;
	color :#FFF;
	margin-right: 10px;	
	padding: 3px 8px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px;	
}

.label_box_required {
	background: #ffe7e7;
	padding: 2px 10px;
	margin-right: 10px;
	border: 1px #a9a9a9 solid;
	font-weight: 400;
}



select {
	padding: 0 10px;
}

.privacy {
	margin: 60px auto;
}

.alt-table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 769px){
.alt-table-responsive table {
 width: 70%;
}
}

.center {
	width: 20%;
	margin: 0 auto 50px;
}

.submit {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size: 18px;
	font-weight: 400;
	border: none;
	cursor: pointer;
}
.submit::before,
.submit::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.submit,
.submit::before,
.submit::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 5px;
	moz-border-radius:	5px;
 -webkit-border-radius:	5px;
}
.submit {
	background-color: #333;
	color: #fff;
}
.submit:hover {
	background-color: #D9534F;
}