@charset "utf-8";

@import url("common.css");


/*----------------------------------------------------
header
------------------------------------------------------*/
div#header {
	height: 106px;
	background: url(../img/course/header.jpg) no-repeat top center;
}

div#header h1 a {
	position: absolute;
	left: 12px;
	top: 14px;
	display: block;
	width: 263px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
}



/*----------------------------------------------------
menu
------------------------------------------------------*/
div#menu {
	background: url(../img/course/tab_bg.gif) repeat-x left bottom;
}



/*----------------------------------------------------
/search/index.html
content > main > searchBox
------------------------------------------------------*/
div.searchBox {
	margin: 20px 5px 40px 5px;
	padding: 0 0 28px 0;
	background :url(../img/course/search_bg_btm.gif) no-repeat left bottom;
}

div.searchBoxInner {
	position: relative;
	margin: 0;
	padding: 28px 25px 0 25px;
	background :url(../img/course/search_bg_top.gif) no-repeat left top;
}

div.searchBoxInner form h3 {
	margin-bottom: 3px;
	color: #666666;
	font-size: 100%;
}

div.searchBoxInner select {
	width: 250px;
	margin-bottom: 5px;
	font-size: 77%;
	*font-size: 9px;
	color: #333333;
}

div.searchBoxInner select option {
}

div.searchBoxInner div.btnBox {
	padding-top: 20px;
	cursor: pointer;
	text-align: right;
}

/*以下未使用
div.searchBoxInner p {
	width: 250px;
	font-size: 77%;
	color: #666666;
}

div.searchBoxInner div.right {
	position: absolute;
	top: 28px;
	left: 300px;
	width: 270px;
}

div.searchBoxInner dl dt{
	margin-bottom: 3px;
	font-weight: bold;
	color: #666666;
}

div.searchBoxInner dl dd {
	margin-bottom: 10px;
}

div.searchBoxInner dl dd select {
	width: 15em;
	font-size: 77%;
	color: #666666;
}

ul.checkb01 {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color: #666666;
	font-weight: bold;
	padding: 10px 0;
	_padding: 8px 0;
}

ul.checkb01 li {
	line-height: 1.2;
	list-style: none;
	margin-right: 15px;
	display: inline;
}

ul.checkb01 li input {
	margin-right: 2px;
}
*/




/*----------------------------------------------------
/search/　結果一覧
content > main > searchResult
------------------------------------------------------*/
table#searchResult {
	width: 794px;
	margin: 20px 5px 40px 5px;
	border-right: 1px solid #BFD2E1;
	border-top: 1px solid #BFD2E1;
	color: #333333;
}

table#searchResult th {
	padding: 3px;
	background: #F2F5F9;
	border-left: 1px solid #BFD2E1;
	border-bottom: 1px solid #BFD2E1;
	font-weight: normal;
	color: 666666;
	text-align: center;
}

table#searchResult td{
	padding: 5px;
	border-left: 1px solid #BFD2E1;
	border-bottom: 1px solid #BFD2E1;
}

td.meisho {
	width: 178px;
}

td.jusho {
	width: 300px;
}


tr.even td {
	background: #f7f9f4;
}




/*----------------------------------------------------
/search/　詳細
content > main > detail
------------------------------------------------------*/
div.detailBox {
	margin: 20px 5px 40px 5px;
	padding: 0 0 28px 0;
	background :url(../img/course/detail_bg_btm.gif) no-repeat left bottom;
}

div.detailBoxInner {
	position: relative;
	margin: 0;
	padding: 28px 25px 0 25px;
	background :url(../img/course/detail_bg_top.gif) no-repeat left top;
}

div.detailBoxInner h3{
	margin-bottom: 8px;
	font-size: 140%;
}

table#detail {
	width: 744px;
	border-top: 1px solid #B3CBDB;
	background: #fff;
	color: #333333;
}

table#detail th {
	width: 20%;
	padding: 5px 3px;
	background: #B3CBDB;
	color: #fff;
	text-align: center;
}

table#detail td {
	padding: 5px;
	border-bottom: 1px solid #B3CBDB;
	border-right: 1px solid #B3CBDB;
}

th.borderw {
	border-bottom: 1px solid #fff;
}

td.w30 {
	width: 30%;
}
