#category {
top: 131px;
}
.mainBox {
background: url(../img/common/list-back.png) repeat-y left top;
padding: 28px 24px 30px 24px;
}
.mb40 {
	margin-bottom: 40px;
}
.rentalBox {
	width: 266px;
	margin-left: 20px;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.rentalBox:nth-child(3n+1) {
	margin-left: 0;
}
.rentalBox .imageBox {
	position: relative;
}
.category {
	font-size: 11px;
	position: absolute;
	top:0;
	left: 0;
	color:#FFF;
	padding: 5px;
	background: #00b7b1;
	line-height: 1;
}
.inRental {
	position: absolute;
	top:0;
	right: 0;
	color:#000;
	padding: 5px 10px;
	background: #ffc830;
	line-height: 1;
}
.inKanri {
	position: absolute;
	bottom:0;
	right: 0;
	color:#fff;
	padding: 5px 10px;
	background-color: #00b7b1;
	line-height: 1;
}
.rentalBox h3 {
	display: inline-block;
	width: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #3d5c8e;
	padding: 15px 0 10px;
}
.rentalBox table#data {
	width: 100%;
	font-size: 90%;
	margin-bottom: 15px;
}
.rentalBox table th {
	background: #F8F8F8;
	width: 80px;
}
.rentalBox table th,
.rentalBox table td {
	border: 1px solid #ccc;
	padding: 5px;
}
.rentalBox .detailsBtn {
	float: none;
	background: #cc2709;
	text-align: center;
	border: 1px solid #6a1407;
}
.rentalBox .detailsBtn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 5px 0;
	text-decoration: none;
}
.rentalBox .detailsBtn a:hover{
	background: #ff0000;
}
.nagare {
	position: relative;
}
.nagare .btn {
	position: absolute;
	bottom: -4px;
	left: 7px;
}
.infoBox {
	padding: 20px;
	margin: 20px 0 0;
	border: 1px solid #CCC;
	background: #F8F8F8;
}
.infoBox.end {
	margin-top: -1px;
	padding-bottom: 0;
	border-bottom: 4px solid #999;
	margin-bottom: 30px;
}
.infoBox .box {
	display: flex;
	align-items: center;
	margin: 30px 0 0;
}
.infoBox .box a {
	display: flex;
	align-items: center;
}
.infoBox .box a + a {
	margin-left: 30px;
}
.infoBox .box a img {
	margin-right: 14px;
}
.pdf {
	padding: 5px 30px;
	background-image: url(../rental/img/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: top left;

}
h3.charge {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}
table.charge {
	width: 100%;
}
.charge th {
	background: #4579a4;
	color:#fff;
	text-align: center;
	font-size: 110%;
}
.charge td {
	text-align: center;
	font-size: 100%;
}
.charge td.shasyu {
	text-align: center;
	width: 180px;
}
.charge th,
.charge td {
	border: 1px solid #ccc;
	padding: 5px;
	padding: 15px 17px;
	line-height: 1;
/*	width: 172px;*/
}
.charge td {
	text-align: right;
}
.charge th:first-child {
		width:260px;
	}
}
.charge td small {
	padding-top: 5px;
	display: inline-block;
}
ul.charge {
	margin-top: 10px;
}
ul.charge li {
	font-weight: normal;
	margin-bottom: 5px;
}
#list.rental .infoBox h4 {
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 10px 0;
	border-left: 5px solid #296cba;
	padding-left: 10px;
}
#list.rental .infoBox h5 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 10px;
}
#list.rental .infoBox h5 small {
	margin-left: 2em;
}
#list.rental .infoBox ul {
	margin-bottom: 15px;
}
#list.rental .infoBox li {
	font-weight: normal;
	margin-bottom: 5px;
}
#list.rental .infoBox li.importantList {
	font-weight: bold;
	color: #F00;
}
#list.rental .infoBox li ul {
	margin-top: 8px;
}
#list.rental .hokenBox {
	width: 395px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	border: 1px solid #ededed;
	background: #fff;
	padding: 20px;
	height: 180px;
	margin-bottom: 20px;
}
#list.rental .detail .hokenBox {
	width: 380px;
}
#list.rental .hokenBox2 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	border: 1px solid #ededed;
	background: #fff;
	padding: 20px;
}
#list.rental .hokenBox2 small {
	font-size: 60%;
}
#list.rental .hokenBox2 p {
	margin-bottom: 5px;
	font-weight: normal;
}
#list.rental .hokenBox2 strong {
	color: #f00;
}
#list.rental .hokenBox2 strong b {
	font-size: 160%;
}
#list.rental .hokenBox2 .inline li {
	display: inline-block;
	float: left;
	margin-right: 3em;
}
#list.rental hokenBox2 ul {
	margin-bottom: 0;
}
#list.rental .hokenBox:nth-child(n+3) {
	margin-left: 15px;
}
#list.rental .menseki {
	display: flex;
	margin: 0 0 10px;
	align-items: center;
}
#list.rental .menseki > div {
	position: relative;
