@charset "UTF-8";
/* ---------------------------------------------------------------------------

	サービス案内ページ専用スタイル

 -----------------------------------------
	目次
 -----------------------------------------
 	1. ヘッダーナビアクティブ
 	2. コンテナ
	　　 2-1 メインボタン 3カラム
	　　 2-2 メインボタン 4カラム
	　　 2-3 メインボタン 4カラムA
 	3. 新着ニュース
	　　 3-1 ニュース見出し
	　　 3-2 ニュースリスト
	4. その他のインフォメーション

---------------------------------------------------------------------------

 0.bxSlide　ページャー
----------------------------------------------------*/
#BxPager{
	background: #FFF;
}

.column7_inner{
float: left;
width: 232px;
height:30px;
background:#eee url(../images/bg_HeaderNaviLink.gif) no-repeat center bottom;
padding:10px 0;
margin: 0 10px 10px 0;
border-bottom:#999 solid 1px;
border-top:#999 solid 1px;
text-align:center;
}

.column7_inner h3{
	font-size:16px;
	margin:0;
}

.column7_inner h3 span{
	display:block;
}


.column7_inner h3 a:link, .column7_inner h3 a:visited{
	color: #004da0;
	text-decoration:none;
}

.column7_inner h3 a:hover{
	color: #666;
	text-decoration:none;
}

.column7_inner h3 a.active {
    color:#D86D5F;
  }
  
/* bxGallery-客室写真
---------------------------------------------------- */
.item_images{
	margin:0 0 30px;
}

ul.Images{
text-align:center;
height:350px;
}

ul.Images li{
	overflow:hidden;
}

ul.Images li img{
	border:#999 1px solid;
}

.thumbs li{
	margin:20px 5px 10px;
	border:#CCC solid 1px;
}

.caption{
font-size:16px;
line-height:1.4em;
margin:10px 0 0;
text-align:left;
}