@charset "Shift_JIS";

/************************************************************
 * ϊ» -by common.css-
 ************************************************************/
body, input, select, textarea, table, th, td, li, a {
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
}
body, form, img, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3 ,h4 , h5, h6, table, th ,td ,select {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;
}
ul{
	list-style:none;
	}
img { border:0;
    box-shadow: none !important;
    text-decoration: none;
	vertical-align: bottom;
	}

a:link {
    text-decoration: none;
}
/************************************************************
 * IDS
 ************************************************************/
/* wb_[ */
#header {
	height: 39px;
	padding: 5px;
	margin-bottom: 5px;
}

#header li:last-child.mt0 { margin-top: 0; }
.globalNav { margin-top: -2px; }
.globalNav li {
	display: inline;
}

/* tb^[ */
#footer { height: 47px; margin-top: 0px; }
#footer2 {
	width: 100%;
	height: 47px;
	margin-top: 0px;
}

#footer { height: 47px; margin-top: 0px; }
#footer3 { text-align:left;}
#footer3 p a { font-size:11px; text-decoration:none; font-family: Meiryo !important;}
#footerRLogo {
	height:40px; margin:30px 0 30px 5px; text-align:left;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}
.footeRLink { text-decoration: none !important; }

#footerLinks {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:10px;
	font-size:12px;
	font-weight:bold;
}
#footerLinks li {
	list-style:none;
}
#footerLinks li.line{
	display:block;
	padding:8px 10px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	}
#footerLinks a{
	color:#444;
	text-decoration:none;
	}
#footerLinks a.line{
	display:block;
	padding:8px 10px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.ppLink { margin-top: 10px; text-align: center; font-size: .8em; }
.ppLink p { line-height: 2em; }


/************************************************************
 * XvCgζ - €Κic.pngj
 ************************************************************/
.cS	{ background-image: url(/assets/img/common/sitetitle.png); background-repeat: no-repeat; }
.logoL		{ background-position: 0 0; display: block; width: 90px; height: 35px; text-indent: -9999px; background-size: 214px auto; }
.copyright	{ background-position: 0 -46px; display: block; width: 132px; height: 12px; text-indent: -9999px; }


/* Header */
h1	{
    color: #999999;
    font-size: 8px;
    font-weight: 100;
    margin: 0 5px 0;
    text-align: right;
}


/* GENERAL CLASSES
-----------------------------------------------------------------------------------------------------------*/
/* FLOAT */
.fl			{ float: left !important; }
.fr			{ float: right !important; }
.cb			{ clear: both !important; }

/* CLEAR */
.cf:after	{
	content: "" !important;
	display: block !important;
	clear: both !important;
	height: 0 !important;
	visibility: hidden !important;
}
.cf			{ zoom: 1 !important; }
.cr { clear: right; }


/*PADDING*/
.p3		{ padding: 3px; }
.p10 { padding: 10px; }
.pt10 { padding-top: 10px; }
.pt30 { padding-top: 30px; }

.pv5	{ padding: 5px 0; }
.pv10	{ padding: 10px 0; }

/* MARGIN */
.m2	{ margin: 2px; }

.mt1 { margin-top: 1px; }
.mt3 { margin-top: 3px; }
.mt5 { margin-top: 5px; }
.mt7 { margin-top: 7px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top: 15px; }
.mt30 { margin-top: 30px; }

.ml10 { margin-left: 10px; }

.mr3 { margin-right: 3px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }

.mb10 { margin-bottom: 10px; }

.mv5 { margin-top: 5px; margin-bottom: 5px; }
.mv2l10	{ margin: 2px 0 2px 27px; }
.mv2r10	{ margin: 2px 10px 2px 10px; }

.vat { vertical-align: top;}
.vam { vertical-align: middle;}

/* text-align */
.tal { text-align: left; }
.tar { text-align: right; }
.tac { text-align: center; }

