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(252, 248, 227, 1);
}

.alert{
  background-color: rgba(255, 221, 221, 0.7);
  margin-bottom: 0px;
}

div.required{
}

.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;
  }
}

/* 追加 */

div.form-main {
	 margin-top: 7px;
}

div.form-main label {
 font-weight: normal;
	display: block;
}

div.form-main .radio-inline {
  padding: 5px 15px 0 30px;
  margin: 0 0 5px 15px;

box-shadow:0px 0px 1px 1px rgba(0,0,0,0.075) inset;
-moz-box-shadow:0px 0px 1px 1px rgba(0,0,0,0.075) inset;
-webkit-box-shadow:0px 0px 1px 1px rgba(0,0,0,0.075) inset;
		border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
		border:1px solid #ccc;
}

.container {
	font-family: 'Hiragino Kaku Gothic Pro', 游ゴシック, 'Lucida Grande', Verdana, Arial, Meiryo, メイリオ, sans-serif;
}

li {
	 margin-top: 10px;
		margin-bottom: 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: 200px;
	margin: 10px auto 50px;
}

.submit {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size: 18px;
	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;
}

/*===============================================
●smart.css  
===============================================*/

@media screen and (max-width:1024px){
/* 1024pxまでの幅の場合に適応される */
	.finishpage .container, 
	.errorpage .container, 
	.confirmpage .container {
		width: auto;
	}
}
