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

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定　ハックは最下部に記述
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background: url(../images/bg_main.gif) repeat top center #fff;
	color: #414141;
	font-size: 75%;
	font-family: Verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}

a:link {
	color: #896949;
	text-decoration: underline;
}

a:visited {
	color: #a38d6e;
	text-decoration: underline;
}

a:hover {
	color: #6b4b1d;
	text-decoration: none;
}

a:active {
	color: #a38d6e;
	text-decoration: underline;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.img_r {
	float: right;
}

.img_l {
	float: left;
}

.txt_c {
	text-align: center;
}

.txt_r {
	text-align: right;
}

/* clearfix */
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width: 100%;
	text-align: left;
	background: url(../images/bg_main_top.gif) repeat-x top center ;
}


/*----------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------*/
#header {
	background: url(../images/bg_head.gif) repeat-x top left;
	width: 100%;
}
#header #con_header {
	width: 950px;
	margin: 0 auto;
/*	overflow: hidden;
*/}
#header #hnav {
	width: 950px;
/*	overflow: hidden;
*/}




#header #con_header #hnav #langselect {
	position:relative;
	z-index: 100;
	left:140px;
}

#header #con_header #hnav #langselect .language_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width:120px;
}

#header #con_header #hnav #langselect .language_wrap .language {
  max-width: 120px;
}

.ie8 #header #con_header #hnav #langselect .language_wrap .language {
  width: 120px;
}

#header #con_header #hnav #langselect .language_wrap ul li p {
  color: #fff;
  background: #000;
  font-size: 109%;
  text-align: center;
  font-family: Meiryo;
  padding: 4% 15%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
#header #con_header #hnav #langselect .language_wrap ul li p .fa {
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#header #con_header #hnav #langselect .language_wrap ul li a {
  color: #fff;
  background-color: #3a3939;
  display: block;
}
#header #con_header #hnav #langselect .language_wrap ul li a:hover {
  background-color: #000;
}
#header #con_header #hnav #langselect .language_wrap ul li ul {
  display: none;
}
#header #con_header #hnav #langselect .language_wrap ul li ul li a {
  border-top: 1px solid #272727;
  color: #fff;
  background: #303030;
  font-size: 109%;
  text-align: center;
  font-family: Meiryo;
  padding: 4% 15%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-decoration: none;
}

#header #con_header #hnav #langselect .language_wrap ul li ul li a:hover {
  background: #191919;
}
#header #con_header #hnav .headnav {
  clear: both;
  padding-top: 30px;
}



/* ロゴ
-----------------------------------------------*/
#header #hnav h1 {
	width: 131px;
	float: left;
}



/* ヘッダーナビ
-----------------------------------------------*/
#header #hnav ul.sns {
    float: left;
    margin: 0 0 0 570px;
    padding: 5px 0 0;
    width: 100px;
}


#header #hnav .sns li {
    float: left;
    padding: 0 0 0 3px;
}

#header #hnav .sns li a:hover{
	opacity: 0.7;
}

#header #hnav .sns li img{
	width: 30px;
	height: 30px;
}



/* ヘッダーナビ
-----------------------------------------------*/
#header #hnav ul.sub {
    float: right;
    padding: 15px 0 0;
    width: 140px;
}

#header #hnav .sub li {
    float: left;
    padding: 0 5px 0 0;
}


/* #gnav
-----------------------------------------------*/
#header #gnav {
	width: 950px;
	overflow: hidden;
	margin: 1px auto 0;
	position: relative;
}
#header #gnav ul {
	width: 950px;
	margin: 4px 0 0;
	float: right;
}
#header #gnav li {
	float: left;
	height: 70px;
}

#header #gnav li a {
	height: 0;
	padding-top: 70px;
	display: block;
	overflow: hidden;
}


/* イベント */
#header #gnav .nav_eve a {
	width: 135px;
	background: url(../images/menu/gnav_eve.png) no-repeat 0 0;
}
#header #gnav .nav_eve a:hover,
#event #header #gnav .nav_eve a {
	background: url(../images/menu/gnav_eve.png) no-repeat 0 -70px;
}

