/*=========================================================================
クロスブラウザ間のデフォルトCSSを初期化 - YUI Reset CSS
=========================================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border: 0;
}

/*=========================================================================
	共通スタイル設定
=========================================================================*/
/**[2010.12.17 ins]共通設定追加（COAトップと同様のもの）**/
body {
	font: 13px;	/* ブラウザ間での文字サイズの統一：基準13px */
	*font-size: small;	/* for IE */
	*font: x-small;	/* for IE in quirks mode */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background: #ffffff;
	/*overflow-x: hidden;*/
	position: relative;
	min-width: 600px;
	height: 100%;
}

/* ボックススタイルクリア */
body, table, thead, tbody, ttail, tr, td, div, span, pre, group, ol, ul, dl, dd, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

table, th, td, div, span, form {
	/**[2010.12.17 del]**//*
	font-size: 12px;
	*font-size: 96%;
	*/
	line-height: 160%;
	font-color: #333333;
}

img, a img {
	border: 0;
}

.clear {
	clear: both;
}

.imgmiddle {
	vertical-align: middle;
	position: relative;
	top: -4px;
}

ol, ul {
	list-style: none;
}

/* フォント設定 */
.small {
	font-size: 10px;
	line-height: 140%;
}

.watermark {
	color: #999;
}

/*-----------------------------------------------
clearfix
-----------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end MacIE5 */

/* ページタイトル部　共通設定 */


/* ボタンとボタンのパッディング設定 */
.btnindent {
	padding-left: 25px;
}

.btnindentconfirmmess {
	padding-left: 400px;
}

/* フォントサイズ（x-xmall） */
/*
#xsmall {
	font-size:x-small;
}

/* フォントサイズ（太字） */
.bold {
	font-weight: bold;
}

/* ボタン部の表示 */
#footbtnarea {
	padding-top: 20px;
}

/* buttonスタイル */
.btn {
}

/* 必須表示スタイル */
.hissu {
	color: red;
	font-weight: normal;
}

/* 必須表示タイトル */
.hissutitle {
	position: relative;
	top: 20px;
	color: red;
	text-align: right;
}

/* センタリング */
.center {
	text-align: center;
}

/* 左シフト */
.left {
	text-align: left;
}

/* 右シフト */
.right {
	text-align: right;
}

/* 数値項目 */
.num {
	text-align: right;
}

/* 上部 */
.top {
	vertical-align: top;
}

/* アンカータグ */
a:link      { color:#0066ff; text-decoration: underline;}
a:visited   { color:#0066ff; text-decoration: underline;}
a:active    { color:#cc6633; text-decoration: underline;}
a:hover     { color:#669900; text-decoration: underline;}


/* 項目チェックエラーメッセージ */
div.validatemsg {
	margin: 10px;
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}
.fieldmsg {
	color: #f00;
	font-size: 12px;
	display: block;
	background-color: #ffe3e3;
	line-height: 1.2em;
	padding: 2px;
	text-align: left;
}
.fieldmsginline {
	color: #f00;
	font-size: 12px;
	background-color: #ffe3e3;
	line-height: 1.2em;
	padding: 2px;
	text-align: left;
}


/* IME制御 */
input.ime-on {
	ime-mode: active;
}
input.ime-off {
	ime-mode: disabled;
}

/*=========================================================================
	基本レイアウト設定
=========================================================================*/

/*-----------------------------------------------
	width 960px
-----------------------------------------------*/
.wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/*----------------------------------------
	ヘッダー(COA)
----------------------------------------*/
#head {
	position: relative;
	height: 150px;
}

#head * {
	line-height: normal;
}

/*-----------------------------------------------
top-head
-----------------------------------------------*/
#top-head {
	/*background: #10298c repeat-x top center;*/
	height: 20px!important;
}

#top-head h1 {
	float: left;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	line-height: 1.4em;
	padding: 3px 0;
}

#top-head h1 a {
	color: #ffffff;
	letter-spacing: 0.02em;
	margin: 0 3px;
	text-decoration: underline;
}

#top-head h1 a:hover {
	text-decoration: none;
}

/*-----------------------------------------------
main-head
-----------------------------------------------*/
#main-head {
	height: 100px;
}

