@charset "utf-8";
/* CSS Document */

#flow .item {
	border: 2px dotted #97e1de;
	margin-right: 2px;
	margin-left: 2px;
}
#flow .item table tr .img {
	width: 156px;
}
#flow .item table tr .caption {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}
#flow .arrow {
	background-image: url(../img/flow_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
}
.tel_fax {
	border: 5px solid #6DD1CC;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 20px;
	font-size: 26px;
	color: #2C8A85;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tel_fax ul {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 190px;
	border: 2px solid #FFF;
	background-color: #f5fcfb;
}
.tel_fax ul li {
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 40px;
	height: 40px;
	padding-left: 50px;
}
.tel_fax ul li.tel {
	background-image: url(../img/icon_tel.png);
	margin-bottom: 5px;
}
.tel_fax ul li.fax {
	background-image: url(../img/icon_fax.png);
}

#fee .category .subttl_02 {
	font-size: 100%;
}

#fee .category .table {
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 25px;
}
#fee .category .table p {
	margin-bottom: 0.5em;
}

#fee .category .table .sup {
	padding-left: 1em;
	text-indent: -1em;
}

#fee .category .table table {
	margin-bottom: 5px;
}

#fee .category .table table tr th {
	width: 180px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	background-color: #FEF9F5;
	border: 1px solid #CCC;
	font-weight: normal;
}
#fee .category .table table tr th em {
	font-size: 94%;
	line-height: 140%;
	font-style: normal;
}
#fee .category .table table tr td {
	border: 1px solid #CCC;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#fee .subttl_01 {
	position: relative;
}

#fee .subttl_01 .notes {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	text-align: right;
	position: absolute;
	top: 40px;
	right: 10px;
}
