@charset "UTF-8";

.container.contact {
	max-width: 820px;
}
.container.entrytmp {
	max-width: 600px;
}

h2.h2_contact {
	clear: both;
	margin:  0 0 30px;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6;
}

.warning {
	margin:  0;
	padding: 4px 0 8px;
	color: #f00;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2;
	background-color: transparent;
}

/****************************
  table
*****************************/

table.table_contact {
	clear: both;
	width: 100%;
	margin:  0 0 20px;
	padding: 0;
}

table.table_contact th, 
table.table_contact td {
	margin:  0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.3;
	background-color: #2c2c2c;
	border-top:    1px solid #999;
	border-bottom: 1px solid #999;
	color: #fff;
}

table.table_contact th {
	width: 12em;
	padding: 10px;
}
table.table_contact td {
	padding: 10px 10px 10px 0;
}

table.table_contact.order th {
	width: 14em;
}

/****************************
  thanks
*****************************/

h3.h3_thanks, 
h4.h4_thanks {
	clear: both;
	margin:  0;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
}

h3.h3_thanks {
	padding: 20px 0;
	font-size: 14px;
}

h4.h4_thanks {
	padding: 0;
	font-size: 13px;
}

/****************************
  bootstrap
*****************************/

label, 
input, 
select {
	font-size: 1em;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
.uneditable-input {
	padding: 3px 4px;
	font-weight: normal;
	background-color: #fff;
}

textarea.form-control {
	background-color: #fff;
}

.form-group .necess {
	padding-left: 2px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: normal;
	font-size: 1em;
}

.help-block {
	padding: 5px 0 0;
	font-size: 1em;
	color: #fff;
}

.help-block .fa {
	padding-right: 3px;
	color: #ffa200;
}

.form-control.inp_name {
	display: inline;
	max-width: 12em;
}
.form-control.inp_zip {
	display: inline;
	max-width: 5em;
}
.form-control.inp_pref {
	display: inline;
	max-width: 8em;
}
.form-control.inp_email {
	display: inline;
	max-width: 40em;
}
.form-control.inp_password {
	display: inline;
	max-width: 15em;
}
.form-control.inp_birthday {
	display: inline;
	max-width: 8em;
}

.form-control::-moz-placeholder {
	font-weight: normal;
	color: #ccc;
}
.form-control:-ms-input-placeholder {
	font-weight: normal;
	color: #ccc;
}
.form-control::-webkit-input-placeholder {
	font-weight: normal;
	color: #ccc;
}

label.radio-event {
	display: inline-block;
	width: auto;
	height: auto;
	margin:  0;
	padding: 7px 15px 0 0;
	vertical-align: middle;
	line-height: 1;
}

label.radio-event input[type="radio"] {
	display: inline-block;
	width: auto;
	height: auto;
	margin:  0;
	padding: 0;
	vertical-align: middle;
	line-height: 1;
}

table.table_event {
	clear: both;
	width: 100%;
	margin:  0 0 30px;
	padding: 0;
}
table.table_event th, 
table.table_event td {
	margin:  0;
	padding: 5px 8px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.7;
	border: 2px solid #2c2c2c;
}
table.table_event th {
	background-color: #333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#222));
	background: -webkit-linear-gradient(top, #333, #222);
	background: linear-gradient(to bottom, #333, #222);
}
table.table_event td {
	background-color: #222;
}

table.table_event th.td_price, 
table.table_event td.td_price {
	padding-right: 2px;
	padding-left:  2px;
	text-align: center;
}

table.table_event th.td_person, 
table.table_event td.td_person {
	width: 110px;
	padding-right: 2px;
	padding-left:  2px;
	text-align: center;
}
