@charset "UTF-8";
/* CSS Document */


/*-------------------------------------------------

ホテルウィングス base.css




--------------------------------------------------*/



/* ------ reset -------- */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
} 
table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
}
fieldset,img {  
	    border:0;
		vertical-align:top; 
} 

ol,ul { 
	    list-style:none; 
} 
caption,th { 
	    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	    font-size:12px; 
	    font-weight:normal; 
} 
q:before,q:after { 
	    content:''; 
} 
abbr,acronym { 
        border:0; 
}



/* ------ font -------- */


body{
    font-size: 13px; /* 基本フォントサイズ */
    *font-size: small; /* IE7およびIE6標準準拠モード用 */
    *font: x-small; /* IE6後方互換モード用 */
    font-family: Verdana, arial, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka";
}

textarea,
input,
select{
    font:99% arial,helvetica,clean,sans-serif;
}

table{
    font-size:inherit;
    font:100%;
}

pre,code,kbd,samp,tt{
    font-family:monospace;
    *font-size:100%;
    font:115% monospace;
    line-height:100%;
}



/* ------  clearFix -------- */

.clearboth{ clear:both; height:25px}

.clearFix:after{clear:both; margin:0; padding:0;}
.clearFix{clear:both; margin:0; padding:0;}








