/*** .sectionItem.section2 ***/
.sectionItem.section2 h1
{
	margin-bottom: 10px;
}

.sectionItem.section2 h2
{
	color: #fbf8f3;
	margin-bottom: 10px;
}

/*** how330Step1 ***/
.how330Step1 .step1Intro
{
	margin-bottom: 60px;
}

.how330Step1 .btnWrapper.aLeft
{
	text-align: left;
}

.how330Step1 .btnStyle.s2 span.text
{
	color: #877259;
	padding: 5px 0px;
	border-bottom: 2px solid #877259;
}

.how330Step1 .btnStyle.s2:hover span.text
{
	border-bottom: 2px solid transparent;
}

.how330Step1 .btnStyleNoBg
{
	position: absolute;
	width: 50px;
	margin-left: 50px;
}

.how330Step1 .videoThumb
{
	position: absolute;
	width: 345px;
	height: 255px;
	top: 0px;
	right: 0px;
	border: 10px solid #E1B64A;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}



.how330Step1 .videoThumbCover
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #A08C80;
	opacity: 0.8;

	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-ms-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.how330Step1 .videoThumb:hover .videoThumbCover
{
	opacity: 0.5;
}

.how330Step1 .btnPlayVideoIco
{
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background-image: url('../images/common/btnVideoPlay.png');
}

/*** how330Step2 ***/
.how330Step2 .sectionTitleWrapper
{
	margin-bottom: 30px;
}

.how330Step2 .commonCircleItem
{
	margin: 0px 0px;
}

.commonCircleItem .btnDLApple
{
	position: absolute;
	width: 100%;
	height: 25%;
	top: 25%;
	left: 0px;
}

.commonCircleItem .btnDLAndroid
{
	position: absolute;
	width: 100%;
	height: 25%;
	top: 50%;
	left: 0px;
}