@charset "utf-8";

body{
	background-image: url('../img/index_1BG.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #B3E7FF;
	margin: 0px 0px -50px 0px; 
	font-family: "Arial", "新細明體";
	color: #444444;
	font-size: 13px;
	line-height: 23px;
}
form,ul,ol,li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
textarea{
	font-family: "Arial", "新細明體";
	color: #444444;
	font-size: 13px;
	line-height: 20px;
}
a, a:link, a:visited, a:active{
	font-family: "Arial", "新細明體";
	color: #2C6E8E;
	text-decoration: none;
}
a:hover{
	color: #2a8aa4;
	text-decoration: underline;
}
hr{
	clear: both;
	height: 0px;
	text-align: center;
	border: 1px solid #dcdcdc;
}
h1{
	background-color: #E8F6FE;
	padding: 5px 10px 2px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	color: #005599;
	line-height: 30px;
}
h2{
	padding: 3px 0px 3px 0px;
	margin: 10px 0px 10px 0px;
	border: 1px dashed #E8F6FE;
	/*border-right: 1px dashed #E8F6FE;
	border-bottom: 1px dashed #E8F6FE;*/
	font-size: 14px;
	color: #FF3E00;
	font-weight: lighter;
}
h2 a{
	color: #FF3E00;
}
.clear{
	clear: both;
}


/*上方區域*/
#top_area{
	width: 990px;
	padding: 10px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background:transparent;
}
#top_area .logo{
	/*float: left;*/
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#top_area .s_link{
	text-align: right;
	height: 20px;
}
#top_area .facebook_btn{
	float: right;
    line-height: 20px;
    padding-left: 5px;
}
#top_area .facebook_gbtn{
    float: right;
    width: 330px;

    height: 20px;
    padding-left: 5px;
}

#top_area .search{
	height: 50px;
	/*background-image: url('../img/search_bg.jpg');*/
	margin: 5px 0px 5px 0px;
	text-align: center;
	line-height: 47px;
	background-color:#06458E;
}
#top_area .search .right{
	float: left;
	width:630px;
	height:50px;
	line-height: 50px;
}
#top_area .search .left{
    float: left;
    width: 360px;
    height: 50px;
    line-height: 50px;
    padding: 0px 0px 0px 0px;
}
/*搜尋bar*/
#top_area .search_text{
	vertical-align: 3px;
    margin: auto;
    height: 30px;
    width: 335px;
    font-size: 18px;
}
#top_area .search .submit{
	width: 70px;
    height: 35px;
    background-color: #06458E;
    background-image: url('../img/SER.png');
    background-repeat: no-repeat;
    margin: 5px 10px 0px -90px;
    overflow: hidden;

    background-position: -1px -5px;
    border: 1px solid #007EFF;
    	
}
#top_area .search .submit:hover{
	width: 70px;
    height: 35px;
    background-color: #06458E;
    background-image: url('../img/SER.png');
    background-repeat: no-repeat;
    border: 0px;
    margin: 5px 10px 0px -90px;
    overflow: hidden;
    background-position: -69px -3px;

}

#top_area .search .lang{
	width: 40px;
	height: 40px;
	background-image: url('../img/lang_btn.png');
	background-repeat: no-repeat;
	border: 0px;
	margin: 3px 0px 0px 42px;
	position: absolute;
}
#top_area .search .lang_tw{
	background-position: -92px 0px;
}
#top_area .search .lang_tw:hover{
    /*background-position: -134px 0px;*/
}

#top_area .search .lang:hover{
	/* background-position: -45px 0px;*/
}
/* 手機版 */ 
#top_area .search .phone{
	width: 40px;
	height: 40px;
	background-image: url('../img/lang_btn.png');
	background-repeat: no-repeat;
	border: 0px;
	margin: 3px 0px 0px -5px;
	position: absolute;
}
#top_area .search .phone{ 
	background-position: -178px 0px;
}
#top_area .search .phone:hover{ 
	background-position: -224px 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #top_area .search_text{
	vertical-align: -2px;
}
}
@-moz-document url-prefix() {
	 #top_area .search_text{
		vertical-align: 0px;
	}
}
.styled-select select {
    background: transparent;
    width: 135px;
    padding: 5px 5px 15px 3px;
    font-size: 16px;
    -webkit-appearance: none;/*for chrome*/
    vertical-align: 10px;
    background: none;
    border: none;

}
#top_area .styled-select{
    width: 109px;
    height: 34px;
    overflow: hidden;
    background: url(../img/LE.png) no-repeat right #FEFFFF;
    float: left;
    margin-top: 6px;
    margin-right: 6px;
	overflow:hidden;
}