/* ホール */
#header #gnav .nav_hal a {
	width: 135px;
	background: url(../images/menu/gnav_hal.png) no-repeat 0 0;
}

#header #gnav .nav_hal a:hover,
#hall #header #gnav .nav_hal a {
	background: url(../images/menu/gnav_hal.png) no-repeat 0 -70px;
}

/* レストラン */
#header #gnav .nav_res a {
	width: 135px;
	background: url(../images/menu/gnav_res.png) no-repeat 0 0;
}

#header #gnav .nav_res a:hover,
#rest #header #gnav .nav_res a {
	background: url(../images/menu/gnav_res.png) no-repeat 0 -70px;
}

/* ホテル */
#header #gnav .nav_hot a {
	width: 135px;
	background: url(../images/menu/gnav_hot.png) no-repeat 0 0;
}

#header #gnav .nav_hot a:hover,
#hotel #header #gnav .nav_hot a {
	background: url(../images/menu/gnav_hot.png) no-repeat 0 -70px;
}

/* ウエディング */
#header #gnav .nav_wed a {
	width: 135px;
	background: url(../images/menu/gnav_wed.png) no-repeat 0 0;
}

#header #gnav .nav_wed a:hover,
#wedding #header #gnav .nav_wed a {
	background: url(../images/menu/gnav_wed.png) no-repeat 0 -70px;
}

/* 宴会・会議 */
#header #gnav .nav_ban a {
	width: 135px;
	background: url(../images/menu/gnav_ban.png) no-repeat 0 0;
}
#header #gnav .nav_ban a:hover,
#banquet #header #gnav .nav_ban a {
	background: url(../images/menu/gnav_ban.png) no-repeat 0 -70px;
}

/* 研修等・カルチャー */
#header #gnav .nav_tra a {
	width: 135px;
	background: url(../images/menu/gnav_tra.png) no-repeat 0 0;
}
#header #gnav .nav_tra a:hover,
#tra_cul #header #gnav .nav_tra a {
	background: url(../images/menu/gnav_tra.png) no-repeat 0 -70px;
}


/* サンプラザオフィス */
#header #gnav .nav_off a {
	width: 135px;
	background: url(../images/menu/gnav_off.png) no-repeat 0 0;
}
#header #gnav .nav_off a:hover,
#sun_off #header #gnav .nav_off a {
	background: url(../images/menu/gnav_off.png) no-repeat 0 -70px;
}


/* #topicpath_wrap
-----------------------------------------------*/
#topicpath {
	height: 25px;
	font-size: 95%;
}
#topicpath ul {
	width: 950px;
	margin: 0 auto;
}
#topicpath ul a {
	color: #bc997f;
}
#topicpath li {
	color: #bc997f;
	float: left;
	padding: 0 3px 0 0;
}

/* #メイン画像
-----------------------------------------------*/
#header .title {
	width: 950px;
	margin: 0 auto;
}


/* #contents
-----------------------------------------------*/
#contents {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
}

/* #main
-----------------------------------------------*/
#main {
	width: 703px;
	margin: 32px 0 0;
	float: left;
}

/* #main_sun
-----------------------------------------------*/
#main_sun {
	width: 950px;
	margin: 32px 0 0;
	float: left;
}


/* #side
-----------------------------------------------*/
#side {
	width: 228px;
	float: right;
	margin: 32px 0 30px;
}

#side p.bn_att {
	margin-bottom: 15px;
}


/* カレンダー */
#side .con_cal {
	width: 228px;
	background-color: #fff;
	table-layout: fixed;
}
#side .img_side_cal_bottom {
	margin: 0 0 15px;
}
#side .con_cal h2 {
	padding: 0 0 14px;
}
#side .con_cal .con_month {
	overflow: hidden;
	width: 120px;
	margin: 0 auto;
}
#side .con_cal .con_month li {
	float: left;
}
#side .con_cal li img {
	padding: 2px 0 0;
	vertical-align: baseline;
}
#side .con_cal .month {
	padding: 0 8px;
}

