﻿@charset "utf-8";
/*CSS Info ======================================================================
File Name: global.css
Editor: Sophia
Last Editor: Sharon
CreateDate:2010/11/26
LastDate: 2021/01/06
Version: 3.0
---------------------------
【 Table of Contents 】
	DIV XHTML 頁面
	Free Style
	使用 jQuery
	
	內容置中， 100% 寬度
    Responsive Design

    *--》 Smaller than 960: Smaller than the standard base grid
    *--》 Tablet Portrait: Between 768px and 959px
    *--》 All Mobile Sizes: Less than 767px
    *--》 Just Mobile Landscape: Between 480px and 767px
    *--》 Just Mobile Portrait: Less than 479px

    -------------------Temp
    *--》超大螢幕：目標 1440 螢幕，內容 1360 ，新的 base grid                           (1380 以上 )
	*--》普通寬螢幕：目標 1280 螢幕，內容 1200                                                     (1220 ～ 1379)
    *--》 Smaller than 960: Smaller than the standard base grid，目標 1024   (977 ～ 1219)
    *--》 Tablet Portrait 752: Between 768px and 975px                                         ( 768 ～ 976px)
    *--》 All Mobile Sizes: Less than 767px                                                                 (767 以下 )
    *--》 Just Mobile Landscape: Between 480px and 767px                                 ( 480 ～ 767px)
    *--》 Just Mobile Portrait: Less than 479px                                                           (479 以下 )
  -------------------


  
=================================================================================*/

/*===============================================================================
                               Browser-CSS Reset
=================================================================================*/
@import "Reset.css";
/*===============================================================================
                                     全域設定
=================================================================================*/

/* #Basic Styles
================================================== */
body {
    background-color: #fff;
    color: #545454;
}

/* #Typography
================================================== */
/*#region Typography */
h1 {
    font-size: 3em;
    /*48px*/
    line-height: 1.35em;
    margin-bottom: 14px;
}

h2 {
    font-size: 2.25em;
    /*36px*/
    line-height: 1.35em;
    margin-bottom: 10px;
    color: #606060;
    font-weight: bold;
}

h2.pagetittle {
    padding: 70px 0 10px 0;
}

h3 {
    font-size: 1.875em;
    /*30px*/
    line-height: 1.35em;
    margin-bottom: 8px;
}

h4 {
    font-size: 1.5em;
    /*24px*/
    line-height: 1.35em;
    margin-bottom: 4px;
}

h5 {
    font-size: 1.25em;
    /*20px*/
    line-height: 1.5em;
}

h6 {
    font-size: 1.125em;
    /*18px*/
    line-height: 1.3125em;
}

h1,
h3,
h4,
h5,
h6 {
    color: #000000;
}

.subheader {
    color: #3a3a3a;
}

a {
    text-decoration: none;
    color: #fc5d8a;
    /*color: #8AAF00;*/
}

a:hover {
    color: #65c2f2;
    /*text-decoration: underline;*/
}

p {
    font-family: " 微軟正黑體 ", Arial;
    line-height: 2em;
    text-align: left;
    letter-spacing: 0.0625em;
}

.listTxt {}

#Wrap {
    _overflow: visible;
    _height: 1px;
    zoom: 1;
}


#Wrap:after {
    content: ".";
    display: block;
    height: 1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    margin: -1px 0 0 0;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    /* 修正 Float 撐開 DIV*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

/* End hide from IE-mac */
/*#endregion *


/*===============================================================================
                         以下是全域版面設定
=================================================================================*/
body {
    min-width: 320px;
    overflow-x: auto;
}

#Wrap {
    /*padding: 0;
    display:block;
    height:auto;*/
}

/* 視覺化全版
    -----------------------------------*/
/*#region wrapper */
.wrapper {
    width: 1360px;
    margin: 0 auto;
    padding: 0;
}

