#main .main-inner {
	width:960px;
}

.section-mylist {
	margin-bottom:50px;
}

.section-mylist .item {
	width:930px;
	margin:0 auto;
	border-bottom:solid 1px #999999;
}


.section-mylist .item .fl .inner {
	padding:7px 5px 7px 5px;
}

.section-mylist .item .fl.code { width:120px; }
.section-mylist .item .fl.name { width:280px; }
.section-mylist .item .fl.price { width:90px; text-align:right; }
.section-mylist .item .fl.spec { width:270px; }
.section-mylist .item .fl.num { width:120px; }
.section-mylist .item .fl.btn { width:49px; text-align:center; }


.section-form .info {
	margin-bottom:20px;
}

.section-form .form {
	border:solid 1px #cccccc;
	background:#ffffff;
	padding:30px 0 30px 0;
}

.section-form form .err {
	color:#ff0000;
	font-size:12px;
}

.section-form form .info2 {
	font-size:12px;
}

.section-form form table {
	width:900px;
	margin:0 auto;
	margin-bottom:30px;
}
.section-form form table th,
.section-form form table td {
	border:solid 1px #cccccc;
	padding:10px 0 10px 0;
}
.section-form form table th span,
.section-form form table td span {
	padding:0;
}

.section-form form table th {
	background:#eeeeee;
	width:200px;
	text-align:right;
}
.section-form form table td {
	width:700px;
}

.section-form form th .fl { width:137px; }
.section-form form th .fr { width:40px; }

.section-form form table div.inner {
	padding:0 10px 0 10px;
}

.section-form form table .column2 {
	font-size:12px;
}

.section-form form table .in.clearfix {
	margin-bottom:10px;
}
.section-form form table .in.clearfix.lst {
	margin-bottom:0px;
}

.section-form form table .in .l1 {
	width:100px;
	text-align:right;
}



.section-form form .must {
	font-size:11px;
	display:inline-block;
	color:#ffffff;
	padding:1px 5px 3px 5px;
	background:#cc3333;
	border-radius:2px;
}
.section-form form .opt {
	font-size:11px;
	display:inline-block;
	color:#ffffff;
	padding:1px 5px 3px 5px;
	background:#666666;
	border-radius:2px;
}

.section-form form .privacy {
	width:800px;
	margin:0 auto;
	margin-bottom:20px;
	height:200px;
	overflow:scroll;
	border:solid 1px #333333;
}

.section-form form .privacy .inner {
	padding:30px;
}

.section-form form .privacy .h1 {
	text-align:center;
	font-size:18px;
	margin-bottom:10px;
	font-weight:bolder;
}

.section-form form .privacy dt {
	font-weight:bolder;
	font-size:16px;
	margin-bottom:5px;
}

.section-form form .privacy dd {
	margin-bottom:10px;
}

.section-form form .privacy dd:last-child {
	margin-bottom:0;
}

.section-form form .privacy .h2 {
	font-weight:bolder;
}

.section-form form .privacy ul {
	list-style:decimal;
	margin:5px 0 0 1em;
}

.section-form form .form-privacy {
	margin-bottom:20px;
	text-align:center;
}

.section-form form .anim-btn {
	text-align:center;
}

.section-form form .anim-btn a.btn {
	width:150px;
}


.section-comp .info {
	margin:0 30px 10px 30px;
}
