@charset "utf-8";
/* CSS Document */
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 共通設定及智慧型手機版型
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Querie切換
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* clearfix */
.cf{ zoom: 1;}
.cf:before, .cf:after { content: ""; display: table;}
.cf:after { clear:both;}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: DejaWeb, "華康中圓體";
	font-size: 15px;
	line-height: 165%;
}
	a{
	color: #08c;
	text-decoration: none
}
	a:hover,a:focus{color:#ff0000;text-decoration:underline}

img {
  max-width: 100%;
  height: auto; }
  
meta.foundation-version {
  font-family: "/5.5.1/"; }
p,li,sub,sup,img{margin:0;padding:0;border:0;}  
#html{
	width: 100%;
}
#header{
	background-image: url(../images/bg-header.jpg);
	background-size: cover;
	background-repeat: repeat-y;
}
#logo{
	float: left;
	width:100%;
	max-width:500px;
}
#container{
	background-color: #FFF;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	width: 98%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 3%;
	padding-left: 1%;
			}

#language{
	background-image: url(../images/icon-language.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	margin-top: 2.6em;
	padding-top: 2.5em;
	text-align: right;
	padding-right: 1em;
	margin-bottom: 1.5em;
}
.news{
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	float: left;
	width: 32.7%;
	padding-right: 3%;
	padding-left: 2%;
}
.news .newsmore{
	margin-top: 4.5%;
	padding-left: 50%;
	margin-bottom: 3.5%;
	width: 82%;
	float: left;
}
.news .newlist{
	width: 100%;
	float: left;
}
.news .newlist ul{
	margin:0;
	padding:0;
}
.news .newlist li{
	font-size: 1em;
	line-height: 1em;
	color: #000;
	margin-bottom: 1.5em;
	list-style-image: none;
	list-style-type: none;
	width: 100%;
}
.news .newlist li a {
    display: block;        
    color: #000;
    text-decoration: none;
            }
.news .newlist li a:hover {
	color: #F00;
            }
/*** 產品跑馬燈 ***/
.pro{
	max-width: 60%;
	float: right;
	background-image: url(../images/pro.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}

.nbs-flexisel-container1 {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	padding-bottom: 20px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	max-width: 150px;
	max-height: 113px;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
	left: 10px;
	background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
/*** END 產品跑馬燈 ***/
#footer{
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	padding: 1%;
	clear: both;
	width: 98%;
	background-color: #1d7cce;
}
.fb{
	vertical-align: middle;
	display: inline-table;
	float: left;
	width: 7.7%;
	margin-right: 2%;
	font-size: 13px;
	color: #FFF;
	margin-top: 15px;
}
.footerinfo{
	float: left;
	color: #68d2f2;
}
.footerinfo a{
	color: #fff;
}
.footercopyright{
	float: right;
	color: #68d2f2;
	text-align: right;
}
.footercopyright a{
	color: #fff;
}
/* page */
#main{
	width: 78%;
	float: right;
}
/* left menu */
#left{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 18.4%;
	position: relative;
}
#left .left-title{
	padding: 0px;
	width: 100%;
	height:auto;
	margin-bottom: 1em;
}
.dropdown {
  left: 0;
  top: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1em; }
  .dropdown li {
    padding: 0 10px; }
    .dropdown li.selected {
      background-color: ; }
    .dropdown li a {
	display: block;
	width: 100%;
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 14px;
}
  .dropdown li > ul li {
    padding: 0 20px; }
    .dropdown li > ul li a {
      color: gray; }
    .dropdown li > ul li > ul li {
      padding: 10px 30px; }
/* end left menu */
#sitemap{
	background-image: url(../images/sitemap.png);
	background-repeat: no-repeat;
	width: 92.5%;
	color: #F00;
	background-position: left bottom;
	margin-bottom: 1.5em;
	background-size: cover;
	padding-left: 8.5%;
	padding-bottom: 0.8%;
	padding-top: 1.3%;
	line-height: 125%;
}
#sitemap a {       
    color: #000;
    text-decoration: none;
            }