/*中間區域*/
#middle_area{
	width: 990px;
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px auto;
}

/*中間區域 - 左邊區域*/
#left_area{
	float: left;
    width: 670px;
    margin-left: 5px;
}
/*中間區域 - 左邊區域2*/
#left_area2{
	float: left;
	width: 730px;
	min-height: 350px;
	text-align: left;
}

/*中間區域 - 右邊區域*/
#right_area_ad{ 
float:right; width:300px; min-height:120px; margin: 5px 10px 0px 0px;
}
#right_area{
    float: right;
    width: 300px;
    min-height: 600px;
    text-align: left;    
    padding-top: 5px;
	margin-right: 10px;
	background-color: #F6F6F6;
}
#right_area a{
	/*display: block;*/
    width: 97px;
    height: 110px;
    /*background-color: rgba(232, 226, 226, 0);*/
    /*border: #0000FF 1px solid;*/
    float: left;
	background: transparent  url(../../img/m1.png) no-repeat 97px 100px;
}
#right_area a img{border-style:none;}
#right_area a:hover{
    width: 97px;
    height: 110px;	
	background: transparent url(../../img/m2.png) no-repeat 97px 100px;

}

#right_area .btn1 { background-position: 0px -5px;}
#right_area .btn2 { background-position: -100px -5px;}
#right_area .btn3 { background-position: -200px -5px;}
#right_area .btn4 { background-position: -3px -115px;}
#right_area .btn5 { background-position: -105px -115px;}
#right_area .btn6 { background-position: -190px -115px;}
#right_area .btn7 { background-position: -3px -230px;}
#right_area .btn8 { background-position: -105px -230px;}
#right_area .btn9 { background-position: -200px -230px;}
#right_area .btn10{ background-position: 0px -340px;}
#right_area .btn11{ background-position: -105px -340px;}
#right_area .btn12{ background-position: -200px -340px;}
#right_area .btn13{ background-position: -4px -455px;}
#right_area .btn14{ background-position: -105px -454px; display:none;}
#right_area .btn15{ background-position: -196px -455px;}
#right_area .btn16 { background-position: -110px -558px;}
#right_area .btn17 { background-position: -195px -557px;}
#right_area .btn18 { background-position: -0px -666px;}
#right_area .btn19 { background-position: -105px -665px;}
#right_area .btn1:hover { background-position: 0px -5px;}
#right_area .btn2:hover { background-position: -100px -5px;}
#right_area .btn3:hover { background-position: -200px -5px;}
#right_area .btn4:hover { background-position: -3px -115px;}
#right_area .btn5:hover { background-position: -105px -115px;}
#right_area .btn6:hover { background-position: -190px -115px;}
#right_area .btn7:hover { background-position: -3px -230px;}
#right_area .btn8:hover { background-position: -105px -230px;}
#right_area .btn9:hover { background-position: -200px -230px;}
#right_area .btn10:hover{ background-position: 0px -340px;}
#right_area .btn11:hover{ background-position: -105px -340px;}
#right_area .btn12:hover{ background-position: -200px -340px;}
#right_area .btn13:hover{ background-position: -4px -455px;}
#right_area .btn14:hover{ background-position: -105px -454px;}
#right_area .btn15:hover{ background-position: -196px -455px;}
#right_area .btn16:hover { background-position: -110px -558px;}
#right_area .btn17:hover { background-position: -195px -557px;}
#right_area .btn18:hover { background-position: -0px -666px;}
#right_area .btn19:hover { background-position: -105px -665px;}
/*美美網社群與服務下方區域*/
#bottom_area{
	margin: 0px auto 0px auto;
	background-color: #073F89;
}

#bottom_area .coptright{
text-align: center;
    color: #FFF;
    height: 40px;
    padding-top: 10px;
}
#bottom_area .coptright a{
	color:#FFF;
}


/* 改版內頁 */

.page_in{
    width: 990px;
    margin: auto;
    background-color: #fff;	
}