#side .con_cal table {
	width: 207px;
	margin: 0 auto;
}
#side .con_cal table th {
	border: 2px solid #fff;
	text-align: center;
	background-color: #f3f3f3;
	width: 28px;
	height: 28px;
}
#side .con_cal table td {
	border: 2px solid #fff;
	text-align: center;
	background-color: #f3f3f3;
	width: 28px;
	height: 28px;
}
#side .con_cal table td a {
	color: #2f2f2f;
	display: block;
	width: 100%;
	height: 23px;
	padding: 5px 0 0;
}
#side .con_cal table .event {
	background-color: #7db447;
}
#side .con_cal table .event a:hover {
	background-color: #93c85e;
	color: #595959;
	text-decoration: underline;
}
#side .con_cal table .today {
	border: 3px solid #d94e47;
}
#side .con_cal .con_exa {
	overflow: hidden;
	width: 204px;
	margin: 8px auto 0;
}
#side .con_cal .con_exa li {
	float: left;
	padding: 0 5px 0 0;
}
#side .con_cal .con_exa li.last {
	float: left;
	padding: 0;
}
#side .con_cal .tb_sat {
	background-color: #c0ddfd;
}
#side .con_cal .tb_sun {
	background-color: #ffc9c9;
}


/* 空室検索 */
#con_search {
	margin: 0 0 15px;
}

#con_search #box_search_wrap {
	background-color: #fff;
	padding: 7px 0 0;
}
#con_search #box_search {
	background-color: #f3f3f3;
	color: #8b7420;
	width: 210px;
	margin: 0 auto;
	padding: 0 0 15px;
}
#con_search #box_search select{
	margin: 0 3px 3px 0;
}
#con_search #box_search input {
	margin: 3px 3px 0 0;
}
#con_search #box_search #box_search_in {
	margin: 0 0 10px;
	font-size: 90%;
	padding: 12px 5px 0;
}
#con_search #box_search #box_search_in p {
	font-size: 110%;
	padding: 0 0 6px;
}

#con_search #box_search #box_search_stay {
	font-size: 90%;
	padding: 0 5px;
}
#con_search #box_search #box_search_stay p{
	font-size: 110%;
	padding: 0 0 6px;
}
#con_search #box_search #box_search_stay .btn_search {
	width: 110px;
	margin: 10px auto;
	padding: 0;
}

#con_search #box_search #btn {
	width: 141px;
	margin: 0 auto;
	padding: 10px 0 0;
}
#con_search #box_search #btn .bt_plan {
	padding: 4px 0 0 15px;
	background: url(../images/side/ic_arrow_g.gif) no-repeat 0 9px;
}
#con_search #box_search #btn .bt_plan a {
	color: #577420;
}


/* 下層ページ・カレンダーと空室検索ボタン */
#side .side_cal_sea {
	padding: 0 0 3px;
}


/* サイドナビ */
#snav {
	margin: 0 0 15px;
}


/* サイドバナー */
#bnarea {
	margin: 3px 0 13px;
	width:228px;
	overflow:hidden;
}

#bnarea li{
	margin: 0 0 10px;
}

#bnarea li a {
cursor : pointer
}

#bnarea .side_bn_l{
	float:left;
	margin:0 0 10px 0;
	}

#bnarea .side_bn_r{
	float:right;
	margin:0 0 10px 0;
	}



/* お天気API */
#weather {
	margin: 0 0 16px;
}
#weather .con_weather {
	background-color: #fff;
	padding: 13px 8px 0;
}
#weather .con_weather iframe {
	border: 1px solid #ccc;
	width: 210px;
	height: 220px;
}

/* お見積もり */
#side .bn_est {
	margin: 0 0 14px;
}

/* クーポン */
#side .bn_cou {
	margin: 0 0 14px;
}


/* #footer周り
-----------------------------------------------*/

