﻿@charset "utf-8";
/* CSS Document */
/*  global.css */
/*
============================ */

/* JQM CSS */
.jqm-page strong
{
    font-weight: bold;
}

.jqm-page img
{
    height: auto;
    max-width: 100%;
}


/*===============*/
/* Page */
/*===============*/

body, .jqm-page
{
    background-color: #fefefe;
    /*overflow:hidden;*/
    /*font-size: 1.05em;*/
}

h1
{
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
}

p
{
    margin: 5px auto;
    padding: 0;
    line-height: 24px;
    letter-spacing: 1px;
}


/*===============*/
/* Header */
/*===============*/

.jqm-header
{
    background: #fff;
    border-top: 3px solid #fff;
    /*border-bottom: 1px solid #e0e0e0;*/
    border-bottom: 8px solid #014375;
    color: #777;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.15);
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}

.jqm-header.ui-header-fixed:not(.ui-fixed-hidden)
{
    border-top-width: 4px;
    padding-top: 0;
}

.jqm-header .logo_box
{
    height: 55px;
    margin: 0 auto;
    background: url(/images/header_bg.jpg) 40px top no-repeat;
    margin-bottom: 5px; /*position:fixed; top:0; left:0; z-index:80; width:100%;*/
}
/*#header_box{height:55px; margin:0 auto; background:url() repeat-x; background-color:#014375; /*position:fixed; top:0; left:0; z-index:80; width:100%;*/
/*#header{height:50px; padding:0; margin:0 auto; background:url(/images/header_bg.jpg) top left no-repeat; position:relative; background-color:#ffffff;}*/

/* Header logo */
.jqm-header h1.jqm-logo
{
    font-size: 1em;
    margin: .6em 3.375em;
}

.jqm-header .jqm-logo a
{
    display: inline-block;
    text-decoration: none;
    min-height: 40px;
}

.jqm-header .jqm-logo img
{
    display: block;
    width: 140px;
    height: auto;
}

.jqm-header .logo_focustaiwan
{
    width: 260px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 40px;
}

.jqm-header .logo_focustaiwan a
{
    width: 260px;
    height: 60px;
    display: block;
}

.jqm-header .logo_focustaiwan a span
{
    display: none;
}

.jqm-page-home .jqm-header .jqm-logo img
{
    display: inline-block;
}

/* Header buttons */
.jqm-header > .jqm-navmenu-link
{
    width: 31px;
    height: 31px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.jqm-header > .ui-btn,
.jqm-header.ui-header-fixed.ui-fixed-hidden .ui-btn-right,
.jqm-header.ui-header-fixed.ui-fixed-hidden > .ui-btn-icon-notext
{
    /*top: 1.1em;*/
    top: 0.9em;
}

.jqm-header .jqm-navmenu-link
{
    /*left: 15px;*/
    left: 8px;
}

.jqm-header .jqm-search-link
{
    right: 15px;
}

.jqm-header > .jqm-navmenu-link,
.jqm-header > .jqm-navmenu-link .ui-btn-inner
{
    border: none;
    background: none;
}

.jqm-header > .jqm-navmenu-link,
.jqm-header > .jqm-navmenu-link .ui-icon
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Custom icons */
.jqm-header > .jqm-navmenu-link .ui-icon
{
    background-image: url(images/jqm-icons-sd.png);
    background-color: transparent;
    width: 31px;
    height: 31px;
    margin: 0;
}

.jqm-header .jqm-navmenu-link .ui-icon
{
    /*background-position: -3px 50%;*/
    background-position: -3px 50%;
}

.jqm-header .jqm-search-link .ui-icon
{
    background-position: -100px -2px;
}
/* Toggle search / close icon */
.jqm-search-toggle .jqm-search-link .ui-icon
{
    background-position: -51px -2px;
}
/* Toggle menu bars / close icon on small screens */
@media (max-width:62.50em) /*1000px*/
{
    .ui-panel-content-wrap-position-left.ui-panel-content-wrap-open .jqm-header .jqm-navmenu-link .ui-icon,
    .jqm-header.ui-header-fixed.ui-panel-content-fixed-toolbar.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open .jqm-navmenu-link .ui-icon
    {
        background-position: -51px 50%;
    }
}
/* HD/Retina icon sprite */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 200dpi)
{
    .jqm-header > .jqm-navmenu-link .ui-icon
    {
        background-image: url(images/jqm-icons-hd.png);
        -webkit-background-size: 131px 31px;
        -moz-background-size: 131px 31px;
        -o-background-size: 131px 31px;
        background-size: 131px 31px;
    }
}


