@charset "utf-8";
/* CSS Document */

/*LandingTOP
------------------------------------------------------------------ */
.wrapService{
	margin-bottom: 30px;
    width: 765px;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.landingTitle{
	margin: 0;
	height: 92px;
}

.wrapService img{
	margin: 0;
}

.wrapService p{
	margin: 0;
}

.txtLink{
	padding: 0 12px 0 0;
	text-align: right;
}

.txtLink a{
	font-size: 12px;
	text-decoration: underline;
	color: #333333;
}

.txtLink a:hover{
	text-decoration: none;
}

.txtLinkBtm{
	padding: 4px 12px 0 0;
	text-align: center;
}

.txtLinkBtm a{
	font-size: 12px;
	text-decoration: underline;
	color: #333333;
}

.txtLinkBtm a:hover{
	text-decoration: none;
}

/*service
------------------------------------------------------------------ */
.wrapContent{
	margin: 0;
    padding: 0 15px;
    text-align: center;
    background: url(../image/landingtop/bg_landing.png) top repeat-y;
}

.boxVideo{
	margin-bottom: 10px;
    width: 360px;
    float: left;
    background-color: #ffffff;
}

.boxLive{
	margin-bottom: 10px;
    width: 360px;
    float: right;
    background-color: #ffffff;
}

.serviceTitle{
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
    color: #ffffcc;
    background-color: #660000;
}

.txtRead{
	padding: 8px 0;
	font-size: 17px;
	font-weight: bold;
	color: #660000;
	line-height: 140%;
}

.imgBox{
	height: 220px;
}

.boxBonus{
	margin: 20px auto 0;
	padding-bottom: 4px;
	width: 338px;
	border: 1px solid #e5cc80;
	border-radius: 4px;
}

.titleBonus{
	margin: 0 0 10px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background-color: #cc9900;
	text-align: center;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
}

.imgBoxBonus{
	margin: 10px 0 0 0;
	height: 230px;
}

.imgBoxBonusAuto{
	margin: 10px 0 0 0;
	height: auto;
}

.titleBonusSub{
	margin: 0 0 6px 0!important;
}

.txtTicket{
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: normal;
}

.boxHowto{
	margin: 20px auto 0;
	padding-bottom: 4px;
	width: 338px;
	border: 1px solid #c29a9a;
	font-weight: bold;
	border-radius: 4px;
}

.titleHowto{
	margin: 0 0 10px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background-color: #660000;
	text-align: center;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
}

.txtReadHowto{
	padding: 8px 0;
	font-size: 15px;
	font-weight: bold;
	color: #660000;
	line-height: 140%;
}

.boxVoiceVideo{
	margin: 20px auto 10px;
	padding: 10px;
	width: 320px;
	border-radius: 4px;
	background: url(../image/landingtop/bg_v_voice.png) top no-repeat;
	background-color: #e8e6da;
}

.boxVoiceLive{
	margin: 20px auto 10px;
	padding: 10px;
	width: 320px;
	border-radius: 4px;
	background: url(../image/landingtop/bg_l_voice.png) top no-repeat;
	background-color: #e8e6da;
}

.txtBoxVoice{
	padding: 4px;
	width: 240px;
	font-size: 12px;
	line-height: 140%;
	background-color: #ffffff;
	text-align: left;
	display: block;
	border-radius: 4px;
	float: right;
}

.boxBottom{
	width: 765px;
	height: 40px;
	background: url(../image/landingtop/bg_bottom.png) top no-repeat;
}