/* logo-brand（logo-brand内のimgのスタイルをブラウザごとに変更するため、logo-brand本体は全て同じ） */
#logo-brand {
	position: relative;
	float: left;
	/* width: 480px; */
	width: 670px;
}
#logo-brand-ie {
	position: relative;
	float: left;
	/* width: 480px; */
	width: 670px;
}

/* img：通常 */
#logo-brand img {
	float: left;
	margin: 28px 0 0 0;
	vertical-align: middle;
}
/* img：IE */
#logo-brand-ie img {
	float: left;
	margin: 28px 0 0 -9px;
	vertical-align: middle;
}

/* module */
#module {
	float: right;
	width: 290px;
	margin: 25px 0 0 0;
}

dl#module-login {
	width: 288px;
	height: 58px;
	font-size: 11px;
	color: #343434;
	border: solid 1px #cccccc;
	overflow: hidden;
}

dl#module-login dt {
	float: left!important;
	clear: both;
	width: 128px;
	padding: 14px 0 0 8px;
	line-height: 1.4em;
}

dl#module-login dd {
	width: 139px;
	margin-left: 130px;
	line-height: 1.4em;
	padding: 8px 8px 0 5px;
	*margin-bottom: 2px;
}

dl#module-login dd img {
	padding-left: 5px;
}

dl#module-login dd#password {
	font-size: 11px;
	padding: 0;
	text-align: right;
}

dl#module-login dd#password a {
	color: #757575;
	text-decoration: underline;
}

dl#module-login dd#password a:hover {
	text-decoration: none;
}

/* module-login */
/*#module-login {
	float: left;
	width: 288px;
	height: 58px;
	font-size: 12px;
	color: #343434;
	border: solid 1px #cccccc;
	border-width: 1px;
	overflow: hidden;
}

#module-login a {
	color: #757575;
	text-decoration: underline;
}

#module-login a:hover {
	text-decoration: none;
}

#module-login dl {
	width: 272px;
	margin: 8px 10px;
}

#mode-login dl dt {
	float: left;
	width: 124px;
	line-height: 1.8em;
}

#module-login dl dd {
	float: right;
	line-height: 1.4em;
}

#module-login dl dd img {
	padding: 0 0 0 5px;
}*/

/*head~/* *//*body #module-login dl dd img{
	padding: 0 0 4px 5px;
}

html:not(:target) #module-login dl dd img {
	padding: 0 0 0 5px;
}


#module-login dl dd#password {
	font-size: 11px;
}*/

/* module-search
#module-search {
	float: right;
	background: url(../img/bg-search.gif) no-repeat 0 0;
	width: 170px;
	height: 60px;
}

#module-search h2 {
	margin: 0;
	padding: 0;
}

#module-search ul {
	width: 150px;
	padding: 0 10px;
	list-style: none;
}

#module-search ul li {
	float: left;
}

#module-search ul li #knskid {
	width: 126px!important;
	height: 16px;
}

#module-search ul li .search {
	width: 37px;
	height: 20px;
} */

/*-----------------------------------------------
globalNavigation
-----------------------------------------------*/
/* navi */
#globalNavigation {
	/*background: url(../img/bg-globalnavi.gif) repeat-x top center;*/
	/*background: #ffff01 repeat-x top center;	/* 修正 2010/03/16 */
	font-size: 12px;
	color: #343434;
	font-weight: bold;
	height: 30px!important;
}

#globalNavigation ul#navi {
	/*float: right;*/
	float: right;
	/*position: relative;*/
	left: 120px;
}

#globalNavigation ul#navi li {
	float: left;
	background: url(../img/arrow-globalnavigation.gif) no-repeat 0 8px;
	height: 14px;
	padding: 5px 14px 0 20px;
}

* html #globalNavigation ul#navi li {
	background: url(../img/arrow-globalnavigation.gif) no-repeat 0 10px;
	padding: 11px 14px 0 20px;
}

*:first-child+html #globalNavigation ul#navi li {
	padding: 9px 14px 0 20px;
}

head~/* */body #globalNavigation ul#navi li {
	padding: 9px 14px 0 20px;
}


html:not(:target) #globalNavigation ul#navi li {
	height: 30px;
	padding: 8px 14px 0 20px;
}

#globalNavigation ul#navi li a {
	color: #323232;
	text-decoration: none;
}

#globalNavigation ul#navi li a:hover {
	text-decoration: underline;
}

/* module-search */
#globalNavigation #module-search {
	float: right;
}

#globalNavigation #module-search ul {
	width: 190px;
	padding: 5px 0 5px 20px;
	list-style: none;
}