/* display */
.di		{display: inline; }
.db		{ display: block; }
.dib	{ display: inline-block; }
.dn		{ display: none; }

/* font */
.fgred { color: #FF0000; }
.fgRed { color: #FF0000; }
.fgBlue { color: #6699ff; }
.fgBlack { color: #333333; }

.fs07e { font-size:0.7em; }
.fs2e	{ font-size: 2em; }
.fs8	{ font-size: 8px; }
.fs10	{ font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs14	{ font-size: 14px; }
.fs16	{ font-size: 16px; }
.fs18	{ font-size: 18px; }

.n		{ font-weight: normal; }
.b		{ font-weight: bold; }

.lh1p2e	{ line-height: 1.2em; }
.lh15e	{ line-height: 1.5em; }

/* width */
.w60p	{ width: 60%; }
.w70p	{ width: 70%; }
.w120	{ width: 120px; }
.w200	{ width:200px; }
.w246	{ width:246px; }
.w280	{ width:280px; }
.w300	{ width:300px; }
.w350	{ width:350px; }
.w738	{ width: 738px; }
.w900	{ width: 900px; }
.w2400	{ width: 2400px; }

.mW50 { max-width: 50px; }

/* height */
.mh90 { min-height: 90px; }
.mh100 { min-height: 100px; }
.mh110 { min-height: 110px; }
.min-width-480px .mh110 { min-height: 110px; }

/* border */
.bdB1	{ border-bottom: solid 2px #E8E5DB; }
.bdBrown td { border: 1px solid #D3C9B0; }
.bdBrown { border: 1px solid #D3C9B0; }
.bdGray { border-radius: 1px solid #CCCCCC; }
.bdn { border: none; }
.bdrd5 { border-radius: 5px; }
.bdrd05e { border-radius: .5em; }


/* CSS3 Display style */
.dTable	{ display: table; }
.dTCell	{ display: table-cell; }
.dTRow	{ display: table-row; }

.ofh	{ overflow: hidden; }

/* PROPERTY CLASSES
-----------------------------------------------------------------------------------------------------------*/
/* x */

.sepa { padding: 10px 0 10px 0; }

.sepa dt {
	text-align: left;
	float: left;
}

.sepa dd { text-align: right; }

.sepal dt {
	width: 6.8em;
	text-align: left;
	float: left;
}

.sepal dd { text-align: left; }

.active {
	border: 1px solid #155678;
	background: #4596CE;
	font-weight: bold;
	color: white;
	cursor: pointer;
	text-shadow: 0 -1px 1px #145072;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #85BAE4, #5393C5);
	background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #85BAE4), color-stop(1, #5393C5));
	outline: none;
}

/* y */

.aboutBath {
	border-collapse:separate;
	border-spacing: 2px;
	font-size: 12px;
	font-weight: normal;
}
h1.fs1e {
	font-size: 1.0em;
	line-height: 1.5em;
}

.aboutBath tr th td { padding: 1px 0; }

.aboutBath tr th {
	font-weight: bold;
	text-align:  center;
}
.aboutBathTitle {
	background-color: #e9dfe5;
	width: 60px;
	text-align: center;
	padding: 5px;
}

.aboutBathTitleL {
	background-color: #e9dfe5;
	width: 50px;
	text-align: center;
	padding: 10px;
}


.tableSpace {
	border-collapse:separate;
	border-spacing: 2px;
}

.tableSpace tr th td { padding: 1px 0; }

.tableSpace tr th {
	font-weight: bold;
	text-align:  center;
}

.check dt { clear: left; float: left; width: 8em; }

.kuchikomi	{
	margin-top: 5px;
	line-height: 17px;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 0;
}

.score		 { margin: 1px 40px 1px 0;  }

.btnBk a { color: #EEEEEE; }

.buttonBoxB a {
	background: -webkit-gradient(linear, left top, left bottom, from(#A8B9FF), to(#234EFF));
	background: -moz-linear-gradient(center top, #A8B9FF, #234EFF) repeat scroll 0 0 transparent;
	text-shadow: #1A34FF 1px 1px 1px;
	border: #1B47FF 1px solid;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	border:none;
}
.buttonBoxB a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#A8B9FF), to(#4a6dff));
	background: -moz-linear-gradient(center top, #A8B9FF, #4a6dff) repeat scroll 0 0 transparent;
	text-decoration: none;
	color: #FFFFFF;
}
.jscButtonBoxBH a {
	background: -webkit-gradient(linear, left top, left bottom, from(#234EFF), to(#A8B9FF));
	background: -moz-linear-gradient(center top, #234EFF, #A8B9FF) repeat scroll 0 0 transparent;
	text-shadow: #1B47FF 1px 1px 1px;
	border: #1B47FF 1px solid;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #e1e7ff;
}
.buttonBoxW a {
    color: #2489CE;
    font-size: 12px;
    font-weight: bold;
	text-align:right;
	display:block;
    padding-right: 20px;
}
.jscButtonBoxWH a {
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#FFFFFF));
	background: -moz-linear-gradient(center top, #DDDDDD, #FFFFFF) repeat scroll 0 0 transparent;
	border: #ADADAD 1px solid;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #ADADAD;
}

.pageTopLink {
    border-bottom: 1px solid #D2D2D2;
}

.tableRoomDetail,
.tableBathDetail,
.tableVacancy {
	border: 1px solid #808080;
	width: 270px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.tableRoomDetail td,
.tableBathDetail  td {
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	padding:3px;
}
.tableVacancy td {
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	padding:5px;
}

.tableAmenities {
	border: 1px solid #808080;
	font-size: 12px;
	font-weight: normal;
}

.tableAmenities td {
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	padding: 3px;
}

.preparation {
	font-color: #333333;
	font-size: 18px;
	text-align: center;
}

.tableChildFee,
.tableReservationFee,
.tableCancellation {
	border: 1px solid #D3C9B0;
	width: 270px;
	font-size: 12px;
	font-weight: normal;
}

.tableChildFee td,
.tableReservationFee td,
.tableCancellation td {
	border-top: 1px solid #D3C9B0;
	border-right: 1px solid #D3C9B0;
	border-bottom: 1px solid #D3C9B0;
	border-left: 1px solid #D3C9B0;
	padding: 5px;
}

.tableYado5p td{ padding: 5px; }
.tableYado3p td { padding: 3px; }
.btnFooter { background-color:#FFFFFF; }
.btnFooter li, .btnFixedSubmit li, .btnFixedSearch  li { padding: 1px; }
.bdBrown td { border: 1px solid #D3C9B0; }
.bdBrown { border: 1px solid #D3C9B0; }

.yado	{ margin: 10px 0 0 50px; font-size:.7em; }
.sepaYado dt 	{ clear: left; float: left; margin: 1px 20px 1px 0; width: 6em; font-size:1.2em; padding: 3px 0 3px 3px; }
.sepaYado dd	 { float: left; font-size:1.2em; padding: 3px 0; }
.sepaVoice dt, .sepaVoice dd	{ float: left; font-size:.7em; color: #7D7D7D; }

/* z */

.searchAgain {
	float: left;
	margin-top: 15px;
}

.min-width-480px .searchAgain {
	float: left;
	margin-top: 5px;
}

.conditionalList {
	margin: 0 -15px;
	padding: 10px 5px;
	background: 			#000000;
	color: 					#ffffff;
	font-size: 12px;f
	line-height: 1.2em;
	-webkit-box-shadow: 0 1px 1px #999999;@/* Safari,Google Chromep */
}
.conditionalListM0 {
	margin-top: 5px;
	padding: 1px;
	background: #000000;
	color: #ffffff;
	font-size: 12px;f
	line-height: 1.2em;
	-webkit-box-shadow: 0 1px 1px #999999;@/* Safari,Google Chromep */
}
.roomH	 { width:25%; }
.peopleH { width:15%; }
.budgetH { width:15%; }
.mealH { width: 23% }
.searchH  { width:20%; }

.lh25e	{ line-height: 2.5em;}
.grayAc a { color: #FFFFFF; }
.boxMt { margin-top: 2px; }

.buttonBoxMini {
	background: -webkit-gradient(linear, left top, left bottom, from(#A8B9FF), to(#234EFF));
	background: -moz-linear-gradient(center top, #A8B9FF, #234EFF) repeat scroll 0 0 transparent;
	text-shadow: #1A34FF 1px 1px 1px;
	border: #1B47FF 1px solid;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 1em;
	margin: 0 auto;
}

.min-width-480px .buttonBoxMini {
	background: -webkit-gradient(linear, left top, left bottom, from(#A8B9FF), to(#234EFF));
	background: -moz-linear-gradient(center top, #A8B9FF, #234EFF) repeat scroll 0 0 transparent;
	text-shadow: #1A34FF 1px 1px 1px;
	border: #1B47FF 1px solid;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 1em;
	margin: -5px auto;

}

/* System Area */
#errorMessage table tbody tr td { background-image:none; line-height:0;}
#errorMessage table tbody tr:nth-last-child(3) td img,
#errorMessage table tbody tr:nth-last-child(1) td img{ visibility:hidden;}
#errorMessage table tbody tr:nth-last-child(2) td { line-height:1.5em;}
#errorMessage table {
	-webkit-border-radius: 5px;
	 border:1px solid #CCCCCC;
	 color: #000000;
}

.buttonBox {
	text-shadow: #1A34FF 1px 1px 1px;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
	text-indent: 0em;
}
/* loading icon */
.loading { text-align: center; margin-top: 30px; }

#jsiAreaListPage .loading, #jsiVoiceListPage .loading { text-align: center; margin-top: 10px; }

/* error message */
.attention {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.attentionMessage {
	padding-left: 25px;
	background: url(../../../../common/image/icon02.gif) no-repeat;
	line-height: 1.4em;
}

.planlist-all {
	border-bottom: 1px solid #B3B3B3;
}
.planName {
	font-size: 13px;
	font-weight: bold;
}
/* index */

#index  {
	background-color: #FFF;
}
#pankuzu {
	margin:5px;
}
#pankuzu li {
	display:inline;
	font-size:7px;
	margin-left:3px;
}
#pankuzu li span {
	position:relative;
	left:4px;
	top:-1px;
}
#mainImage {
	text-align:center;
}
#mainImage img {
	width:100%;
}

#index #header {
    border-bottom: 1px solid #D2D2D2;
    padding: 5px 5px 1px 10px;
    position: relative;
}

#tarm_cam{
	font-size:10px;
	text-align:right;
	margin:0 5px 3px;
	}

.mgr5{
	margin-right:5px;
	}
.mgt5{
	margin-top:5px;
	}
.mgl5{
	margin-left:5px;
	}


.hotel_conte{
	padding: 10px 10px 0;
	}
.hotel-list {
	margin-bottom:10px;
	height:auto;
}
.hotel-list dt {
	background-color:#1646c0;
	border-radius: 5px 5px 0 0;
	border:#1646c0 1px solid;
}
.hotel-list dt a {
	background: url("/theme/common/images/sp_arrow_white.png") no-repeat scroll 98% 50% transparent;
	color: #fff;
	display: block;
}

/* pages */
.theme_h {
	font-size: 70%;
}

.hotel-list dt {
	background-color:#2156c3;
	border-radius: 5px 5px 0 0;
	border:#2156c3 1px solid;
}

.hotel-list dt p{
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px 5px ;
	}
.hotel-area {
	font-size:12px;
	padding:0 5px 5px;
}
.ranking .hotel-area {
	padding-left:45px;
}
.hotel-list dd {
	margin:0 auto;
	border-radius:0;
	border-left:#2156c3 1px solid;
	border-right:#2156c3 1px solid;
	border-bottom:#2156c3 1px dotted;
	cursor: pointer;
	line-height:14px;
	background-color:#fff;
}
.hotel-list dd.free-waku {
	border-radius:0 0 5px 5px;
	border-bottom:#2156c3 1px solid;
	margin:0 auto 5px;
	font-size:12px;
    padding-bottom: 3px;
}
.hotel-list dd.free-waku .free-title {
	background-color: #666;
	color: #FFFFFF;
	display: inline-block;
	display: block\9;
	width:100px\9;
	font-weight: bold;
	padding: 4px 10px 1px;
	text-align: center;
}
.hotel-list a{
	text-decoration:none;
}
.hotel-list dd a{
	background:url(/theme/common/images/sp_arrow_gray.gif) no-repeat 98% 50%;
	border-radius:0;
	display:block;
	text-align:left;
    min-height: 130px;
	padding-top:6px;
}
.hotel-list dd a:hover{
	background: #dbdbdb url(/theme/common/images/sp_arrow_gray.gif) no-repeat 98% 50%;
}
.hotel-list dd a:before,.hotel_conte:after{content:"";display:table}
.hotel-list dd a:after{clear:both;height:1px\9;margin-bottom:-1px \9}

.plan_ti01{
	background:url(../images/ic_001.gif) no-repeat 5px 5px ;
}
.pageback{
	color:#FF6600;
	text-decoration:none;
	}
.plan_ti02{
	background:url(../images/ic_002.gif) no-repeat 5px 5px ;
}
.plam_img{
	padding:0 5px 5px 10px;
	display:block;
}
.plan_rbox{
    word-break: break-all;
    word-wrap: break-word;
	margin-left:10px;
	}
.plan_name{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-right: 25px;
}
.plan_cash{
	font-size:12px;
	font-weight:normal;
	color:#999;
	padding:10px 0 5px;
}
.plan_cashred{
	color:#F00;
	font-weight:bold;
	font-size:14px;
}

.anchor{
	text-align:right;
	font-size:12px;
	display: block;
	padding-right:10px;
	text-decoration:underline;
	}
	
.yearpass_a{
	font-color:#366ecc;
	font-size:12px;
	text-decoration:underline;
	}
#hotel_q{
	padding:10px;
	}
#hotel_q .subti{
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin-bottom:10px;
	}
#hotel_q .tx12{
	font-size:12px;
	}
#hotel_q #hotels{
	background:url(../../common/images/tdr_common_ic002.gif) no-repeat #666 5px 5px;
	padding:10px 15px 10px 35px;
	font-size:14px;
	color:#FFF;
	}
#hotel_q .bdr{
	border-bottom:#666 1px solid;
	border-left:#666 1px solid;
	border-right:#666 1px solid;
	padding:5px;
	margin-bottom:10px;
}
#hotel_q .bdr li{
	font-size: 12px;
    list-style-type: disc;
    margin-left: 15px;
	}
#ftr{
	background:#CCC;
	padding-top:5px;
}

#ti{
    background: url("../../common/images/tdr_common_ic001.gif") no-repeat scroll 13px 50% #FFFFFF;
    border-bottom: 2px solid #FF6600;
    border-top: 1px solid #CCCCCC;
    color: #FF6600;
    font-size: 14px;
    padding: 18px 15px 18px 35px;
}
.mgb10{
	margin-bottom:10px;
}
.mgb20{
	padding-bottom:20px;
	background:#FFF;
}
#welcometop, .catch, #campaign{
	display:none;
}
#areaLinks {
    margin: 0 auto;
    padding: 5px;
}

	.offical_bg{
	background:#ff988b;
		}
	.partner_bg{
	background:#fea41e;
		}
	.goodneighbor_bg{
	background:#5bc383;
		}

#areaLinks li {
	float:left;
	list-style:none;
	font-size:11px;
	text-align:center;
}
#areaLinks li a {
    color: #EA3E2D;
	text-decoration:none;
    background-color: #ffdfdf;
    border: 1px solid #c23c2e;
	padding:5px 0px;
	line-height:1.5;
	display:block;
	width:90px;
}
#areaLinks_bg img{
	width:100%;
	}


	h2 {
    font-size: 16px;
    padding: 5px 10px 5px 5px;
	}
	h3{
	background:none;
	}
	.hotel-area {
		padding-right:30px;
		padding-left:0;
		font-size:11px;
		text-align:right;
	}
	#welcometop, .catch, #campaign{
	display:none;
	}
	#pankuzu {
	margin:5px;
	}
	#pankuzu li {
    float: left;
    font-size: 7px;
    margin-left: 3px;
    margin-top: 0;
	list-style-type: none;
    line-height: 1.5em;
	}
	#pankuzu li span {
	position:relative;
	left:4px;
	top:-1px;
	}
	#areaLinks{
		padding:5px;
		background:none;
		}
	.featuretx {
    color: #666666;
    font-size: 10px;
    line-height: 1.5;
	}
	#areaLinks_bg img{
    padding-left: 120px;
	width:633px;
		}background-color:#83db86\9;
	.buttonBoxW a {
		background: none repeat scroll 0 0 transparent;
		border: medium none;
		color: #1B47FF;
		_color: #1B47FF !important;
		font-size: 12px;
		font-weight: normal;
	    margin: 15px 0;
		text-decoration:underline;
	}
	.buttonBoxW a:hover {
		background: none repeat scroll 0 0 transparent;
		color: #ff7d00;
		_color: #ff7d00 !important;
		text-decoration:underline;
	}
	.pageTopLink {
	    border-bottom: none;
	    overflow: hidden;
	}

	.hotel-list dd a:hover{
		background-color:#fcfdd9;
	}
	#hotel_conte_bg{
		margin-bottom:20px;
		background:#8bc8ee;
	}
	#hotel_conte_bg:before,#bg_partner:before,#bg_goodneighbor,.hotel_conte:after{content:"";display:table}
	#hotel_conte_bg:after,#bg_partner:after,#bg_goodneighbor:after{clear:both;height:1px\9;margin-bottom:-1px \9}
	#footer3 p a {
		font-family: "lr oSVbN", "qMmpS Pro W3", Osaka !important;
	}
	.hotel-list dd.free-waku .free-title:not(:target) {
		padding: 2px 10px 3px\9;
	}
	.hotel-list dt a:hover {
		background-color:#5384e8;
	}
	#areaLinks_bg {
	padding-left:30px;
	margin-bottom: 10px;
		}
	#areaLinks li a {
    color: #EA3E2D;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    margin-right: 5px;
    padding: 10px 20px;
    text-decoration: underline;
    width: 100px;
	}