.gotop {
    border-radius: 50%;
    background-color: #d7f1ff;
    position: fixed;
    right: 20px;
    bottom: 10px;
    display: inline-block;
    z-index: 80;
    width: 50px;
    height: 50px;
}

.gotop img {
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0px 2px 10px rgb(0 0 0 / 30%);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 30%);
    max-width: 100%;
    width: 100%;
}

.Breadcrumb {
    margin: 1rem 0;
}

.Breadcrumb span:nth-child(3) a {
    color: #545454;
}

.Breadcrumb span:nth-child(3) a:hover {
    color: #545454;
}

@media only screen and (min-width: 1220px) and (max-width: 1379.99px) {
    .wrapper {
        width: 1200px;
    }
}

@media only screen and (min-width: 977px) and (max-width: 1219.99px) {
    .wrapper {
        width: 960px;
    }
}

@media only screen and (min-width: 768px) and (max-width:976.99px) {

    .wrapper {
        width: 752px;
    }
}

@media only screen and (max-width: 767.99px) {
    body {
        overflow-x: hidden;
    }

    .wrapper {
        width: 100%;
    }
    #Main.wrapper{
        width:calc(100% - 20px) ;
    }

    .Breadcrumb {
        max-width: calc(100% - 2rem);
    }
    h2{
        max-width: calc(100% - 2rem);
    }
    
}


/*#endregion */

/*-----------------FastMenu-----------------*/
#FastMenu {}

#FastScroll {
    position: fixed;
    bottom: 35px;
    right: 10px;
    z-index: 99;
}

.scrollItem {
    margin-top: 5px;
}


/*-----------------Header-----------------*/
#Header {
    background-color: #FFF;
}

#Banner {
    float: left;
    width: 760px;
    display: block;
    height: 70px;
    background-image: url(../../../images/EGIT-CIS.svg?t=20220225);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 375px 50px;
    cursor: pointer;
}

#Banner h1 {
    font-size: 1rem;
    text-indent: -99999px;
}

@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    #Banner {
        background-color: #FFF;
    }
}

@media only screen and (max-width: 29.9375em) {
    #Banner {
        width: 100%;
        height: 53px;
        background-position: 10px 8px;
        background-size: auto 75%;
        background-color: #FFF;
    }
}

#Partner {
    display: block;
    height: 70px;
    margin-right: 10px;
    background-image: url(../../../images/MPN-Logo.png);
    background-repeat: no-repeat;
    background-position: right center;
}

@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    #Partner {
        display: none;
    }
}

@media only screen and (max-width: 29.9375em) {
    #Partner {
        display: none;
    }
}

/* Menu
   --------------------*/
#mainMenu {
    /*clear: both;
     position: relative;*/
    background-color: #d7f1ff;
    /*f1f6f9*/
    background-image: url(../../../images/Nav_Background.png);
    background-repeat: repeat-x;
    background-position: left top;
    border-bottom: 1px solid #dcdcdb;
    transition: All .5s ease-out;
}

.fixed #mainMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    background: none;
    background-color: #d7f1ff;
    /*rgba(164,224,254,1 )*/
    border-bottom: none;
}

.fixed #mainMenu:before {
    display: none;
}

.Menu {
    float: left;
    padding-left: 100px;
}

.fixed .Menu {
    background-image: url(../../../images/EGIT-Logo.svg?t=20220225);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 120px 50px;
}

.Menu input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.Menu label {
    display: none;
    cursor: pointer;
    user-select: none;
}

.Menu ul {
    margin: 0.625em;
    /*10/16*/
}

.Menu li {
    float: left;
    font-size: 1.25em;
    /*20/16*/
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    border-bottom: 5px solid #d7f1ff;
}

.Home {
    display: none;
}

.Menu li a {
    display: block;
    color: #2c556b;
    font-weight: bold;
    line-height: 2em;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(86, 165, 206, 0.35);
    padding: 0 0.8em;
    /*6/16*/
    text-decoration: none;
}

