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

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
	color: #222;
	font-size: small;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5;
	background: #fff;
}

body a {
	color: #222;
}

body a:link {
	text-decoration: underline;
}

body a:visited {
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
}

body a:active {
	text-decoration: underline;
}

/* jquery.fittedのホバー設定 */
.hovered {
	cursor: pointer;
}

html {
	overflow-y: scroll;
	overflow-x: scroll;
}

/* -----------------------------------------------------------
	汎用class
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#page

----------------------------------------------------------- */
#page {
	width: 100%;
	min-width: 1000px;
	text-align: left;
	background: url(../images/header/bg_head.png) repeat-x 0 0;
}

#search_pop #page {
	background-image: none;
}

/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	padding-top: 27px;
}

#header h1 {
	width: 178px;
	float: left;
	font-weight: normal;
	font-size: 81%;
	text-align: center;
}

/* #gnav 	グローバルナビ
----------------------------------------------------------- */
#gnav {
	float: right;
	padding-top: 15px;
	overflow: hidden;
	*zoom: 1;
}

#gnav li {
	float: left;
	height: 63px;
}

#gnav li a {
	height: 0;
	padding: 63px 0 0 0;
	display: block;
	overflow: hidden;
	background: left top no-repeat;
}

#gnav li a:hover {
	background-position: left -63px;
}

#gnav li.roo a {
	background-image: url(../images/header/roo.png);
	width: 100px;
}

#gnav li.fac a {
	background-image: url(../images/header/fac.png);
	width: 143px;
}

#gnav li.sig a {
	background-image: url(../images/header/sig.png);
	width: 120px;
}

#gnav li.acc a {
	background-image: url(../images/header/acc.png);
	width: 124px;
}

#gnav li.pac a {
	background-image: url(../images/header/pac.png);
	width: 109px;
}

/* #snav 	サブナビ
----------------------------------------------------------- */
#snav {
	float: right;
	padding-right: 125px;
	overflow: hidden;
	*zoom: 1;
}

#snav li {
	float: left;
	height: 24px;
	margin-left: 5px;
}

#snav li a {
	height: 0;
	padding: 24px 0 0 0;
	display: block;
	overflow: hidden;
	background: left top no-repeat;
	outline: none;
}

#snav li a:hover {
	background-position: left -24px;
}

#snav li.hom a {
	background-image: url(../images/header/hom.png);
	width: 75px;
}

#snav li.new a {
	background-image: url(../images/header/new.png);
	width: 84px;
}

#snav li.faq a {
	background-image: url(../images/header/faq.png);
	width: 120px;
}

#snav li.cont a {
	background-image: url(../images/header/cont.png);
	width: 103px;
}

#snav li.group a {
	background-image: url(../images/header/group.png);
	width: 152px;
}

#snav li.en a {
	background-image: url(../images/header/en.png);
	width: 77px;
}

/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#contents {
	margin: 0 auto;
	padding: 40px 0 50px;
	width: 960px;
	overflow: hidden;
}

/* -----------------------------------------------------------
	#main	メインコンテンツ
----------------------------------------------------------- */
#main {
	width: 700px;
	float: left;
}

/*	#topicpath		パンクズ
----------------------------------------------------------- */
#topicpath {
	margin: 10px auto 0;
	width: 960px;
}

#topicpath li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin-left: 5px;
}

#topicpath li:first-child {
	margin-left: 0;
}

#topicpath li a {
	padding-right: 15px;
	background: url(../images/common/ic_arrow_dot.png) right 8px no-repeat;
}

/* -----------------------------------------------------------
	#side	サイド
----------------------------------------------------------- */
#side {
	width: 230px;
	float: right;
}

/* -----------------------------------------------------------
	.btn_ptop	PAGE TOPボタン
----------------------------------------------------------- */
#contents .btn_ptop {
	text-align: right;
	clear: both;
}

/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#footer {
	margin: 0 auto;
	width: 100%;
	clear: both;
}

#footer .con_banner {
	width: 100%;
	background: #eed49a;
}

#footer .con_banner .box_banner {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	overflow: hidden;
}

#footer .con_banner .box_banner h2 {
	width: 95px;
	float: left;
	padding-top: 15px;
}

#footer .con_banner .box_banner ul {
	width: 718px;
	float: right;
	overflow: hidden;
}

#footer .con_banner .box_banner ul li {
	width: 226px;
	margin-left: 20px;
	float: left;
}

#footer .con_banner .box_banner ul li:first-child {
	margin-left: 0;
}

#footer .con_banner .box_banner ul li a {
	display: block;
}

#footer .con_fnav {
	width: 100%;
	background: #f5f5f5;
}

#footer .con_fnav .box_fnav {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#footer .con_fnav .box_fnav #fnav {
	padding-top: 15px;
	width: 860px;
	float: left;
}