#coupon{
	text-align:center;
	padding:10px 0;
	}
#coupon img{
	width:280px;
	}

#anchor{
	margin:10px 0;
	padding-bottom:5px;
	display:block;
    background:#C4E0EF;
	}
#anchor ul li{
	background:#FFFFFF;
	float:left;
    margin: 5px 2px 0;
	_margin-right:19px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	}
#anchor ul li a{
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding:5px 0px;
    text-align: center;
	width:60px;
	color:#2156c3;
	text-decoration:none;
	}
#anchor ul li a:hover{
	color:#5485ea;
	}


#tab {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 35px;
}

#tabs-area .now_offical {
    font-size: 16px;
}
#tabs-area .now_offical {
    background: none repeat scroll 0 0 #8BC8EE;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    height: 22px;
    line-height: 14px;
    padding: 10px 5px 0;
    position: relative;
    text-align: center;
    width: 120px;
	margin-left:20px;
}


@media screen and (max-width: 640px) {
	.hotel-list { height:auto !important; }
}
/*=============================================
 PC
=============================================*/
@media only screen and (min-width:641px){
	body, input, select, textarea, table, th, td, li, a {
			font-family: "lr oSVbN", "qMmpS Pro W3", Osaka;
	}
	#header {
		height: 60px;
		background-image: url(/theme/usj/common/images/bg001.gif);
		padding-top:10px;
	}
	h2 {
	    float: left;
	    padding: 5px 15px 5px 10px;
	    width: 340px;
	}
	.hotel-list dt p {
	    font-size: 12px;
	    font-weight: bold;
	    padding: 18px 0 0;
	}
	h3{
	background:none;
	}
	.hotel-area {
		padding-right:30px;
		padding-left:0;
	}
	.hotel-area {
		font-size:11px;
		text-align:right;
	}
	#header ul {
		display:none;
	}
	#index {
		width: 950px;
		margin:0 auto;
	}
	#welcometop {
		display:block;
	}
	#campaign{
		display:block;
		}
	#pankuzu li {
		font-size:10px;
	}
	#pankuzu li a {
		text-decoration:none;
	}
	#pankuzu li a:hover {
		color: #ff7d00;
	}
	h1 {
		color:#999;
		font-weight:normal;
		font-size:10px;
		margin-top:10px\9;
	}
	#areaLinks{
		padding:5px;
		background:none;
		}
	#areaLinks_bg img{
    padding-left: 120px;
	width:633px;
		}
	#tabs {
		width:auto;
	    padding-left: 180px;
	}
	#tabs .tes {
		float:left\9;
		font-size:14px;
		width:180px;
		font-weight:bold;
	}
	#tabs .offical_tab a:hover {
		background-color:#347bf0\9;
	}
	#tabs .partner_tab a:hover {
		background-color:#fb9e5f\9;
	}
	#tabs .goodneighbor_tab a:hover {
		background-color:#83db86\9;
	}
	.hotel_conte:before,.hotel_conte:after{content:"";display:table}
	.hotel_conte:after{clear:both;height:1px\9;margin-bottom:-1px \9}
	.hotel-list {
		float: left;
		margin: 0 5px 10px;
		_margin: 0 5px 0 3px;
		width: 455px;
	}
	.buttonBoxW a {
		background: none repeat scroll 0 0 transparent;
		border: medium none;
		color: #1B47FF;
		_color: #1B47FF !important;
		font-size: 12px;
		font-weight: normal;
		text-decoration:underline;
	}
	.buttonBoxW a:hover {
		background: none repeat scroll 0 0 transparent;
		color: #ff7d00;
		_color: #ff7d00 !important;
		text-decoration:underline;
	}
	.pageTopLink {
	    border-bottom: none;
	    overflow: hidden;
	}

	#footerLinks {
		border:none;
		margin:0;
		font-weight:normal;
		border-bottom:2px solid #999;
	}
	#footerLinks li {
		display:inline;
	}
	#footerLinks li.line {
		background: none repeat scroll 0 0 transparent;
		border: none;
		display: inline;
		padding: 0;
	}
	#footerLinks li.line2{
		border-left:1px solid #444444;
		}
	#footerLinks a {
		display:inline;
		border-top:none;
		border-bottom:none;
		border-left:none;
		color: #1B47FF;
		padding: 0 6px;
		font-size:11px;
		background:none;
		text-decoration:none;
	}
	#footerLinks a.line {
		display:inline;
		border-right:1px solid #444;
		border-top:none;
		border-bottom:none;
		border-left:none;
		color: #1B47FF;
		padding: 0 6px;
		padding: 0 3px\9;
		font-size:11px;
		background:none;
	}
	#footerLinks a:hover {
		color: #ff7d00 !important;
	}
	.logoL {
		background-position: 0 0;
		display: block;
		height: 52px;
		text-indent: -9999px;
		width: 124px;
	}
	.cS {
		background: url("/assets/img/common/sitetitle.png") repeat scroll 0 0 transparent;
		overflow: hidden;
		position: relative;
		z-index: 100;
	}
	.hotel-list dd a:hover{
		background-color:#fcfdd9;
	}
	.catch {
		display:block;
		color:#666;
		font-weight:bold;
		font-size:12px;
		left:10px;
		position:relative;
	}
	#hotel_conte_bg{
		width:950px;
		padding-bottom:5px;
		margin-bottom:20px;
	}
	#hotel_conte_bg,.hotel_conte:after{content:""}
	#bg_offical:after,#bg_partner:after,#bg_goodneighbor:after{clear:both;height:1px\9;margin-bottom:-1px \9}
	#footer3 p a {
		font-family: "lr oSVbN", "qMmpS Pro W3", Osaka !important;
	}
	.hotel-list dd.free-waku .free-title:not(:target) {
		padding: 2px 10px 3px\9;
	}
	.hotel-list dt a:hover {
		background-color:#5384e8;
	}
	.hotel-list dt a {
		cursor:pointer;
	}
	#tabs-area .now_offical{
		font-size:16px;
	}
	#areaLinks_bg {
	padding-left:30px;
	margin-bottom: 10px;
		}
	#areaLinks li a {
    color: #ffc8d4;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    margin-right: 5px;
    padding: 10px 20px;
    text-decoration: underline;
    width: 100px;
	}
