@charset "UTF-8";
/* 各ページに個別のCSSが必要な場合はここに記入してください */

h3 {
	border-bottom: 1px solid #D6D6D6;
	clear: both;
	margin: 0 0 8px;
	padding: 0 0 9px 0;
}

.latList {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.loneTable{
	width: 80%;
	margin: 0 auto;
}
.lis_skin {
	border-collapse: collapse; 
	border-spacing: 0;
	width: 100%;
}

.lis_skin tr td {
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}

.lis_skin tr td.skiTitle {
	background: #EEECEC;
}

.lis_skin tr td.skiTitleLast {
	border-right: none;
}

.lis_skin tr td.rightNone {
	border-right: none;
	color: #B70505;
}

.lis_skin tr td.botDot {
	background: url(../images/lis_bg_dot.jpg) repeat-x left bottom;
	border-bottom: none;
}

.thbold{
	font-weight: bold!important;
}
	
.cureList span.loneTitle {
	font-weight:normal!important;
	color: #000!important;
}

.smallText{
	font-size: 90%;
}

.red { 
	color: #F00;
}

.bgNone {
	background: none repeat scroll 0 0;
}
	
.bold {
	font-weight: bold!important;
}

	
	
	
	
