html,body,ul,ol,li,h1,h2,h3,h4,h5,h6,p,table,th,td {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
li {
	list-style: none;
}
em,i {
	font-style: normal;
}
strong,b {
	font-weight: normal;
}

body {
	background: #fcfcfd;
}
.wrapper {
	width: 100%;
	max-width: 800px;
	margin: auto;
}

.banner a {
	display: block;
}
.banner img {
	display: block;
	width: 100%;
	border: none;
}

.menuTitle {
	padding: .6rem 0 .6rem .8rem;
	background: #edebeb;
}
.menuTitle:before {
	content: "";
	display: inline-block;
	width: .3rem;
	height: 1rem;
	margin-right: .4rem;
	background: #e8842b;
	vertical-align: middle;
}
.menuTitle span {
	color: #94929c;
	vertical-align: middle;
}

.textMenu {
	border-bottom: 1px solid #CECED4;
}
.textMenu li {
	padding-left: 1.3rem
}
.textMenu a {
	display: block;
	padding: .8rem 1.5rem .8rem 0;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #eae8f0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.textMenu li:last-child a {
	border: none;
}
.textMenu a:hover {
	color: #e8842b;
}
.textMenu a:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/arrow.png) center center no-repeat;
	background-size: 16px 16px;
	position: absolute;
	right: .6rem;
	top: 50%;
	margin-top: -8px;
}
.subTextMenu {
	border: none;
}
.subTextMenu li {
	border-bottom: 1px solid #eae8f0;
}
.subTextMenu a {
	border: none;
}

.iconMenu {
	padding: .25rem .75rem;
}
.iconMenu:after {
	content: "";
	display: block;
	clear: both;
}
.iconMenu li {
	padding: .25rem;
	width: 47.6%;
	float: left;
}
.iconMenu a {
	display: block;
	height: 3.6rem;
	color: #000;
	background: #EDEBEB;
	border: 1px solid #D4D1D1;
	text-decoration: none;
	padding: 0 1.2rem 0 2.5rem;
	position: relative;
	-webkit-border-radius: .3rem;
	border-radius: .3rem;
}
.iconMenu a:hover {
	color: #e8842b;
}
.iconMenu a:before {
	content: "";
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	left: .8em;
	top: 50%;
	margin-top: -.6rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.2rem 1.2rem;
}
.iconMenu a span {
	display: block;
	line-height: 3.6rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.iconMenu a:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/arrow.png) center center no-repeat;
	background-size: 16px 16px;
	position: absolute;
	right: .4em;
	top: 50%;
	margin-top: -8px;
}
.iconMenu a.base:before {
	background-image: url(../img/icon_base.png);	
}
.iconMenu a.reg:before {
	background-image: url(../img/icon_reg.png);	
}
.iconMenu a.account:before {
	background-image: url(../img/icon_account.png);	
}
.iconMenu a.func:before {
	background-image: url(../img/icon_func.png);	
}
.iconMenu a.pay:before {
	background-image: url(../img/icon_pay.png);	
}
.iconMenu a.contact:before {
	background-image: url(../img/icon_contact.png);	
}

.detailTitle {
	background: none;
	padding-top: 1rem;
}
.detailTitle span {
	color: #000;
}
.detail p {
	padding: .25rem 1.5rem;
	line-height: 1.5rem;
	color: #717078;
}
.detail img {
	display: block;
	width: 70%;
	max-width: 320px;
	margin: auto;
}