.reg{
	font-size:10px;
	text-align:center;
	margin-top:10px;
	}
.featuretx {
    color: #666666;
    font-size: 10px;
    line-height: 1.5;
	text-align:right;
	}

#anchor{
	margin:15px 0;
    padding: 15px 0;
	display:block;
    background:#C4E0EF;
	}
#anchor ul{
	width:950px;
	_margin-left:15px;
	_width:935px;
	}

#anchor ul li:first-child{
    margin-left: 14px;
	}

#anchor ul li:last-child{
	margin-right:0;
	}
#anchor ul li{
	float:left;
    margin: 0 5px;
	_margin-right:6px;
	}

#anchor ul li a{
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    width: 65px;
	color:#2156C3;
	background: -moz-linear-gradient(top, #ffdc4f 0%, #ffb726);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffdc4f), to(#ffb726));
	/* IE 5.5-7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc4f', endColorstr='#ffb726', GradientType=0);
	/* IE 8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc4f', endColorstr='#ffb726', GradientType=0)";
	/* IE 10 */
	background: linear-gradient(to bottom, #ffdc4f, #ffb726);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    border: 1px solid #FFFFFF;
	-moz-box-shadow:
		0px 0px 3px rgba(000,000,000,0.3),
		inset 1px 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 3px rgba(000,000,000,0.3),
		inset 1px 1px 1px rgba(255,255,255,1);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	}
#anchor ul li a:hover{
	color:#FFFFFF;
	background: #5384E8;
	border: 1px solid #FFFFFF;
	background: -moz-linear-gradient(#5384E8);
	background: -webkit-gradient(linear, left top, left bottom, from(#5384E8), to(#5384E8));
	/* IE 5.5-7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5384E8', endColorstr='#5384E8', GradientType=0);
	/* IE 8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5384E8', endColorstr='#5384E8', GradientType=0)";
	/* IE 10 */
	background: linear-gradient(to bottom, #5384E8, #5384E8);
	}
#attention{
	border: 1px solid #000000;
    font-size: 75%;
    line-height: 125%;
    padding: 8px;
    text-align: justify;
	}
#attention span{
	text-decoration:underline;
	font-weight:bold;
	}
#coupon{
	width:950px;
	}
#coupon img{
	width:864px;
	}
.hotel-list dt a {
	background: url("/theme/common/images/sp_arrow_white.png") no-repeat scroll 98% 50% transparent;
	color: #fff;
	display: block;
	min-height:50px;
}
.plam_img{
	float:left;
	padding:0 5px 5px 10px;
	display:block;
}
.plan_rbox{
	padding-left:185px;
    word-break: break-all;
    word-wrap: break-word;
	}