#order_posi {
	margin:8px auto 8px auto;
	text-align:center;
}
h1 {
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* W3C */
	padding:12px 10px;
	color:#FFF;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	text-shadow:1px 1px 2px #333;
	-webkit-box-shadow:inset 0 0 50px rgba(0,0,0, 0.1);
	border:none;
	margin:16px;
}
p.setumei {
	margin:1em 126px;
	line-height:1.8em;
	font-size:120%;
}
.tejun {
	margin:1em 30px;
	color:#444444;
	font-size:large;
	font-weight:bold;
	padding-left:24px;
	margin-bottom:6px;
}
.tejun-1 {
	background-image: url(img/number/green24_01.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}
.tejun-2 {
	background-image: url(img/number/green24_02.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}
.tejun-3 {
	background-image: url(img/number/green24_03.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}
.tejun-4 {
	background-image: url(img/number/green24_04.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}
.tejun-5 {
	background-image: url(img/number/green24_05.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}
.tejun-6 {
	background-image: url(img/number/green24_06.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}
.loginbox {
	background:#fef263;
	-webkit-box-shadow:  2px 2px 4px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  2px 2px 4px 2px rgba(0, 0, 0, 0.2);
	border-radius:6px;
	border:1px solid #ccc;
	padding:12px;
	width:360px;
	margin:0 auto 12px auto;
	text-align:center;
	font-size:large;
}
.kiyaku {
	margin:1em 100px;
	color:#444444;
	font-size:110%;
}
.kiyaku h2 {
	border-top:1px solid #2989d8;
	border-right:6px solid #2989d8;
	border-bottom:1px solid #2989d8;
	border-left:6px solid #2989d8;
	background:#eaf4fc;
	margin:8px 0 0 0;
	padding:8px;
}
.kiyaku ul {
	margin:14px 0 0 0;
	line-height:1.6em;
}
.kiyaku ol {
	margin:8px 0 0 32px;
}
.kiyaku ol li {
	margin:0 0 0.5em 0;
	line-height:1.4em;
}

.button {
	width:400px;
	margin:0 auto 24px auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0033ff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#f0f0f0 65%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.65, #f0f0f0),
		to(#d6d6d6));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #ff0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
}
table#fee{
	margin:1em auto 0 auto;
  width: auto;
  border-spacing: 0;
}
table#fee th {
  color: #fff;
  padding: 6px 9px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table#fee th:first-child {
  border-radius: 5px 0 0 0;	
}
table#fee th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table#fee tr td {
  padding: 6px 9px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table#fee tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table#fee tr {
  background: #fff;
}
table#fee tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table#fee tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table#fee tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table#fee tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}


table#fee2{
	margin:1em auto 0 auto;
  width: auto;
  border-spacing: 1;
}
table#fee2 th {
  color: #fff;
  padding: 6px 204px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table#fee2 th:first-child {
  border-radius: 5px 5px 5px;	
}

