@charset "utf-8";
/*   
Theme Name: kadoya-Official 2012
Theme URI: https://www.kadoya-hotel.co.jp/
Description: かどやホテル2012テーマ
Author: fk
Author URI: https://www.kadoya-hotel.co.jp/
Version: 1.0
*/


/* ----------------------------------------------------------------
    404
----------------------------------------------------------------- */

.cat_future {
	text-align:center;
	padding:50px 0;
	font-size:15px;	
}


/* ----------------------------------------------------------------
    Image Control
----------------------------------------------------------------- */
.image-resize360 {
max-width:360px;
}
* html body .image-resize360 {
width: expression(this.width >= this.height ? "360px" : "auto");
}

.image-resize116 {
max-width:116px;
max-height:78px;
}
* html body .image-resize116 {
width: expression(this.width >= this.height ? "116px" : "auto");
height: expression(this.width <= this.height ? "78px" : "auto");
}
