@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	height: 100%;
	font-family: Arial, "微軟正黑體";
	background: url(../data/wrapper/bg.jpg) repeat;
}
#wrapper{
}
.main {
	width: auto;
	margin: 0 auto;
	position: relative;
}
#logo {
	width: 243px;
	height: 87px;
	position: absolute;
	top: 45px;
	left: 60px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	z-index:6;
}
#logo2 {
	width: 254px;
	height: 72px;
	position: absolute;
	top: 55px;
	left: 303px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	z-index:6;
}
#top_u {
	position: absolute;
	right: 0px;
	top: 10px;
	text-align: center;
	cursor: pointer;
	padding-bottom: 10px;
}
#mail {
	width: 180px;
	height: 40px;
	line-height: 24px;
	padding: 7px 0 0 10px;
	background-image: url(../data/menu/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
	position: relative;
	float:right;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
#mail input[type="image"] {
	vertical-align: middle;
	margin: 0 0 0 7px;
}
#mail input[type="text"] {
	color: #584D32;
	width: 75%;
	height: 24px;
	font-size: 12px;
	border: none;
	background: #CAC2A4;
	padding: 4px 8px 2px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top: #897136 1px solid;
	border-left: #897136 1px solid;
	-moz-box-shadow: inset 2px 2px 5px rgba(137,113,54,0.5);
	-webkit-box-shadow: inset 2px 2px 5px rgba(137,113,54,0.5);
	box-shadow: inset 2px 2px 5px rgba(137,113,54,0.5);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#mail input[type="text"]:hover, #mail input[type="text"]:focus {
}
#mail input[type="text"]::-webkit-input-placeholder {
 color: #584C32;
}
#mail input[type="text"]:-moz-placeholder {
 color: #584C32;
}
#mail input[type="text"].placeholder {
	color: #584C32;
}
#iview2 .ckman-title{
	font-family:'標楷體';
	font-weight:bold;
	font-size:30px;
	color:#AA925F;
	height:80px;
	line-height:80px;
}
#iview2 .ckman-content{
	font-family:'標楷體';
	font-size:22px;
	color:#9D9D9D;
	line-height:30px;
	height:30px;
}
#iview2 .ckman-sign,#iview2 .ckman-name{
	font-family:'標楷體';
	font-size:20px;
	color:#6D6D6D;
	line-height:25px;
	height:25px;
}
/**************************************************************/
/**************************************************************/
@media (max-width: 1000px) {
#mail {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
}
@media (max-width: 730px) {
#logo {
	width: 50%;
	height: auto;
	position: relative;
	top: 0px;
	left: auto;
	margin:0;
	float:left;
	padding:15px;
}
#logo2 {
	width: 50%;
	height: auto;
	position: relative;
	top: 0px;
	left: auto;
	margin:0;
	float:left;
	padding:15px;
	margin-top:2%;
}
#logo img,#logo2 img{
	width:100%;
}
#mail {
	float: none;
	width: auto;
	margin: 0 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display:none;
}
#mail input[type="text"] {
	width: 90%;
}
}
@media (max-width: 480px) {
#mail input[type="text"] {
	width: 80%;
}
#iview2{
	display:none;
}
#mail {
	display:none;
}
}