#top_area .logo_in {
    float: left;
    width: 255px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#top_area .ad_pic {
    float: right;
    width: 735px;
    text-align: left;
}
/* 內頁右側*/
#right_area_in {
    float: left;
    width: 700px;
    min-height: 350px;
    text-align: left;
}
#directory .border, #scenic .border,#directory_in .border{
	border: 1px solid #dcdcdc;
}
#directory{ background-color:#FFF;}
#directory .border td{line-height: 30px;}

#directory .cate, #scenic .cate,#directory_in .cate{
	background-color: #f5f5f5;
	padding: 2px 5px 0px 5px;
	border-bottom: 1px solid #dcdcdc;
	color: #5d5c5c;
	font-weight: bold;
}
#directory .cate{ background-color: #F4EEEE; }
#directory .cate a{	color:#3A687C; font-size:16px; }
#scenic .cate a, #directory_in .cate a{
	color: #5d5c5c; 
}
#directory .item, #scenic .item, #directory_in .item,{
	padding: 2px 5px 0px 5px;
}
#directory .item a, #scenic .item a, #directory_in .item a{
	color: #666666;
	padding-left:5px;
}
#directory .item { padding-left:10px;}
#directory .item a{ padding-right:20px; }

/*中間區域 - 內頁列表*/
#list{
	padding: 10px 0px 10px 0px;
}
#list .login a{
    background-color: #ffb000;
    font-weight: bold;
    width: 100px;
    padding: 7px 10px 7px 10px;
    font-size: 18px;
    text-align: center;
    border: 1px outset #e8e8e8;
    margin-left: 20px;
}
#list .login a:hover{
    text-decoration:none;
    background-color: #ffd000;
    color: #1489AC;
} 
#list .filter{
	text-align: right;
	font-size: 15px;
}
#list li{
	padding: 10px 10px 10px 10px;
	text-align: left;
	list-style-type: none;
}
#list li a{
	color: #050505;
}
#list .bg{
	background-color: #E9E9E9;
}
#list .subject a{
	font-size: 15px;
	color: #02779F;
}
#list .city{
	color: #000000;
}
#list .date, #list .url a{
	color: #F31287;
}
#list .overdue{
	color: #ababab;
}
#list .pic{
	float: left;
	width: 150px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #dcdcdc;
}
#list .info{
	float: left;
	width: 504px;
	padding: 0px 0px 0px 10px;
}
#list .pic2{
	float: left;
	width: 100px;
	padding: 2px 2px 2px 2px;
	text-align: center;
	border: 1px solid #dcdcdc;
}
#list .info2{
	float: left;
	width: 234px;
	padding: 0px 10px 0px 10px;
	word-break: break-all;
}
#list .pic3{
	float: left;
	width: 98px;
	padding: 2px 2px 2px 2px;
	border: 0px solid #dcdcdc;
}
#list .pic3 img{
	max-width:100px;
	width: expression(document.body.clientWidth > 100?"100px":"auto" );
}
#list .info3{
	float: left;
	width: 556px;
	padding: 0px 0px 0px 10px;
}
#list .page_num{
	padding: 5px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	border-top: 1px dashed #e8e8e8;
}

