@charset "UTF-8";

/* hack.css 
--------------------------------------------------------------------------
 ハックが必要な場合、このCSSに記述します。
--------------------------------------------------------------------------*/

/* Win版 IE5.x用に上書きするスタイル */
@media tty {i{content:"\";/*" "*/}} @import 'winie5x.css';
 /*";}}/* */

/* Hides from IE-mac \*/

/* End hide from IE-mac */


/* IE4〜6
--------------------------------------------------------------------------*/
* html .side img {
	vertical-align: top;
}
* html .mobile_site .box p.space {
	margin-top: 8px; /* base.css 2px */
}
* html table.box_stayplan dd {   
	margin-top: -1.5em; /* detail.css -1.2em */
}
* html #info_others dl {
	padding-bottom: 0; /* detail.css 10px */
}


/* IE 7用ハック
--------------------------------------------------------------------------*/

/* hasLayout問題を回避 */
*:first-child+html * {
	letter-spacing: 0;
}

*:first-child+html .side img {
	vertical-align: top;
}
*:first-child+html .mobile_site .box p.space {
	margin-top: 8px; /* base.css 2px */
}
*:first-child+html .angel dl dd form div{
	margin-right: auto;
	margin-left: 3px;	
	margin-bottom: 0px; /* base.cssでは5px */	
} 
*:first-child+html p.pagetop {
	clear: both;
	text-align: right;
	padding: 25px 0 0 0;
}

*:first-child+html p.dtl_r {
	margin-bottom: 0; /* detail.css 5px */
}

*:first-child+html table.box_stayplan dd {   
	margin-top: -1.5em; /* detail.css -1.2em */
}

.fs0 { *font-size: 0; }


/* Safari用ハック
--------------------------------------------------------------------------*/
html:\66irst-child #inbox .angel dl dd form{
	font-size: 62.5%;
	line-height: 1.5;
}