/*	font-size: 16px;*/
	font-weight: normal;
}
#list.rental .menseki > div dl {
	display: inline-block;
	margin-bottom: 0.2em;
}
#list.rental .menseki > div dl dt {
	display: inline-block;
	float: left;
	margin-right: 1em;
/*	line-height: 2;*/
}
#list.rental .menseki > div dl dd {
/*	font-size: 200%;*/
/*	line-height: 1;*/
	float: right;
}
#list.rental .menseki > div p {
	margin-bottom: 0;
}
#list.rental .menseki > div strong {
	font-size: 200%;
}
#list.rental .menseki > div strong small {
	font-size: 40%;
}
#list.rental .menseki > div:after {
	content: "▶";
	font-size: 14px;
	color: #ccc;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1.5em;
	margin: auto;
	line-height: 1;
}
#list.rental .menseki > div:last-child {
	margin-left: 2.6em;
}
#list.rental .menseki > div:last-child:after {
	content: none;
}
.detailTable,
.custom {
	width: 100%;
	margin-bottom: 30px;
}
.detailTable th,
.custom th{
	background: #F8F8F8;
	padding: 5px 10px;
	vertical-align: middle;
	width: 15%;
}
.detailTable th,
.detailTable td,
.custom th,
.custom td {
	border: 1px solid #ccc;
	padding: 5px;
	padding: 5px 10px;
	line-height: 1;
	font-size: 95%;
}
.end .telContact {
	width: 500px;
	float: left;
}
.end p {
	margin-bottom: 15px;
}
.end dt {
	display: inline-block;
	float: left;
	margin: 0 8px;
}
.end dd {
	height: 30px;
	margin-bottom: 10px;
}
.end .otherContact {
	display: inline-block;
	float: right;
}
.end .otherContact p {
	margin:0;
}
.rental .openhoursBox p.contacts {
	top: 12px;
}
.rental.rental .openhoursBox div.telBox {
	top: 36px;
}

.rental #footer .contacts {
	top: 5px;
}

.rental #footer .telBox {
	top: 16px;
}
.rentalin {
	color: #000;
	padding: 3px 8px;
	background: #ffc830;
	line-height: 1;
	font-size: 12px;
	border-radius: 3px;
	margin-right: 40px;
	margin-right: 40px;
}
#list .detail .itemBox .nameBox h2 {
	width: 330px;
}
#list .itemBox .nameBox ul li.tenji {
	margin-left: 16px;
}

.kanri span {
	display: inline-block;
	text-align: center;
	font-weight: normal;
	line-height: 1;
	color:#fff;
	background-color: darkcyan;
	border-radius: 3px;
	padding: 4px 0 3px;
	width: 67px;
}
#list table.ico {
	margin-bottom: 1em;
}
table.ico td {
	border: 1px solid #ccc;
}
.btn {
	display: block;
	margin-bottom: 10px;
}
.return-btn {
	text-align: center;
	margin-top: 30px;
}
.return-btn .btn {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 10px 40px;
	margin-bottom: 0;
	border-radius: 5px;
	background-color: dodgerblue;
	background: #1772b7; /* Old browsers */
	background: -moz-linear-gradient(top, #235f8e 0%, #235f8e 50%, #004976 50%, #004976 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #235f8e 0%,#235f8e 50%,#004976 50%,#004976 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #235f8e 0%,#235f8e 50%,#004976 50%,#004976 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#235f8e', endColorstr='#004976',GradientType=0 ); /* IE6-9 */
}
.return-btn .btn span {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 1;
	margin: -2px 5px 0px 0;
	background-image: url(../img/common/btn-pagetop.png);
	background-repeat: no-repeat;
	background-position: -11px -10px;
	vertical-align: middle;
	transform: rotate(-90deg);
}
.detail .icon-title {
	margin-top: 30px;
}

@media print {
	#innerWrap {background: #fff;}
	.mainBox {background: #fff;padding: 0;page-break-after:always;}
	.inners .box.clearfix {margin-bottom: 20px;}
	#list .detailBox .itemBox .nameBox {
		background: #f9f9f9;
		border-bottom: 1px solid #ccc;
		padding: 16px 16px;
	}
	#list .detailBox .itemBox {
		border: none;
		border-top: 4px solid #999;
	}
	#list .detail .itemBox h3,
	#list.rental .infoBox h4 {
		background: none;
		height: auto;
		padding-top: 0;
		font-size: 130%;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	#list.rental .infoBox h5{
		font-size: 110%;
		font-weight: bold;
		margin-bottom: 3px;
	}
