﻿* {
    list-style: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    background-position: center top;
    background-repeat: repeat;
    background: url(../images/square.png);
    background-color: #fff;
    width: 100%;
    min-width: 1280px;
}

body .BGG {
    width: 100%;
    height: 450px;
    min-width: 1280px;
    position: absolute;
    top: 0px;
    background-position: center top;
    background-repeat: no-repeat;
}

body.a1 .BGG {
    background-image: url(../images/a1/bg.png);
}

body.a2 .BGG {
    background-image: url(../images/a2/bg.png);
}

body.a3 .BGG {
    background-image: url(../images/a3/bg.png);
}


div {
    margin: 0 auto;
}

div.w1000 {
    width: 1000px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 175px;
}


/* LOGO TOP====================================================== */

body .logo{
	width: 1280px;
	height: 200px;
	position: relative;
	margin: 0 auto;	
}


h1 {
    display: block;
    width: 210px;
    height: 136px;
    background: url(../images/titles.png);
    position: absolute;
    left: 60px;
    top: 70px;
    opacity: 1;
    z-index: 999;
}

h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.logo_01 {
    width: 160px;
    height: 35px;
    position: absolute;
    left: 70px;
    top: 20px;
    background-image: url(../images/mobile01.png);
    z-index: 999;
}


.TOP_FB {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: url(../images/FB.png);
    opacity: 1;
}

h1:hover,
a.TOP_FB:hover {
    opacity: .7;
}

.logo_01:hover{
	background-image: url(../images/mobile01-hover.png);
}

.triangle{
	width: 275px;
    height: 85px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../images/triangle.png);
}


/* CONTENT======================================================= */

.CONTENT {
    width: 700px;
    padding: 0 30px;
    background-color: #FFF;
}


.CONTENT h2 {
    font-size: 28px;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    line-height: 36px;
    padding-top: 10px;
    color: #773d3d;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.CONTENT h3 {
    font-size: 20px;
    font-weight: bold;
    padding-top:25px;
    color: #ff7373;
}

.CONTENT h4 {
	font-size:15px;
    font-weight: bold;
    padding-top: 8px;
    vertical-align: middle;
    line-height: 20px;
}

.CONTENT p {
    font-size: 15px;
    margin-top: 15px;
    line-height: 24px;
}

.CONTENT p a {
    color: #ff7373;
    font-weight: bold;
}

.CONTENT img{
    width: 700px;
    height: auto;
}

.arrow{
	width: 15px;
	height: 15px;
	background-image: url(../images/arrow.png);	
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}


/* FOOTER======================================================== */

.line{
	width: 700px;
	height: 15px;
	background-image: url(../images/line.png);
	margin-top:20px;
	margin-bottom: 10px;
}


.FOOTER {
    width: 700px;
    height: 70px;
    background-color: #ff7373;
    margin-bottom: 30px;
    position: relative;
}


.adam_logo{
	width: 170px;
	height: 70px;
	background-image: url(../images/a2/adam-logo.png);
	position: absolute;
	left: 50%;
	margin-left:-85px;
}

.adam_logo:hover{
	background-image: url(../images/a2/adam-logo-hover.png);
}


.msi_logo{
    width: 170px;
    height: 70px;
    background-image: url(../images/a3/msi-logo.png);
    position: absolute;
    left: 50%;
    margin-left:-85px;
}

.msi_logo:hover{
    background-image: url(../images/a3/msi-logo-hover.png);
}


.outlander_logo{
    width: 250px;
    height: 70px;
    background-image: url(../images/a1/outlander-logo.png);
    position: absolute;
    left: 50%;
    margin-left:-125px;
}

.outlander_logo:hover{
    background-image: url(../images/a1/outlander-logo-hover.png);
}



/* FOLLOW======================================================== */

.FOLLOW {
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.FOLLOW ul {
    width: 100%;
    height: 100%;
}

.FOLLOW ul li {
    display: block;
    width: 100%;
    opacity: 1;
}

.FOLLOW ul li:hover {
    opacity: .5;
}

.FOLLOW ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.FOLLOW ul li.HL {
    opacity: .5;
}

.LLL {
    width: 35px;
    height: 107px;
    position: absolute;
    left: 50%;
    top: 450px;
    margin-left: -415px;
}

.LLL ul li {
    height: 36px;
    background-image: url(../images/FOLLOW_L.png);
}

.LLL ul li:nth-child(1) {
    background-position: 0 0;
}

.LLL ul li:nth-child(2) {
    background-position: 0 -36px;
}

.LLL ul li:nth-child(3) {
    background-position: 0 -72px;
}

.RRR {
    width: 120px;
    height: 365px;
    position: absolute;
    left: 50%;
    top: 450px;
    margin-left: 380px;
}

.R1{
	width: 120px;
	height: 120px;
	background-image: url(../images/R1.png);
}

.R1:hover{
	background-image: url(../images/R1-hover.png);
}

.R2{
	width: 120px;
	height: 120px;
	background-image: url(../images/R2.png);
	margin-top:2px;
}

.R2:hover{
	background-image: url(../images/R2-hover.png);
}


.R3{
	width: 120px;
	height: 120px;
	background-image: url(../images/R3.png);
	margin-top:2px;
}

.R3:hover{
	background-image: url(../images/R3-hover.png);
}



.rakutantitle {
    font-size: 22px!important;
    color: #0084FF;
    font-weight: bold;
    line-height: 1.5;
}

.rakutana {
    color: #4688b3!important;
}


/*===============BLACK==================*/


body.night {
    color: #fff;
    background-color: #222;
}


.logo_01.night {
    background-image: url(../images/mobile01-w.png);
}


h1.night {
    background: url(../images/title-w.png);

}

.CONTENT.night {
    width: 700px;
    padding: 0 30px;
    background-color: #222;
}



.CONTENT h2.night {
    color: #fff;

}