@charset "UTF-8";

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

input[type="button"], 
input[type="submit"] {
	-webkit-appearance: button;
}

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

input, 
select {
	vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea {
	border: 1px solid #333;
	background-color: #444;
	color: #fff;
}
input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus {
	border: 1px solid #555;
	background-color: #444;
}

input[type="text"]:disabled, 
input[type="password"]:disabled {
	border: 1px solid #222;
	background-color: #222;
}

.inp_txt {
	width: 120px;
}

.inp_select {
	width: 100px;
}

.inp_num {
	width: 60px;
}

.inp_txt_pass {
	width: 150px;
}

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

.inp_txt_a {
	height: 100px;
}

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

.inp_txt_m {
	width: 300px;
	ime-mode: disabled;
}

/**/

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

a.formbt2 {
	display: block;
	width: 200px;
	height: 38px;
	line-height: 38px;
	margin:  0 auto;
	padding: 0 4px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color:#fff;

	border: 1px solid #666;
	background-color: #111;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#222)); /* Safari */
	background: -moz-linear-gradient(top,#444,#222) no-repeat; /* FireFox */
	-moz-border-radius: 2px;  /* Firefox */
	-webkit-border-radius: 2px;  /* Safari */
	border-radius: 2px; /* CSS3 */
	-webkit-transition: all 0.2s linear;
	opacity: 1;
}
.formbt2:hover {
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 5px #fff; /* safari */
	-moz-box-shadow: 0px 0px 5px #fff; /* firefox */
	box-shadow: 0px 0px 5px #fff; /* CSS3 */
	opacity: 1;
}

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

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

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

p.p_thanks {
	font-size: 13px;
	line-height: 1.5;
}

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

.necess {
	color: #f00;
}

/****************************
  webshoppingorder
*****************************/

h2.h2_webshoppingorder {
	margin:  40px 0 0 0;
	padding: 5px 0 0 5px;
	font-weight: bold;
	font-size:   14px;
	line-height: 16px;
	border-left: 7px solid #444;
}

h3.h3_webshoppingorder {
	margin:  40px 0 0 0;
	padding: 0 0 0 12px;
	background: url(../images/common/p_arrow_02.gif) no-repeat 0 2px;
	font-weight: bold;
	font-size:   13px;
	line-height: 15px;
}
h3.h3_webshoppingorder.first {
	margin-top: 25px;
}

table.table_webshoppingorder {
	clear: both;
	width: 100%;
	margin:  15px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #444;
}
table.table_webshoppingorder th, 
table.table_webshoppingorder td {
	margin: 0;
	font-weight: normal;
	line-height: 150%;
	vertical-align: top;
	border-top: 1px solid #444;
}
table.table_webshoppingorder th {
	width: 12em;
	padding: 11px 0 7px 0;
	text-align: right;
	white-space: nowrap;
}
table.table_webshoppingorder td {
	padding: 10px 0 7px 20px;
	text-align: left;
}

table.table_webshoppingorder td p, 
table.table_webshoppingorder td span {
	font-size: 90%;
}

table.table_webshoppingorder td span {
	padding: 0 0 0 5px;
}

table.table_webshoppingorder td p.f_warning {
	margin:  0;
	padding: 0 0 5px 0;
	color: #f00;
	font-weight: bold;
	font-size:   14px;
	line-height: 150%;
}

/****************************
  entrytmp
*****************************/

h2.h2_entrytmp {
	margin:  0 0 15px 0;
	padding: 2px 0 2px 5px;
	font-weight: bold;
	font-size:   14px;
	line-height: 16px;
	border-left: 7px solid #444;
}

h3.h3_entrytmp {
	margin:  30px 0 0 0;
	padding: 0 0 0 12px;
	background: url(../images/common/p_arrow_02.gif) no-repeat 0 2px;
	font-weight: bold;
	font-size:   13px;
	line-height: 15px;
}

/**/

table.entrytmp {
	clear: both;
	margin:  0;
	padding: 0;
	border-bottom: 0px solid #333;
}
table.entrytmp th, 
table.entrytmp td {
	margin: 0;
	font-weight: normal;
	line-height: 150%;
	vertical-align: top;
	border-top: 0px solid #333;
}
table.entrytmp th {
	padding: 0 0 10px 0;
	text-align: right;
	white-space: nowrap;
}
table.entrytmp td {
	padding: 1px 0 10px 10px;
	text-align: left;
}
table.entrytmp th.img, 
table.entrytmp td.img {
	padding-bottom: 0;
}

table.entrytmp td p.f_warning {
	margin:  0;
	padding: 0 0 5px 0;
	color: #f00;
	font-weight: bold;
	font-size:   14px;
	line-height: 110%;
}

/****************************
  login
*****************************/

table.login {
	clear: both;
	margin:  0;
	padding: 0;
}
table.login th, 
table.login td {
	margin: 0;
	padding: 0 0 15px 15px;
	font-weight: normal;
	line-height: 150%;
	vertical-align: top;

}
table.login th {
	text-align: right;
	white-space: nowrap;
}
table.login td {
	text-align: left;
}
table.login td.td_last {
	padding-bottom: 0;
}

h2.h2_login {
	margin:  10px 0 0 0;
	padding: 0 0 0 12px;
	background: url(../images/common/p_arrow_02.gif) no-repeat 0 2px;
	font-weight: bold;
	font-size:   13px;
	line-height: 15px;
}
