@charset "utf-8";
/* ===================================================================
CSS information

 file name  :group.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* ページタイトル背景
----------------------------------------------------------- */
#group #wrp_pagetitle {
	background: url(../grouplist/images/title.jpg) top center no-repeat;
}

#group .title_text {
	width: 450px;
}

/* #cnt_map
----------------------------------------------------------- */
#group #cnt_map {
	margin: 0;
	padding: 0 0 30px 0;
	width: 680px;
	overflow: hidden;
}

#group #cnt_map h3 {
	background:url(../grouplist/images/tit_map.gif) top left no-repeat;
}

#group #cnt_map #wrp_map {
	margin: 0 auto;
	padding: 10px;
	width: 658px;
	height: 350px;
	border: #bbb9b9 solid 1px;
	background: #fff;
}
#group #cnt_map #map {
	margin: 0 auto;
	padding: 0;
	width: 658px;
	height: 350px;
}

#group #cnt_map .text_loupe {
	margin: 0 auto;
	padding: 10px 0 10px 20px;
	width: 640px;
	background: url(../grouplist/images/icon_loupe.gif) left no-repeat;
}

/* #cnt_group_hotel
----------------------------------------------------------- */
#group #cnt_group_hotel {
	margin: 0;
	padding: 0 0 30px 0;
	width: 680px;
	overflow: hidden;
}

#group #cnt_group_hotel .cnt_list_left {
	width: 330px;
	float: left;
	overflow: hidden;
}

#group #cnt_group_hotel .cnt_list_right {
	width: 330px;
	float: right;
	overflow: hidden;
}

#group #cnt_group_hotel .cnt_list_line {
	clear: both;
	padding: 0 0 50px 0;
	width: 680px;
	overflow: hidden;
}

#group #cnt_group_hotel .cnt_list_left h4,
#group #cnt_group_hotel .cnt_list_right h4 {
	margin: 0;
	width: 330px;
	height: 30px;
	text-indent: -9999px;
}

#group #cnt_group_hotel #cnt_kurashiki h4 {
	background: url(../grouplist/images/st_kurashiki.gif) top no-repeat;
}

#group #cnt_group_hotel #cnt_fukuyama h4 {
	background: url(../grouplist/images/st_fukuyama.gif) top no-repeat;
}

#group #cnt_group_hotel #cnt_hiroshima h4 {
	background: url(../grouplist/images/st_hiroshima.gif) top no-repeat;
}

#group #cnt_group_hotel #cnt_kanda h4 {
	background: url(../grouplist/images/st_kanda.gif) top no-repeat;
}

#group #cnt_group_hotel #cnt_fukuoka h4 {
	background: url(../grouplist/images/st_fukuoka.gif) top no-repeat;
}

#group #cnt_group_hotel #cnt_kumamoto h4 {
	background: url(../grouplist/images/st_kumamoto.gif) top no-repeat;
}

#group #cnt_group_hotel #cnt_miyako h4 {
	background: url(../grouplist/images/st_miyako.gif) top no-repeat;
}

#group #cnt_group_hotel #cnt_ishigaki h4 {
	background: url(../grouplist/images/st_ishigaki.gif) top no-repeat;
}

#group #cnt_group_hotel .text {
	margin: 0 auto;
	padding: 15px 0;
	width: 300px;
}

#group #cnt_group_hotel .img_hotel {
	margin: 15px auto 0 auto;
	width: 300px;
}

#group .hotel_btn {
	margin: 0 auto;
	width: 300px;
}

#group .btn img {
	float: left;
	margin: 0 5px 0 0;
}

/* #cnt_other_hotel
----------------------------------------------------------- */

#group #cnt_other_hotel {
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
	width: 650px;
	overflow: hidden;
	background: #f4fafd;
}

#group #cnt_other_hotel h3 {
	margin: 0;
	padding: 0;
	width: 650px;
	height: 41px;
	line-height: 41px;
	background: url(../grouplist/images/st_grouphoel.gif) top left no-repeat;
	text-indent: -9999px;
}

#group #cnt_other_hotel .cnt_list_left {
	width: 300px;
	padding: 0 0 0 15px;
	float: left;
	overflow: hidden;
}

#group #cnt_other_hotel .cnt_list_right {
	width: 300px;
	padding: 0 15px 0 0;
	float: right;
	overflow: hidden;
}


#group #cnt_other_hotel h4 {
	margin: 10px auto 0 auto;
	width: 300px;
	height: 20px;
	line-height: 20px;
	text-indent: -9999px;
}

#group #cnt_other_hotel #cnt_new_castle h4 {
	background: url(../grouplist/images/st_new_castle.gif) top left no-repeat;
}

#group #cnt_other_hotel #cnt_castle_in h4 {
	background: url(../grouplist/images/st_castle_in.gif) top left no-repeat;
}

#group #cnt_other_hotel .img_hotel {
	margin: 15px auto 0 auto;
	width: 300px;
}

#group #cnt_other_hotel .text {
	margin: 0 auto;
	padding: 5px 0 10px 0;
	width: 300px;
}



/* #googlemap
----------------------------------------------------------- */
.cnt_gmap {
	width: 430px;
	clear: both;
}

.cnt_gmap .img_l {
	width: 150px;
	height: 95px;
	float: left;
	padding: 3px;
	border: #bbb9b9 solid 1px;
}

.cnt_gmap .box_r {
	float: right;
	width: 330px;
}


.cnt_gmap h5 {
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #12016b;
	font-size: 14px;
}

.cnt_gmap .box_l p {
	margin: 0 0 10px 0;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

