div.editorPages {
	width: 95%;
	margin: 0 auto;
	line-height: normal;
}
div.editorPages ul {
	list-style:inside disc;
}
div.editorPages ol {
	list-style:inside decimal;
}


/* news info */
div.newsinfo_date {
	margin:-10px 0 16px 18px;
	font-size:0.857em;
}
/* 會員條款 */
div.btn_member_agreement {
	width:70%;
	margin:20px auto 0 auto;
	text-align:center;
}
div.btn_member_agreement >label {
	margin-right:5px;
}
/* contact */
div.contact_googlemap {
	margin:10px 10px 30px 10px;
	border:#333 1px solid;
}
div.contact_from {
	width: 90%;
	margin: 20px auto;
}
div.contact_from >h1 {
	font-size:1.3em;
	font-weight:100;
	height:30px;
	background:url(../images/mark/black_white/ArrowLeft3.png) left center no-repeat;
	background-size:30px;
	padding-top:10px;
	padding-left:30px;
}
div.contact_from >h3 {
	font-size:1.105em;
	border-left:#333 5px solid;
	margin-left:11px;
	margin-top:30px;
	margin-bottom:20px;
	padding-left:5px;
}
div.contact_from > label {
    display: block;
    margin: 6px 0px 0px;
}
div.contact_from > label.formRadios {
    display: inline-block;
    margin: 6px;
}
div.contact_from label input[type=radio], div.contact_from label input[type=checkbox] {
	min-width: 10px;
	margin-right: 5px;
}
div.contact_from input[type=number] {
	max-width: 30%;
	min-width: 30px;
}
div.contact_from > input {
    display: inline-block;
	width: 80%;
	max-width: 100%;
    margin: 10px 0px;
}
div.contact_from > input + span, div.contact_from > label + span {
    display: inline-block;
    margin-left: 8px;
	color:#f00;
}
div.contact_from > select {
	margin:0 5px 10px 0px;
}
div.contact_from > textarea {
	width: 80%;
    margin: 10px 0px;
}
div.contact_from button {
    margin-top: 10px;
	white-space: nowrap;
}

/* 門市據點 */
div.location_info {
	width:95%;
	border-bottom:#999 1px dashed;
	margin:0 auto 10px auto;
	padding-bottom:10px;
}
div.location_info >ul {
}
div.location_info >ul >li {
	padding-left:5px;
	line-height:1.5em;
}
div.location_info >ul >li.location_area {
	font-size:0.875em;
}
div.location_info >ul >li.location_name {
	font-size:1.3em;
}
