/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	font-family: "\5FAE\8F6F\96C5\9ED1","\9ED1\4F53",Helvetica,​Arial,​sans-serif;
	font-size: 16px;
}

img {
	max-width: 100%;
	width: auto	9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.font-red {
	color:red;
}

.label-required:before {
	color:red;
	content: "* ";
}

.label-required {
	font-weight:bold;
}

.ellipsis {
	display:block;
	max-width: 100%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.ellipsis95 {
	display:block;
	max-width: 95%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}


/* -------------------------------------------------- 
	:: main
---------------------------------------------------*/
.content {
	background:#fff;
	padding:10px 15px;
	margin-right:2em;
}

.contentmenu {
	height: 32px;
	font-size: 1em;
	border-bottom: solid 1px #e1e1e1;
	position: relative;
	margin:10px 0;
	text-align:right;
	padding: 10px;
}

.contentmenu b {
	top:0px;
	left:0px;
	font-weight:normal;
	position:absolute;
	padding:3px 15px;
}

.content-item {
	padding: 0 0 1em;
	margin: 0 0 1em;
	border-bottom:1px solid #eee;
	position:relative;
}

.content-item a:hover{
	text-decoration:none;
}

.content-item:last-child {
	border:none;
}

.item-tag {
	display: block;
	font-size: 12px;
	list-style-type: none;
	margin: 0 2px 2px 0;
	padding: 3px 10px;
	background: #fafafa;
	border: 1px solid #eee;
	border-left: 3px solid #eee;
}

.item-img {
	float:left;
	width:140px;
	margin-left:0px;
}

.item-img .item-img-area{
	border: 1px solid #E9EDEF;
	width:120px;
	height:80px;
	overflow-y:hidden;
}

.item-img .consult-img-area{
	border: 1px solid #E9EDEF;
	width:120px;
	height:150px;
	overflow-y:hidden;
}

.item-intro {
	margin: 0 0 0 140px;
}

.item-title {
	font-size: 1.25em;
	margin-top:0px;
}

.item-title a {
	color:#323232;
	letter-spacing:2px;
}

.item-content {
	line-height:1.7;
	font-size:1em;
	color:#666;
}

.item-content p {
	margin: 1em 0;
}

.item-tags {
	font-size:0.9em;
	color:#98CCEC;
}

.item-content a {
	color: #0099CC;
}

.item-button {
	position:absolute;
	right:0;
	top: 0px;
}

.item-main {
	margin: 10px 0;
}

.item-main h3 {
	padding: 10px 20px;
	margin: 10px 0;
	font-size: 1em;
	border-left: 5px solid #98CCEC;
}

.item-main h3 span {
}

/* -------------------------------------------------- 
	:: detail
---------------------------------------------------*/
.detail-title {
	font-size:1.5em;
	color: #333;
}

.detail-info {
	margin: 1em 0;
	font-size:1em;
}

.detail-share {
	margin:1em auto;
}

.detail-action {
	margin: 1em 0 0;
	font-size: 0.75em;
}

.detail-intro {
}

.detail-intro h2 {
	font-size: 14px;
	border-bottom: solid 1px #f2f2f2;
	position: relative;
	padding:0.2em 0 0.2em 1em;
}

.detail-intro-content {
	font-size: 0.8em;
	padding: 1em 0;
	word-wrap: break-word;
} 

.detail-intro-content p {
	line-height:2;
}

.item-thumb {
	margin: 1em 0;
	text-align:center;
	font-size:0.75em;
}

.thumb-img-wrapper {
	margin:0 auto;
	height:99px;
	width:66px;
	overflow-y:hidden;
}

.item-thumb p {
	margin: 1em 0;

}

.item-tag {
	display: block;
	font-size: 12px;
	list-style-type: none;
	margin: 0 2px 2px 0;
	padding: 3px 10px;
	background: #fafafa;
	border: 1px solid #eee;
	border-left: 3px solid #eee;
}

ul.word-item li {
	display:block;
	list-style-type: none;
	padding: 10px 0;
	border-bottom: 1px dashed #DDDDDD;
	font-size:0.75em;
}

ul.word-item li:last-child {
	border:none;
	margin:0;
}

ul.word-item li.price-item a:hover {
	color: #ffffff;
	background-color: #39b3d7;
	border-color: #269abc;
	padding:8px 0;
	border-radius:4px;
}

.word-highlight a{
	color:#0099CC;
}

.store-name {
	display:inline-block;
	padding: 0 5px;
	width:40%;
}

.store-price {
	display:inline-block;
	width:20%;
}

.store-discount {
	display:inline-block;
	width:20%;
}

i.heart {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../img/site.png) 0px -24px no-repeat;
    vertical-align: middle;
	cursor:pointer;
}

i.heart:hover {
    background-position: 0px -4px;
}

i.thanks {
    background-position: 0px -4px;
}