.fixed .Menu li {}

.fixed .Menu li a {
    color: #00537d;
    font-weight: normal;
    border-right-color: rgba(119, 160, 181, 0.35);
}

.Menu li a:last-child {
    border-right: none;
}

.Menu li:hover {
    border-bottom: 5px solid #0e5e87
        /*rgba(2,100,150,0.6)*/
    ;
    -o-transition: border-bottom-color .25s linear;
    -webkit-transition: border-bottom-color .25s linear;
    -moz-transition: border-bottom-color .25s linear;
    -ms-transition: border-bottom-color .25s linear;
    transition: border-bottom-color .25s linear;
}

.fixed .Menu li:hover {
    border-bottom-color: #65c2f2;
}

.Menu ul li:hover ul.subMenu,
.Menu ul li:focus ul.subMenu {
    visibility: visible;
    opacity: 1;
    padding-top: 1px;
}

.Menu ul>li>ul.subMenu {
    margin: 0;
    position: absolute;
    top: 140px;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    -o-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -ms-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    background-color: #0e5e87
        /*rgba(2,100,150,0.6)*/
    ;
}

.fixed .Menu ul>li>ul.subMenu {
    top: 70px;
    background-color: #c9ecff;
}

.fixed .Menu ul>li>ul.subMenu li a:hover {
    color: #fff;
}

.Menu ul>li>ul>li {
    clear: both;
    border: none;
    font-size: .85em;
    width: 100%;
    margin: 0 0.25em 0 0;
}

.Menu ul>li>ul>li:hover {
    background-color: #65c2f2;
    -o-transition: background .25s ease-out;
    -webkit-transition: background .25s ease-out;
    -moz-transition: background .25s ease-out;
    -o-transition: background .25s ease-out;
    transition: background .25s ease-out;
    border: none;
}

.Menu ul>li>ul>li a {
    display: block;
    color: #fff;
    line-height: 1.75em;
    padding: 0 1.1em;
    border: none;
}

.fixed .Home {
    display: inline;
}

@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    .Menu {
        padding-left: 16px;
    }


    .Menu ul {
        margin: 0.5em 0.25em 0.5em 5.5em;
    }

    .Menu li {
        font-size: 1em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .Menu li a {
        line-height: 1.5em;
        padding: 0 0.75em;
    }


    .Menu ul>li>ul.subMenu {
        top: 125px;
    }

    .fixed .Menu {
        background-size: 100px 42px;
    }

    .fixed .Menu ul>li>ul.subMenu {
        top: 50px;
    }
}

