@charset "UTF-8";

/* ******************************************************************

	COPYRIGHT(C) CYBRiDGE CORPORATION.
	URL: http://www.cybridge.jp/

****************************************************************** */

/*==================================================================
	common styles
===================================================================*/


/*==================================================================
	searchPanel styles
===================================================================*/

#searchPanel{
	margin-bottom:8px;
	}
#searchPanel table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	margin:0px auto;
	}
#searchPanel th,
#searchPanel td{
	border:1px solid #FFF;
	background-color:#F0F7FD;
	padding:4px;
	}
#searchPanel th{
	background-color:#DAECFA;
	white-space:nowrap;
	text-align:right;
	}
#searchPanel th.searchTitle{
	background-color:#C3E1F8;
	}
#searchPanel td li{
	font-size:11px;
	}
#searchPanel tfoot td{
	background-color:#DAECFA;
	}



/*==================================================================
	searchItem styles
===================================================================*/

.searchItem{
	margin-bottom:45px;
	}


/* ------------------------------------------------------------------
	.searchItemTitle styles
-------------------------------------------------------------------*/
.searchItemTitle{
	border-top:3px solid #103395;
	margin-bottom:8px;
	}
.searchItemTitle h2 img{
	vertical-align:middle;
	margin-right:5px;
	-ms-interpolation-mode: bicubic;
	}

.searchItemTitle h2{
    font-size:133%;
	background-position:left 33%;
	}
.searchItemTitle h2 a{
	font-weight:bold;
	}
.searchItemTitle h2 span{
	font-weight:normal;
	color:#666;
	font-size:smaller;
	}
	
a#onBtn{
	display:block;
	background:url("/img/btn/btn_review.gif") no-repeat 0 0;
	height:24px;
	text-indent:-5000px;
	width:140px;
	}
a#offBtn{
	display:block;
	background:url("/img/btn/btn_book.gif") no-repeat 0 0;
	height:24px;
	text-indent:-5000px;
	width:140px;
	}

.searchItem h3{
    font-size:133%;
	font-weight: bold;
	/*color:#003366;*/
	padding-bottom:5px;
	border-bottom:1px solid #DFDFDF;
	margin-bottom:5px;
	}
.searchItem h3 a{
	text-decoration:none;
	}

.searchItemBody{
	border-bottom:1px solid #DDD;
	margin-bottom:2px;
	}

.searchItem .mainImage{
	width:400px;
	margin:0px 0 10px 0;
	float:left;
	}

.searchItem .searchItemDetail{
	float:right;
	width:325px;
	margin-bottom:10px;
	}


/*	C plan styles
-------------------------------------------------------------------*/
.planC .mainImage{
	width:200px;
	}
.planC .searchItemDetail{
	width:736px;
	}

/*	D plan styles
-------------------------------------------------------------------*/
.planD .mainImage{
	width:150px;
	}
.planD .searchItemDetail{
	width:580px;
	}


/* ------------------------------------------------------------------
	searchItemAccess styles
-------------------------------------------------------------------*/

.mapImage{
	clear:both;
	float:left;
	width:150px;
	margin:0px 0 10px 0px;
	}
.searchItemDetailAddr{
	float:right;
	width:580px;
	}




/*	middleImage styles
-------------------------------------------------------------------*/
.images{
	position:relative;
	}
.images li{
	/* 画像サイズ移行措置 */
	width:194px;
	text-align:center;
	}
.images li.middleImage{
	position:absolute;
	left:202px;
	top:0px;
	}
.images li.rightImage{
	position:absolute;
	right:0px;
	top:0px;
	}
