@charset "UTF-8";
#content:after, .freeArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

img {vertical-align: middle;}

#content #maintenance .bg01,
#content #maintenance .bg02 {
	padding: 120px 0 30px 0;
	background-size: auto auto;
	background-size: 100% auto !important;
}
#content #maintenance .bg01 {
	background: url(/images/cr1/main_bg.png) top no-repeat #ebebeb;
}
#content #maintenance .bg02 {
	background: url(/images/cr1/main_bg2.png) top no-repeat #ffffff;
}


/* -------------------------- */
/* header */
/* -------------------------- */
#content .main .headerimg {
	background: url(../images/maintenance/headerimg.png) no-repeat center #000000;
}
#content #maintenance {
	padding: 80px 0 60px 0;
}
#content #maintenance .leadbox {
	padding-right: 280px;
	margin-bottom: 80px;
  min-height: 200px;
}
#content #maintenance .txtBox .leadbox {
	background: url(../images/maintenance/lead_bg1.png) right 20px no-repeat;
}
#content #maintenance .price .leadbox {
	background: url(../images/maintenance/lead_bg2.png) right 20px no-repeat;
}
#content #maintenance .txtBox.bg02 .leadbox:nth-of-type(1) {
	background: url(../images/maintenance/lead_bg3.png) right 20px no-repeat;
}
#content #maintenance .txtBox.bg02 .leadbox:nth-of-type(2) {
	background: url(../images/maintenance/lead_bg4.png) right 20px no-repeat;
}
#content #maintenance .txtBox.bg02 .leadbox:nth-of-type(3) {
	background: url(../images/maintenance/lead_bg5.png) right 20px no-repeat;
}
#content #maintenance h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 40px;
}
#content #maintenance h3.title_price {
	margin-bottom: 30px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#content #maintenance .price .priceBox {
	display: block;
}
#content #maintenance .price .priceList {
	width: 100%;
}
#content #maintenance .price table {
	width: 100%;
	border: 1px solid #333;
}
#content #maintenance .price table thead th {
	background: #333;
	color: #fff;
}
#content #maintenance .price table th {
	padding: 18px 15px;
	background: #ccc;
	font-weight: normal;
	font-size: 0.9em;
	text-align: left;
}
#content #maintenance .price table td {
	width: 130px;
	padding: 18px 15px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: right;
	word-break: break-all;
}
#content #maintenance .price table td:first-child {
	width: auto;
	border-left: none;
	text-align: left;
}
#content #maintenance .price ul {
	margin-top: 20px;
	font-size: 0.9em;
}
#content #maintenance .price ul li {
	padding: 0 0 5px 1em;
	line-height: 1.4;
	text-indent: -1em;
}
#content #maintenance .price ul li:last-child {
	margin-top: 20px;
}


@media screen and (max-width: 1034px) {


#content #maintenance .bg01,
#content #maintenance .bg02 {
	padding: 60px 0 30px 0;
}
#content #maintenance .bg01 + .bg02 {
	padding: 80px 0 30px 0;
}

#content #maintenance {
	padding: 40px 0 30px 0;
}
#content #maintenance .mainimg {
	text-align: center;
	margin-bottom: 20px;
	background: #ffffff;
}
#content #maintenance .txtBox .leadbox,
#content #maintenance .price .leadbox,
#content #maintenance .txtBox.bg02 .leadbox:nth-of-type(1),
#content #maintenance .txtBox.bg02 .leadbox:nth-of-type(2),
#content #maintenance .txtBox.bg02 .leadbox:nth-of-type(3) {
	background: none;
	padding-right: 0px;
	margin-bottom: 40px;
}
#content #maintenance .txtBox .leadbox,
#content #maintenance .price .leadbox {
  min-height: auto;
}

#content #maintenance h2 {
	margin-bottom: 20px;
}
#content #maintenance h3.title_price {
	margin-bottom: 20px;
}

#content #maintenance .price .priceBox {
	display: block;
}
#content #maintenance .price .priceList {
	width: 100%;
}
#content #maintenance .price .priceList:first-child {
	margin-bottom: 30px;
}
#content #maintenance .price table td {
	width: 120px;
}
}

footer {
	background: url(../images/common/footer_bg.png) top no-repeat #333333;
}