@media only screen and (max-width: 29.9375em) {
    #mainMenu {}

    .Menu {
        padding-left: 0;
        width: 100%;
    }

    .fixed #mainMenu.Cover {
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .fixed .Menu {
        background-repeat: no-repeat;
        background-position: 10px 7px;
        background-size: 120px 50px;
    }


    .Menu ul {
        margin: 0;
    }

    .Menu li {
        border-bottom: 1px solid #dcdcdb;
        padding: 0.5em;
    }

    .Menu li a:last-child {
        border-bottom: none;
    }

    .fixed .Menu li:hover {
        border-bottom-color: #797979;
        border-bottom-color: rgba(98, 98, 98, 0.95);
    }

    .Home {
        display: inline;
    }

    .Menu li a {
        border-right: none;
        padding: 0;
        line-height: 1.25em;
    }


    .Menu li:hover {
        border-bottom: 1px solid #dcdcdb;
    }

    .Menu ul {
        display: none;
        height: 100%;
    }

    .Menu label {
        position: relative;
        display: block;
        width: 100%;
        min-height: 2.25em;
        padding: .45em;
        font-size: 1.25em;
        margin: 0;
        right: 20px;
        top: 0;
        cursor: pointer;
    }

    .fixed .Menu label {
        border-bottom: 1px solid #797979;
    }

    .Menu label:after {
        position: absolute;
        right: .25em;
        top: 20px;
        content: "\2261";
        font-size: 1.8em;
        color: #505050;
    }

    .Menu input[type=checkbox]:checked~label:after {
        color: #666666;
    }

    .fixed .Menu label:after,
    .fixed .Menu input[type=checkbox]:checked~label:after {
        color: #fff;
    }


    .Menu input[type=checkbox]:checked~ul {
        clear: both;
        display: block;
    }

    .Menu input[type=checkbox]:checked~ul>li {
        width: 100%;
        text-align: left;
    }

    .Menu ul>li a:hover {
        font-weight: bold;
    }

    .Menu ul>li>ul.subMenu {
        position: static;
        display: none;
        visibility: visible;
        opacity: 0;
        margin-top: .5em;
        -o-transition: all .75s linear;
        -webkit-transition: all .75s linear;
        -moz-transition: all .75s linear;
        -o-transition: all .75s linear;
        transition: all .75s linear;
        background: none;
    }

    .Menu ul>li.active>ul.subMenu {
        clear: both;
        display: block;
        opacity: 1;
        background: none;
    }

    .Menu ul>li.active>ul.subMenu li {
        background-color: #878787;
        border-bottom: 1px solid #9b9b9b;
        -o-transition: background-color .75s ease-out;
        -webkit-transition: background-color .75s ease-out;
        -moz-transition: background-color .75s ease-out;
        -o-transition: background-color .75s ease-out;
        transition: background-color .75s ease-out;
    }

    .Menu ul>li.active>ul.subMenu li a {
        color: #fff;
    }

    .Menu ul>li.active>ul.subMenu li:last-child {
        border-bottom: none;
    }

    .Menu ul>li.active>ul.subMenu li:hover {
        background-color: #666666;
    }

    .Menu ul>li.active>ul.subMenu li a:hover {
        font-weight: normal;
    }
}


/* 語言列與環輿園地
  ---------------------------  */
.Corner {
    float: right;
    width: 32px;
    margin: 0;
}

.Corner img {
    height: 36px;
    margin: 16px 0 16px 0px;
    vertical-align: middle;
}

.Languages {
    float: right;
    width: 60px;
    margin: 0 10px;
}

.Languages>ul>li {
    line-height: 2em;
    padding: 1em 0;
}

.Languages li a {
    color: #3a3a3a;
}

.Languages ul li a:hover,
.Languages ul li:hover a {
    color: #77cd3b;
}

.Languages>ul>li:after {
    content: "\25BC \0020";
    font-size: 0.75em;
    color: #727272;
    margin-left: 2px;
}

.fixed .Corner,
.fixed .Languages {
    display: none;
}

.Languages ul>li>ul {
    visibility: hidden;
    display: none;
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 120px;
    -o-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -ms-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    background-color: #77cd3b;
}

.Languages ul li:hover ul,
.Languages ul.menu li:focus ul {
    visibility: visible;
    opacity: 1;
    display: block;
}

.Languages ul li ul li {
    line-height: 1.5em;
    padding: .25em;
}

.Languages ul li a:hover ul li a,
.Languages ul li:hover ul li a {
    color: #fff;
}


.Languages ul>li>ul>li:hover {
    background-color: #4d8328;
}

@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    .Corner {
        float: left;
    }

    .Languages {
        float: left;
        margin: 0.5em 10px 0 5px;
    }

    .Languages>ul>li {
        line-height: 1.5em;
        padding: .5em 0;
    }

    .Corner img {
        margin: 5px 0 0px 0px;
    }
}

@media only screen and (max-width: 29.9375em) {
    .Corner {
        clear: both;
        position: absolute;
        top: 55px;
        right: 120px;
        height: 45px;
    }

    .Corner img {
        margin: 12px 0 12px 0px;
    }

    .Languages {
        clear: both;
        position: absolute;
        top: 55px;
        right: 40px;
        height: 45px;
    }

    .Languages>ul>li {
        padding: .875em 0;
    }

    .Languages ul>li>ul {
        top: 50px;
    }
}