/* ページトップ */
#btn_pagetop {
	padding: 40px 0 0;
}
#btn_pagetop p {
	width: 950px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	padding: 0 70px 0 0;
}
.fnav_top {
	height: 40px;
	background-color: #2488ec;
}
.fnav_top ul {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
.fnav_top li {
	float: right;
	padding: 13px 0 0 5px;
}

/* フッターバナーエリア */
.footerbnarea_wrap {
	background: url(../images/bg_bnarea.gif) no-repeat top center;
}
.footerbnarea {
	width: 950px;
	margin: 0 auto;
	padding: 35px 0 33px;
}
.footerbnarea h3 {
	padding: 0 0 19px;
}
.footerbnarea ul {
	width: 950px;
	overflow: hidden;
}
.footerbnarea li {
	width: 130px;
	height: 41px;
	float: left;
	padding: 0 0 6px 5px;
}



#footer {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

/* 所在地 */
#footer .f_left {
	color: #828282;
	width: 440px;
	float: left;
	overflow: hidden;
	padding: 17px 0 16px 12px;
	font-size: 95%;
}
#footer .f_left .logo {
	width: 117px;
	float: left;
	padding: 0 20px 0 0;
}
#footer .f_left .address {
	width: 300px;
	float: left;
	line-height: 1.2em;
}
/* コピーライト */
#footer .f_right {
	color: #564d4a;
	width: 480px;
	float: right;
}
#footer .f_right .copy {
	width: 474px;
	color: #4f4636;
	padding: 42px 0 0;
	text-align: right;
	font-size: 90%;
}


/* フッターナビ */
#fnav_wrap {
	background: url(../images/bg_footer.gif) repeat top left;
}
#fnav_wrap a {
	color: #fff;
	text-decoration: none;
}
#fnav_wrap #fnav {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
	padding: 18px 0 18px;
}
#fnav_wrap #fnav ul {
	width: 158px;
	float: left;
	padding: 0 0 0 31px;
}
#fnav_wrap #fnav li {
	padding: 4px 8px 2px;
}
#fnav_wrap #fnav .category {
	background-color: #787472;
	margin: 8px 0 0;
	padding: 4px 8px;
	color: #fff;
}

/*----------------------------------------------------
	下層ページ　お問い合わせ
----------------------------------------------------*/
.con_f_contact {
	background: url(../images/bg_con.gif) no-repeat top left;
	width: 700px;
	height: 139px;
	margin: 0 auto;
}
.con_f_contact h5 {
	text-align: center;
	padding: 15px 0 0;
}
.con_f_contact .btn_f_contact {
	padding: 20px 0 0;
	width: 610px;
	overflow: hidden;
	margin: 0 auto;
}
.con_f_contact .btn_f_contact li {
	float: left;
	padding: 0 7px 0 0;
}


/*----------------------------------------------------
	下層ページ　イベントスケジュール　共通項
----------------------------------------------------*/

/* 新着情報（トピックス）
-----------------------------------------------*/
.con_new_low h3 {
	padding: 0 0 13px;
}
.con_new_low .box_new_wrap {
	background: url(../images/home/bg_eve.gif) repeat top left;
	padding: 12px 0 15px;
	width: 700px;
}
.con_new_low .box_new {
	padding: 5px 25px 20px 18px;
	background-color: #fff;
	width: 624px;
	margin: 0 auto;
}
.con_new_low .box_new_wrap .box_det {
	width: 624px;
	overflow: hidden;
	padding: 20px 0;
}
.con_new_low .box_new_wrap .border_bottom {
	border-bottom: 1px solid #cecece;
}
.con_new_low .box_new_wrap .brn_list {
	text-align: center;
	padding: 10px 0 0;
}

.box_det .event_photo {
	width: 87px;
	float: left;
}
.box_det .event_photo img {
	padding: 2px;
	border: 1px solid #e0e0e0;
}
.box_det .event_textarea {
	width: 518px;
	float: right;
}
.box_det .event_textarea .event_date {
	color: #000;
	padding: 0 0 8px;
	font-size: 90%;
}
.box_det .event_textarea .event_date .event_category {
	background-color: #2b2b2b;
	color: #fff;
	padding: 2px 18px 1px;
	margin: 0 0 0 7px;
	font-size: 100%;
}
.box_det .event_textarea h4 {
	background: url(../images/ic_suq.gif) no-repeat 0 5px;
	padding: 0 0 3px 15px;
	font-size: 120%;
}
.box_det .event_textarea h4 a {
	color: #896949;
}



