@charset "utf-8";
@media screen and (max-width:1300px) {
.header{
	height:60px;
}
.header .column .search,
.header .column .login,
.header .column .register,
.header .column .fb,
.header .column .line,
.header .column .cart .label_text,
.menu,
.rslides_tabs{
	display:none;
}
.header .column{
	position:fixed;
	top:0;
	height:60px;
	background:url(bg_menu.png);
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	z-index:100;
}
.header .column .logo{
	margin:5px;
	width:150px;
	height:50px;
}
.header .column .logo img{
	max-height:50px;
}
.header .column .cart{
	position:static;
	display:inline-block;
	width:50px;
	height:50px;
	margin:10px 20px 0 0;
	float:right;
}
.header .column .cart img{
	width:40px;
	height:40px;
}
/*option_menu*/
#option{
	float:right;
	display:inline-block;
}
#option_column{
	font-family:微軟正黑體,STHeiti,simhei,Arial;
	display:block;
	z-index:999999999;
	width:100%;
	position:relative;
	left:100%;
	overflow:hidden;
	overflow-y:auto;
	padding:0 0 60px 0;
	background-color: rgba(245, 245, 245, 1);
	transition:left 0.5s;
	-webkit-transition:left 0.5s;
}
#option_column .option_wrap {
	margin:0;
}
/*狀態*/
#option_column.clicked {
	display: block;
	left:30%;
	transition: left 0.3s;
	-webkit-transition:left 0.3s;
}
#option_column.back {
	display:block;
	left:100%;
	transition:left 0.3s;
	-webkit-transition:left 0.3s;
}
#option_column .option_sel{
	clear:both;
	width:100%;
	height:49px;
	font-size:1.2em;
	text-indent:20px;
	line-height:49px;
	display:block;
	border-bottom:1px solid #ddd;
	color:#333;
	cursor:pointer;
	background:#f4f4f4;
}
#option_column .option_sel img{
	position:relative;
	top:3px;
	margin:0 5px 0 0;
}
#option_column .option_title{
	clear:both;
	width:100%;
	height:49px;
	font-size:1.2em;
	text-indent:20px;
	line-height:49px;
	display:block;
	border-bottom:1px solid #ddd;
	color:#fff;
	background:#804920;
}
#option_column .option_sel a{
	clear:both;
	width:100%;
	height:49px;
	text-indent:20px;
	line-height:49px;
	display:block;
	border-bottom:1px solid #ddd;
	color:#333;
}
#option_column .option_sel a:hover{
	background:#e8e8e8;
}
}
@media screen and (max-width:400px) {
.copyright .middle_column .info .doll{
	left:10%;
}
.copyright .middle_column .info .row_list{
	position:absolute;
	left:6%;
}
}

