@charset "utf-8";

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 641px) {

/* -----------------------------------------------------
 PC表示　font.css
----------------------------------------------------- */


/* font-family */
/* ----------------------------------------------------- */
.win body{
 font-family:'ＭＳ Ｐゴシック',sans-serif;  
}
.win body textarea,
.win body select,
.win body input{
 font-family:'ＭＳ Ｐゴシック',sans-serif;  
}
div.room-cal p.month,
div.room-cal table td{
	font-family:Arial, Helvetica, sans-serif;
}

/* font-size */
/* ----------------------------------------------------- */

/*
Font-size Adjustment.
base 93%=12px
84% =10px
92% =11px
100%=12px
108%=13px
117%=14px
124%=15px
134%=16px
141.9%=17px
150%=18px
157%=19px
167%=20px
172%=21px
181%=22px
192%=23px
197%=24px
*/

/* modern browser */
body{
	font-size:12px;
}
/* for IE */
.ie body {
	font-size:75%;
}
/* default */
#header,
#contents,
#footer{
	font-size:100%;
}
h1,h2,h3,h4,h5,h6,td,th,textarea{
	font-size:100%;
}
table{
	font-size:inherit;
	font:100%;
}
sup{
	font-size:86%;
}
.ie6 sup{
	font-size:92%;
}
/* set-size */
div.packdemente-article h4 span{
	font-size:75%;
}
.fs10,
#cal-note li,
div.room-cal th{
	font-size:84%;
}
.fs11,
#header p.path,
#footer div.inner,
.table-s01 th,
.table-s01 td,
.table-s05 th,
.table-s05 td,
#home-wrap div.hw-l dl.topics dd.wrap dt,
#side dl.btn-type01 dd,
div.hosho-note01,
div.ownersnet-article div.article p.cap{
	font-size:92%;
}
.fs14,
div.dealer-detail div.summary li.tel,
div.dealer-detail dl.lead dd,
div.dealer-detail dl.add dd.add-txt,
div.event-wrap dl.event-flier dd.note,
div.sitemap-wrap dt,
div.ownersnet-article h4,
div.service-intro01 dt,
div.com-action h3,
div.com-action div.ttl h4{
	font-size:117%;
}
div.dealer-detail div.summary h2,
div.event-wrap dl.event-flier dt,
div.packdemente-article h4,
div.encho-hosho-wrap h3,
div.one-col-wrap h2,
div.ownersnet-article h3{
	font-size:134%;
}

}