/* イベントカレンダー
-----------------------------------------------*/
.event_detail {
	margin: 0 0 18px;
}
.con_event_cal {
	width: 670px;
	background-color: #fff;
	padding: 10px 15px 30px;
	background: url(../images/event/bg_evesche.png) repeat-y top left;
	overflow: hidden;
}

/*カレンダータブ*/
.tabnav {
	width: 685px;
	float: left;
	padding: 0 0 0 15px;
	overflow: hidden;
	position: relative;
	background: url(../images/event/img_evesche_top.png) no-repeat 0 36px;
}
.tabnav li {
	float: left;
	height: 40px;
}
.tabnav li a {
	height: 0;
	padding-top: 40px;
	display: block;
	overflow: hidden;
}

/*一覧*/
.tabnav .box_cat01 a {
	width: 87px;
	background: url(../images/event/tab_all.png) no-repeat 0 -85px;
}
.tabnav .box_cat01 a:hover,
.tabnav .box_cat01 .active {
	width: 87px;
	background: url(../images/event/tab_all.png) no-repeat 0 0;
}
/*ホール*/
.tabnav .box_cat02 a {
	width: 90px;
	background: url(../images/event/tab_hal.png) no-repeat 0 -85px;
}
.tabnav .box_cat02 a:hover,
.tabnav .box_cat02 .active {
	width: 90px;
	background: url(../images/event/tab_hal.png) no-repeat 0 0;
}
/*レストラン*/
.tabnav .box_cat03 a {
	width: 153px;
	background: url(../images/event/tab_res.png) no-repeat 0 -85px;
}
.tabnav .box_cat03 a:hover,
.tabnav .box_cat03 .active {
	width: 153px;
	background: url(../images/event/tab_res.png) no-repeat 0 0;
}
/*ホテル*/
.tabnav .box_cat04 a {
	width: 110px;
	background: url(../images/event/tab_hot.png) no-repeat 0 -85px;
}
.tabnav .box_cat04 a:hover,
.tabnav .box_cat04 .active {
	width: 110px;
	background: url(../images/event/tab_hot.png) no-repeat 0 0;
}
/*ウエディング*/
.tabnav .box_cat05 a {
	width: 138px;
	background: url(../images/event/tab_wed.png) no-repeat 0 -85px;
}
.tabnav .box_cat05 a:hover,
.tabnav .box_cat05 .active {
	width: 138px;
	background: url(../images/event/tab_wed.png) no-repeat 0 0;
}
/*その他*/
.tabnav .box_cat06 a {
	width: 93px;
	background: url(../images/event/tab_oth.png) no-repeat 0 -85px;
}
.tabnav .box_cat06 a:hover,
.tabnav .box_cat06 .active {
	width: 93px;
	background: url(../images/event/tab_oth.png) no-repeat 0 0;
}



/*横長カレンダーテーブル*/
.con_monthcalender {
	width: 670px;
	margin: 0 0 16px;
	font-size: 95%;
	color: #1f1f1f;
}
.con_monthcalender table {
	width: 670px;
	table-layout: fixed;
}
.con_monthcalender th {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #e8e8e8;
	height: 16px;
	font-weight: 200;
	text-align: center;
}
.con_monthcalender td {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #e8e8e8;
	height: 24px;
	text-align: center;
}
.con_monthcalender td a {
	height: 19px;
	display: block;
	padding: 3px 0 0;
	text-decoration: none;
	color: #1f1f1f;
}
.con_monthcalender table .last {
	border-top: 1px solid #fff;
	border-right: none;
}

.con_monthcalender table .today {
	border: 2px solid #d94e47;
	width: 18px;
}
.con_monthcalender table .event {
	background-color: #7db447;
}
.con_monthcalender table .event a:hover {
	background-color: #93c85e;
	color: #5e5e5e;
}
.con_monthcalender .tb_sat {
	background-color: #c0ddfd;
}
.con_monthcalender .tb_sun {
	background-color: #ffc9c9;
}


