﻿@charset "utf-8";

.iPhoneListTitle {
	height: 20px;
	line-height: 20px;
	padding: 0px 10px;
	font-family: HiraKakuProN-W6;
	font-size: 14px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	border-top: 1px solid #a5b1ba;
	border-bottom: 1px solid #989ea4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6E000B), to(#950117));
	background-color: #909faa;
	text-overflow: ellipsis;
	white-space: nowrap;
} 

.iPhoneULIndex li {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
/*	background-image: url(../images/go_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
	padding-right: 25px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
}

.iPhoneULIndex_top {
	padding-right: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
}


.iPhoneULIndex a{
	text-decoration: none;
	color: #3E2424;
	-webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
	display: block;
	padding: 15px 0;
	background-image: url(../images/y2.gif);
	background-position: right;
	background-repeat: no-repeat;
}