#footer .con_fnav .box_fnav #fnav li {
	font-size: 90%;
	margin-top: 5px;
	padding-left: 20px;
	background: url(../images/footer/ic_slash.png) 5px 4px no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

#footer .con_fnav .box_fnav #fnav li.fnav_home {
	font-weight: bolder;
	display: block;
	padding-left: 0;
	background: none;
}

#footer .con_fnav .box_fnav #fnav li.fnav_home a.ic_lnk {
	background: url(../images/common/ico_opwin5a.gif) right center no-repeat;
	padding-right: 14px;
}

#footer .con_fnav .box_fnav #fnav li.fnav_rooms {
	padding-left: 0;
	background: none;
}

#footer .con_fnav .box_fnav .btn_ptop {
	width: 84px;
	float: right;
}

#footer .con_address {
	width: 100%;
	background: #005bac;
	border-top: 4px solid #024d90;
	color: #fff;
}

#footer .con_address .box_address {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}

#footer .con_address .box_address .f_logo {
	width: 140px;
	float: left;
	padding-left: 40px;
	padding-top: 15px;
}

#footer .con_address .box_address .wrp_address {
	width: 310px;
	float: left;
	padding-left: 50px;
}

#footer .con_address .box_address .wrp_address .hotel_name {
	font-weight: bolder;
	font-size: 110%;
	padding: 20px 0 10px;
}

#footer .con_address .box_address .con_contact {
	width: 265px;
	float: left;
	padding-left: 40px;
	overflow: hidden;
}

#footer .con_address .box_address .con_contact .box_contact {
	width: 200px;
	float: left;
}

#footer .con_address .box_address .con_contact .box_contact .f_tel {
	font-size: 145%;
	padding-top: 10px;
}

#footer .con_address .box_address .con_contact .btn_mail {
	width: 60px;
	float: right;
}

#footer .con_address .box_address .con_contact .btn_hotels {
	width: 265px;
	clear: both;
	padding-top: 7px;
}

#footer #copyright {
	padding: 10px 0;
	text-align: center;
}

#footer #copyright span a {
	color: #005bab;
}

/* -----------------------------------------------------------
	.con_fixbtn
----------------------------------------------------------- */
.con_fixbtn {
	width: 960px;
	margin: 0 auto;
}

.con_fixbtn #fixbtn {
	position: fixed;
	top: 0;
	margin-left: 830px;
	z-index: 9999;
}

/* -----------------------------------------------------------
	#search_pop		ポップアップ検索窓
----------------------------------------------------------- */
#search_pop #page {
	min-width: 0;
}

#search_pop .con_search {
	padding: 16px 28px 28px;
}

#search_pop .con_search .con_form {
	background: #f5f5f5;
	padding: 10px 20px 15px;
	overflow: hidden;
}

#search_pop .con_search .con_form dl {
	width: 217px;
	float: left;
	margin-right: 15px;
	padding-top: 15px;
	font-size: 95%;
}

#search_pop .con_search .con_form dl dt {
	margin-bottom: -1px;
}

#search_pop .con_search .con_form dl dt span {
	position: relative;
	z-index: 100;
	padding-left: 15px;
	padding-right: 5px;
	background: url(../images/common/ic_square.png) 0 2px no-repeat whitesmoke;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: bottom;
}

#search_pop .con_search .con_form dl dd {
	border-top: 1px solid #222;
	padding-top: 6px;
}

#search_pop .con_search .con_form dl dd span {
	padding: 0 2px 0 4px;
}

#search_pop .con_search .con_form .con_searchbtn {
	width: 182px;
	float: right;
}

#search_pop .con_search .con_form .con_searchbtn .btn_planlist {
	margin-top: 5px;
}

#search_pop .con_search .con_other {
	padding: 10px 20px;
	overflow: hidden;
	background: #c7def2;
}

#search_pop .con_search .con_other .con_btn {
	width: 290px;
	overflow: hidden;
	float: left;
}

#search_pop .con_search .con_other .con_btn li {
	width: 142px;
	float: left;
	margin-left: 6px;
}

#search_pop .con_search .con_other .con_btn li:first-child {
	margin-left: 0;
}

#search_pop .con_search .con_other .con_btn li a {
	display: block;
}

#search_pop .con_search .con_other .search_tel {
	margin-top: 8px;
	width: 348px;
	float: right;
}

.confirmation {
	color: #ff0000;
}

/* -----------------------------------------------------------
	Table		表設定
----------------------------------------------------------- */
table.tbl_basic {
	font-size: 12px;
	border-top: 1px dotted #7f7c7c;
}

table.tbl_basic th {
	border-bottom: 1px dotted #7f7c7c;
	background-color: #f2efd5;
}

table.tbl_basic td {
	border-bottom: 1px dotted #7f7c7c;
	background: #fbf9f2;
}
