/* ==========================================================================
   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 {
	margin: 0 0 5px;
	border-bottom:1px solid #eee;
	position:relative;
	min-height:70px;
}

.content-item-consult {
	padding:5px 0;
}

.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;
	margin-left:0px;
}

.item-img-area{
	width:80px;
	height:60px;
	overflow-y:hidden;
}

 .lesson-img-area{
	width:80px;
	height:60px;
	overflow-y:hidden;
}

.consult-img-area{
	width:60px;
	height:75px;
	overflow-y:hidden;
}

.item-img img {
	border:2px solid #efefef;
}

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

.lesson-intro {
	margin: 0 0 0 90px;
}

.consult-intro {
	margin: 0 0 0 70px;
}

.item-title {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin:5px 0 20px;
}

.item-title a {
	color:#323232;
}

.item-content {
	font-size:0.8em;
	color:#666;
}

.item-content p {
}

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

#content {
	margin:51px 0 0;
	padding:1em 0;
	background-color:#eee;
}

.info-content {
	background-color: #fff;
	margin: 0 0 20px 0;
	box-shadow: 2px 2px 3px #ccc;
}

ol.breadcrumb {
	background-color: #fff;
}

.bs-callout {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #eee;
	border-image: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px 1px 1px 8px;
	margin: 20px 0;
	padding: 10px 20px;
	cursor:pointer;
}

.bs-callout {
	background:#fff;
}

.bs-callout:hover {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.bs-callout-warning {
	border-left-color: #aa6708;
}
.bs-callout-info {
	border-left-color: #1b809e;
}
.bs-callout-danger {
	border-left-color: #ce4844;
}
.bs-callout-success {
	border-left-color: #4cae4c;
}
.bs-callout-warning h4 {
	color: #aa6708;
}
.bs-callout h4 {
	margin-bottom: 5px;
	margin-top: 0;
	letter-spacing: 10px;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}

.bs-callout-bgblue {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