/* 內頁左側*/
#left_area_in {
	float: left;
    width: 280px;
    padding-left: 5px;
}
/* 內頁左側選單*/
.ex_area_title01 {
  clear: both;
  background-image: none;
  height: 30px;
  text-indent: 4px;
  margin: 10px;
  background-repeat: no-repeat;
  display: block;
  background-position: 0px 0px;
  width: 240px;
  font-family: 微軟正黑體;
  color: #0455A4;
  font-size: 24px;
  font-weight: 600;
  border-left: 5px #0455A4 solid;
  border-radius: 3px;
}
.ex_area_title01_s {
  font-size: 15px;
  display: inline;
  font-weight: lighter;
  color: #A3A3A3;
  text-transform: uppercase;
}
.comm_menu {
  display: -webkit-box;
  width: 260px;
  float: left;
  clear: both;
  margin-bottom: 10px;
  list-style: none;
}
.com_ul li {
  float: left;
  display: block;
}
.ex_atea_com li.mo1 a{
  background-image: url(../img/L3_comm.png);
  width: 70px;
  height: 85px;
  text-indent: -9999px;
display: block;
}
.ex_atea_com li.mo1 a:hover{
  background-image: url(../img/L3_comm_a.png);
  width: 70px;
  height: 85px;
  text-indent: -9999px;
display: block;
}
.ex_atea_com li.mo2 a {
  background-image: url(../img/L3_comm.png);
  width: 60px;
  height: 85px;
  text-indent: -9999px;
  display: block;
  background-position: -70px 0px;
}
.ex_atea_com li.mo2 a:hover {
  background-image: url(../img/L3_comm_a.png);
  width: 60px;
  height: 85px;
  text-indent: -9999px;
  display: block;
  background-position: -70px 0px;
}
.ex_atea_com li.mo3 a {
  background-image: url(../img/L3_comm.png);
  width: 60px;
  height: 85px;
  text-indent: -9999px;
  display: block;
  background-position: -130px 0px;
}
.ex_atea_com li.mo3 a:hover {
  background-image: url(../img/L3_comm_a.png);
  width: 60px;
  height: 85px;
  text-indent: -9999px;
  display: block;
  background-position: -130px 0px;
}
.ex_atea_com li.mo4 a {
  background-image: url(../img/L3_comm.png);
  width: 70px;
  height: 85px;
  text-indent: -9999px;
  display: block;
  background-position: -190px 0px;
}
.ex_atea_com li.mo4 a:hover {
  background-image: url(../img/L3_comm_a.png);
  width: 70px;
  height: 85px;
  text-indent: -9999px;
  display: block;
  background-position: -190px 0px;
}
.ex_atea_com li.mo5 a{
  background-image: url(../img/L3_comm.png);
  width: 70px;
  height: 85px;
  text-indent: -9999px;
display: block;
  background-position: 0px -82px;
}
.ex_atea_com li.mo5 a:hover{
  background-image: url(../img/L3_comm_a.png);
  width: 70px;
  height: 85px;
  text-indent: -9999px;
display: block;
  background-position: 0px -82px;
}
.ex_atea_com li.mo6 a {
  background-image: url(../img/L3_comm.png);
  width: 60px;
  height: 85px;
  text-indent: -9999px;
  display: block;
  background-position: -70px -80px;
}
.ex_atea_com li.mo6 a:hover {
  background-image: url(../img/L3_comm_a.png);
  width: 60px;
  height: 85px;
  text-indent: -9999px;
  display: block;
  background-position: -70px -80px;
}
.ex_atea_com li.mo7 a {
  background-image: url(../img/L3_comm.png);
  width: 70px;
  height: 85px;
  text-indent: -9999px;
  display: block;
  background-position: -130px -80px;
}
.ex_atea_com li.mo7 a:hover {
  background-image: url(../img/L3_comm_a.png);
  width: 70px;
  height: 85px;
  text-indent: -9999px;
  display: block;
  background-position: -130px -80px;
}
.ex_atea_com li.mo8 a {
  background-image: url(../img/L3_comm.png);
  width: 60px;
  height: 85px;
  text-indent: -9999px;
  display: block;
  background-position: -200px -80px;
}
.ex_atea_com li.mo8 a:hover {
  background-image: url(../img/L3_comm_a.png);
  width: 60px;
  height: 85px;
  text-indent: -9999px;
  display: block;
  background-position: -200px -80px;
}
/*2015 右邊選單-台灣旅遊*/
.ex_area_tour {
  border: 1px #E8E8E8 solid;
  margin-bottom: 10px;
  font-family: 微軟正黑體;
  display: table;
  padding-bottom: 10px;
}
.ex_area_title02 {
  clear: both;
  background-image: url(../img/L3_r_title.png);
  height: 30px;
  text-indent: -9999px;
  margin-bottom: 10px;
  margin-left: 10px;
  background-repeat: no-repeat;
  display: block;
  background-position: 0px 0px;
  width: 240px;
  background-position: 0px -30px;
}
.area_t_0 {
  background-color: #0455A4;
  padding-left: 3px;
  width: 30px;
  margin-left: 10px;
  color: #FFF;
font-family: 微軟正黑體;
}
.area_t_1 a {
 font-family: 微軟正黑體;
  color: #0090FF;
  text-decoration: none;
  cursor: pointer;
}
.area_t_1 a:hover {
  color: #A92626;
font-family: 微軟正黑體;
text-decoration: none;
}
/*2015 右邊選單-推薦店家*/
#ex_area_mmclub {
  border: 1px #E8E8E8 solid;
  margin-bottom: 10px;
  font-family: 微軟正黑體;
  display: block;
  float: left;
  width: 267px;
