

/* ----- モデルコース一覧用 ---- */

table.modelindex {
	width: 100%;
	border-collapse: collapse;
}

table.modelindex th {
	width: 60px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 90%;
	padding: 10px 5px;
	background: #999999;
	border-top: solid 2px #999999;
}

table.modelindex td {
	font-weight: bold;
	padding: 5px 10px;
	border-top: solid 2px #999999;
	border-bottom: solid 1px #999999;
}

table.modelindex td p {
	margin: 0;
	color: #2C4C9D;
	font-size: 90%;
}

* html table.modelindex th {
	font-size: 70%;
}

* html table.modelindex td {
	font-size: 85%;
}

table.modelindex td p {
	font-size: 80%;
}


/* ----- モデルコース詳細用 ---- */

td.traffic {
	width: 50px;
}

table.modellist {
	width: 630px;
	background-color: #EBFAFC;
}

table.modellist th table {
	width: 630px;
	background-color: #D7EEF9;
}

table.modellist td table {
	width: 100%;
}


table.modellist p {
	margin: 5px 20px 5px 5px;
	line-height: 1.5;
}

table.modellistinn {
	width: 630px;
	background-color: #dcfbd2;
}

table.modellistinn th table {
	width: 630px;
	background-color: #c2f5b2;
}

table.modellistinn td table {
	width: 100%;
}


table.modellistinn p {
	margin: 5px 20px 5px 5px;
}

table.modellistpoint {
	width: 630px;
	background-color: #e8e8e8;
}

table.modellistpoint th table {
	width: 630px;
	background-color: #cecece;
}

table.modellistpoint td table {
	width: 100%;
}


table.modellistpoint p {
	margin: 5px 20px 5px 5px;
}

td.spotname {
	font-size: 130%;
	font-weight: bold;
	padding: 3px 0 0 10px;
	text-align: left;
}

* html td.spotname {
	padding: 3px 0 3px 10px;
}

div#coursemap {
	margin: 0 0 10px 0;
	border: 1px #CCCCCC solid;
	text-align: center;
}

h4.modelh4 {
	border-left: solid 6px #00aeda;
	border-bottom: solid 1px #CCCCCC;
	font-weight: bold;
	font-size: 130%;
	padding: 2px 0 2px 10px;
	margin: 20px 0;
}
div#catchread {
	padding: 0;
	margin: 25px 0 30px 0;
}

div#catchread h4 {
	font-weight: bold;
	font-size: 140%;
	color: #2C4C9D;
	border-bottom: solid 1px #6384B8;
	padding: 0 0 2px 0;
	margin: 0 0 8px 0;
}

div#catchread p {
	margin: 0;
}
