@charset "UTF-8";
/*top.html*/
.top_mv img{
	width:100%;
	height:auto;
}
#news{
	overflow:hidden;
	margin:40px 15px 0 15px;
}
#news .new-h{
	float:right;
	background-color:#1191ae;
	width:110px;
	height:24px;
	color:#fff;	
	text-align:center;
}
#news p{
	vertical-align:middle;
}
#news .article{
	text-align:left;
	margin-top:10px;
}
#news .news_title{
	overflow:hidden;
}

#news .article  .article_conntens{
	color:#0e91ad;
	line-height:1.5;
}


/*quality.html*/
.safety_img{
	padding:20px 0;
	text-align:center;
}
.license_contents{
	text-align:center;
}
.license_contents p{
	font-size:14px;
	text-align:center;
	margin:10px 0 40px 0;
}


/*herb_farm-index.html*/
#contens .herb_contets img{
	float:left;
	width:30%;
}
#contens .herb_contets .herb_description {
	float:left;
	padding-left:5%;
	width:65%;
}
#contens .herb_contets .small{
	font-size:12px;
	padding-bottom:5px;
}
#contens .herb_contets {
	overflow:hidden;
	padding-bottom:20px;
}
#contens .herb_contets_first{
	padding-top:20px;
	
}


#contens .herb_contets a{
	font-size:16px;
	color:#626262;
	text-decoration:none;
}
#contens .vision-img01 {
	font-size:15px;
	padding-bottom:10px;
}
#contens .vision-img01_text{
	font-size:12px;
}

/*herb001.html*/
#contens .herb_contets  .herb_img img{
	float:none;
	width:100%;
	padding:10px 0 20px;
}
#contens .herb_contets .herb_category{
	font-weight:bold;
	margin-top:10px;
	font-size:14px;
}
#contens  .scientific_name{
	border:solid 1px #626262;
	padding:10px;
	margin:10px 0 20px 0;
}
#contens .herb_contets p{
	padding-bottom:10px;
}
#contens .description .herb_contets a{
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
}

/*faq.html*/
#contens ul .faq-q{
	background-image:url(../images/faq/faq_q.gif);
	background-repeat: no-repeat;
	margin: 0 20px 0 0;
	padding: 2px 0 15px 42px;
}
#contens ul .faq-a{
	background-image: url(../images/faq/faq_a.gif);
	background-repeat: no-repeat;
	margin: 3px 0 22px 0px;
	padding: 0 0 30px 42px;
	border-bottom: solid 1px #d7d7d7;
}