@charset "utf-8";


/*
	1 : common
	2 : mainVisualArea
	3 : productArea
	4 : rentalArea
	5 : productsArea
 */

/* -----------------------------
	1 : common
----------------------------- */
/* buttonArea */
.mainArea .buttonArea a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}
.mainArea .buttonArea li.productBtn01 a {
	width: 500px;
	height: 50px;
	background: url(/maker/paock/compressor/rental/images/btn_products01.gif) no-repeat;
}

/* contactArea */
.mainArea .contactArea { clear: both; }
.mainArea .contactArea p.lead {
	width: 790px;
	height: 60px;
	background: url(/maker/paock/compressor/rental/images/contact_lead_240521.png) no-repeat;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.mainArea .contactArea .contactBox {
	position: relative;
	width: 950px;
	height: 152px;
	background: url(/maker/paock/compressor/rental/images/contact_bg.gif) no-repeat;
}
.mainArea .contactArea .contactBox .contactTtl,
.mainArea .contactArea .contactBox .contactTel,
.mainArea .contactArea .contactBox .contactFax {
	height: 0;
	overflow: hidden;
}
.mainArea .contactArea .contactBox .contactMail a {
	position: absolute;
	top: 72px;
	left: 625px;
	display: block;
	width: 265px;
	height: 47px;
	background: url(/maker/paock/compressor/rental/images/btn_contact.gif) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* -----------------------------
	2 : mainVisualArea
----------------------------- */
.mainArea h1.mainVisual {
	width: 950px;
	height: 180px;
	overflow: hidden;
	margin: 0 auto;
	background: url(/maker/paock/compressor/rental/images/mainVisual_240501.png);
	text-indent: 100%;
	white-space: nowrap;
}
.mainArea p.mainLead {
	font-size: 20px;
}

/* -----------------------------
	3 : productArea
----------------------------- */
/* lineup */
.mainArea .productArea .lineupContent {
	width: 910px;
	margin: 0 auto;
}
.mainArea .productArea .lineupContent li { float: left; }

/* specification */
.mainArea .productArea .specificationContent {
	width: 910px;
	margin: 0 auto;
}
.mainArea .productArea .specificationContent table {
	font-size: 14px;
	width: 100%;
	border: 2px #3d67ae solid;
}
.mainArea .productArea .specificationContent th { font-weight: bold; }
.mainArea .productArea .specificationContent th.thTop {
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	background: #3d67ae;
}
.mainArea .productArea .specificationContent th.bgColor { background: #feffe9; }
.mainArea .productArea .specificationContent th,
.mainArea .productArea .specificationContent td {
	border: 1px #97b5e8 dotted;
	padding: 5px 15px;
}
.mainArea .productArea .specificationContent th.solid--l,
.mainArea .productArea .specificationContent td.solid--l {
	border-left: 1px #97b5e8 solid;
}
.mainArea .productArea .specificationContent p.red { color: #dd0000; }

/* movie */
.mainArea .productArea .movieContent {
	width: 640px;
	margin: 0 auto;
}
.mainArea .productArea .movieContent p { font-size: 14px; }

/* -----------------------------
	4 : rentalArea
----------------------------- */
.mainArea .rentalArea p.lead {
	width: 558px;
	height: 78px;
	background: url(/maker/paock/compressor/rental/images/products_lead02.gif);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}
.mainArea .rentalArea dl.flowBox {
	width: 910px;
	height: 160px;
	background: url(/maker/paock/compressor/rental/images/flow_bg_240516.png);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

/* -----------------------------
	5 : productsArea
----------------------------- */
.mainArea .productsArea .column--4 {
	width: 920px;
	margin: 0 auto;
}
.mainArea .productsArea .column--3 {
	width: 910px;
	margin: 0 auto;
}
.mainArea .productsArea .column--2 {
	width: 602px;
	margin: 0 auto;
}
.mainArea .productsArea dl.productsBox {
	float: left;
	width: 219px;
	border: 1px solid #3d67ae;
	border-top: 5px solid #3d67ae;
	padding: 20px 0 20px;
}
.mainArea .productsArea dl.productsBox:first-child { margin-left:0; }
.mainArea .productsArea dl.productsBox dt.productsTtl,
.mainArea .productsArea dl.productsBox dd.productsImg { text-align: center; }
.mainArea .productsArea dl.productsBox dt.productsTtl {
	font-size: 16px;
	margin-bottom: 13px;
}
.mainArea .productsArea dl.productsBox dd.productsImg { margin-bottom: 14px; }
.mainArea .productsArea dl.productsBox dd.productsBtn a {
	display: block;
	width: 180px;
	height: 33px;
	background: url(/maker/paock/compressor/rental/images/btn_products02.gif);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}
