@charset "utf-8";
@import url('../../style/skin_mobile.css');

/*
* ------------------------------------------------------------------------------------------------------------------
* ipad
* ------------------------------------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 1180px) {

}

/*
* ------------------------------------------------------------------------------------------------------------------
* mobile 手機版
* ------------------------------------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 750px) {
/* 【手機版】header */
#header {
	height: 80px;
	border-bottom:none;
}
#container {
	padding-top: 80px;
}
#header_logo {
	height: 80px;
	line-height: 80px;
	/*border:1px solid #F0F;*/
}
#header_logo img {
	max-height: 70px;
	/*border:1px solid #F00;*/
}

/* 【手機版】主選單 */
#mobile_nav {
	display: block;
	cursor: pointer;
	position: absolute;
	width:23px;
	height:34px;
	line-height:34px;
	margin: 27px 0 0 22px;
	z-index: 1;
	vertical-align: middle;
	/*border: 1px solid #FF0;*/
}
#mobile_nav .line3 {
	display:inline-block;
	width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align : middle;
}
#mobile_nav .nav {
	border-style: solid;
	border-width: 2px;
	margin: 3px 0;
}

#mobile_nav_content li > a {
	padding: 12px 0;
}
#mobile_nav_content li .icon {
	background: none;
	text-indent: 12px;
}
#mobile_nav_content dt {
	text-indent: 31px;
}

/* 【手機版】footer_social */
/* f3 */
#footer.f3_layout #footer_social a {
	width: 33px;
	height: 33px;
	margin: 24px 7px 0 7px;
	background-color: #FFF;
	border-radius: 33px;
}

}
