/*
 * w72 - kikimmy 
 * http://www.kikimmy.com.tw/
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 7 / 13
 */


/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
        =company-info
-----------------------------------------------------------------------------*/

body {
	margin:0;
	border:0;
	width:100%;
	background: url(../images/main/img-bodyBg.jpg) repeat 0 0;
	color: #282b2b;
	font-size: 14px;
	line-height:170%;
}
div, h1, h2, h3, h4, hr, p, form, label, input, textarea, img, span {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	word-wrap: normal;
	word-break: normal;
	border-width:0;
	font-family: "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial", "Arial Narrow";
}
hr {
	noshade:noshade;
}
th {
	font-weight: normal;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #282b2b;
	font-weight: normal;
	text-decoration: none;
}

ul li a:hover ,
a:hover {
	color: #900;
	text-decoration: none;
}
.clearBoth {
	clear:both;
	padding:0;
	margin:0;
}

.wrapper .indexWrap {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
}


/* + product
*----------------------------------------------------------------------------*/
.wrapper .indexWrap .product {
	overflow: hidden;
	padding: 60px 66px 0;
	height: 300px;
	background: url(../images/index/img-productBg.png) no-repeat 0 0;
}

.wrapper .indexWrap .product h3 a {
	margin: 0 0 20px 0;
	font-size: 26px;
	color: #56b8ec;
	display: inline-block;
	text-shadow: 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff  ,0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff;
	font-weight: bold;
}

.wrapper .indexWrap .product .index_products_in {
	margin: 0 0 0 7px;
	float: left;
	width: 200px;
}

.wrapper .indexWrap .product .index_products_in .index_products_photo {
	width: 188px;
	height: 188px;
	border: 1px #669246 solid;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.wrapper .indexWrap .product .index_products_in .index_products_photo img {
	max-width: 188px !important;
	max-height: 188px !important;
}

.wrapper .indexWrap .product .index_products_in .index_products_text {
	width: 190px;
	text-align: center;
}

.wrapper .indexWrap .product .index_products_in .index_products_text a {
	margin: 5px 0;
	display: inline-block;
	font-size: 16px;
}


/* + info
*----------------------------------------------------------------------------*/
.wrapper .indexWrap .info {
	overflow: hidden;
}

.wrapper .indexWrap .info .about ,
.wrapper .indexWrap .info .news {
	float: left;
	width: 480px;
}

.wrapper .indexWrap .info .about {
	padding-bottom: 10px;
	background: url(../images/index/img-aboutBg.png) no-repeat right 10px;
}

.wrapper .indexWrap .info .about h3 ,
.wrapper .indexWrap .info .news h3 {
	margin: 10px 0;
	font-size: 22px;
	color: #56b8ec;
}

.wrapper .indexWrap .info .about p {
	font-size: 18px;
	line-height: 180%;
}

.wrapper .indexWrap .info .about .more {
	padding: 0 30px;
	float: right;
	width: auto;
}

.wrapper .indexWrap .info .about .more a {
	font-size: 20px;
	color: #56b8ec;
}

.wrapper .indexWrap .info .news ul {
	padding: 0 0 0 20px;
}

.wrapper .indexWrap .info .news ul li {
	overflow: hidden;
	padding: 5px 20px;
	background: url(../images/index/dot.png) no-repeat 0 center;
	font-size: 16px;
}

.wrapper .indexWrap .info .news ul li .date {
	float: left;
	width: 100px;
}