@charset "UTF-8";

body {
	background-color: #eee;
	color: #000;
}

a:link, 
a:visited, 
a:hover, 
a:active {
	color: #000;
}

/**/

#contact {
	clear: both;
	width: 720px;
	margin:  0 auto;
	padding: 20px 0;
	text-align: left;
}

h1.h1_contact {
	clear: both;
	float: left;
	width: 300px;
	margin:  0 0 20px 0;
	padding: 0;
	font-weight: bold;
	font-size:   14px;
	line-height: 16px;
	color: #000;
}

.close_navi {
	float: right;
	width: 300px;
	margin:  0 0 20px 0;
	padding: 0;
	text-align: right;
	font-size: 12px;
}

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

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

p.att {
	clear: both;
	margin:  0 0 15px 0;
	padding: 0;
	text-align: left;
}

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

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: 90%;
	color: #000;
}

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

table.contact {
	clear: both;
	width: 100%;
	margin:  0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

table.contact th, 
table.contact td {
	border-top: 1px solid #ccc;
}

table.contact th {
	width: 12em;
	margin:  0;
	padding: 11px 0 6px 0;
	vertical-align: top;
	text-align: right;
	line-height: 150%;
	font-weight: normal;
	white-space: nowrap;
}

table.contact td {
	margin:  0;
	padding: 10px 0 6px 20px;
	vertical-align: top;
	text-align: left;
	line-height: 150%;
}

/****************************
  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 #ccc;
	background-color: #fff;
}
input[type="text"]:focus, 
textarea:focus {
	border: 1px solid #333;
	background-color: #fff;
}

.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: 250px;
}

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