/*-----------------Content-----------------*/
#Content {
    background-color: #fff;
    /*width: 1024px;
	margin:0 auto;*/
    padding-top: 0;
    transition: All .5s ease-out;
}

.fixed #Content {
    padding-top: 80px;
}

#Main {
    font-family: " 微軟正黑體 ", Arial;
    padding: 0 10px;
}

/*-----------------Footer-----------------*/
#Footer {
    font-family: " 微軟正黑體 ", Arial;
    background-color: #026496;
    color: #FFF;
    padding: 50px 30px;
}

#Footer a {
    color: #FFF;
}

#Footer #Logos {
    float: left;
    width: 220px;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url(../../../images/footer-Logo.svg?t=20220225);
    background-repeat: no-repeat;
    background-position: 50% 0px;
    cursor: pointer;
    display: block;
}

#Footer #CopyRight {
    margin-top: 100px;
    font-size: 0.75em;
    vertical-align: bottom;
    text-align: center;
    letter-spacing: 0.05em;
    color: #c5e2f0;
}

#Footer #Footer-Nav {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    width: 700px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#Footer #Footer-Nav li {
    float: left\9;
    margin-right: 20px\9;
    min-width: 7em;
}

#Footer #Footer-Nav a {
    color: #fff;
    text-decoration: none;
}

#Footer #Footer-Nav a:hover {
    color: #c5e2f0;
}

#Footer address {
    width: 700px;
    float: left;
    font-size: 1.125em;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
}

#Footer address p {
    padding-top: 0.8em;
    line-height: 1.75em;
    font-size: 0.7em;
}

#Footer address span {
    white-space: nowrap;
    color: #fff;
}

#Footer .smaller {
    font-size: 0.6em;
}

#Footer .linkgroup {
    padding-left: 250px;
    clear: both;
}

.Footlink {
    float: left;
    display: block;
    margin-top: 10px;
    margin-right: 80px;
    cursor: pointer;
}

.Footlink:hover {
    opacity: 0.7;
}

.Footlink p {
    color: #CEEEFF;
    float: right;
    margin-left: 10px;
}

/* ===== 英文版設定 ===== */


@media only screen and (max-width: 61em) {
    #Footer .linkgroup {
        padding-left: 0;
    }
}

@media only screen and (min-width: 48em) and (max-width: 59.9375em) {
    #Footer #Logos {
        /*G4*/
        width: 172px;
    }

    #Footer #CopyRight {
        /*G4*/
        width: 172px;
    }

    #Footer #Footer-Nav {
        /*G12*/
        width: 556px;
    }

    #Footer address {
        /*G12*/
        width: 556px;
    }
}

@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    #Footer {
        padding: 20px 10px;
    }

    #Footer #Logos {
        /*G4*/
        background-size: auto 40px;
        min-width: 100px;
        width: 16%;
        height: 50px;
    }

    #Footer #CopyRight {
        /*G4*/
        display: none;
    }

    #Footer #Footer-Nav {
        /*G12*/
        width: 70%;
        margin-top: .75em;
    }

    #Footer address {
        /*G12*/
        width: 95%;
    }

    .Footlink {
        margin-right: 30px;
    }

    .Footlink img {
        width: 30px;
        height: 30px;
    }
}

/*-------- 479 / 16 -----------*/
@media only screen and (max-width: 29.9375em) {
    #Footer {
        padding: 20px 10px;
    }

    #Footer #Logos {
        min-width: 100px;
        background-size: 50% auto;
        width: 95%;
    }

    #Footer #CopyRight {
        margin-bottom: 10px;
    }

    #Footer #Footer-Nav {
        display: none;
    }

    #Footer address {
        width: 95%;
    }

    #Footer address p {
        font-size: 0.875em;
        line-height: 1.25em;
        margin-bottom: .5em;
    }

    #Footer address span {
        white-space: pre-line;
    }

    #Footer .smaller {
        font-size: 0.75em;
    }
}

