@charset "utf-8";
/* CSS Document */
.main-page .container {
	margin-bottom:20px;
}
/*====購物說明=======*/

.title {
	border-bottom:1px solid #c5ce13;
	border-top:1px solid #c5ce13;
	color:#c5ce13;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:10px;
}
.title h3 {
	font-weight:bold;
	font-size:18px;
}
.step {
	text-align:center;
	margin:15px 0px;
}
.stepbox, .aboutbox {
	margin:15px 0px;
	color:#666;
}
.stepbox table, .aboutbox table {
	margin:15px 0px;
}
.stepbox table tr {
	border-bottom:1px dashed #CCC;
}
.stepbox table td, .aboutbox td {
	padding:15px 5px;
	vertical-align:top;
}
.ordertable td{
	border-bottom:1px dashed #ccc;
}
/*=====關於我============*/
.aboutimg {
	margin-bottom:20px;

}

.aboutimg img{
	width:100%;
}


