﻿#aPsDiv
{
    margin: 0px;
    padding: 0;
    width: 100%;
    display: inline-block;
    font-family: 微軟正黑體;
    color: #333333;
}
.sf {
    background-position: center top;
    margin: 0px;
    padding: 0;
    width: 100%;
    display: inline-block;
    background-image: url(image/m.jpg);
    background-repeat: repeat-y;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.sf_Top
{
    margin: 0 auto 0 auto;
    width: 100%;
    height:180px;
    background-position: center center;
    background-image: url(image/h.png);
    background-repeat: no-repeat;
}
.sf_Logo
{
    background-image: url(image/logo.jpg?v=3);
    background-repeat: no-repeat;
    background-position: center center;
    height: 80px;
    width:200px;
    float:left;
    padding: 0 5px;
    display:none;
}
.appname
{
    font-size: 14pt;
    float: right;
    display: block;
    margin-top: 10px;
    background-color: #993366;
    padding:5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    color: #FFFFFF;
    -moz-box-shadow: 0.5px 1px 2px #999;
    -webkit-box-shadow: 0.5px 1px 2px #999;
    box-shadow: 0.5px 1px 2px #999;
    display:none;
}
.sf_Title
{
    margin: 0 auto 0 auto;
    width: 1000px;
    text-align:center;
    margin-top:30px;
}
.title
{
    font-size: 20pt;
}
.sf_Main
{
    text-align: left;
    margin: 0 auto 0 auto;
    overflow: hidden;
    width: 1000px;
    min-height: 50vh;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
}
.sf_Foor {
    text-align: center;
    background-position: center bottom;
    background-image: url(image/fbg.png);
    margin-top:50px;
    height: 120px;
}
.foorinfor{
    margin-top:30px;
    padding: 15px 0;
    color: #FFFFFF;
    display:inline-block;
}
.foorinfor font{
    font-size:12pt;
    margin: 20px;
}
.foorinfor a {
    text-decoration: none;
    color: #FFFFFF;
}
ul.ibar
{
    background-color:transparent;
    border-style: none;
    text-align: center;
    width: 100%;
    padding:0;
    display:inline-block;
}
ul.ibar li
{
    display: inline;
    float:none;
}
ul.imar{
    background-color:transparent;
}
/*~唯讀欄位*/
li.con-input input[type="text"].Readonly,li.con-input input[type="text"].readOnly {
    background-color: #fff9d7;
}

.title.booking
{
   display:none;   
}

.booking-title
{
    font-size: 20pt;
    text-align: center;
    color: #6C72B5;
    font-weight: bold;
    display:inline-block;
    width:100%;
    position:relative;
}
.booking-title .t-1
{
    width: 100%;
    position: absolute;
    top:15px;
}
.booking-title .t-1 span
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #6C72B5;
    display:inline-block;
    width: 230px;
    margin: 0 auto;
}
.booking-title .t-2
{
    position:absolute;
    top:0;
    width:100%;
}
.booking-title .t-2 span
{
    background-color: #FFFFFF;
    letter-spacing: 5pt;
    padding: 0 15px;
}
.booking-en
{
   font-size:12pt;  
   text-align:center; 
   color: #6C72B5;
   margin: 50px 0;
   display:inline-block;
   width:100%;
   letter-spacing: 2pt;
}
.line-style
{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
   letter-spacing: 2pt;
}
.line-style span
{
    color: #666666;
}
.line-style a
{
    background-color: #99CC00;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    padding: 5px;
    margin-left:10px;
}
@media screen and (max-width: 767px)
{
    body
    {
       margin: 0 5px;
    }
	.sf_Top
	{
		width: 100%;
	}
	.sf_Title
	{
		width: 100%;
	}
	.sf_Main
	{
		width: 100%;
	}
    .foorinfor{
        margin-top:10px;
    }
    .foorinfor font{
        margin: 20px;
        width:100%;
        display:inline-block;
        margin: 5px 0;
    }
}
@media screen and (max-width: 480px)
{
    .appname{
        font-size:10pt;
    }
   
}