@import url("reset.css");
*{-webkit-box-sizing:border-box;
-webkit-text-size-adjust:none;
text-decoration:none;
font-family:Arial, Helvetica, "微軟正黑體", sans-serif;}

/*==============項目按鈕==============*/

.PT_ITEM {
	clear:both;
	width:100%;
	margin:0 auto;
	margin-top:-1px;
	border-bottom:1px solid #c9c9c9;
	border-top:1px solid #c9c9c9;
	}

.PT_ITEM a{
	display:block;
	margin:0 auto;
	width:100%;
	height:110px;
	padding:10px;
	}
	
.PT_ITEM .IT_TEX_BG{/*讓文字中間垂直*/
	width:80%;
	height:90px;
	position:relative;
	display:table-cell;
	vertical-align:middle;}
	
.PT_ITEM .IT_TEX_BG span.IT_TEX{
	color:#333;
	font-size:1.3em;
	line-height:1.4em;
	position:static !important;
	position:absolute;
	top:50%;}


.PT_ITEM .NEW_I_HOT{
	display:inline-block;
	width:40px;
	height:20px;
	background-color:#990000;
	text-align:center;
	color:#fff;
	font-size:0.8em;
	line-height:20px;
	margin-left:5px;
	}

.PT_ITEM .NEW_I_NEW{
	background-color:#ffae00;
	color:#000;
	}
	
.PT_ITEM .NEW_I_FB{
	background-color:#3b579d;
	color:#fff;
	background-image:url(images/icon_fb.png);
	background-repeat:no-repeat;
	background-position:5px 2px;
	background-size:15px 15px;
	padding-left:18px;
	}

.PT_ITEM .PH_S{
	width:120px;
	height:90px;
	float:right;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	margin-left:8px;
	}
/*==============項目按鈕==============*/