@charset "utf-8";
/*===============上面這是清除css原預設格式===============*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img
{
	margin:0;
	padding: 0;
}
li {list-style-type:none;}

/*左邊按鈕*/
#left_area{
	width:88px;
	height:479px;
	padding:122px 0 0 13px;
	background-image: url(images/reserve/left_bg.jpg);
	background-repeat: no-repeat;
	margin-left:12px;
	float:left;
}
#left_area li{
	background-image:url(images/reserve/icon_2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding:2px 0 0 18px;
	margin-bottom:8px;
}
#left_area li a{
	color:#fffabd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#left_area li a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}


/*服務項目-列表 css*/
#edit{margin:0 0 20px 0; float:right; width:612px; height:auto; overflow:hidden;}
#top_title{width:612px; margin-bottom:20px;}
#top_title_1{width:612px;}
#img_1{width:526px; margin:0 0 20px 50px !important; margin:0 0 20px 25px; float:left;}

#table_area{margin-left:26px; width:560px; float:left;}
#table_area table caption{
	color:#9828A2;
	font-family: "新細明體";
	font-size: 12px;
	background-image: url(images/reserve/icon_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px 0 0 170px;
	margin-bottom:5px;
	text-align: left;
	height:22px;
}
#table_area table td, th{ padding:5px;}
#table_area table tfoot th{
	background-color:#FFFFCC;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993333;
	letter-spacing: 0.5em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
}
#table_area table tfoot td{
	background-color:#FFFFFF;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D55AA;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D7D7D7;
	border-bottom-color: #ACACAC;
	line-height: 18px;
}
#table_area table tbody td{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	padding:3px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7D7;
}
#table_area table tbody th{
	background-color:#A81C85;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left:12px;
	text-align: left;
}

/*造型團隊-列表頁 css*/
#listarea{width:660px; float:left;}
.pic_area{
	width:124px;
	height:130px;
	background-image: url(images/reserve/pic_bg.jpg);
	background-repeat: no-repeat;
	padding:14px 0 0 23px;
	margin:15px 0 0 40px !important;
	margin:15px 0 0 30px;
	float:left;
}
.pic_area img{float:left; width:120px; height:90px;}
.pic_area a:link img{
    opacity: 1;                   /* 透明度100% FireFox 的寫法 */ 
    filter: Alpha(Opacity=100);   /* 透明度100% IE 的寫法 */ 
}
.pic_area a:visited img{
    opacity: 1;                   /* 透明度100% FireFox 的寫法 */ 
    filter: Alpha(Opacity=100);   /* 透明度100% IE 的寫法 */ 
}
.pic_area a:hover img{
    opacity: 0.7;                /* 透明度60% FireFox 的寫法 */ 
    filter: Alpha(Opacity=60);   /* 透明度60% IE 的寫法 */ 
}
.pic_area .name{
	margin:10px 0 0 0;
	float:left;
	width:120px;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-right-color: #C5C5C5;
	border-bottom-color: #C5C5C5;
	border-left-color: #C5C5C5;
}
.pic_area .name a{
	color:#804040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.pic_area .name a:hover{
	color:#FF9900;
	text-decoration: none;
}

/*造型團隊-詳細頁 css*/
#work{
	margin:0 0 10px 23px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:100px;
}
#picarea{margin:0 0 15px 23px !important;margin:0 0 15px 13px; float:left;}
#picarea #pic_b{width:400px; height:300px; margin-right:4px;float:left;}
#picarea #pic_s_area{float:left; margin-top:12px; width:180px !important; width:190px; height:268px;}
#picarea #pic_s_area .pic_s{
	width:80px;
	height:60px;
	border: 2px solid #B9B9B9;
	margin:0 0 7px 5px;
	float:left;
}
#picarea #pic_s_area .pic_s a:link img{
    opacity: 1;                   /* 透明度100% FireFox 的寫法 */ 
    filter: Alpha(Opacity=100);   /* 透明度100% IE 的寫法 */ 
}
#picarea #pic_s_area .pic_s a:hover img{
    opacity: 1;                   /* 透明度100% FireFox 的寫法 */ 
    filter: Alpha(Opacity=100);   /* 透明度100% IE 的寫法 */ 
}
#txtarea{margin:0 0 0 24px !important;margin:0 0 0 14px; float:left;}
#txtarea #txt_title{
	width:64px;
	height:19px;
	padding:4px 0 0 520px;
	background-image: url(images/reserve/design_1.jpg);
	background-repeat: no-repeat;
	margin-bottom:10px;
}
#txtarea #txt_title a{
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#txtarea #txt_title a:hover{
	color:#666666;
	text-decoration: underline;
}
#txtarea .inf{float:left; width:570px; margin-left:10px;}
#txtarea .inf_right{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #6A6A6A;
	margin-bottom:10px;
}

/*預約造型 css*/
/*#reserve_line{*/
.reserve_line{
	width:480px;
	border: 1px solid #DED6EB;
	padding:10px;
	margin-bottom:30px;
}

#reserve_formmain{
	width:500px;
	height:auto;
	margin:auto;
	clear:both;
}
#reserve_formmain .t{height:46px; margin:20px 0 10px 0;}
#reserve_form_txt{width:500px; margin:auto;}
.form_p1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
}
.form_p2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin-top:10px;
	vertical-align: top;
}
.form_label_1 {
	width: 145px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	background-color: #fff7ed;
	border: 1px solid #eac6b7;
	padding-left:3px;
	padding-right:3px;
}
.form_label_2 {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	background-color: #fff7ed;
	border: 1px solid #eac6b7;
	padding-left:3px;
	padding-right:3px;
	margin-bottom:10px;
}
.form_label_3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	background-color: #fff7ed;
	border: 1px solid #eac6b7;
	padding-left:3px;
	padding-right:3px;
}
.form_p3{
	padding-left:400px;
	margin:10px 0 10px 0;
}


#reserve_formbtm{
	width:457px;
	height:15px;
	background-image: url(images/store/reserve_btm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.reserve_sent {
	padding-left:65px;
	padding-top: 10px;
	float:left;
}

