@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/*------------------------------------------------------------
	comHotel
------------------------------------------------------------*/
.comHotel {
	background-color: #FFF;
}

.comHotel .hotel {
	margin: 0 auto;
	padding: 5px 49px 6px;
	width: 670px;
}

.comHotel .title {
	margin-top: 19px;
	float: left;
}

.comHotel .title img {
	display: block;
}

.comHotel .textBox {
	float: right;
	width: 455px;
}

.comHotel .textBox p {
	float: left;
	width: 380px;
	color: #7b7975;
	font-size: 1.2em;
	text-align: right;
	word-wrap: break-word;
}

.comHotel .textBox .btn {
	float: right;
}

.comHotel .textBox .btn a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
#main h2 {
	margin-bottom: 30px;
	padding: 31px 0 26px;
	text-align: center;
	background: url(../../images/common/h2_bg.gif) repeat-x left top;
}

/*------------------------------------------------------------
	h3
------------------------------------------------------------*/
#main h3 {
	margin: 0 1px 20px;
	padding: 10px 20px;
	clear: both;
	color: #FFF;
	font-size: 1.8em;
	line-height: 1.2;
	background-color: #313131;
	border: 1px solid #737678;
	border-radius: 3px;
	position: relative;
	behavior: url(../../js/pie.htc); 
}

/*------------------------------------------------------------
	comSection
------------------------------------------------------------*/
#main .comSection {
	margin: 0 auto;
	width: 670px;
}

/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
#main .comLinkList {
	margin: 0 -18px 24px 0;
	width: 687px;
	overflow: hidden;
}

#main .comLinkList li {
	margin-right: 18px;
	float: left;
	width: 211px;
}

#main .comLinkList li a {
	display: block;
	font-size: 1.7em;
	word-wrap: break-word;
	cursor: pointer;
}

#main .comLinkList li a:hover {
	color: #675D54;
	text-decoration: none;
}

#main .comLinkList li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comLinkList li a .inner {
	padding: 15px 12px 12px 17px;
	margin-bottom: 3px;
	display: block;
	background-color: #fff;

	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */

	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

#main .comLinkList li a .inner .link {
	padding-right: 16px;
	display: block;
	background: url(../../images/common/icon/icon01.gif) no-repeat right 25px;
}

#main .comLinkList .liStyle a .inner {
	padding: 25px 12px 25px 17px;
}

#main .comLinkList .liStyle a .inner .link {
	background: url(../../images/common/icon/icon01.gif) no-repeat right 15px;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin: 0 auto;
	clear: both;
	width: 667px;
	text-align: right;
}