#sitemap a:hover {
	color: #00F;
            }
/* news */
#news-list{
	width: 100%;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#news-list .newsdate{
	width: 5%;
	float: left;
	margin-right: 1%;
	text-align: center;
	font-size: large;
	font-weight: bold;
	color: #787878;
	border: 1px solid #787878;
}
#news-list .newsdate .newsdate-day{
	background-color: #FFF;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-size: x-large;
	font-weight: bold;
	color: #AFAFAF;
	text-align: center;
	vertical-align: middle;
}
#news-list .newsdate .newsdate-year{
	background-color: #8C8C8C;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
#news-list .newsdate-text{
	width: 93.5%;
	float:right;
	padding-top:1em;
}
#news-list .newsdate-text a {
	display: block;
	color: #000;
	font-size: 19px;
	text-decoration: none;
            }
#news-list .newsdate-text a:hover {
	color: #F00;
            }
/* product page */
#pro-page{
	width: 100%;
	margin-bottom:3%
}
.pro-descript{
	float:left;
}
.pro-descript .pro-title{
	font-size: x-large;
	font-weight: 200;
	color: #000;
	margin-top:1em;
	margin-bottom:1%;
}
.botton-inquiry{
	border-radius: 6%;
	background-color: #900;
	padding: 2ex;
	vertical-align: middle;
	font-size: medium;
	color: #FFF;
	text-align: center;
	border: 1px dashed #FCC;
}
.btn_form{
	padding:4% 0;
	float:left;
}
.btn_form form input[type="button"] {
	font-family: 'Exo 2', sans-serif;
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	font-size: 1.1em;
	padding: 10px 34px;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #B50000;
}
.btn_form form input[type="button"]:hover{
	background:#555;
}
.btn_form1{
	padding:4% 0;
	float:left;
}
.btn_form1 form input[type="button"] {
	font-family: 'Exo 2', sans-serif;
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	font-size: 1.1em;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #555;
	padding: 10px 34px;
	text-align: center;
}
.btn_form1 form input[type="button"]:hover{
	background:#B50000;
}
/* 頁碼 */
.tcdPageCode{padding: 15px 20px;text-align: left;color: #ccc;text-align:center;}
.tcdPageCode a{
	display: inline-block;
	color: #000000;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #428bca;}
.tcdPageCode span.current{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #DB002C;
	border: 1px solid #a90325;
	border-radius: 4px;
	vertical-align: middle;
}
.tcdPageCode span.disabled{	display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}			
			
			
@media screen and (min-width:910px) and (max-width: 1280px){
.news{
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: contain;
	float: left;
	width: 32.7%;
	padding-right: 3%;
	padding-left: 2%;
}
.news .newsmore{
	margin-top: 2%;
	padding-left: 35%;
	margin-bottom: 3.5%;
	width: 82%;
	float: left;
}
.news .newlist{
	width: 100%;
	float: left;
}
.news .newlist ul{
	margin:0;
	padding:0;
}
.news .newlist li{
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 1em;
	list-style-image: none;
	list-style-type: none;
	width: 100%;
}
.news .newlist li a {
    display: block;        
    color: #000;
    text-decoration: none;
            }
.news .newlist li a:hover {
	color: #F00;
            }
/*** 產品跑馬燈 ***/
.pro{
	position: relative;
	max-width: 60%;
	float: right;
	background-image: url(../images/pro.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	padding-top: 30px;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}

.nbs-flexisel-container1 {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	padding-bottom: 20px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	max-width: 100px;
	max-height: 75px;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
	left: 10px;
	background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
/*** END 產品跑馬燈 ***/
/* page */
#left{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 18.4%;
	position: relative;
}
#left .left-title{
	padding: 0px;
	width: 100%;
	height:auto;
	max-width:208px;
	margin-bottom: 1.5em;
}
#left .left-menu{
	width: 92%;
	margin-left: 8%;
}
#sitemap{
	background-image: url(../images/sitemap.png);
	background-repeat: no-repeat;
	width: 91%;
	color: #F00;
	background-position: left bottom;
	margin-bottom: 1.5em;
	background-size: cover;
	padding-left: 9%;
	padding-bottom: 0.5%;
	padding-top: 1%;
	line-height: 125%;
	font-size: small;
}
#sitemap a {       
    color: #000;
    text-decoration: none;
            }