/*===============*/
/* Menu Panel */
/*===============*/

/* Nav panels */
/* Reveal menu shadow on top of the list items */
.ui-panel-display-reveal {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open,
.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open {
	-webkit-box-shadow: -5px 0 5px rgba(0,0,0,.10);
	-moz-box-shadow: -5px 0 5px rgba(0,0,0,.10);
	box-shadow: -5px 0 5px rgba(0,0,0,.10);
}

#nav-panel .ui-listview .newsicon-1 .ui-li-icon 
{
    max-height: 42px;
    max-width: 16px; 
    left: 0em; 
    top: 0em;
}

#nav-panel .ui-listview .newsicon-2 .ui-li-icon 
{
    max-height: 42px;
    max-width: 42px; 
    left: 0em; 
    top: 0.2em;
}

/*search bar*/
#nav-panel .ui-li-static.ui-li { padding-top: 0; padding-bottom: 0; height: auto;}

/* Global nav panel close button HD/Retina icon */
@media only screen and (min-width:46em) and (-webkit-min-device-pixel-ratio: 1.3),
       only screen and (min-width:46em) and (min--moz-device-pixel-ratio: 1.3),
       only screen and (min-width:46em) and (min-resolution: 200dpi) {
	/* global nav panel close button */
	.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.jqm-header::after,
	.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open .jqm-header::after {
		background-image: url(jqm-icons-hd.png);
	}
}


/*===============*/
/* Content */
/*===============*/

/*首頁新聞區塊========================*/
#major{width:100%; margin:0 auto; /*border:1px solid #F0F;*/}

/*麵包屑*/
.bread a.ui-link:link, .bread a.ui-link:visited{color:#FFF; text-decoration:none;}
.bread a.ui-link:hover, .bread a.ui-link:active{text-decoration:underline;}

/*輪播圖*/
#slide_show{width:100%; height:auto; margin:0 auto; /*border:1px solid #dde0e6; background-color:#000;*/}
/*#slide_show{width:500px; height:375px; margin:0 auto; border:1px solid #dde0e6; background-color:#000;}*/

/*分類新聞區塊*/
.news-box .ui-block-a, .news-box .ui-block-b, .news-box .ui-block-c
{
    /*margin:0 15px 15px 0;
    max-width:300px;
    border:1px solid #999999;*/
    margin:auto;
    overflow:hidden;
}

.news-box .ui-body
{
    border:1px solid #d9d9d9;
    margin:10px 5px 10px 5px;
    padding:7px;
    background-color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height:325px;
}

/*分類新聞區塊照片、標題*/
.news-box .ui-body .block_title{height:30px; top:7px; left:7px; position:absolute;text-shadow: 0px /*{body-shadow-x}*/ 0px /*{body-shadow-y}*/ 0px /*{body-shadow-radius}*/ /*#2814B9 {body-shadow-color}*/;}
.news-box .ui-body .block_title h2{display:block; height:30px; background:url() right top; margin:0; padding-right:0px; float:left;/*ie6*/ background-color: #030E1F;filter:alpha(opacity=80);/*IE*/ opacity:0.8;/*Mozilla*/ }
.news-box .ui-body .block_title h2 span{display:block; height:30px; background:url() left top #007A85; padding-left:7px; padding-right:8px; float:left;/*ie6*/
font-size:12px; /*text-transform: uppercase;*/ color:#FFF; font-weight:bold; letter-spacing: 1px; line-height:30px;
font-family: "Futura Today Bold",arial,sans-serif;
/*filter:alpha(opacity=60);IE*/ 
/*opacity:0.6;Mozilla*/ 
zoom:1;}

.news-box .ui-body .block_content{height:30px; top:0px; left:0px;}
.news-box .ui-body .block_content h2{display:block; background:url() right top; margin:0; float:left;/*ie6*/}
.news-box .ui-body .block_content h2 span{display:block; line-height:26px; background:url() left top #FFF; padding:5px 5px 10px 7px; float:left;/*ie6*/ font-size:18px; color:#3d3e41; font-weight:normal;
filter:alpha(opacity=90);/*IE*/ 
opacity:0.9;/*Mozilla*/ 
zoom:1;
}

.news-box .ui-body .block_photo {display:block; text-align:center; vertical-align:middle;/*圖片水平垂直置中*/}
.news-box .ui-body .block_photo img {max-width: 100%; height: auto;}


/*news_content 新聞區塊========================*/
#news_box
{
    position:relative;
}

#news_relate
{
    margin-top:30px;
    margin-bottom:30px;
    position: relative;
}

#news_relate a
{
    white-space : normal; /*自動換行*/
}

/* 文章樣式設置 */
/*.news_content{width:500px; margin:0 10px 0 0; float:left; padding-top:10px;}*/
.news_content h1{font-size: 24px; font-weight: bold; color: #000; line-height: 30px; margin-top:30px; margin-bottom: 10px;}
.news_content .date{font-size:13px; color:#7d7d7d; font-weight:normal; line-height: 30px;}
.news_content .box_0{}
.news_content .box_1{margin:10px auto 20px auto;/**/ border:1px solid #999999; background:#FFF; padding:5px; text-align:center;}
.news_content .box_1 a{}
.news_content .box_1 h2{font-size:13px; color:#005799; font-weight:normal; line-height:18px;}
.news_content .box_2{}
.news_content .box_2 p{font-size: 16px; color: #000;}
.news_content strong{font-weight: bold;}
.news_content img{max-width: 100%; height: auto;}

.news_content .social_share_01 {height:30px; clear:both; position:relative; }
.news_content .social_share_01 .fb_like{width:125px; height:21px; position:absolute; top:5px; }
.news_content .social_share_01 .google_btn{width:80px; height:21px; position:absolute; top:5px; left:110px;}

/* 影音播放 */
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*newslist 新聞列表========================*/
#newslist a, .ui-li-heading
{
    white-space : normal; /*自動換行*/
}

#newslist .ui-li>.ui-btn-inner { padding-left: .2em;}
#newslist .ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb  { padding-left: 115px; }
/*#newslist .ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li { padding-top: .8em; padding-bottom: 1.1em;}*/
#newslist .ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li { padding-top: 0; padding-bottom: 0; min-height: 80px;}
#newslist .ui-li-has-thumb a.ui-link-inherit img { /*padding-top: .5em;*/ max-width: 107px; max-height: 80px;}
#newslist .keyword { color: #D70E09;}

/*===============*/
/* Footer */
/*===============*/

.jqm-footer
{
    overflow: hidden;
    /*position: absolute;*/
    /*bottom: 0;*/

    width: 100%;
    height: 80px;
    margin: 0 auto;
    clear: both; /*background-color:#3d3e41;*/
    background: url(/images/footer_box_bg.jpg) top repeat-x #3d3e41;
}

.jqm-footer.ui-fixed-hidden
{
    overflow:hidden;
    /*display:none;
    position:relative;*/
}

.jqm-footer .footer_nav
{
    width: 200px;
    height: 40px;
    margin: 0 auto; /*padding-top: 0.625em;*/
    padding-top:10px;
}
.jqm-footer .footer_copyright
{
    width: 275px;
    height: 40px;
    margin: 0 auto;
    text-align:center;
    font-size: 0.75em;
    color:#e7e5e5;
}

.jqm-footer .footer_copyright span
{
    width:210px;
    height: 40px;
    float:left;
    line-height: 25px;
    display:inline-block;
    vertical-align:middle;
}

.jqm-footer .footer_copyright #icon_fb
{
    width: 21px;
    height: 21px;
    position: relative;
    float:left;
    padding-top:2px;
}

.jqm-footer .footer_copyright #icon_twitter
{
    width: 21px;
    height: 21px;
    position: relative;
    float:left;
    left:5px;
    padding-top:2px;
}


/*===============*/
/* Custom icon */
/*===============*/

.btn_back .ui-icon /* back icon*/
{
	background: rgba(0,78,152,1); /*{global-icon-disc}*/
    background-image: url(images/icons-18-white.png); /*{global-icon-set}*/
    background-position: 	-396px -1px;
} 

/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
       only screen and (min--moz-device-pixel-ratio: 1.3),
       only screen and (min-resolution: 200dpi) {

	.btn_back .ui-icon {
		background-image: url(images/icons-36-white.png);
		-moz-background-size: 864px 18px;
		-o-background-size: 864px 18px;
		-webkit-background-size: 864px 18px;
		background-size: 864px 18px;
	}
    /* back icon*/
    .btn_back .ui-icon {
        background-position: -395px 50%;
    }
}


/*===============*/
/* Responsive */
/*===============*/


/* 979px*/
@media screen and (max-width:61.188em)
{
    .content-footer
    {
        margin-bottom:15px;
    }
    .content-footer .footer_copyright span
    {
        float:none;
    }

    .content-footer .footer_copyright #icon_fb, .content-footer .footer_copyright #icon_twitter
    {
        display:none;
    }
}

/* 769px*/
@media screen and (min-width:48.063em) {
    /*首頁新聞區塊========================*/
    #major{width:760px; margin:0 auto;}
    /*輪播圖*/
    #slide_show{width:500px; margin:0 auto;}
    #slide_show img{max-width: 500px; overflow:hidden;}
}

/* 1000px*/
@media screen and (min-width:62.5em) {
    /*首頁新聞區塊========================*/
    #major{width:990px; margin:0 auto;}
}

/* 999px ~ 561px*/
@media screen and (max-width:62.438em) and (min-width:35.063em) {
    .news-box .ui-body
    {
        height:300px;
    }
}

/* 561px*/
@media screen and (min-width:35.063em) {
    /*news_content 新聞區塊========================*/
    /* 文章樣式設置 */
    .news_content .box_1{width:500px;}
    .news_content .box_1 img{max-width: 500px; overflow:hidden;}
}

/* 560px*/
@media screen and (max-width: 35em) {
    .news-box .ui-body
    {
        height:auto;
    }
}

/* 480px*/
@media screen and (max-width: 30em) { 
    .jqm-header .logo_box
    {
        height: 55px;
        margin: 0 auto;
        background: url(/images/header_small_bg.jpg) 20px top no-repeat;
        margin-bottom: 5px;
    }
    .jqm-header .logo_focustaiwan
    {
        width: 200px;
        height: 60px;
        position: absolute;
        top: 0px;
        left: 40px;
    }
    .jqm-header .logo_focustaiwan a
    {
        width: 200px;
        height: 60px;
        display: block;

    }
}

/* 320px*/
/*@media screen and (max-width: 20em) {}*/

/* 320px*/
@media screen and (min-width: 20em) { 
    .ui-panel-content-wrap-position-left.ui-panel-content-wrap-open .jqm-header .jqm-navmenu-link .ui-icon,
    .jqm-header.ui-header-fixed.ui-panel-content-fixed-toolbar.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open .jqm-navmenu-link .ui-icon
    {
        background-position: -51px 50%;
    }
}


/*
@media screen and (min-width:1000px) {}
@media screen and (max-width:1000px) and (min-width:769px) {}
@media screen and (max-width:768px) and (min-width:641px) {}
@media screen and (max-width:640px) and (min-width:481px) {}
@media screen and (max-width:480px) {}
*/
