@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}
a img{
    border:none;
}
#wrap {
	width:800px;
	margin:auto;
}
#left {
	border:2px solid #FFCCCC;
	width:300px;
	margin-right:20px;
	padding:20px;
}
#right {
	width:300px;
	margin-left:20px;
}
#right_content {
	border:2px solid #FFCCCC;
	padding:20px;
}
table tr td {
	vertical-align:top;
	border:none;
}
table {
	border-collapse:collapse;
	border:0;
}
#login {
	background-color:#F0F0F0;
	padding:10px;
}
#login table {
	margin:auto;
}
#login table tr th {
	text-align:right;
}
#login tr, #login th {
	padding:5px;
}
#login input[type="text"], #login input[type="password"] {
	width:150px;
	margin-left:10px;
	border:1px solid #CF4271;
}
form {
	text-align:center;
}
.btn {
	width:auto;
	min-width:70%;
	height:37px;
	margin:auto;
	/*	background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0.43, rgb(207,66,113)),  color-stop(0.75, rgb(163,41,82))  );
	background-image: -moz-linear-gradient(  center top,  rgb(207,66,113) 43%,  rgb(163,41,82) 75%  );
*/	border-radius:6px;
	border:2px outset #eee;
	cursor:pointer;
	font-size:16px;
	color:#fff;
	font-weight:bolder;
	background:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAlQCVAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHCAgICAgICAgICD/2wBDAQcHBw0MDRgQEBgaFREVGiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICD/wAARCAAlAAEDAREAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAMF/8QAFxABAQEBAAAAAAAAAAAAAAAAABMBEv/EABYBAQEBAAAAAAAAAAAAAAAAAAACB//EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oADAMBAAIRAxEAPwDNGmIVEh1E0Soiid6If//Z) left top repeat-x;
}
.btn.disabled{
    background-image:none !important;
    background-color:#999 !important;
}
.btn_normal {
	width:auto;
	min-width:70%;
	height:37px;
	margin:auto;
	cursor:pointer;
	font-size:16px;
}
.center {
	text-align:center;
}
.center .btn {
	margin:auto;
}
.username {
	text-align:right;
	margin:10px auto 30px auto;
}
#flow {
	margin:20px auto 60px auto;
	text-align:center;
}
.cartTable {
	border:1px solid #aaa;
	width:650px;
	margin:auto;
}
.cartTable td, .cartTable th {
	border-collapse:collapse;
	padding:3px;
	border:1px solid #aaa;
}
.cartTable th {
	background-color:#F0F0F0;
}
.cartTable th.merge {
	text-align:right;
}
.cartTableVartical {
	border:1px solid #aaa;
	width:650px;
	margin:auto;
}
.cartTableVartical td, .cartTableVartical th {
	border-collapse:collapse;
	padding:3px;
	border:1px solid #aaa;
	text-align:left;
}
.cartTableVartical td {
	min-width:350px;
}
.cartTableVartical th {
	background-color:#F0F0F0;
}
.disp_title {
	width:760px;
	margin:50px auto;
	border-bottom:1px solid #333;
	text-align:left;
}
#error_message {
	color: #CC0000;
	font-size: 12px;
	margin: auto;
	text-align: left;
	width: 400px;
}
.recmnd_text {
	width:650px;
	margin:20px auto;
}
.agreement {
	width:650px;
	height:120px;
	font-size:11px;
	margin:20px auto;
	padding:5px;
}
#hide_point {
	height:0px;
	width:0px;
	overflow:hidden;
}
.attention{
	margin: 10px auto;
    text-align: left;
    width: 650px;
	padding:5px;
	border:1px solid #ccc;
}
.note{
	color:red;	
}
.sample_text{
	font-size:12px;
	color:#57090B;
	margin-top:3px;
}
#tip{
    position:absolute;
    width:100px;
    color:#555;
    border:1px solid #ccc;
    padding:3px;
    font-size:11px;
    display:none;
    background-color:white;
}



