@charset "utf-8";
/* CSS Document */


p{
font-size:16px;
color:#FFF;
}

h1{
text-align:center;
font-size:20px;
color:#fff;
}

h2{
font-size:16px;
color:#fff949;
display:block;
line-height:40px;
}

.content {
position:relative;
width:888px;
height:1390px;
margin:0 auto;
}

.main_dot {
position:absolute;
width:888px;
}

.main {
padding-top:447px;
margin-bottom:30px;
}

.title_area1 {
height:64px;
}

.title_area2 {
height:50px;
padding-left:155px;

}

.pic_area {
width:320px;
float:left;
padding-top:25px;
}

.text_area {
float:left;
width:500px;
padding-top:30px;
}

.text_title { 
font-size:16px;
color:#0099FF;
line-height:40px;
font-weight:bold;
}

.notice {
width:780px;
height:400px;
padding:5px 54px 0 54px;
float:right;
}

.notice p {
font-size:13px;
color:#fff;
}

.vibo_bg {
 background:url(images/vibo_bg.jpg) top center no-repeat #000000;
}

/*for mymall*/
.mymall_bg {
 background:url(images/mymall_bg.jpg) top center no-repeat #000000;
}

.mymall_buy1 a{
display:block;
width:410px;
height:87px;
background-image:url(images/buy1_mymall_a.png);
background-repeat:no-repeat;
text-indent:-9999px;
}
.mymall_buy1 a:hover{
background-image:url(images/buy1_mymall_b.png);
background-repeat:no-repeat;
text-indent:-9999px;
}

.mymall_buy2 a{
display:block;
width:410px;
height:87px;
background-image:url(images/buy2_mymall_a.png);
background-repeat:no-repeat;
text-indent:-9999px;
}
.mymall_buy2 a:hover{
background-image:url(images/buy2_mymall_b.png);
background-repeat:no-repeat;
text-indent:-9999px;
}


/*tab隱藏按鈕*/
.tabs li {
	list-style:none;
	display:inline;
}

.tabs a {
	padding:5px 10px;
	display:inline-block;
	background:#666;
	color:#fff;
	text-decoration:none;
}

.tabs a.active {
	background:#fff;
	color:#000;
}


/*立即預購按鈕*/
.buy a{
display:block;
width:410px;
height:140px;
background-image:url(images/buy_btn_a.png);
background-repeat:no-repeat;
text-indent:-9999px;
}
.buy a:hover{
background-image:url(images/buy_btn_b.png);
background-repeat:no-repeat;
text-indent:-9999px;
}
.buy a:active{
background-image:url(images/buy_btn_c.png);
background-repeat:no-repeat;
text-indent:-9999px;
}