#sitemap a:hover {
	color: #00F;
            }
/* news */
#news-list{
	width: 100%;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#news-list .newsdate{
	width: 8.3%;
	float: left;
	margin-right: 1%;
	color: #787878;
	border: 1px solid #787878;
}
#news-list .newsdate .newsdate-day{
	background-color: #FFF;
	padding-bottom: 0.5em;
	padding-top:0.5em;
	font-size: 18px;
	font-weight: bold;
	color: #AFAFAF;
	text-align: center;
	vertical-align: middle;
}
#news-list .newsdate .newsdate-year{
	background-color: #8C8C8C;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
#news-list .newsdate-text{
	width: 89%;
	float:right;
	padding-top:1em;
}
#news-list .newsdate-text a {
	display: block;
	color: #000;
	font-size: 16px;
	text-decoration: none;
            }
#news-list .newsdate-text a:hover {
	color: #F00;
            }
}



/*==========================================
指定佈局大平板電腦：600px〜960px
===========================================*/
@media screen and (min-width:600px) and (max-width: 900px)  {
#language{
	background-image: url(../images/icon-language.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	margin-top: 3.2em;
	padding-top: 2.5em;
	text-align: right;
	padding-right: 1em;
	margin-bottom: 1.5em;
}

.news{
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0% 0%;
	float: left;
	width: 94.7%;
	padding-right: 3%;
	padding-left: 2.3%;
	margin-bottom:4%
}
.news .newsmore{
	margin-top: 4%;
	padding-left: 30%;
	margin-bottom: 3.5%;
	width: 70%;
	float: left;
}
.news .newlist{
	width: 100%;
	float: left;
}
.news .newlist ul{
	margin:0;
	padding:0;
}
.news .newlist li{
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 0.7em;
	list-style-image: none;
	list-style-type: none;
	width: 100%;
}
.news .newlist li a {
    display: block;        
    color: #000;
    text-decoration: none;
            }
.news .newlist li a:hover {
	color: #F00;
            }
/*** 產品跑馬燈 ***/
.pro{
	position: relative;
	max-width: 100%;
	float: left;
	background-image: url(../images/pro1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	padding-top: 4em;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}

.nbs-flexisel-container1 {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	padding-bottom: 20px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	max-width: 150px;
	max-height: 113px;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
	left: 10px;
	background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
/*** END 產品跑馬燈 ***/
#footer{
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	padding: 1%;
	clear: both;
	width: 98%;
	background-color: #1d7cce;
}
.fb{
	vertical-align: middle;
	display: inline-table;
	float: left;
	width: 7.7%;
	margin-right: 2%;
	font-size: 13px;
	color: #FFF;
	margin-top: 15px;
}
.footerinfo{
	float: left;
	color: #68d2f2;
}
.footercopyright{
	float: left;
	color: #68d2f2;
	text-align: left;
	margin-top:20px;
	margin-left:60px
}
/*** page ***/
#left{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 18.4%;
	display:none;
}
#main{
	width: 100%;
}
#sitemap{
	background-image: url(../images/sitemap-bg.jpg);
	background-repeat: repeat-x;
	background-size: contain;
	width: 100%;
	background-position: left bottom;
	margin-bottom: 1.5em;
	padding-bottom: 2%;
	line-height: 105%;
	padding-left: 0;
}
#sitemap a {       
    color: #000;
    text-decoration: none;
            }
#sitemap a:hover {
	color: #00F;
            }
