﻿@charset "UTF-8";
                
body {
    background: #000;
    font-family: 'Play', 'cwTeXHei', 'Segoe UI', Microsoft JhengHei, '微軟正黑體', Arial, Helvetica, sans-serif;
}


body, .section, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

.center {
    margin: 0 auto;
    text-align:left;
    position: relative;
    width: 1366px;
}

.center .frame {
    position: absolute;
	width: 1030px;
	left: 150px;
}

h2 {
    font-size: 40px;
    line-height: 1.08654;
    color: #FF7200;
    font-weight: 200;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: #ddd;
    margin-bottom: 20px;
}

h3 span{ 
    color: #FF7200;
}

h4 {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.25em;
    color: #bbb;
}

@media screen and (max-width: 1366px) {
    .center {width: 960px;}
	.center .frame { width: 820px; left: 70px;}
    h2{font-size:36px;}    
    h3{font-size:16px;}
}

@media screen and (max-width: 960px) {   
    .center {width: 640px;}
	.center .frame { width: 580px; left: 30px;}
}

@media screen and (max-width: 640px) {   
    .center {width: 320px;}
	.center .frame { width: 300px; left: 10px;}
    /*.section .frame {position: relative !important;
                  width: auto !important; 
                  left: auto !important; 
                  top:auto !important; 
                  height:auto !important;
                  padding:0 10px;}*/
    h2{font-size:24px;}    
    h3{font-size:14px;}
}