#globalNavigation #module-search ul li {
	float: left;
}
/* IE6対応 */
* html body div#globalNavigation #module-search ul li #knskid {
	width: 126px!important;
	height: 20px;
}
/* IE6対応 */

#globalNavigation #module-search ul li #knskid {
	width: 126px!important;
	height: 15px;
}

#globalNavigation #module-search ul li .search {
	width: 37px;
	height: 21px;
	*padding-top: 1px;
}

/*----------------------------------------
	ヘッダー(福利)
----------------------------------------*/
#head-fukuri {
	position: relative;
/*	padding-bottom:20px; */
}

#head-fukuri * {
	line-height: normal;
}

#head-fukuri #globalmenu {
	width: 960px;	/* 福利ヘッダー幅変更箇所 */
	margin: 0 auto;
	height: 23px;
	background-image: url("../../../../contents/images/res/head-globalmenu.gif");
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 5px;
}

#head-fukuri #globalmenu a {
	color: #fff;
}

#head-fukuri #globalmenu .globalmenuitem {
	font-size: 10px;
	color: #fff;
	margin-left: 10px;
	padding: 8px;
	background: url("../../../../contents/images/res/point_top_tokushu.gif") no-repeat 0 10px;
}

#head-fukuri #headeritem {
	width: 960px;	/* 福利ヘッダー幅変更箇所 */
	margin: 0 auto;
}

#head-fukuri #logo {
/*	width: 392px; */
	float: left;
}

#head-fukuri #mypage {
	width: 119px;
	float: right;
	margin-top: 22px;
	margin-right: 10px;
}

#head-fukuri #headline {
	border-bottom: solid 2px #0077be;
}

#head-fukuri #logininfo {
	margin: 5px 2px;
	text-align: left;
	font-size: 12px;
}

/*-----------------------------------------------
	ベースコンテナ
-----------------------------------------------*/
#container {
/*	width: 960px; */
	height: 100%;
	/* フォント設定は上記
	font-size: 12px;
	*font-size: 93%;
	color: #333333;
	*/
	font-size: 12px;   /**[2010.12.17 ins]**/
/*	*font-size: 93%;*/   /**[2010.12.17 ins]**/
	*font-size: 94%;   /**[2011.12.03 upd]**/
	margin: 0 auto;    /**[2010.12.17 ins]**/
	padding: 0;
	text-align: center;
	background: #ffffff;
	position: relative;
}

body > #container {
	height: auto;
	min-height: 100%;
/*2012-03-22 Add Start*/
	min-width: 960px;
/*2012-03-22 Add End*/
}

/*-----------------------------------------------
	コンテンツコンテナ
-----------------------------------------------*/
#contentslayout {
	width: 1030px !important;
	margin: auto auto;
	padding: 0px 0 38px 0;
	text-align: left;
	zoom: 1;
}

/*-----------------------------------------------
 2015/07/07 ADD
	コンテンツコンテナ
-----------------------------------------------*/
#contentslayout2 {
	width: 760px!important;
	margin: 0 auto;
	padding: 0px 0 38px 0;
	text-align: left;
}

/*-----------------------------------------------
 2017/02/23 ADD
	コンテンツコンテナ
-----------------------------------------------*/
#contentslayout3 {
	width: 940px !important;
	margin: auto auto;
	padding: 0px 0 38px 0;
	text-align: left;
	zoom: 1;
}

/*-----------------------------------------------
	地図印刷用テンプレート コンテンツコンテナ
-----------------------------------------------*/
#contentslayoutprint {
	width: 800px !important;
	margin: 0 auto;
	padding: 0px 0 38px 0;
	text-align: left;
}

/*-----------------------------------------------
	メインコンテンツ
-----------------------------------------------*/
/* 左ナビあり */

/* 横幅最大表示 */
#contentswide {
/*	float: left!important;
	width: 770px!important; */
}

/* 中央(左ナビなし) */
#contentsonly {
	margin: 0 auto;
	width: 770px !important;
}

/* 中央(左ナビなし) IE6用 */
* html #contentsonly {
	text-align: left;
	margin: 0 auto;
	width: 770px !important;
}

/* 中央(左ナビなし) の外枠*/
#contentsonlyouter {
}

/* 中央(左ナビなし) の外枠 IE6用 */
* html #contentsonlyouter {
	text-align: center;
}

