/*文字サイズ　大*/

#container {
font-size:1.4em;
}


/* wysiwyg編集対応 */

/* 店舗紹介ページ */
.wysiwyg_area {
	font-size:20px;
}
.wysiwyg_area p {
	font-size:20px;
}
.wysiwyg_area .size_1{
	font-size:20px;
	line-height:34px;
}
.wysiwyg_area .size_2{
	font-size:28px;
	line-height:42px;
}
.wysiwyg_area .size_3{
	font-size:40px;
	line-height:54px;
}
.wysiwyg_area .size_4{
	font-size:54px;
	line-height:68px;
}
.wysiwyg_area .size_5{
	font-size:70px;
	line-height:84px;
}



/*----------------------------------------
 __CSS_switch
----------------------------------------*/

ul#css_switch li.font_small a {
background-image:url(../img/text_size/small_off.gif);
background-repeat:no-repeat;
background-position:left center;
}

ul#css_switch li.font_large a {
background-image:url(../img/text_size/large_on.gif);
background-repeat:no-repeat;
background-position:left center;
}

ul#css_switch li.font_middle  a {
background-image:url(../img/text_size/middle_off.gif);
background-repeat:no-repeat;
background-position:left center;
}
