﻿
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
.clean { clear:both;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}
.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size:14px;
	background:#ffffff;
	overflow-x: hidden;
}

h1,h2,h3 { display: none;}

/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}

/*動畫*/
@keyframes floating-dot {
	0% {
		transform: translateY(-10%);	
	}
	50% {
		transform: translateY(800%);	
	}	
	100% {
		transform: translateY(-10%);
	}			
}

@-webkit-keyframes floating-dot {
	0% {
		-webkit-transform: translateY(-10%);	
	}
	50% {
		-webkit-transform: translateY(800%);	
	}	
	100% {
		-webkit-transform: translateY(-10%);
	}			
}



/*PC
-----------------------------------------------------------------*/

/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: Verdana,'微軟正黑體';
}

.block-center {
	width: 100%;
	max-width: 920px;
	margin: auto;
	clear: both;
	position: relative;
}

.block-main {
	width: 100%;
	min-height: 770px;
	background:url(../images/main_bk.jpg) no-repeat center top;
	display: block;
	clear: both;
}

.block-menu {
	width: 100%;
	height: 50px;
	background:#ffffff;
}



.block-product {
	width: 100%;
	min-height: 600px;
	padding: 100px 0 70px 0;
	/*background:url(../images/area_bottom_bk.jpg) no-repeat center bottom;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    position: relative;
}


.bg1 {background: #e4ddd0; }
.bg2 {background: #f4f2ee;}
.block-middle {background:url(../images/area_bg3.jpg) no-repeat left top; background-size: cover;}
.block-south {background:url(../images/area_bg4.jpg) no-repeat left top; background-size: cover;}
.block-precautions {background:url(../images/area_bg5.jpg) no-repeat left bottom; background-size: cover;}

/*主視覺*/
.main-center {
	width: 100%;
	max-width: 993px;
	margin: auto;
	clear: both;
	position: relative;
	min-height: 770px;

}
.main-big-title-en {
	width: 100%;
	text-align: left;
	padding: 140px 0 0 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main-big-title-en img {
	width: 100%;
	max-width: 200px;
}

.main-big-title-all {
	width: 100%;
	text-align:center;
	display: block;
    
}

.main-big-title {
	display: inline-block;
	vertical-align: top;
    margin:0 auto;
}

.main-big-title img {
	width: 100%;
	max-width: 600px;
    margin: auto;
    margin-top: 86px;
    margin-left: 403px;
}

.main-big-line {
	display: inline-block;
	vertical-align: top;
	margin: 22px 0 0 7px;
}

.main-big-text {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 0 13px;
}

.main-big-text img {
	width: 100%;
	max-width: 277px;
}

.main-pad,.main-phone {
	display: none;
}

.main-view-line {
	width: 11px;
	max-width: 11px;
	position: absolute;
	bottom: 0px;
	left: -7px;
	text-align: center;
	height: 215px;
	background:url(../images/main_slide_line_bk.png) center repeat-y;
}

.main-view-line img {
	margin: auto;
	clear: both;
}

.view-line-dot {
	animation-name: floating-dot;
    -webkit-animation-name: floating-dot;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	width: 11px;
	height: 11px;
}

.main-all-slide {
	width: 738px;
	position: absolute;
	right: -160px;
	bottom: 113px;
}

.main-all-slide > div {
	display: inline-block;
	width: 232px;
	border:5px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 3px 3px 10px #333333;
	margin-left: 16px;
	line-height: 0;
}

.main-all-slide .main-slide1 {
	margin-left: 0;
}

/*導覽列*/
.block-menu ul {
	width: 100%;
	max-width: 960px;
	text-align: center;
	margin: auto;
}

.block-menu li {
	display: inline-block;
	width: 20%;
	max-width: 120px;
	text-align: center;
}

/*.block-menu a {
	display: block;
	color:#434343;
	width: 100%;
	height: 70px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 0 0 0;
}

.block-menu span {
	font-size: 12px;
	width: 100%;
	display: block;
	margin: 0 auto 8px auto;
	font-weight:normal;
}*/


.link1 a {display: block; background: url(../images/menu.png) no-repeat -37px 0px; text-indent: -9999px; width:134px; height:50px;}
.link2 a {display: block; background: url(../images/menu.png) no-repeat -171px 0px; text-indent: -9999px; width:134px; height:50px;}
.link3 a {display: block; background: url(../images/menu.png) no-repeat -305px 0px; text-indent: -9999px; width:134px; height:50px;}
.link4 a {display: block; background: url(../images/menu.png) no-repeat -439px 0px; text-indent: -9999px; width:135px; height:50px;}
.link5 a {display: block; background: url(../images/menu.png) no-repeat -574px 0px; text-indent: -9999px; width:154px; height:50px;}


.link1 a:hover,.link1.menu-active a {display: block; background: url(../images/menu-over.png) no-repeat -37px 0px; text-indent: -9999px; width:134px; height:50px; }
.link2 a:hover,.link2.menu-active a {display: block; background: url(../images/menu-over.png) no-repeat -171px 0px; text-indent: -9999px; width:134px; height:50px;}
.link3 a:hover,.link3.menu-active a {display: block; background: url(../images/menu-over.png) no-repeat -305px 0px; text-indent: -9999px; width:134px; height:50px;}
.link4 a:hover,.link4.menu-active a {display: block; background: url(../images/menu-over.png) no-repeat -439px 0px; text-indent: -9999px; width:135px; height:50px;}
.link5 a:hover,.link5.menu-active a {display: block; background: url(../images/menu-over.png) no-repeat -574px 0px; text-indent: -9999px; width:154px; height:50px;}
/**/

.sticky {
	top: 30px;
    z-index: 9 !important;
}

/*.menu-active a,.block-menu a:hover {
	background:#424242;
}*/


/*主MENU*/
.main-menu {background: #243f85; height:70px; width:100%;}
.menu-one {max-width:768px; margin:0 auto;}
.menu-two {float: left; width:100%; background: #ffffff;}
.main-menu span {float:left;}
.mbtn1 a {display: block; width:254px; height: 70px; background:url(../images/main-menu.png) 0 0 no-repeat; text-indent:-9999px; }
.mbtn2 a {display: block; width:242px; height: 70px; background:url(../images/main-menu.png) -254px 0 no-repeat; text-indent:-9999px;}
.mbtn3 a {display: block; width:272px; height: 70px; background:url(../images/main-menu.png) -496px 0 no-repeat; text-indent:-9999px;}
.mbtn1 a:hover,.mbtn1on {display: block; width:254px; height: 70px; background:url(../images/main-menuover.png) 0 0 no-repeat; text-indent:-9999px; }
.mbtn2 a:hover,.mbtn2on {display: block; width:242px; height: 70px; background:url(../images/main-menuover.png) -254px 0 no-repeat; text-indent:-9999px;}
.mbtn3 a:hover,.mbtn3on {display: block; width:272px; height: 70px; background:url(../images/main-menuover.png) -496px 0 no-repeat; text-indent:-9999px;}


/*商品區塊*/

.area-big-title {
	text-align: center;
	width: 100%;
	clear: both;
	margin: 0 auto;
	/*background:url(../images/area_title_bk.jpg) center top no-repeat;*/
}

.area-big-title img {
	width: 100%;
	max-width: 306px;
	margin: auto;
}

.product-all {
	text-align: left;
}

.area {display: block; margin:20px 0px; float:left;}

.condition {float:left; width: 100%; margin: 0px 0px 15px 0px;}
.condition-title {color:#ffffff; font-size:30px; font-weight: bold;}
.condition-icon {width: 6px; height: 33px; border-radius: 10px; float: left; background: #ffffff; display: block; margin-right: 3px;}
.condition ul {display: block; margin-top:20px; margin: 0 auto; width: 100%;}
.condition ul li {display: block; max-width: 278px; line-height: 21px; padding:12px; float:left;}
.condition-img {margin: 0 auto;}
.condition-img img {width:100%; margin: 0 auto;}
.condition-con {display: block; width:100%; float:left; font-size:15px; color:#037c7b; text-align: center; font-weight: bold; line-height: 24px; padding:8px 0px;}
.condition-sp {font-size:21px; color:#ea68a2;}
.condition-sp2 {font-size:21px; color:#037c7b;}

.condition2 {/*float:left;  margin: 0px 0px 15px 0px;*/width: 90%; margin: 0 auto; display: block;}
.condition2-title {color:#ffffff; font-size:30px; font-weight: bold;}
.condition2-icon {width: 6px; height: 33px; border-radius: 10px; float: left; background: #ffffff; display: block; margin-right: 3px;}
.condition2 ul {display: block; margin-top:20px; margin: 0 auto; width: 100%;}
.condition2 ul li {display: block; width:22%; line-height: 21px; padding:12px; float:left;}
.condition2-img {margin: 0 auto;}
.condition2-img img {width:100%; margin: 0 auto;}
.condition2-con {display: block; width:100%; float:left; font-size:15px; color:#626262; text-align: left; font-weight: bold; line-height: 24px; padding:8px 0px;}
.condition2-sp {font-size:21px; color:#ea68a2;}
.condition2-sp2 {font-size:21px; color:#037c7b;}

.note {font-size:18px; color:#535353; line-height:34px; clear: both; font-weight: bold; padding-left: 15px; text-indent: -17px; width: 90%; margin: 0 auto;}
.note li {padding:3px 0px;}

.stipulate {font-size:16px; color:#535353; line-height:30px; clear: both; font-weight: bold; padding-left: 15px; text-indent: -15px; width: 90%; margin: 10px auto;}
.stipulate li {padding-top:3px; padding-bottom:3px;}
.stipulate a {text-decoration: underline; color:#535353;}
.stipulate a:hover {text-decoration: none; color:#535353;}
.stipulate li ol {margin-left:15px;}
.list_icon {padding-left:10px; text-indent: -22px;}

.stroke {padding: 20px 35px; float:left; display: block; max-width: 100%;}
.recommend {border-radius: 20px; background:#ffffff; float:left; width:100%; margin-bottom:15px;  line-height: 30px;}
.recommend2 {border-radius: 20px; background:#ffffff; float:left; width:30%; margin-bottom:15px;  line-height: 30px; margin: 5px 12px;}
.recommend-img {width:50%; float:left;}
.recommend-img img {float: left; width: 100%; border-top-left-radius: 20px; border-bottom-left-radius: 20px;}
.recommend-img2 {width:100%; float:left;}
.recommend-img2 img {float:left; width:100%; border-top-left-radius: 20px; border-top-right-radius: 20px;}

.title-recommend1 {float:left; width:100%; background:url(../images/title-bg.png) center center no-repeat; }
.title-recommend1 img {display: block; margin:0 auto; background: #e4ddd0; margin-bottom: 12px;}
.title-bottom-recommend {float:left; width:100%; background:url(../images/title-bg.png) center center no-repeat; height: 67px;}

.title-recommend2 {float:left; width:100%; background:url(../images/title-bg.png) center center no-repeat; }
.title-recommend2 img {display: block; margin:0 auto; background: #f4f2ee; margin-bottom: 12px;}
.stroke-txt {font-size: 16px; font-weight: bold; float: left; width: 100%;}
.stroke-txt span {color: #535353; margin-top: 10px; display: block;text-align: center; margin: 10px 0px 20px 0px;}

.recommend-content {width:44%; float:right; padding:15px; margin-right: 7px;}
.recommend-content2 {width:100%; float:left; padding: 12px 0px 0px 0px; float:left; width: 100%;}
.recommend-con {padding: 10px 20px; width: 81%; margin: 0 auto; display: block;}
.recommend-con li {line-height: 21px;}

.recommend-con2 {width: 95%; margin: 0 auto; display: block; padding:0px 10px; border-bottom:1px solid #eeeeee; margin:15px 0px;}
.recomm-txt {display: block; width:100%; line-height: 24px;}
.recomm-price {font-weight: bold; color:#e60012; font-size:15px; float:right;}
.recomm-price2 {font-weight: bold; color:#e60012; font-size:15px; float:left; text-align:right; width:100%;}
.recomm-price3 {font-weight: bold; color:#e60012; font-size:15px; float:right; text-align:right; width:100%; padding: 10px 20px;}

.recommend-name {font-size:19px; color:#f17802; font-weight: bold; padding: 0px 5px 0px 12px; border-bottom:1px dotted #dcdcdc; margin: 0 auto; display: block;}
.recommend-name2 {font-size:19px; color:#f17802; font-weight: bold; padding: 0px 5px 0px 12px; width: 85%; border-bottom:1px dotted #dcdcdc; margin: 0 auto; display: block;}
.recommend ol {min-height: 100px; padding: 15px;}
.recommend-price {display: inline-block; text-align: right;}
.recommend-price2 {display: inline-block; width:100%;  text-align: center; padding:15px 0px;}
.sp-price {font-size:36px; font-weight: bold; color:#eb6877;}
.sp-price2 {font-size:26px; font-weight: bold; color:#eb6877;}
.txt {background:#037c7b; color:#ffffff; margin-right:3px; padding:5px;}

.sp-txt {color:#d40f7d;}

.star {width: 81%; margin: 0 auto; display: block; color:#fbb26a; font-size:14px;}
.recommend-txt {padding: 5px 20px 20px 20px; width: 81%; margin: 0 auto; display: block; line-height:24px;}

.one-star {width: 100%; margin: 0 auto; display: block; color:#fbb26a; font-size:14px; padding: 5px 20px 0px 10px;}
.one-recommend-txt {padding: 5px 20px 20px 10px; width: 92%; margin: 0 auto; display: block; line-height:24px;}

.stroke ul {display: block; margin-top:20px; float:left;}
.stroke ul li {display: block; float: left; width: 100%; border-bottom: 1px dashed #bfbfbf; line-height: 21px;}
.stroke ul li a {display: block; float:left; width: 98%; font-size:16px; padding:10px;}
.stroke ul li a:hover {background:#ffffff;}

.route {width:80%; float:left;}
.name {color:#018281; font-weight: bold; line-height: 27px;}
.content {color:#434343; font-size:14px; display: block; padding-top:5px;}
.price {width:20%; float:right; text-align: right; color:#018281; font-size:13px;}
em {color:#005eb8; font-style: normal;}


.attention {float:left; padding:35px; border-radius: 20px; background: #ccf7f7;}
.attention ul {display: block; margin-top:10px; float:left;}
.attention ul li {display: block; float: left; width: 100%; line-height: 30px; font-size:16px; color:#037c7b; font-weight: bold; padding:0px 12px;}
.text-icon {padding-left:10px; text-indent: -15px;}
.text-icon2 {padding-left: 24px; text-indent: -1px;}
.icon {background:url(../images/icon.png) center center no-repeat; width: 12px; height: 12px; float: left; padding-top: 15px; margin-left: -16px;}
.attention p {width:100%; display: block; line-height: 30px;}
.attention ul li a {color:#549d3b; text-decoration: underline; font-size:16px; font-weight: bold;}
.attention ul li a:hover {text-decoration: none;}

/*
.product-all li {
	display: inline-block;
	width: 30%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	height: 353px;
	vertical-align: top;
	overflow: hidden;
	border-radius: 10px;
	background-size:100% 100%;
	margin: 0 25px 25px 0;
}

.product-all li:nth-child(3n) {
	margin-right: 0;
}

.product-all li:hover {
	transition: 0.4s ease-in;
	-moz-transition: 0.4s ease-in;
	-ms-transition: 0.4s ease-in;
	-o-transition: 0.4s ease-in;
	-webkit-transition: 0.4s ease-in;
	background-size:120% 120%;
}

.product-all a {
	display: block;
	width: 100%;
	height: 353px;
	background:url(../images/product_cover.png) center top no-repeat;
	color:#ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

.product-all a:hover {
	-webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
	background:url(../images/product_cover.png) center bottom no-repeat;
}*/

.product-area {
	overflow: hidden;
	background:#b56840;
	text-align: center;
	display: table;
	color:#ffffff;
	font-weight: bold;
	font-size: 18px;
	padding: 9px 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	border-radius: 50px;
	border:1px solid #b56840;
	margin-bottom: 252px;
}

/*.product-all a:hover .product-area {
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	background: transparent;
	border:1px solid #ffffff;
	margin-bottom: 20px;
}*/

.product-title {
	text-align: left;
	line-height: 30px;
	color:#ffffff;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 2px 2px 0 rgba(128, 69, 39, 0.6);
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.product-text {
	color:#ffffff;
	font-size: 15px;
	text-align: left;
	line-height: 24px;
	width: 100%;
	min-height: 110px;
}

.product-icon {
	width: 100%;
	clear: both;
	text-align: left;
	margin-bottom: 35px;
}

.product-icon img {
	margin-right: 5px;
	margin: 0 5px 5px 0
}

.product-price {
	text-align: right;
	color:#ffffff;
	font-weight: bold;
	font-size: 15px;
}

.product-price span {
	color:#fff000;
	font-size: 30px;
}

.main-notice {
	display: block;
	position: absolute;
	right: -72px;
    bottom: 60px;
	color:#ffffff;
	font-size: 15px;
	line-height: 20px;
}

.main-notice-mobile {
	display: none;
}


/*中間調度區
-----------------------------------------------------------------*/

@media screen and (max-width: 1024px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}

	.main-view-line {
		left: 20px;
	}

	.block-menu li {
		width: 18%;
		max-width:auto;
	}

	/*.product-all ul {
		padding-left: 10px;
	}

	.product-all li {
		background-size:cover;
		margin: 0 10px 20px 10px;
	}

	.product-all li:hover {
		background-size:cover;
	}*/

	.main-all-slide {
		right: 10px;
	}

	.main-notice {
		right: 20px;
	}

}

@media screen and (max-width: 959px) {
    .main-big-title img {
        width: 100%;
        max-width: 500px;
        margin: auto;
        margin-top: 86px;
        margin-left: 238px;
    }    
}

@media screen and (max-width: 880px) {
    .condition2 ul li {width: 22%; padding:8px;}
}

@media screen and (min-width: 840px) and (max-width: 900px) {
    .condition ul li {max-width: 264px; padding:8px; margin:0 auto;}
}

@media screen and (max-width: 839px) {
    .condition {}
    .condition ul {width:75%;}
	.condition ul li {width:100%; padding:8px; margin:0 auto; float:none;}
}

@media screen and (max-width: 860px) {
	.product-icon {
		margin-bottom: 5px;
	}
}


@media screen and (max-width: 800px) {
    .recommend2 {border-radius: 20px; background:#ffffff; float:left; width:30%; margin-bottom:15px;  line-height: 30px; margin: 5px 10px;}
}



/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.main-pad {
		display: block;
		width: 100%;
		line-height: 0;
	}

	.main-pad img {
		width: 100%;
	}

	.block-main,.block-menu {
		display: none;
	}

	.block-product {
		padding: 40px 0 40px 0
	}

	.product-area {
		margin-bottom:15px;
	}
    
    .recommend {width:100%; margin:10px auto;}
    .recommend-img {width:100%;}
    .recommend-img img {float: left; width: 100%; border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-left-radius: 0px;}
    .recommend-content {width:95%; float:left;}
    .recommend ol {min-height:auto;}
    .recommend-price {display: inline-block; width:100%; text-align: center; margin-top:10px;}
    
    .recomm-price2 {font-weight: bold; color:#e60012; font-size:15px; float:left; text-align:center; width:100%;}
    .recomm-price3 {font-weight: bold; color:#e60012; font-size:15px; float:right; text-align:center; width:100%; padding:0px;}
	
    /*.condition ul li {width: 45%; padding:10px;}*/
    
    .area-big-title img {
        width: 100%;
        margin: auto;
    }
    
    .recommend2 {border-radius: 20px; background:#ffffff; float:left; width:100%; margin-bottom:15px;  line-height: 30px; margin: 15px auto;}
    
    .star {width: 85%; margin: 0 auto; display: block; color:#fbb26a; font-size:14px;}
    .recommend-txt {padding: 5px 20px 20px 20px; width: 85%; margin: 0 auto; display: block; line-height:24px;}
    
    .condition2 ul li {width: 45%; padding:10px;}
    
    /*.product-all a:hover .product-area {
		margin-bottom:15px;
	}

	.product-all li {
		width: 46%;
		height: 230px;
	}

	.product-all a {
		background:url(../images/product_cover.png) center -170px repeat-x;
	}

	.product-all a:hover {
		background-repeat: repeat-x;
	}*/

	.product-text {
		min-height: 72px;
	}

	/*.product-all li:nth-child(3n) {
		margin-right: 10px;
	}*/

	.product-title {
		margin-bottom: 5px;
	}

	.product-icon {
		display: none;
	}

	.main-notice-mobile {
		width: 100%;
		text-align: center;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		clear: both;
		color: #ffffff;
		line-height: 20px;
		background: #c76940;
	}

	
}

/*中間調度區
-----------------------------------------------------------------*/

@media (max-width:600px) {

	/*.product-all {
		text-align: center;
	}

	.product-all ul {
		padding: 0;
	}

	.product-all li {
		width: 90%;
	}
    .route {width:100%;}
    .product-all ul li a {width: 96%;}
    .price {width:100%; display: block; text-align: center; color:#018281; font-size:13px; padding-top:8px;}
    
    
    .stroke {border-radius: 20px; padding: 20px; background: #ccf7f7;}
    .recommend {padding:18px; float:left; width:93%;}*/
    
}

@media (max-width:550px) {
.recommend-con2 {width: 88%; margin: 0 auto; display: block; padding:0px 10px; border-bottom:1px solid #eeeeee;  margin:15px 0px;}
.recomm-txt {display: block; width:100%; line-height: 24px;}
.recomm-price {font-weight: bold; color:#e60012; font-size:15px; float:right;}
}

/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	html,
	body {width: 100%; min-height: 100%;}
	.main-pad {
		display: none;
	}

	.main-phone {
		display: block;
		width: 100%;
        margin-bottom:-3px;
	}

	.main-phone img {
		width: 100%;
	}
    
    .condition ul li {width: 100%; padding:5px 0px; max-width: none;}
    .condition-img {text-align: center; margin:0 auto;}
    .condition-img img {display: block; width:100%;}
    .condition2-img {text-align: center; margin:0 auto;}
    .condition2-img img {display: block; width:80%;}
    .condition2 ul li {width:100%;}
    .condition2-con {text-align: center;}
    
    .stipulate {width: 80%;}


@media (max-width: 380px) {
	.recommend {float:left; width:100%;}
}


