/*
 * http://www.moonshake.com.tw/
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 07 / 05
 */


/* + newWrap
*----------------------------------------------------------------------------*/
#newWrap {
	margin: 10px 0;
	padding: 5px 10px;
	background: #fff;
	color: #300;
	font-size: 16px;
}

#newWrap a ,
#newWrap b {
	font-weight: normal;
	color: #300;
}


/* + productWrap
*----------------------------------------------------------------------------*/
#productWrap ul {
	overflow: hidden;
}

#productWrap ul li {
    float: left;
    width: 125px;
	min-height: 200px;
    margin: 10px 20px 10px 0;
}

#productWrap ul li h3 {
	margin: 10px 0 15px;
}

#productWrap ul li h3 a {
	margin: auto;
	width: 103px;
	height: 27px;
	display: block;
	background: url(../images/index/home_play_btn_1.png) no-repeat 0 0;
	text-indent: -999px;
}

#productWrap ul li h3 a:hover {
	background: url(../images/index/home_play_btn_2.png) no-repeat 0 0;
}