/* centerArea */
#centerArea {
	float: left!important;
	width: 580px!important;
}

#centerArea .iconNew {
	margin: -1px 5px 0 0;
	vertical-align: middle;
}

/* 特集ページ用の中央(左ナビなし) */
#contentsonlytk {
	margin: 0 auto;
	width: 960px!important;
}

/* 特集ページ用の中央(左ナビなし) IE6用 */
* html #contentsonlytk {
	text-align: center;
	margin: 0 auto;
	width: 960px!important;
}

/* 特集ページ用コンテンツ */
#contentstokushu {
	margin: 0 auto;
	width: 770px!important;
}

/* 特集ページ用コンテンツ IE6用 */
* html #contentstokushu {
	text-align: left;
	margin: 0 auto;
	width: 770px!important;
}

/* 特集ページ用画像(COA) */
#contentstokushuimgcoa {
	text-align: center;
	margin: 0 auto;
	width: 770px!important;
}

/* 特集ページ用画像(福利) */
#contentstokushuimgfk {
	text-align: center;
	margin: 0 auto;
	width: 960px!important;
}

/*-----------------------------------------------
	左ナビゲーション
-----------------------------------------------*/
#leftnavi {
	float: left!important;
	width: 170px!important;
	margin: 0 20px 0 0;
	_margin-right: 13px;
	padding: 0;
	/*font-size: 12px;*/   /**[2010.12.17 del]**/
	color: #333333;
}

#leftnavi * {
	line-height: normal;
}

/* カテゴリメニュー */
#leftnavi #category {
/*	width: 168px; */
	border: solid 1px #cccccc;
	border-width: 0 1px 1px;
	margin: 0 0 10px 0;
}

/* banner */
.banner {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
}

#leftnavi .banner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

#category ul li {
	border-top: dotted 1px #cccccc;
	list-style: none;
}

#category ul li:first-child {
	border-top: none;
}

/* IE6対応 *//*
* html body div#category ul li a {
	display: block;
	font-weight: bold;
	background: url("../../../../contents/images/res/arrow-category.gif") no-repeat 15px 12px;
	color: #434343;*/
/*	width: 130px; *//*
	height: 21px;
	padding: 10px 10px 10px 28px;
	text-decoration: none;
}*/
/* IE6対応 */

#category ul li a {
	display: block;
	font-weight: bold;
	background: url("../../../../contents/images/res/arrow-category.gif") no-repeat 15px 12px;
	color: #434343;
/*	width: 130px; */
	height: 21px;
	padding: 10px 10px 4px 28px;
	padding: 10px 10px 2px 28px\9;
	_padding: 10px 10px 10px 28px;
	text-decoration: none;
}

#category ul li a:hover {
	background-color: #6e6e6e;
	color: #ffffff;
}

#leftnavi #category ul:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

#leftnavi #category ul {
	display: block;
}

* html #leftnavi #category ul {
	height: 1%;
}

html:not([lang*=""]) #category ul li a {
	background: url("../../../../contents/images/res/arrow-category.gif") no-repeat 15px 13px;
}

html:not([lang*=""]) #category ul li a:hover {
	background-color: #6e6e6e;
	color: #ffffff;
}

/* 携帯サイト */
#leftnavi #mobile {
	background: url("../../../../contents/images/res/bg-mobile.gif") no-repeat 0 0;
	width: 170px;
	height: 88px;
	margin: 0 0 10px 0;
}

#leftnavi #mobile .qr-code {
	position: relative;
	top: 13px;
	left: 16px;
}

/* veriSign */
#leftnavi #veriSign {
	width: 170px;
	margin: 20px 0 auto 0;
	text-align: center;
}

/*----------------------------------------
	logo-cluboff
----------------------------------------*/
#logo-cluboff {
	margin-top: 38px;
	text-align: right;
}

/*----------------------------------------
	フッタ(COA)
----------------------------------------*/
#foot-coa div#rights {
	position: relative;
/*	background: url("../../../../contents/images/res/bg-footer.gif") repeat-x 0 0;*/
	height: 120px;
	font-size: 12px;
	color: #ffffff;
	margin-top: 10px;
}

#foot-coa div#rights a {
	color: #ffffff;
	text-decoration: none;
}

#foot-coa div#rights a:hover {
	text-decoration: underline;
}

