h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.small, small {
  font-size: 80%;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-muted {
  color: #777;
}
.text-normal {
	color:#01AAED;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #FFB800;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #FF5722;
}
a.text-danger:hover {
  color: #843534;
}
.btn-block {
  display: block;
  width: 100%;
}
/* ==========================================================================
   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;
}
/* -------------------------------------------------- 
	:: 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-area{
	border: 1px solid #E9EDEF;
	width:100%;
	overflow-y:hidden;
}

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

.item-title {
	font-size: 1.1em;
}

.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;
}