.rental,
.how{
	width:92%;
	margin-top:2vw;
	margin-left:auto;
	margin-right:auto;
}
.rental img,
.how img{
	width:100%;
}
.search-conditions{
	width:92%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-color: #fff799;
	-webkit-border-radius:0.5vw;
	-moz-border-radius:0.5vw;
}
.search-conditions h2{
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:2.8vw;
	margin-bottom:2%;
	font-size:4.5vw;
}
.search-conditions ul{
	width:94%;
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
	display:table;
	table-layout:fixed;
}
.search-conditions ul li{
	display:table-cell;
	padding-bottom:20px;
	list-style-type:none;
	font-size:20px;
	text-align:center;
}
#submit_button {
	width:90%;
	font-size: 3.3vw;
	font-weight: bold;
	padding: 0.8em 0.1vw;
	background-color: #e9611d;

	/* 文字色を白色に指定 */
	color: #fff;

	/* ボーダーをなくす */
	border-style: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
} 
#submit_button:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}
#top-dipcoater2,
#top-dipcoater{
	margin-top:2vw;
	width:100%;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	background-color:#eeeeee;
}
.dipcoater1{
	margin-left:auto;
	margin-right:auto;
	margin-top:2vw;
	width:95%;
	line-height:3.5vw;
}
.dipcoater1 h2{
 	border-left:solid 6px #15b736;
	padding: 0.4em 1.2vw;
	font-size: 3.8vw;
	line-height:160%;
}
.sml{
	font-size: 2.4vw;
}
.dipcoater1-text{
	padding-left:38%;
	background-image:url(../images/bg-dipcoater1.jpg);
	background-position:top left;	
	background-repeat:no-repeat;
	background-size: 35%;
	width:62%;
	font-size: 2.5vw;
}
.dipcoater2-text{
	padding-right:38%;
	padding-bottom: 1em;
	background-image:url(../images/bg-dipcoater2.jpg);
	background-position:top right;	
	background-repeat:no-repeat;
	background-size: 35%;
	width:62%;
	font-size: 2.5vw;
}
#about-dipcoater{
}
#about-dipcoater h2{
	margin-top:3vw;
	margin-left:auto;
	margin-right:auto;
 	border-bottom:dotted 2px #666;
	padding: 0.4em 1.2vw;
	font-size: 3.8vw;
	width:90%;
	text-align:center;
}
#about-dipcoater ul{
	margin-top:2vw;
	margin-left:auto;
	margin-right:auto;
	display:table;
	width:98%;
}
#about-dipcoater li{
	display:table-cell;
	text-align:center;
	width:44%;
	padding:1vw;
}
#about-dipcoater li p{
	margin-top:1vw;
	text-align:left;
	font-size: 2.8vw;
	line-height:160%;
}
#about-dipcoater li img{
	width:100%;
}
.dipcoater-catalog,
.dipcoater-movie{
	margin-top:4vw;
	margin-left:auto;
	margin-right:auto;
	width:90%;
}
.dipcoater-catalog{
	margin-bottom:4vw;
}
.dipcoater-catalog img,
.dipcoater-movie img{
	width:100%;
}
.whatsnew,
.newitem{
	margin-top:3%;
	width:80%;
	padding:5%;
	border:1px solid #999;
	margin-left:auto;
	margin-right:auto;
}
.whatsnew-title,
.newitem-title{
	margin-top:2vw;
	margin-bottom:2vw;
	border-bottom:1px solid #000;
}
.newitem-title h3{
	font-size: 3.4vw;
	float:left;
}
.newitem-title .item-link{
	float:left;
	margin-left:1%;
	width:22%;
}
.newitem-title .item-link img{
	width:100%;
}
.img-item{
	margin-top:2%;
}
.img-item img{
	float:left;
	width:22%;
}
.item-text{
	margin-left:2%;
	float:left;
	width:68%;
	line-height:160%;
}
.whatsnew-title h3{
	float:left;
	padding:2vw;
}
.whatsnew-title .link{
	float:right;
	padding:2vw;
}
.whatsnew-text td{
	line-height:160%;
	font-size: 2.2vw;
}