* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
ul, li {
}
body {
	width: 100%;
	background: #fff;
}
.full-width {
	width: 100%;
}
.clear-both {
	clear: both;
}
/* 首頁區 */
.index-background {
	width: 100%;
	height: 810px;
	background: url('../img/ps2.jpg') no-repeat;
	background-size: 100%;
    font-family: 'Patua One', cursive;
}
.index-logo {
    width: 564px;
    height: 233px;
    background: url('../img/PSLOGO2.png');
    background-size: 100%;
    background-position: 0 -320px;
}
.index-menu {
    list-style-type: none;
	margin-left: 100px;
    margin-top: 45px;
}
.index-menu li {
	font-size: 26px;
    font-weight: bolder;
    margin-top: 40px;
    color: #3b1313;
    text-shadow: 2px 2px 2px #777;
}
.index-menu li:hover {
    text-shadow: 0px 0px 0px #777;
    margin-left: -2px;
}

/* 分隔線 */
.dividing-ling {
    width: 100%;
    height: 30px;
    text-align: center;
    background: #d8d8d8;
    margin-top: 70px;
    margin-bottom: 70px;
}
.dividing-ling .line-img {
    margin: auto;
    padding: 0 20px;
    background: #fff;
    width: 500px;
}
.dividing-ling .line-img img {
    margin-top: -45px;
    width: 100%;
}

/* 影片區 */
.video-left {
    float: left;
    width: 35%;
    height: 100%;
    margin-top: 50px;
    margin-left: 10%;
    font-size: 20px;
    line-height: 33px;
}
.video-right {
    float: right;
    width: 40%;
    margin-right: 10%;
}
.video-right img {
	width: 100%
}

/* 菜單區 */
.menu-area {
    font-family: 'Patua One', cursive;
}
.menu-area .title {
	width: 100%;
	text-align: center;
    font-size: 50px;
    font-weight: bolder;
    color: #000;
}
.menu-area .menu-list {
    width: 100%;
    list-style-type: none;
}
.menu-area .menu-list li {
    width: 30%;
    float: left;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}
.menu-area .menu-list li img {
	margin: auto;
	width: 330px;
	height: 330px;
}
.menu-area .menu-list li p {
    margin-top: 20px;
    font-size: 30px;
}

/* 訂購區 */
.order-tab-list {
    width: 808px;
    margin: auto;
    list-style-type: none;
    font-family: 'Patua One', cursive;
}
.order-tab-list li {
	float: left;
    width: 200px;
    height: 50px;
    font-size: 26px;
    font-weight: bolder;
    line-height: 50px;
    background: #e2dce0;
    border: 1px solid #999798;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}
.order-tab-list li.active {
    margin-top: 0px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e2dce0;
}
.order-bg {
	width: 100%;
	min-height: 400px;
	background: #e2dce0;
	border-radius: 25px;
    font-family: 'Patua One', cursive;
}
.order-list {
	min-height: 420px;
}
.order-row {
	width: 100%;
	margin-top: 20px;
    text-align: center;
    font-size: 28px;
	display: inline-block;
}
.order-row > div {
    float: left;
    height: 42px;
    line-height: 42px;
    margin-left: 5%;
}
.order-row.list-title > div {
	border-bottom: 1px solid #aaa;
    font-size: 32px;
    font-weight: bolder;
}
.order-row > div:nth-child(1) {
    width: 32%;
}
.order-row > div:nth-child(2) {
    width: 8%;
}
.order-row > div:nth-child(3) {
    width: 8%;
}
.order-row > div:nth-child(4) {
    width: 8%;
}
.order-row > div:nth-child(5) {
    width: 8%;
}
.order-row > div:nth-child(6) {
    border-bottom: 0px solid #aaa;
    width: 3%;
}
.order-row .sugar-sel {
	width: 100px;
	height: 35px;
	padding: 5px;
	text-align: center;
	font-size: 20px;
}
.order-row .quantity-sub {
    background: url(../img/icon/ic_sub.png) no-repeat;
}
.order-row .quantity-add {
    background: url(../img/icon/ic_add.png) no-repeat;
}
.order-row .quantity-sub, .order-row .quantity-add {
    background-size: 100%;
    background-position: center;
    display: inline-block;
    width: 30px;
    height: 100%;
    cursor: pointer;
    margin-top: 3px;
}
.order-row .item-del {
    background: url(../img/icon/ic_del.png) no-repeat;
    background-size: 100%;
    background-position: center;
    display: inline-block;
    width: 30px;
    height: 100%;
    cursor: pointer;
    margin-top: 3px;
}
.order-dividing-ling {
	height: 4px;
    width: 100%;
    background: #989697;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
}
.order-total-price {
    width: 85%;
    display: inline-block;
    margin-bottom: 20px;
    text-align: right;
    font-size: 30px;
    font-weight: bolder;
}
.order-remark {
    width: 91.5%;
    height: 200px;
    margin: 2%;
    padding: 2%;
    display: inline-block;
    background: #FFFFFF;
    font-size: 30px;
    border: 1px solid #AAAAAA;
    border-radius: 30px;
}
.order-submit-bg {
    height: 100px;
}
.order-submit {
    width: 200px;
    height: 55px;
    line-height: 55px;
    display: block;
    background: #fbecc5;
    border: 1px solid #777777;
    padding: 5px;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    margin: auto;
    cursor: pointer;
}


/* 聯絡區 */
.contact-area {
}
.contact-area .row-info {
	width: 38%;
    margin-left: 180px;
    margin-bottom: 20px;
}
.contact-area .row-info .icon {
    float: left;
}
.contact-area .row-info .icon img{
    width: 50px;
    height: 50px;
}
.contact-area .row-info .info {
    float: left;
    margin-left: 20px;
    font-size: 30px;
    line-height: 50px;
}
.contact-area .left-side {
	float: left;
}
.contact-area .right-side {
    float: right;
}
.contact-area .row-info .social-icon {
    float: right;
	width: 55px;
	height: 55px;
	margin-right: 300px;
	margin-left: -250px;
}
.contact-area .row-info .social-icon img {
    width: 55px;
    height: 55px;
}

/* 頁尾 */
.copyright {
    font-family: 'Patua One', cursive;
	width: 100%;
	background: #e2dce0;
	text-align: center;
	font-size: 25px;
    height: 100px;
	line-height: 100px;
}

/* 手機介面初始化 */
.mobile-menu {
	display: none;
}
