@charset "utf-8";

/* heading
	------	------	------ */
section h2 {
	margin: 0 0 50px;
	padding-left: 15px;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	border-left: solid 6px #d30011;
}
section h3 {
	margin: 0 0 40px;
	padding: 0 0 0 20px;
	font-size: 17px;
	line-height: 50px;
	font-weight: bold;
	background: #eeeeee;
}
section h4 {
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	color: #d30011;
}

/* boxes
	------	------	------ */
#main section {
	margin: 0 0 80px;
}

/* flow
	------	------	------ */
#main section p {
	font-size: 15px;
	line-height: 23px;
	color: #000;
}

/* buttons
	------	------	------ */
.btnStyle01 {
	display: block;
}
.btnStyle01 a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 17px !important;
	line-height: 50px;
}

/* button
	------	------	------ */
.contactBtn{
	text-align: center;
	padding-bottom: 50px;
}

.contactBtn a {
    display: inline-block;
    padding: 16px 85px;
    font-size: 16px;
    text-decoration: none;
    background-color: #000;
    background-image: url(../../../common/img/icon_link04.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    color: #eeeeee;
}
.contactBtn a:hover {
	background-color: #999;
}