@media only screen and (max-width: 20em) {
    #Footer {
        padding: 20px 10px;
    }

    #Footer #Logos {
        min-width: 100px;
        background-size: auto 60px;
        width: 80%;
    }

    #Footer #CopyRight {
        margin-bottom: 10px;
    }

    #Footer #Footer-Nav {
        display: none;
    }

    #Footer address {
        width: 82%;
    }

    #Footer address span {
        white-space: pre-line;
    }

    #Footer address p {
        font-size: 0.75em;
        line-height: 1.5em;
        margin-bottom: .5em;
    }


    #Footer .smaller {
        font-size: 0.75em;
    }
}

/*===============================================================================
                         General Setting
=================================================================================*/
.Clear {
    clear: both;
    /* 以下新增 */
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.Dispear {
    display: none;
}

.Show {
    display: block;
}

/*----------------- 文字顏色標註設定 -----------------*/
.Note {
    /* 備註 灰字 */
    font-size: small;
    color: #666666;
}

.Alert {
    /* 紅 */
    color: #CC0000;
}

.Alert2 {
    /* 桃紅 */
    color: #FF3366;
}

.Near {
    /* 橘 */
    color: #FF9933;
}

.sr-only {
    /* 只讓螢幕閱讀器看到 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*----------------- 文字格式設定 -----------------*/
.smallWords {
    font-size: small;
}

.AddHeight {
    line-height: 1.5em;
}

/*----------------- 文字靠齊設定 -----------------*/
.txtLeft {
    text-align: left;
}

.txtCeter {
    text-align: center;
}

.txtRight {
    text-align: right;
}

/*----------------- 圖片靠齊設定 -----------------*/
.imgMiddle {
    vertical-align: middle;
}

/*----------------- 指標 -----------------*/
.clickable {
    cursor: pointer;
}

.unclickable {
    cursor: default;
}

/*=========================================================================
     Responsive Web Design Grid System
  =========================================================================  */
/*#region Grid System */
.columns {
    float: left;
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
}

/* New Base Grid       1360
     -----------------------*/
.one.columns {
    width: 45px;
}

.two.columns {
    width: 130px;
}

.three.columns {
    width: 215px;
}

.four.columns {
    width: 300px;
}

.five.columns {
    width: 385px;
}

.six.columns {
    width: 470px;
}

.seven.columns {
    width: 555px;
}

.eight.columns {
    width: 640px;
}

.nine.columns {
    width: 725px;
}

.ten.columns {
    width: 810px;
}

.eleven.columns {
    width: 895px;
}

.twelve.columns {
    width: 980px;
}

.thirteen.columns {
    width: 1065px;
}

.fourteen.columns {
    width: 1150px;
}

.fifteen.columns {
    width: 1235px;
}

.sixteen.columns {
    width: 1320px;
}

.one-third.columns {
    width: 413px;
}

.two-thirds.columns {
    width: 865px;
}

/* Grid       1200
     -----------------------*/
@media only screen and (min-width: 76.25em) and (max-width: 86.1875em) {
    .one.columns {
        width: 35px;
    }

    .two.columns {
        width: 110px;
    }

    .three.columns {
        width: 185px;
    }

    .four.columns {
        width: 260px;
    }

    .five.columns {
        width: 335px;
    }

    .six.columns {
        width: 410px;
    }

    .seven.columns {
        width: 485px;
    }

    .eight.columns {
        width: 560px;
    }

    .nine.columns {
        width: 635px;
    }

    .ten.columns {
        width: 710px;
    }

    .eleven.columns {
        width: 785px;
    }

    .twelve.columns {
        width: 860px;
    }

    .thirteen.columns {
        width: 935px;
    }

    .fourteen.columns {
        width: 1010px;
    }

    .fifteen.columns {
        width: 1085px;
    }

    .sixteen.columns {
        width: 1160px;
    }

    .one-third.columns {
        width: 360px;
    }

    .two-thirds.columns {
        width: 760px;
    }
}


/* Base Grid       960
     -----------------------*/
@media only screen and (min-width: 61.0625em) and (max-width: 76.1875em) {
    .columns {
        margin-left: 10px;
        margin-right: 10px;
    }

    .one.columns {
        width: 40px;
    }

    .two.columns {
        width: 100px;
    }

    .three.columns {
        width: 160px;
    }

    .four.columns {
        width: 220px;
    }

    .five.columns {
        width: 280px;
    }

    .six.columns {
        width: 340px;
    }

    .seven.columns {
        width: 400px;
    }

    .eight.columns {
        width: 460px;
    }

    .nine.columns {
        width: 520px;
    }

    .ten.columns {
        width: 580px;
    }

    .eleven.columns {
        width: 640px;
    }

    .twelve.columns {
        width: 700px;
    }

    .thirteen.columns {
        width: 760px;
    }

    .fourteen.columns {
        width: 820px;
    }

    .fifteen.columns {
        width: 880px;
    }

    .sixteen.columns {
        width: 940px;
    }

    .one-third.columns {
        width: 300px;
    }

    .two-thirds.columns {
        width: 620px;
    }
}

/* #Tablet (Portrait)  752
================================================== */
@media only screen and (min-width: 48em) and (max-width:61em) {
    .columns {
        margin-left: 10px;
        margin-right: 10px;
    }

    .one.columns {
        width: 27px;
    }

    .two.columns {
        width: 74px;
    }

    .three.columns {
        width: 121px;
    }

    .four.columns {
        width: 168px;
    }

    .five.columns {
        width: 215px;
    }

    .six.columns {
        width: 262px;
    }

    .seven.columns {
        width: 309px;
    }

    .eight.columns {
        width: 356px;
    }

    .nine.columns {
        width: 403px;
    }

    .ten.columns {
        width: 450px;
    }

    .eleven.columns {
        width: 497px;
    }

    .twelve.columns {
        width: 544px;
    }

    .thirteen.columns {
        width: 591px;
    }

    .fourteen.columns {
        width: 638px;
    }

    .fifteen.columns {
        width: 685px;
    }

    .sixteen.columns {
        width: 732px;
    }

    .one-third.columns {
        width: 230px;
    }

    .two-thirds.columns {
        width: 482px;
    }
}

/*  # All Mobile    767↓
================================================== */
@media only screen and (max-width: 47.9735em) {
    .columns {
        margin-left: 10px;
        margin-right: 10px;
    }

    .one.columns,
    .two.columns,
    .three.columns,
    .four.columns,
    .five.columns,
    .six.columns,
    .seven.columns,
    .eight.columns,
    .nine.columns,
    .ten.columns,
    .eleven.columns,
    .twelve.columns,
    .thirteen.columns,
    .fourteen.columns,
    .fifteen.columns,
    .sixteen.columns,
    .one-third.columns,
    .two-thirds.columns {
        width: 300px;
    }
}


/* #Mobile (Landscape)  480 ～ 767
================================================== */
@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    .columns {
        margin-left: 10px;
        margin-right: 10px;
    }

    .one.columns,
    .two.columns,
    .three.columns,
    .four.columns,
    .five.columns,
    .six.columns,
    .seven.columns,
    .eight.columns,
    .nine.columns,
    .ten.columns,
    .eleven.columns,
    .twelve.columns,
    .thirteen.columns,
    .fourteen.columns,
    .fifteen.columns,
    .sixteen.columns,
    .one-third.columns,
    .two-thirds.columns {
        width: 420px;
    }
}

/*#endregion */