@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------title*/
.h1wrap h1{
	font-size: 36px;
}
h2.h2title {
	font-size: 30px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	padding: 3px 0 3px 35px;
	position: relative;
}
h2.h2title:before{
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	display: block;
	margin: auto;
	content: " ";
	width: 7px;
	height: 30px;
	background: #1e7400;
	border-radius: 4px;
}
h3.h3title1{
	font-size: 25px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	color: #1e7400;
	border-bottom: 1px solid #1e7400;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h4.h4title{
	display: inline-block;
	color: #1e7400;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 0.8em;
}
.bold_txt span{
	display: inline-block;
	margin-bottom: 0.8em;
}
td h4 b{
	display: inline-block;
	line-height: 1.6;
	font-size: 20px !important;
	padding: 10px 0 !important;
}
/*----------------------------------------------------------------------------common1*/
.qu{
	color: #1e7400;
}
.an{
	background: url(../images/contents/an.gif) left top no-repeat;
	padding-left: 60px;

}
.blog_text{
	overflow: hidden !important;
	width: 100% !important;
}
.blog_text .detail{
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}
/*----------------------------------------------------------------------------common2*/
.vetop table tr td:first-child{
	width: 60% !important;
}
.vetop table tr td:nth-of-type(2){
	width: 2% !important;
}
.vetop table tr td:last-child{
	width: 38% !important;
}
/*----------------------------------------------------------------------------common3*/

/*----------------------------------------------------------------------------blog1*/
section div#contents article {
	padding: 0 5% 5% 5% !important;
    line-height: 26px;
    font-size: 15px;
}

section div#contents article img {
	margin: 20px 0;
}

section div#contents article h3 {
	font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #CCC;
    padding: 5px;
  }

@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
h1.h1title {
    font-size: 3.0625vw;
}
h2.h2title {
	font-size: 20px;
}
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* tablet END ###################################################### */
}
@media screen and (max-width: 468px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
.td100 td{
	width: 100% !important;
}
/*----------------------------------------------------------------------------title*/
.h1wrap h1{
	font-size: 26px;
}
h2.h2title {
	font-size: 18px;
}
/*----------------------------------------------------------------------------common1*/
.vetop table tr td:first-child,
.vetop table tr td:nth-of-type(2),
.vetop table tr td:last-child{
	width: 100% !important;
}
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* smartphone END ################################################## */
}