@charset "utf-8";
/* -------------------------------
common
------------------------------- */
.l-content a:link {
	text-decoration: none;
}

/* -------------------------------
include_main.html
------------------------------- */
.l-content .main_h1 {
	position: relative;
	width: 950px;
	height: 210px;
	margin: 0;
	padding: 0;
	border: none;
	background: url(/pr/vona/mech/compressor/service/common/img/img_h1_191112.png) no-repeat;
	text-indent: 1000%;
	white-space: nowrap;
	overflow: hidden;
}

/*-----------------tabLink--------------------*/

.l-content .title_block_tabLink {
	width: 950px;
	margin: 0 auto 25px;
}
.l-content .title_block_tabLink > li {
	float: left;
	width: 316px;
	margin-left: 1px;
}
.l-content .title_block_tabLink > li.tab01 {
	margin-left: 0;
}
.l-content .title_block_tabLink > li.tab03 {
	float: right;
}
.l-content .title_block_tabLink > li a,
.l-content .title_block_tabLink > li .active {
	display: block;
	width: 316px;
	height: 54px;
	background: url(/pr/vona/mech/compressor/service/common/img/tab_btn_191112.png) no-repeat 0 0;
	text-indent: 1000%;
	white-space: nowrap;
	overflow: hidden;
}
.l-content .title_block_tabLink > li.tab01 a {
	background-position: 0 0;
}
.l-content .title_block_tabLink > li.tab02 a {
	background-position: -316px 0;
}
.l-content .title_block_tabLink > li.tab03 a {
	background-position: -632px 0;
}

/* 各ページ */
.l-content .mainBusiness .title_block_tabLink > li.tab01 a{
	background-position: 0 -54px;
}
.l-content .mainDIY .title_block_tabLink > li.tab02 a{
	background-position: -316px -54px;
}
.l-content .mainTech .title_block_tabLink > li.tab03 a{
	background-position: -632px -54px;
}

/* -------------------------------
include_contact.html
------------------------------- */
.l-content .contactArea .contactBox {
	position: relative;
	clear: both;
	width: 950px;
	height: 268px;
	margin: 10px auto 10px;
	padding: 0;
	border: none;
	background: url(/pr/vona/mech/compressor/service/common/img/contact_bg_230210.png) no-repeat 0 0;
}
.l-content .contactArea .contactBox .ttl,
.l-content .contactArea .contactBox .tel {
	height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.l-content .contactArea .contactBox .mail a {
	display: block;
	position: absolute;
	top: 77px;
	left: 634px;
	width: 260px;
	height: auto;
	padding: 7px 0 6px 5px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
.l-content .contactArea .contactBox .mail a .address {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.l-content .contactArea .contactBox .btn a {
	display: block;
	position: absolute;
	top: 164px;
	left: 326px;
	width: 300px;
	height: auto;
	padding: 13px 0 12px;
	font-size: 16px;
	line-height: 1.2em;
}
.l-content .contactArea .contactBox .btn p {
	position: absolute;
	top: 222px;
	left: 0;
	width: 950px;
}
