@charset "UTF-8";

/*トリミング
---------------------------------*/

#index #visual {
	background: url(/trimming/img/index_visual.jpg) no-repeat center top;
}
#index .intro {
	text-align: center;
}

#index .list {
	overflow:hidden;
	_zoom:1;
}
#index .list p.hedanotes {
	text-align: right;
	padding-bottom: 30px;
}	

#index .list .listbox {
	margin: 0 0 40px 0;
}

#index .list table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
#index .list table th,
#index .list table td {
	padding: 5px 40px 5px 20px;
}
#index .list table th {
	color: #fff;
	background-color: #33b8ba;
	text-align: center;
	border: 1px solid #fff;
}
#index .list table td {
	border-bottom: 1px dotted #ddd;
	background-color: #fff;
}
#index .list table .fee {
	width: 30%;
}
#index .list table td.fee {
	text-align: right;
	background-color: #e8f6f6;
	border-left: 1px solid #fff;
	font-size: 100%;
}
#index .list table td span {
	position: relative;
	padding-left: 20px;
}
#index .list table td span:before {
	content: ' ';
	display: block;
	position: absolute;
	background: url(/common/img/sprite.png) no-repeat 0 -50px;
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}
#index .list  strong {
	color: #33b8ba;
	font-size: 120%;
}
#index #wrapper #content #content_block .notes {
	font-size: 90%;
	color: #999;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 2em;
}

#index #othernotes ul li {
	position: relative;
	padding-left: 20px;
}
#index #othernotes ul li:before {
	content: ' ';
	display: block;
	position: absolute;
	background: url(/common/img/sprite.png) no-repeat 0 -50px;
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}
#index #othernotes ul li strong {
	color: #33b8ba;
}