@charset "UTF-8";

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

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.warning {
	margin:  0;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 120%;
	line-height: 120%;
	color: #f00;
}

.necess {
	color: #f00;
}

.gray {
	font-size: 12px;
}

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

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

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

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

table.table_contact td {
	padding: 10px 0 6px 10px;
	text-align: left;
}

/****************************
  order
*****************************/

h1.h1_order {
	margin:  0 0 10px;
	padding: 0;
	font-size:   13px;
	line-height: 20px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

h2.h2_order {
	margin:  0 0 5px;
	padding: 0;
	font-size:   15px;
	line-height: 20px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

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

h1.h1_thanks {
	margin:  0 0 10px;
	padding: 0;
	font-size:   20px;
	line-height: 24px;
	color: #000;
	text-shadow: 0 1px 1px #fff;
}

h2.h2_thanks {
	clear: both;
	margin:  0 0 30px;
	padding: 0;
	font-size:   16px;
	line-height: 24px;
	color: #000;
	text-shadow: 0 1px 1px #fff;
}

p.p_thanks {
	clear: both;
	margin:  0;
	padding: 0;
	font-weight: bold;
	font-size:   14px;
	line-height: 24px;
	color: #000;
	text-shadow: 0 1px 1px #fff;
}

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

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

input, 
select {
	vertical-align: middle;
}

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

/**/

.order_navi {
	width: 100%;
	margin:  0;
	padding: 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;
}

/**/

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

