@charset "UTF-8";

#wrapper_contact {
	clear: both;
	max-width: 770px;
	margin: 0 auto;
	padding: 15px 15px 30px;
}

h1#h1_contact {
	float: left;
	display: block;
	margin:  0 0 10px;
	padding: 0;
	font-size: 20px;
}
h1#h1_contact, 
h1#h1_contact a {
	text-decoration: none;
	color: #005bac;
	color: #533a0a;
}

h2.h2_contact {
	float: right;
	margin:  0 0 10px;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5;
}

h3.h3_contact {
	clear: both;
	margin:  0 0 30px;
	padding: 0;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.4;
}

h4.h4_contact {
	clear: both;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
}

.bt_close_header {
	float: right;
	margin:  0 0 10px 20px;
	padding: 0;
}
.bt_close_header a {
	font-weight: bold;
	line-height: 1.6;
	color: #333;
}
.bt_close_header .fa {
	font-size: 1.4em;
}

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

.necess {
	color: #f00;
}

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

.notice {
	margin:  0;
	padding: 10px 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.5;
	color: #f00;
}

.order_navi, 
.order_prev, 
.order_next, 
.wait {
	height: 32px;
	text-align: center;
}

.order_navi {
	width: 250px;
	margin:  30px auto 0;
	padding: 0;
	position: relative;
}
.order_prev, 
.order_next {
	position: absolute;
	top:   0;
	width: 120px;

}
.order_prev {
	left:  0;
}
.order_next {
	right: 0;
}

.wait {
	display: none;
	background: url(/images/common/waiting.gif) no-repeat 50% 40%;
}

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

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

table.table_contact.mb15 {
	margin-bottom: 15px;
}

table.table_contact th, 
table.table_contact td {
	margin:  0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	line-height: 1.5;
	background-color: #fff;
	border-top:    1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #666;
}

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

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

h3.h3_thanks {
	clear: both;
	margin:  0;
	padding: 20px 0;
	font-weight: bold;
	font-size:   14px;
	line-height: 22px;
	color: #333;
}

h4.h4_thanks {
	margin:  0;
	padding: 0;
	font-weight: normal;
	font-size:   13px;
	line-height: 20px;
	color: #666;
}

.back_to_home {
	padding-top: 30px;
}

/****************************
  button
*****************************/

input[type="submit"] {
	outline: none;
	border: none;
}

.button-gray {
	display: inline-block;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	vertical-align: top;
	text-decoration: none;
	font-size:   13px;
	line-height: 30px;
	cursor: pointer;
	white-space: nowrap;
	color: #555;
	background: #f7f7f7;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
	        box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
}
.button-gray:hover,
.button-gray:focus {
	background: #fafafa;
	border-color: #999;
	color: #222;
}
.button-gray:active,
.button-gray:focus {
	outline: none;
}
.button-gray:focus {
	-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
	        box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
}
.button-gray:active {
	background: #eee;
	border-color: #999;
	-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
	        box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
	color: #333;
}
.button-gray:disabled {
	border-color: #ddd !important;
	background: #f7f7f7 !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	text-shadow: 0 1px 0 #fff !important;
	cursor: default;
	color: #aaa !important;
}

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

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

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;
}

.help-block {
	font-size: 0.9em;
}

.form-group .necess {
	padding-left: 2px;
	vertical-align: super;
	font-weight: normal;
	font-size: 0.7em;
}

.form-control.inp_name {
	display: inline;
	max-width: 10em;
}
.form-control.inp_zip {
	display: inline;
	max-width: 5em;
}
.form-control.inp_pref {
	display: inline;
	max-width: 8em;
}
.form-control.inp_password {
	display: inline;
	max-width: 15em;
}
.form-control.inp_birthday {
	display: inline;
	margin-bottom: 4px;
	min-width: 4em;
	max-width: 8em;
}
.form-control.inp_birthday.mon {
	max-width: 5em;
}

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

/****************************
  RESPONSIVE CSS
*****************************/

@media (min-width: 768px) {

	.form-horizontal .control-label.label_title {
		padding-top: 8px;
	}

}

@media (max-width: 480px) {

	.fcwin.home {
		width: 17em;
		padding: 0px 0px;
	}

	.form-control.inp_login_pass {
		width: 12em;
	}

}

@media (max-width: 360px) {

	h2.h2_contact {
		clear: both;
		float: none;
	}

}