/*月位置*/
.con_event_cal .month {
	color: #fff;
	background-color: #4c4844;
	font-size: 150%;
	position: relative;
	height: 32px;
}
.con_event_cal .month a {
	color: #fff;
	text-decoration: none;
	height: 29px;
	display: block;
}
.con_event_cal .month .month_center {
	text-align: center;
}
.con_event_cal .month .month_left {
	position: absolute;
	top: 0;
	left: 0;
}
.con_event_cal .month .month_left a {
	padding: 3px 0 0;
}
.con_event_cal .month .month_right {
	position: absolute;
	top: 0;
	right: 0;
}
.con_event_cal .month .month_right a {
	padding: 3px 10px 0 0;
}
.con_event_cal .month .month_center {
	padding: 2px 0 0;
}
.con_event_cal .month .month_center .year_top {
	font-size: 65%;
	padding: 0 0 0 7px;
}

/*日付*/
.box_event_cal_day {
	width: 668px;
	overflow: hidden;
	background: url(../images/event/bg_y.gif) repeat-y top left;
	border: 1px solid #7f7e76;
	margin: 0 0 -1px;
}
.box_event_cal_day .days {
	text-align: center;
	background: url(../images/event/bg_day.gif) no-repeat 8px 8px;
	width: 68px;
	padding: 15px 8px;
	float: left;
}
.box_event_cal_sat {
	width: 668px;
	overflow: hidden;
	background: url(../images/event/bg_b.gif) repeat-y top left;
	border: 1px solid #7f7e76;
	margin: 0 0 -1px;
}
.box_event_cal_sat .days {
	text-align: center;
	background: url(../images/event/bg_sat.gif) no-repeat 8px 8px;
	width: 68px;
	padding: 15px 8px;
	float: left;
}
.box_event_cal_sun {
	width: 668px;
	overflow: hidden;
	background: url(../images/event/bg_p.gif) repeat-y top left;
	border: 1px solid #7f7e76;
	margin: 0 0 -1px;
}
.box_event_cal_sun .days {
	text-align: center;
	background: url(../images/event/bg_sun.gif) no-repeat 8px 8px;
	width: 68px;
	padding: 15px 8px;
	float: left;
}
.year {
	background-color: #000;
	color: #fff;
	padding: 0 6px;
	margin: 12px 0 0;
	font-size: 90%;
}
.day {
	font-size: 130%;
	font-weight: 800;
}
.week {
	font-size: 90%;
}


/*同日イベント区切り線*/
.event_line {
	padding: 0 0 0 84px;
}


/*イベント内容 上部*/
.box_event {
	width: 575px;
	float: right;
	padding: 9px 0 0 0;
}
.box_event_outline {
	width: 575px;
	overflow: hidden;
}
.box_event_outline .txtarea {
	width: 485px;
	padding: 0 0 10px;
	float: left;
}
.box_event a {
	color: #c20000;
}
.box_event .category {
	color: #fff;
	padding: 0px 18px;
}
/* カテゴリー色分け */
.box_event .eve_hal {
	background-color: #144e88;
}
.box_event .eve_res {
	background-color: #b25a20;
}
.box_event .eve_hot {
	background-color: #2488ec;
}
.box_event .eve_wed {
	background-color: #f498fc;
}
.box_event .eve_oth {
	background-color: #5f84a9;
}

.box_event h4 {
	color: #00619f;
	padding: 5px 0 0 20px;
	background: url(../images/event/ic_line.gif) no-repeat 0 14px;
	font-size: 130%;
}
.box_event .txt {
	padding: 2px 0 0 20px;
	color: #000;
}
.box_event .tell {
	background: url(../images/event/ic_tel.gif) no-repeat 0 5px;
	padding: 2px 0 0 20px;
	color: #000;
}
.box_event_outline .btn_thum {
	width: 87px;
	text-align: center;
	float: right;
}
/* 開閉ボタン */
.box_event_outline .btn_thum .open {
	background: url(../images/event/btn_open.gif) no-repeat top center;
	height: 16px;
}
.box_event_outline .btn_thum .close {
	background: url(../images/event/btn_close.gif) no-repeat top center;
	height: 16px;
}
.box_event_outline .btn_thum .thum {
	margin: 5px 0 8px;
}
.box_event_outline .btn_thum .thum img {
	padding: 2px;
	border: 1px solid #e4e4e4;
}


