h3 {
	
}

.columnImg.ad {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.bannerRectContent.shipping {
	/*background-color: #FFEB5C;*/
	/*background-color: #CCF193;*/
	border-radius: 6px;
}
.bannerRectContent.shipping p {
	color: #359400;
}
.bannerRectContent.member {
	background-color: #fff;
}
.bannerRectContent {
	padding: 25px 30px;
	margin-bottom: 20px;
}
.bannerRectContent h4 {
	font-size: 20pt;
	margin: 0 0 0 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
}
.bannerRectContent p {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: 150%;
	margin: 5px 0 0 0;
	padding: 0;
	opacity: 0.5;
}
.bannerRectContent ul {
	list-style: square;
	margin: 10px 0 5px 0;
	padding: 0 0 0 20px;
	line-height: 140%;
	font-size: 10pt;
}

#methodTitle {
	text-align: center;
	font-size: 20pt;
	color: #666;
	font-weight: normal;
	padding-bottom: 30px;
}
#methodTitle strong {
	color: #ff8a00;
}
.stepBlock {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.stepBlock .stepText {
	padding: 10px 20px 0 20px;
}
.stepBlock h3 {
	position: absolute;
	top: -10px;
	left: 20px;
	font-size: 60pt;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	opacity: 0.3;
	font-family: Arial;
}
.stepBlock h4 {
	font-size: 14pt;
	padding: 20px 0 15px 50px;
	margin: 0;
	color: #fff;
}
.stepBlock img {
	width: 100%;
}
.step1 {
	background-color: #f87171;
}
.step2 {
	background-color: #71a4f8;
}
.step3 {
	background-color: #f3c454;
}

.brandTypeListRow {
	background-color: #fff;
	padding: 0 0 50px 0;
}
.brandTypeListRow h3 {
	color: #444;
}
.brandTypeListRow a {
	color: #000;
	text-decoration: none;
}
.brandTypeListRow a:hover{
	opacity: 0.6;
}
.brandTypeListRow ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}
.brandTypeListRow li {
	line-height: 150%;
	font-size: 10pt;
}
.brandTypeListRow h4 {
	margin: 30px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #0088ee;
	font-size: 11pt;
}
.brandTypeListRow h4 a {
	color: #0088ee;
}

#allBrandList {
	list-style: none;
	margin: 0;
	padding: 0;
}
#allBrandList li {
	display: inline-block;
}
#allBrandList li a {
	display: block;
	width: 150px;
	padding: 5px 10px;
	color: #000;
	font-size: 10.5pt;
	text-decoration: none;
}
#allBrandList li a:hover {
	color: #0088ff;
}
