@charset "UTF-8";

#contact {
	background: url(../data/bg_information.jpg) no-repeat left top fixed;
}
#thanks {
	background: url(../data/bg_thanks.jpg) no-repeat center center fixed;
}
#contact, 
#thanks {
	height: 100em;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

article {
	top: 130px;
	color: #fff;
	font-size: 110%;
	text-shadow: none;
}

article .contact {
	color: #5f656c;
}

.wrapper_thanks {
	clear: both;
	width: 440px;
}

.wrapper_thanks p {
	line-height: 170%;
	text-shadow: 0 1px 1px #1a242e;
}

/****************************
  elements
*****************************/

h1.h1_contact {
	margin:  0 0 10px 0;
	padding: 0;
	font-size:   18px;
	line-height: 20px;
	color: #fff;
	text-shadow: 0 1px 1px #1a242e;
}

h2.thanks {
	clear: both;
	margin:  10px 0 30px;
	padding: 0;
	text-align: left;
	font-size: 16px;
	line-height: 170%;
	text-shadow: 0 1px 0 #002549;
}

p.att {
	clear: both;
	margin:  0 0 5px 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
}

p.notice {
	padding: 0 0 0 21px;
	background: url(../images/icon_buynote_w.png) no-repeat left 2px;
	font-size: 12px;
}

p.f_warning {
	margin:  0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 120%;
	line-height: 120%;
	color: #f00;
}

.necess {
	color: #f00;
}

.gray {
	font-size: 12px;
}

/****************************/

table.contact {
	clear: both;
	width: 100%;
	margin:  0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0px 2px;
}

table.contact th, 
table.contact td {
	margin: 0;
	vertical-align: top;
	font-weight: bold;
	font-size:    90%;
	line-height: 150%;
	background: url(../images/bg_table.png) repeat;

}

table.contact th {
	width: 11em;
	padding: 11px 0 6px;
	text-align: right;
	white-space: nowrap;
}

table.contact td {
	padding: 10px 1em 6px;
	text-align: left;
}

/****************************
  form
*****************************/

input, 
textarea, 
select {
	margin:  0 0 3px 0;
	padding: 2px;
	font-size: 100%;
}

input, 
select {
	vertical-align: middle;
}

input[type="text"],
textarea {
	border: 1px solid #aaa;
	background-color: #fff;
}
input[type="text"]:focus, 
textarea:focus {
	border: 1px solid #aaa;
	background-color: #eee;
}

.inp_txt {
	width: 120px;
}

.inp_select {
	width: 100px;
}

.inp_num {
	width: 60px;
}

.inp_txt_l, 
.inp_txt_l_e, 
.inp_txt_a {
	width: 480px;
}

.inp_txt_a {
	height: 150px;
}

.inp_num, 
.inp_txt_l_e {
	ime-mode: disabled;
}

/**/

.formbt {
	margin:  0;
	padding: 4px 2px;
	font-weight: bold;
}

.order_navi {
	width: 100%;
	margin:  0;
	padding: 15px 0 0 0;
	text-align: center;
}
.order_prev {
	float: left;
	width: 49%;
	margin:  0;
	padding: 0;
	text-align: right;
}
.order_next {
	float: right;
	width:  49%;
	margin: 0;
	padding: 0;
	text-align: left;
}