/* イベント内容 下部（折りたたみ内容）*/
.box_event_detail {
	padding: 0 0 14px;
}
.box_event_detail .ticket {
	background: url(../images/event/ic_tic.gif) no-repeat 0 2px;
	padding: 0 0 0 107px;
}
.box_event_detail table {
	margin: 20px 0 17px;
	color: #000;
}
.box_event_detail table th {
	font-weight: 200;
	padding: 0 0 3px;
	text-align: left;
	width: 4.1em;
}
.box_event_detail table td {
	padding: 0 10px 3px 0;
	text-align: left;
}
.box_event_detail .freetxt {
	color: #000;
}
.box_event_detail .photo {
	padding: 14px 0 0;
}
.box_event_detail .photo img {
	padding: 2px;
	border: 1px solid #e4e4e4;
}

/* ブライダルフェア予約ボタン*/
.box_event_detail .btn_resfair {
	margin: 10px 6px 0 0;
	text-align: right;
}


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

	hack - 各種cssハック - for IE7

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

/* #header ヘッダー位置指定 */
*:first-child+html {}

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

	hack - 各種cssハック - for IE6

=======================================*/
/* フッターバナーエリア */
* html .footerbnarea {
	width: 950px;
	margin: 0 auto;
	padding: 35px 0 29px;
}
/* カレンダーリンク */
* html #main .con_monthcalender td a {
	text-decoration: none;
	color: #1f1f1f;
}
* html .con_event_cal .month .month_right {
	width: 60px;
	position: absolute;
	top: 0;
	left: 400;
}
* html .con_event_cal {
	background: url(../images/event/bg_evesche.gif) repeat-y top left;
}


/*カレンダータブ*/
/*一覧*/
* html .tabnav .box_cat01 a {
	width: 87px;
	background: url(../images/event/tab_all.gif) no-repeat 0 -85px;
}
* html .tabnav .box_cat01 a:hover,
* html .tabnav .box_cat01 .active {
	width: 87px;
	background: url(../images/event/tab_all.gif) no-repeat 0 0;
}
/*ホール*/
* html .tabnav .box_cat02 a {
	width: 90px;
	background: url(../images/event/tab_hal.gif) no-repeat 0 -85px;
}
* html .tabnav .box_cat02 a:hover,
* html .tabnav .box_cat02 .active {
	width: 90px;
	background: url(../images/event/tab_hal.gif) no-repeat 0 0;
}
/*レストラン*/
* html .tabnav .box_cat03 a {
	width: 172px;
	background: url(../images/event/tab_res.gif) no-repeat 0 -85px;
}
* html .tabnav .box_cat03 a:hover,
* html .tabnav .box_cat03 .active {
	width: 172px;
	background: url(../images/event/tab_res.gif) no-repeat 0 0;
}
/*ホテル*/
* html .tabnav .box_cat04 a {
	width: 91px;
	background: url(../images/event/tab_hot.gif) no-repeat 0 -85px;
}
* html .tabnav .box_cat04 a:hover,
* html .tabnav .box_cat04 .active {
	width: 91px;
	background: url(../images/event/tab_hot.gif) no-repeat 0 0;
}
/*ウエディング*/
* html .tabnav .box_cat05 a {
	width: 138px;
	background: url(../images/event/tab_wed.gif) no-repeat 0 -85px;
}
* html .tabnav .box_cat05 a:hover,
* html .tabnav .box_cat05 .active {
	width: 138px;
	background: url(../images/event/tab_wed.gif) no-repeat 0 0;
}
/*その他*/
* html .tabnav .box_cat06 a {
	width: 93px;
	background: url(../images/event/tab_oth.gif) no-repeat 0 -85px;
}
* html .tabnav .box_cat06 a:hover,
* html .tabnav .box_cat06 .active {
	width: 93px;
	background: url(../images/event/tab_oth.gif) no-repeat 0 0;
}

