@charset "utf-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: レンタカー用CSS                                                            */
/* 作成日: 2015-02-25                                                               */
/* 最終更新日: 2025-09-03                                                           */
/*                                                                                  */
/* ################################################################################ */

.mainContents div#campingCar div:nth-of-type(1) a img:hover, 
.mainContents div#standardCar div:nth-of-type(1) a img:hover {
	opacity: .75;
}

@media screen and (min-width: 737px) {

.contentBox {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

h2 {
	background: url(../../img/share/bg_div_contents_long.png) no-repeat center bottom;
	padding: 0 0 55px 0;
	margin: 0 0 20px 0;
}

.mainContents p, 
.mainContents div {
	margin-bottom: 1em;
}

.mainContents .linkBtn {
	text-align: center;
	background: url(../../img/share/bg_div_contents.png) no-repeat center bottom;
	padding-bottom: 4em;
	margin-bottom: 3em;
}

.mainContents h3 {
	background: url(../../img/share/bg_heading02.png) no-repeat left 0.5em;
	color: #1D1F85;
	font-size: 140%;
	margin-bottom: 0.3em;
}

#campingCar, #standardCar {
	margin-top: -81px;
	padding-top: 81px;
}

}

@media screen and (max-width: 736px) {
h2 {
	background: none;
	padding-left: 0;
}

h3 {
	background: url(../../img/share/bg_heading02.png) no-repeat left 0.5em;
	padding-left: 1em;
	line-height: 1.625;
	clear: both;
	color: #1D2086;
	margin-left: 5px;
}

.mainContents img {
	width: 100%;
	height: auto;
}

.linkBtn {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 25px;
}

#campingCar, #standardCar {
	padding-bottom: 5px;
	-moz-box-shadow:0px 8px 4px -4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 8px 4px -4px rgba(0,0,0,0.1);
	box-shadow:0px 8px 4px -4px rgba(0,0,0,0.1);
	background-color: #FFFFFF;
	border-radius: 1px;
	margin-bottom: 50px;
}

#campingCar p, #standardCar p {
	margin: 10px 5px 20px 5px;
}
}