padding-bottom: 10px;
}
#ex_area_mmclub .ex_area_title03 {
  clear: both;
  background-image: url(../img/L3_r_title.png);
  height: 30px;
  text-indent: -9999px;
  margin-bottom: 10px;
  margin-left: 6px;
  margin-top: 6px;
  background-repeat: no-repeat;
  display: block;
  background-position: 0px 0px;
  width: 240px;
  background-position: 0px -70px;
}
#ex_area #ex_area_mmclub li{
	background-image: url('http://mmweb.tw//img/L3/icon.jpg');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 18px;
	list-style-type: none;
}
/*2015 右邊選單-推薦優惠*/
.ex_atea_com {
    border: 1px #E8E8E8 solid;
    margin: 10px 0;
    font-family: 微軟正黑體;
    display: table;
}

#ex_area_pre {
  border: 1px #E8E8E8 solid;
  margin-bottom: 10px;
  font-family: 微軟正黑體;
  display: block;
  float: left;
  width: 267px;
padding-bottom: 10px;
}
#ex_area_pre .ex_area_title04 {
  clear: both;
  background-image: url(../img/L3_r_title.png);
  height: 30px;
  text-indent: -9999px;
  margin-bottom: 10px;
  margin-left: 6px;
  margin-top: 6px;
  background-repeat: no-repeat;
  display: block;
  background-position: 0px 0px;
  width: 240px;
  background-position: 0px -100px;
}
#ex_area #ex_area_pre li{
	background-image: url('http://mmweb.tw//img/L3/icon.jpg');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 18px;
	list-style-type: none;
}
/*2015 右邊選單-推薦文章*/
#ex_area_art {
  border: 1px #E8E8E8 solid;
  margin-bottom: 10px;
  font-family: 微軟正黑體;
  display: block;
  float: left;
  width: 267px;
padding-bottom: 10px;
}
#ex_area_art .ex_area_title05 {
  clear: both;
  background-image: url(../img/L3_r_title.png);
  height: 35px;
  text-indent: -9999px;
  margin-bottom: 10px;
  margin-left: 6px;
  margin-top: 6px;
  background-repeat: no-repeat;
  display: block;
  background-position: 0px 0px;
  width: 240px;
  background-position: 0px -130px;
}
#ex_area #ex_area_art li{
	background-image: url('http://mmweb.tw//img/L3/icon.jpg');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 18px;
	list-style-type: none;
}
/*2015 右邊選單-推薦活動*/
#ex_area_fes {
  border: 1px #E8E8E8 solid;
  margin-bottom: 10px;
  font-family: 微軟正黑體;
  display: block;
  float: left;
  width: 267px;
padding-bottom: 10px;
}
#ex_area_fes .ex_area_title06 {
  clear: both;
  background-image: url(../img/L3_r_title.png);
  height: 30px;
  text-indent: -9999px;
  margin-bottom: 10px;
  margin-left: 6px;
  margin-top: 6px;
  background-repeat: no-repeat;
  display: block;
  background-position: 0px 0px;
  width: 240px;
  background-position: 0px -170px;
}
#ex_area #ex_area_fes li{
	background-image: url('http://mmweb.tw//img/L3/icon.jpg');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 18px;
	list-style-type: none;
}
/*2015 右邊選單-推薦行程*/
#ex_area_mmteam {
  border: 1px #E8E8E8 solid;
  margin-bottom: 10px;
  font-family: 微軟正黑體;
  display: block;
  float: left;
  width: 267px;
padding-bottom: 10px;
}
#ex_area_mmteam .mmteam_c{
	width:227px;
	margin: 0 auto;
}
#ex_area_mmteam .ex_area_title07 {
  clear: both;
  background-image: url(../img/L3_r_title.png);
  height: 30px;
  text-indent: -9999px;
  margin-bottom: 10px;
  margin-left: 6px;
  margin-top: 6px;
  background-repeat: no-repeat;
  display: block;
  background-position: 0px 0px;
  width: 240px;
  background-position: 0px -200px;
}
/*更多按鈕*/
.l_more_btn_area a {
  background-color: #B3B3B3;
  padding: 2px 3px 2px 8px;
  border-radius: 20px;
  color: #FFF;
  text-decoration: none;
  font-family: monospace;
  font-size: 10px;
  margin-left: 200px;
}
.l_more_btn_area a:hover{
  background-color: #0455A4;
  padding: 2px 3px 2px 8px;
  border-radius: 20px;
  color: #FFF;
  text-decoration: none;
  font-family: monospace;
  font-size: 10px;
  margin-left: 200px;
}



