@charset "utf-8";

body{
	background:#000 url(../img/common/page_bg.jpg) center top repeat-x;
	padding-top:130px;
	color:#ffffff;
}
#section-1 {
    background: url(../img/index/main.gif) center top repeat-x;
    /* overflow: hidden; */
    /* height: 470px; */
    background-size: contain;
}

#section-1 h1{
	width:960px;
	margin:45px auto 0 auto;
	text-align:center;
}
#section-1 div{
	width:960px;
	margin:40px auto 0;
}
#section-1 p.text{
	width:35%;
	margin-left:15%;
	float:left;
	padding-top:10px;
}
#section-1 p.enter {
    width: 70%;
    float: inherit;
    display: block;
    margin: 34px auto 16px;
}
#section-1 p a:link,#section-1 p a:visited{
	color:#fff;
}
#section-2{
	width:960px;
	margin:25px auto;
	height:120px;
}
#section-2 .mailmagazine_bn{
	float:left;
}
#section-2 p{
	
}
#section-2 div{
    border: 1px solid #555;
    padding: 10px 0;
    float: inherit;
    width: 94%;
    margin: 10px auto;
    overflow: hidden;
}
#section-2 div h2 {
    /* margin-bottom: 5px; */
    margin-top: 10px;
}
#section-2 div p {
    /* margin-left: 10px; */
    margin-bottom: 10px;
}
#section-2 div p a:link,#section-2 div p a:visited{
	color:#aaa;
	font-size:14px;
}

#section-2 ul li {
    /* float: left; */
    /* margin-right: 5px; */
    display: inline-block;
}
#lin_bnrList{
	text-align:center;
}
#lin_bnrList a{
	color:#aaa;
}
#lin_bnrList li{
	display:inline-block;
	/*float:left;
	margin-right:5px;*/
	width:250px;
	height:80px;
}

@media screen and (max-width: 641px) {

body {
    padding-top: 40px;
}


#section-1 {
    width: 100%;
    overflow: hidden;
}

div#section-1 img {
    width: 100%;
}

#section-1 h1 {
width: 100%;
    margin-top: 20px;
}

#section-1 div {
    width: 100%;
    margin: inherit;
}
#section-1 p.text {
    width: 100%;
    margin-left: inherit;
    float: inherit;
    padding-top: 20px;
    text-align: center;

}
#section-2 {
    width: 100%;
    height: inherit;
    overflow: hidden;
    text-align: center;
}
#lin_bnrList {
    width: 100%;
    overflow: hidden;
}

div#section-2 img {
    width: 94%;
    height: auto;
}
#section-2 .mailmagazine_bn {
    float: inherit;
}

#section-2 img.qr {
    width: initial !important;
}
#lin_bnrList li {
    display: inline-block;
    width: 100%;
    height: inherit;
    margin: 10px auto;
}

ul#lin_bnrList a img {
    max-width: 95%;
}

}