﻿/* ===== Contents Area ===== */

#contents #side-space {
	margin: 20px auto 0 auto;
	width: 720px;
	height: 100%;
}


/* ===== Contents Area ===== */

#main-box {
	float: left;
	width: 720px;
}



/* ===== 料金案内ページ ===== */

#charge {
	width: 720px;
	text-align: left;
}

#charge .space {
	width: 720px;
	margin-top: 10px;
	text-align: left;
}

#charge h3 {
	margin-top: 70px;
}

#charge h3.first {
	margin-top: 0;
}

#charge h4 {
	margin-top: 15px;
	color: #b66f2a;
	font-size: 85%;
	line-height: 150%;
	font-weight: bold;
}

#charge h4.first {
	margin-top: 0;
}

#charge ul.midashi {
	margin-top: 20px;
	text-align: left;
	list-style: none;
}

#charge ul.first {
	margin-top: 0;
}

#charge ul.long {
	margin-top: 70px;
}

#charge ul.midashi li {
	padding: 0 12px 0 15px;
	background: url(../image/common/cursol_green.jpg) 0 0.15em no-repeat;
	color: #b66f2a;
	font-size: 85%;
	line-height: 150%;
	font-weight: bold;
	display: inline;
}

#charge p {
	margin-top: 15px;
	color: #333;
	font-size: 75%;
	line-height: 150%;
}

#charge p.first {
	margin-top: 5px;
}

#charge img.button {
	margin-top: 5px;
}

#charge table {
	width: 596px;
	margin-top: 10px;
	margin-bottom: 1em;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: solid;
	border-color: #ffde94;
	border-width: 0px 1px 1px 1px;
}

#charge table.inner {
	margin-top: 40px;
}

#charge table th {
	width: 100px;
	padding: 10px;
	background-color: #f7f7ed;
	border-style: solid;
	border-color: #ffde94;
	border-width: 1px 1px 0 0;
	text-align: left;
	vertical-align: top;
	color: #545454;
	font-size: 75%;
	line-height: 150%;
}

#charge table td {
	width: 453px;
	padding: 10px;
	background-color: #fff;
	border-style: solid;
	border-color: #ffde94;
	border-width: 1px 0 0 0;
	text-align: left;
	vertical-align: center;
	color: #545454;
	font-size: 75%;
	line-height: 150%;
}

#charge table td.long {
	width: 576px;
	padding: 10px;
	border-width: 1px 1px 0 0;
	background-color: #ffff99;
	text-align: center;
}

#charge table td span {
	color: #b66f2a;
}