/* news */
#news-list{
	width: 100%;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#news-list .newsdate{
	width: 8.1%;
	float: left;
	margin-right: 1%;
	font-weight: bold;
	color: #787878;
	border: 1px solid #787878;
}
#news-list .newsdate .newsdate-day{
	background-color: #FFF;
	padding-bottom: 1em;
	padding-top:1em;
	font-size: 18px;
	font-weight: bold;
	color: #AFAFAF;
	text-align: center;
	vertical-align:middle;
}
#news-list .newsdate .newsdate-year{
	background-color: #8C8C8C;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
#news-list .newsdate-text{
	width: 89%;
	float:right;
	padding-top:1em;
}
#news-list .newsdate-text a {
	display: block;
	color: #000;
	font-size: 17px;
	text-decoration: none;
            }
#news-list .newsdate-text a:hover {
	color: #F00;
            }
}

			
			
/*==========================================
Mobile Layout: 480px and below.
===========================================*/
@media screen and (max-width: 590px){
#language{
	background-image: url(../images/icon-language.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	margin-top: 0em;
	padding-top: 2.5em;
	text-align: right;
	padding-right: 1em;
	margin-bottom: 1.5em;
}
.news{
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0% 0%;
	float: left;
	width: 94.7%;
	padding-right: 3%;
	padding-left: 2.3%;
	margin-bottom: 5%;
}
.news .newsmore{
	margin-top: 1%;
	padding-left: 30%;
	margin-bottom: 3.5%;
	width: 70%;
	float: left;
}
.news .newlist{
	width: 100%;
	float: left;
}
.news .newlist ul{
	margin:0;
	padding:0;
}
.news .newlist li{
	font-size: 1em;
	line-height: 1.2em;
	color: #000;
	margin-top:0.5em;
	margin-bottom: 0.7em;
	list-style-image: none;
	list-style-type: none;
	width: 100%;
}
.news .newlist li a {
    display: block;        
    color: #000;
    text-decoration: none;
            }
.news .newlist li a:hover {
	color: #F00;
            }
/*** 產品跑馬燈 ***/
.pro{
	position: relative;
	max-width: 100%;
	float: left;
	background-image: url(../images/pro1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	padding-top: 50px;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}

.nbs-flexisel-container1 {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	padding-bottom: 20px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	max-width: 200px;
	max-height: 150px;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
	left: 10px;
	background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
/*** END 產品跑馬燈 ***/
#footer{
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	padding: 1%;
	clear: both;
	width: 98%;
	background-color: #1d7cce;
}
.fb{
	width: 100%;
	font-size: 13px;
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
}
.footerinfo{
	color: #68d2f2;
	text-align: center;
	width: 100%;
}
.footercopyright{
	color: #68d2f2;
	text-align: center;
	margin-top: 20px;
	width: 100%;
}
/*** page ***/
#left{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 18.4%;
	display:none;
}
#main{
	width: 100%;
}
#sitemap{
	background-image: url(../images/sitemap-bg.jpg);
	background-repeat: repeat-x;
	background-size: contain;
	width: 100%;
	background-position: left bottom;
	margin-bottom: 1.5em;
	padding-bottom: 0.8em;
	line-height: 125%;
	padding-left: 0;
}
#sitemap a {       
    color: #000;
    text-decoration: none;
            }
#sitemap a:hover {
	color: #00F;
            }
/* news */
#news-list{
	width: 100%;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#news-list .newsdate{
	width: 22%;
	float: left;
	margin-right: 1%;
	color: #787878;
	border: 1px solid #787878;
}
#news-list .newsdate .newsdate-day{
	background-color: #FFF;
	font-size: 20px;
	font-weight: bold;
	color: #AFAFAF;
	text-align: center;
	vertical-align:middle;
}
#news-list .newsdate .newsdate-year{
	background-color: #8C8C8C;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
#news-list .newsdate-text{
	width: 73%;
	float:right;
	padding-top:1em;
}
#news-list .newsdate-text a {
	display: block;
	color: #000;
	font-size: 16px;
	text-decoration: none;
            }
#news-list .newsdate-text a:hover {
	color: #F00;
            }
            }                
