@charset "utf-8";

/**************************************

                通用格式

**************************************/

html {
}

body {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: Arial,'Bodoni_Regular', "微軟正黑體", "新細明體", "標楷體" ;
    background: url(../images/wrapperBg.jpg) center 0 no-repeat;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clear:after {
	content:"";
    clear: both;
    display: block;
}
img{
	border:0;
}



/**************************************

                網站版型

**************************************/
.wrapperBg{}
.wrapper{
	width: 1280px;
	margin: 0 auto;
	padding: 100px 0 200px 0;
    box-sizing: border-box;
}
.wrapper .left{
	float: left;
	width: 40%;
	margin: 0 0 0 50px;
}
.wrapper .left .pic{
	width: 353px;
	margin: 0 auto;
}
.wrapper .left .pic img{
	width: 100%;
}
.wrapper .left .keyin{
    width: 100%;
    display: block;
    height: 55px;
    font-size: 20px;
    padding: 0 0 0 13px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
}
.wrapper .left .info{
    display: flex;
    flex-direction: row;
    width: 99%;
    height: 120px;
    border: 3px solid #6a4373;
    margin: 0 0 20px 0;
    background-color: #28162c;
}
.wrapper .left .info .infoLeft{
    width: 207px;
    border: 1px solid #6a4373;
    text-align: center;
    padding: 9px 9px;
    box-sizing: border-box;
}
.wrapper .left .info .infoLeft img{
    width: 100%;
}
.wrapper .left .info .infoRight{
    width: 740px;
    border: 1px solid #6a4373;
}
.wrapper .left .info .infoRight .num{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #6a4373;
    height: 60px;
    font-size: 22px;
    color: #fff;
    padding: 0 0 0 16px;
    box-sizing: border-box;
    line-height: 60px;
}
.wrapper .left .info .infoRight .name{
    display: flex;
    width: 100%;
    height: 60px;
    font-size: 22px;
    color: #fff;
    padding: 0 0 0 16px;
    box-sizing: border-box;
    line-height: 60px;
    background-color: #3a2040;
}
.wrapper .left .btn{
    width: 100%;
    display: block;
    height: 55px;
    font-size: 20px;
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
    border-radius: 8px;	
	cursor: pointer;
	outline: none;
	transition: 0.3s;
}
.wrapper .left .btn:hover{
	transform: translate(0,-5px);
	transition: 0.3s;
	background-color: #131313;
}
.wrapper .right{
	float: right;
	width: 45%;
	margin: 0 50px 0 0;
}
.tab_box{
    margin: 120px 0 50px 0;
}
.tab_box .tabs{}
.tab_box .tabs li{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9d9d9+26,989898+75 */
	background: #d9d9d9; /* Old browsers */
	background: -moz-linear-gradient(top, #d9d9d9 26%, #989898 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d9d9d9 26%,#989898 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d9d9d9 26%,#989898 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#989898',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    vertical-align: top;
    padding: 7px 28px;
    box-sizing: border-box;
    font-size: 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.tab_box .tabs li.active{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff99b+26,f5f068+75 */
	background: #fff99b; /* Old browsers */
	background: -moz-linear-gradient(top, #fff99b 26%, #f5f068 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff99b 26%,#f5f068 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff99b 26%,#f5f068 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff99b', endColorstr='#f5f068',GradientType=0 ); /* IE6-9 */
}
.tab_box .tabs li a{}
.tab_box .tab_container{}
.tab_box .tab_container .tab_content{}
.tab_box .tab_container .tab_content img{
	width: 100%;
}
/*-------Footer START-------*/
.frame {
    width: 1300px;
    margin: 0 auto;
    padding: 1px 0;
    text-align: center;
}
.Footer {
    background: url(../images/footer.jpg);
    background-position: center top;
    padding-top: 1px;
    border-top: #176f9d 1px solid;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.Footer_box {
    margin: 2% auto;
    padding: 0 2%;
	box-sizing: border-box;
}

.Footer_left {
    float: left;
    text-align: left;
    width: 58%;
	color: #fff;
}

.footerMenu {
    margin-bottom: 10px;
	display: none;
}

.footerMenu li {
    display: inline-block;
}

.rule {
    margin-right: 10px;
}

.policy {
    margin-left: 10px;
}

.footerMenu li a:hover {
    text-decoration: underline;
}

.footerLogo div {
   /* display: inline-block;*/
    vertical-align: middle;
}

.footerLogo div img {
    width: 100%;
}
.logos{
    width: 20%;
}
.sns {
    width: 110px;
    /*max-width: 131px;*/
}

.gamagic {
    width: 57%;
    max-width: 187px;
}

.copyright {
    font-size: 14px;
    width: 48%;
}
.footerMail{

}
.footerMail a{
	color:#EFA6F4;
	text-decoration: underline;

}
.footerPhone{
	
}

.Footer_right {
    float: right;
    text-align: left;
    margin-top: 1%;
	display: none;
}

.Footer_right li {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
	display: none;
}
li.Stored{display: none;
}
/*-------Footer END-------*/









