@charset "utf-8";
/* CSS Document */
/**************************************************************/
#main {
	padding-top: 60px;
}
#banner_box {
	background: url(../images/banner/bg.jpg) repeat;
}
#banner {
	margin: 0 auto;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom: 1px;
}
#banner .top{
	left:0px;
	right:0px;
	top:0px;
	position: absolute;
	height: 21px;
	z-index:4;
	background:url(../images/banner/s.png) center top no-repeat;
}
#banner img {
	max-width: 100%;
	height: auto !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/**************************************************************/
@media (max-width: 500px) {
}
@media (max-width: 420px) {
}
@media (max-width: 358px) {
}
