@charset "utf-8";
#requestBox {
	margin-top: 15px;
}

#requestBox img {
}

#requestBox p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5;
}

#requestBox .ttl {
	margin-top: 30px;
	padding: 10px 15px;
	background-color: #aaa;
	font-weight: bold;
	text-align: center;
}

#requestBox table {
	width: 100%;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#requestBox table th,
#requestBox table td {
	padding: 10px;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

#requestBox table th {
	background-color: #CCC;
	text-align: center;
}

#requestBox table td {
	text-align: left;
}

#requestBox .list {
}

#requestBox .list li {
	padding-left: 10px;
	position: relative;
}

#requestBox .list li:before {
	width: 3px;
	height: 3px;
	background-color: #333;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	position: absolute;
	top: 7px;
	left: 0;
	content: "";
}

#requestBox .list li + li {
	margin-top: 5px;
}

#requestBox .charged {
	margin-top: 20px;
	width: 50%;
}

#requestBox .charged dt {
	font-weight: bold;
}

#requestBox .charged dd {
	margin-top: 5px;
	padding-left: 5px;
	text-align: right;
}

#requestBox .charged dd .list {
	text-align: left;
}

#requestBox .imgRow {
	margin-top: 10px;
	margin-left: 10px;
	display: table;
	text-align: center;
}

#requestBox .imgRow .frame {
	display: table;
}

#requestBox .imgRow .img {
	padding-right: 15px;
	display: table-cell;
	vertical-align: top;
}

#requestBox .imgRow p {
	margin-top: 10px;
	color: #666;
	font-size: 12px;
}