#foot-coa div#rights ul {
	margin: 0;
	padding: 15px 0 0 6px!important;
}

#foot-coa div#rights ul li {
	float: left;
	background: url("../../../../contents/images/res/arrow-footer.gif") no-repeat 0 2px;
	padding: 0 15px 0 7px;
}

#foot-coa div#rights address {
	float: right;
	font-weight: normal!important;
	font-style: normal!important;
	text-align: left;
}

/*----------------------------------------
	フッタ(福利)
----------------------------------------*/
#foot-fukuri {
	border-top: 3px double #cccccc;
	font-size: 10px;
	margin-top: 20px;
	padding: 4px;
	text-align: center;
	margin: 0 auto;
	width: 960px;	/* 福利フッター幅変更箇所 */
}

/*----------------------------------------
	ポップアップ画面コンテナ
----------------------------------------*/
#popupcontainer {
	margin: 0 auto 0 auto;
	background-color: #fff;
	width: 100%;
	text-align: left;
}

/* コンテンツコンテナ */
/* ※各画面で幅を再定義してください。 */
#popupcontentscontainer {
	margin-left: auto;
	margin-right: auto;
}

/*=========================================================================
	ページ共通パーツ設定
=========================================================================*/
/* 中ブロックタイトル部 */
.middlecontentstitle {
	margin-top: 20px;
	height: 28px;
	background-image: url("../../../../contents/images/parts_bar_subtitle.gif");
}

/* ページタイトル */
#contents h1 {
	font-size: 16px;
	border-left: 3px solid #3399cc;
	line-height: 40px;
	padding-left: 15px;
	color: #696969;
}

/* ブロックタイトル */
#contents h2 {
	font-size: 12px;
	color: #ffffff;
	line-height: 28px;
	border-left: 2px solid #4682b4;
	padding-left: 10px;
}

/*----------------------------------------
	パンくずナビ　共通設定
----------------------------------------*/
#pankuzu {
	width: auto;
	background-color: #fff;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* パンくずナビ　アンカーの下線削除 */
#pankuzu a {
	text-decoration: none;
}

/* パンくずナビ　次項目の間隔調整 */
.pankuzuitem {
	font-size: 10px;
}

/*----------------------------------------
	マイページメニュー
----------------------------------------*/
#mypagemenu {
}

#mypagemenu table {
	border: solid 1px #e6e6e6;
	border-collapse: collapse;
	text-align: left;
}

#mypagemenu table th {
	border-bottom: dotted 1px #802b2b;
	color: #3399cc;
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

#mypagemenu table td {
	border-bottom: dotted 1px #802b2b;
	background-color: #f4efdf;
	padding: 2px 0px 2px 10px;
	vertical-align: top;
	font-size: 12px;
}

#mypagemenu .menu-bottom {
	border-bottom: none;
	paddig: 2px 0px 0px 10px;
}

#mypagemenu span {
	background-image: url("../../../../contents/images/res/point_li_blue.gif");
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 1.0em;
	line-height: 2.0em;
	font-size: 12px;
}

#mypagemenu .offmenu {
	color: #cccccc;
}

#mypagemenu a {
	/*** 2010/07/19 systech Ono UPD↓「IS0718対応。画面イメージの修正」 ***/
	/*color: #802b2b;*/
	color: #660000;
	/*** 2010/07/19 systech Ono UPD↑「IS0718対応。画面イメージの修正」 ***/
}

/*----------------------------------------
	トップナビゲーション
----------------------------------------*/
#pagetopnavi {
	background-color: #f2f0e4;
	padding-top: 10px;
	padding-left: 10px;
	height: 40px;
}

#pagetopnavi #pagetoptitle {
	float:left;
	margin-right: 35px;
	position: relative;
	top: 5px;
}

#pagetopnavi ul {
	list-style: none;
}

#pagetopnavi ul li {
	list-style: none;
	float: left;
}
.colorred {
	color: red;
}

/*----------------------------------------
	部屋人数指定ポップアップ
----------------------------------------*/
table.ninzupopup td {
	*font-size: 80%;
}


/*----------------------------------------
	08.19 d.ando add
----------------------------------------*/

#planleadtext > table{
border: #996600 1px solid;
}

#planleadtext td{
padding: 5px;
background: #FFEF85;
}


/*----------------------------------------
	10.07 d.ando add
----------------------------------------*/
#contentstokushuimgcoa {
	overflow: hidden;
}
