@media (min-width: 959px) and (max-width: 1200px) {

}
@media (max-width: 959px) {

/*行動版左側選單_包住*/
#w {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
/*行動版上方*/
#w #pagebody {
	position: relative;
	left: 0;
	z-index: 99999;
}
#w #pagebody #toolbarnav {
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	z-index: 9999;
	width: 100%;
	height: 60px;
	background:#fff;
 box-shadow: 0 8px 20px -8px rgba(0,0,0,0.1	);
}
#w #pagebody #toolbarnav #logo-mobile {
	position:absolute;
	left:50%;
	width: 180px;
	margin-left:-90px;
}
#w #pagebody #toolbarnav #menu-btn {
    width: 60px;
    height: 40px;
    margin: 8px;
    background: url(../images/menu.png) center center no-repeat #333;
    border: 0;
    text-indent: -999999px;
    position: absolute;
    top: 0;
    left: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
    box-shadow: inset 0 1 1px #000;
	  cursor:pointer;
}
#w #pagebody #content {
	display: block;
	height: 100%;
	z-index: 9999;
	padding-top:45px;
}
/*行動版左側選單_選單*/
#w #navmenu {
	background:#000;
	height: 100%;
	display: block;
	position: fixed;
	width: 200px;
	left: 0px;
	top: 0px;
	z-index: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:99999;
}
#w #navmenu header {
	display: block;
	height: 44px;
}
#w #navmenu header h2 {
	text-align: center;
	padding-top: 10px;
	color: #e6e8f2;
	font-weight: bold;
	font-size: 2.1em;
	text-shadow: 1px 1px 0px #313131;
}
/*連結*/
#w #navmenu ul {
	list-style: none;
}
#w #navmenu li {
	width: 100%;
	float: left;
}
#w #navmenu ul li a {
	display: block;
	color:#fff;
	font-size:1.1em;
}
#w #navmenu ul li a:visited {
	text-decoration:none;
}
#w #navmenu ul li a:hover {
	color:#FFF;
	text-decoration: none;
}
#w #navmenu ul li .qa_title:hover {
	background:#000;
}
/*連結下拉*/
#menu #qaContent li .qa_title{
	font-size: 0.95em;
	padding:10px;
	color: #fff;
	cursor: pointer;
	font-weight: normal;
	border-bottom:1px solid #232323;
	background: #000;
	text-align:left;
}
#menu #qaContent li .qa_title a {
	font-size: 0.95em;
}
#menu #qaContent li .qa_content li {
	font-size: 0.8em;
	border-bottom:none;
}
#menu #qaContent li .qa_content li a{
	display: block;
	font-size: 1.2em;
	line-height: 30px;
	padding: 5px 0 5px 10px;
	color: #000;
	background: #eee;
	text-align:left;	
}
/*統一設定*/
.container {
	width:96%;
	margin: 0 2%;
}
.container02 {
	width:100%;
}
.web {
	display:none;
}
.mobile {
	display:block;
}
.bg02 {
	background-image: none;
}
.addtop100p{
	padding-top:0 !important;
}
.w30 {
	width: 100%;
}
.w40 {
	width: 100%;
}
.w50 {
	width: 100%;
}
.w60 {
	width: 100%;
}

/*網頁版上方*/
header {
	display:none;
}
nav {
	display:none;
}

/*主內容*/
#banner {
	display:none;
}
#bannermobile {
	display:block;
  height: 500px;
  overflow: hidden;	
}
#bannerin {
 height: 200px;
}
#word {
  font-size: 100%;
	text-align: center;
	width: 520px;
  left: 50%;
  margin-left: -260px;
}

/*首頁-服務介紹*/
.service {
 width: 90%;
 margin: 5%;
}

#index-step-list li {
 display: inline-block;
 text-align: left;
 width: 45%;
 height: auto;
 padding: 10px !important;
 margin-bottom: 5px;
 margin-right: 0;
 font-size: 1em;
}
#index-step-list li.step01 {
 background: #f2b063;
}
#index-step-list li.step02 {
 background: #f39525;
}
#index-step-list li.step03 {
 background: #ddb07a;
}
#index-step-list li.step04 {
 background: #c6937b;
}
#index-step-list li.step05 {
 background: #cb6b3e;
}
#index-step-list li > b {
 font-size: 1.7em;
 padding-bottom: 5px;
 border-bottom: none;
}
#index-step-list li > p {
 font-size: 1em;
 margin-top: 5px;
}

/*首頁-加入line介紹*/
#index-line-img {
 display: none;
}
#index-line-txt {
 float: none;
 width: 90%;
 margin-left: 5%;
 margin-right: 5%;
 padding-top: 0;
}
#index-line-txt > h4 {
 background: none;
 text-align: center;
 padding-left: 0;
 line-height: 25px;
 font-size: 1.6em;
}
#index-line-txt > h5 {
 width: auto;
 padding: 5px 15px;
}
#index-line-txt > p {
 text-align: center;
}

/*會員專區*/
#mobile-btn {
 display: block;
 width: 100%;
 height: 35px;
 line-height: 35px;
 padding: 0 15px;
 border: 1px solid #ccc;
 color: #fff;
 cursor: pointer;
 background-color: #6a6a6a;
 background-image: url(../images/svg/arrowdown.svg);
 background-repeat: no-repeat;
 background-position: right;
}
#account-link {
 position: relative;
}
#account-link ul {
 position: absolute;
 display: none;
 text-align: left;
 width: 100%;
}
#account-link:hover > ul {
 display: block;
}
#account-link ul li {
  display: block;
	width: 100%;
	height: 35px;
	margin: 0;
  border-bottom: #fff;
}
#account-link ul li a {
 background: #6a6a6a;
}


/*線上下訂*/
.colume >.list {
 padding: 0;
}
.colume >.list b {
	float: left;
	min-width: 100%;
	line-height: 25px;
	margin-top: 25px;
	line-height: 25px;
}
.colume >.list .block {
	float: left;
	width: 100%;
	line-height: 35px;
}
.colume >.list > .half {
  width: 100% !important;
}
.colume >.list ul.order-select li {
 padding: 1px 8px;
 margin-right: 5px;
 margin-bottom: 5px;
}
.colume >.list input[type="text"], .colume >.list input[type="password"]{
 width: auto;
 height: auto;
}
.colume >.list .order-result {
 margin: 25px 0;
}
.colume >.list .order-price {
 margin: 25px 0;
}
.colume >.list .order-remark {
 margin: 25px 0;
 float: left;
 font-size: 0.9em;
}

/*消息內頁*/
main {
 width: 100%;
 margin: 0 10px;
}

/*尾部*/
footer .column-left{
	float: none;
	width: 96%;
}
footer .column-right{
	float: none;
	width: 96%;
	padding: 20px 5px 5px 5px;
}
#footernav02 li {
	font-size: 0.9em;
	padding-bottom: 3px;
}
span#footerlogo {
display: none;
}
.copyright {
	margin: 0;
}
}

@media (min-width: 20px) and (max-width: 530px) {
/*主內容*/
#bannermobile {
	display:block;
  height: auto;
  overflow: auto;	
}
#word {
  font-size: 80%;
	text-align: center;
	width: 320px;
	height: 280px;
	left: 50%;
	margin-left: -160px;
}	

}