@charset "utf-8";
/* CSS Document */
body{ background:#E0E0E0;}
#header_pc { background:#fff; }
#content_pc { font-weight:normal; line-height: inherit;height:auto; display:block; overflow:hidden;} 
*{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
*:link, *:visited, *:hover, *:active, *:focus, * {
    -o-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
}
/******new********/
#newTop{width:910px; height:300px; background:url(pc/top_bg.jpg) no-repeat; position:relative;}
#newTop img{position:absolute; cursor:pointer;}
.top_btn1{top:175px; left:100px;}
.top_btn2{top:175px; left:330px;}

#newMid{width:910px; height:auto; display:block; overflow:hidden; background:#816d46;}
.midInside{width:905px; height:auto; margin:auto; display:block; overflow:hidden;}
.midInside img{ float:left; margin-bottom:5px;}
.marginR5{margin-right:5px;}
.midInside img.awardList{margin-bottom:0; cursor:pointer;}

#newBottom{width:910px; height:75px; background:url(pc/bottom_bg.jpg) no-repeat; padding-top:16px;}

/***btn_fb***/
.btn_fb{width:242px; height:42px; display:block; cursor:pointer; margin:0 auto;}


/*****************mobile***************/
#content_m { font-weight:normal; line-height: inherit;height:auto; display:block; overflow:hidden; background-color:#FFFFFF;} 
#m-newTop{width:640px; height:300px; background:url(m/top_bg.jpg) no-repeat; position:relative;}
#m-newTop img{position:absolute; cursor:pointer;}
.m-top_btn1{top:180px; left:90px;}
.m-top_btn2{top:230px; left:90px;}

#m-newMid{width:640px; height:auto; display:block; overflow:hidden; background:#816d46 url(m/mid-top.jpg) top center no-repeat; padding-top:130px;}
.m-midInside{width:636px; height:auto; margin:auto; display:block; overflow:hidden;}
.m-midInside img{ float:left; margin-bottom:6px;}
.marginR6{margin-right:6px;}
.m-midInside img.m-awardList{margin-bottom:0; cursor:pointer;}

#m-newBottom{width:640px; height:110px; background:url(m/bottom_bg.jpg) no-repeat; padding-top:16px;}

/***btn_fb***/
.m-btn_fb{width:302px; height:70px; display:block; cursor:pointer; margin:0 auto;padding-top: 10px;}