/*
	.charge th, .charge td {
		padding: 5px ;
		line-height: 1;
	}
*/
	.title-zaiko,
	#header,
	.topicPath,
	.end .otherContact,
	.telContact dl+dl,
	.icon-title,
	.ico,
	.custom,
	.infoBox p,
	#pagetop,
	.tenji,
	#footer,
	.bottoms,
	.return-btn,
	#menkyo-kubun {
		display: none;
	}
	.infoBox {
		padding: 0;
		margin: 20px 0 0;
		border: none;
		background: none;
	}

	#list.rental .detail .hokenBox,
	#list.rental .detail .hokenBox2 {
		width: 100%;
		display: inline-block;
		border: none;
		padding: 0;
		height: auto;
		margin-bottom: 20px;
	}
	#list.rental .detail .hokenBox {
		margin-bottom: 0;
	}
	#list.rental .infoBox li {
		font-weight: normal;
		margin-bottom: 3px;
		display: inline;
		margin-right: 10px;
		font-size: 12px;
	}
	#list.rental .infoBox ul {
		margin-bottom: 8px;
	}
	#list.rental .infoBox li ul {
		margin-bottom: 0;
		margin-top: 3px;
	}
	#list.rental .infoBox li ul li {
		font-weight: normal;
		margin-bottom: 5px;
		display:block;
		margin-right: 10px;
	}
	#list.rental .infoBox li ul li br {
		display: none;
	}
	#list.rental .hokenBox:nth-child(n+3) {
		margin-left: 0;
	}
	#list.rental .infoBox ul.caution li {
		display: block;
	}
	.end .telContact {
		position: relative;
	}
	.end .telContact:after {
		content: '営業時間 : 平日/8:30〜18:00 祝日/10:00〜16:00 定休日：第２・第４土曜日、日曜日';
		position: absolute;
		bottom: 17px;
		left: 440px;
		display: inline-block;
		width: 315px;
		font-size: 100%;
		height: 2.1em;
	}
	.infoBox.end {
		border-top: 1px solid #ccc;
		padding: 15px 0 0;
		background: #f9f9f9;
	}
	ul.charge li {
		font-weight: normal;
		margin-bottom: 3px;
		font-size: 10px;
	}
/*
	#list.rental .menseki {
		display: flex;
		margin: 0 0 15px;;
		align-items: center;
	}
	#list.rental .menseki > div {
		position: relative;
		font-size: 16px;
	}
	#list.rental .menseki > div dl dt {
		display: inline-block;
		float: left;
		margin-right: 2em;
		line-height: 1.2;
	}
	#list.rental .menseki > div dl dd {
		font-size: 120%;
		line-height: 1;
	}
*/
	#list.rental .menseki > div p,
	#list.rental .detail .hokenBox2 p {
		margin-bottom: 0;
		display: block;
	}
	#list.rental .detail .hokenBox2 p {
		font-weight: normal;
		margin-bottom: 5px;
		font-size: 12px;
	}
/*
	#list.rental .menseki > div strong {
		font-size: 200%;
	}
	#list.rental .menseki > div strong small {
		font-size: 30%;
	}
	#list.rental .menseki > div:after {
		content: "▶";
		font-size: 30px;
		color: #f00;
		width: 1em;
		height: 1em;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -1.5em;
		margin: auto;
		line-height: 1;
	}
	#list.rental .menseki > div:last-child {
		margin-left: 4em;
	}
	#list.rental .menseki > div:last-child:after {
		content: none;
	}
*/
	.detailTable tr:nth-child(1),
	.detailTable tr:nth-child(2),
	.detailTable tr:nth-child(3),
	.detailTable tr:nth-child(5),
	.detailTable tr:nth-child(6),
	.detailTable tr:nth-child(7),
	.detailTable tr:nth-child(9) {
		display: none;
	}
	#list.rental .hokenBox2 .inline li {
		font-size: 10px;
	}
}
#list.rental .detailBox .itemBox .nameBox {
	background: url(../rental/img/detail-title-back.png) repeat-x left bottom;
	padding: 8px 16px;
	border-bottom: none;
}