@charset "utf-8";

/* CSS Document */



.ui-body-a,html,body{
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:1px;
	margin: 0px;
	padding: 0px;
	background:#fff;
}


.ui-header .ui-title,            /* ヘッダー */
.ui-footer .ui-title,            /* フッター */
.ui-btn-inner,                /* ボタン */
.ui-li-heading,                /* リスト見出し */
.ui-li .ui-btn-text a.ui-link-inherit,    /* リンクリスト */
.ui-li-desc                /* リスト詳細 */
{
	overflow: visible;
	white-space: normal;
}

a:link,
a:visited,
a:active,
a:hover {
	overflow:hidden;
	outline:none;
	border:none;
	text-decoration:none;
}

@font-face {
	font-family: 'ModernPictogramsNormal';
	src: url('../font/modernpics-webfont.eot');
	src: url('../font/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
		url('../font/modernpics-webfont.woff') format('woff'),
		url('../font/modernpics-webfont.ttf') format('truetype'),
		url('../font/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
	font-weight:normal;
	font-style:normal;
}


.clear{
	clear: both;
	visibility:hidden;
	height: 0;
}

.icon{
	font-family:'ModernPictogramsNormal';
	font-weight:lighter;
	font-size:20px;
	color:#cc0033;
}

.icon_fff{
	font-family:'ModernPictogramsNormal';
	font-weight:lighter;
	font-size:20px;
	color:#fff;
}

/*============ ヘッダー ============*/

#header{
	font-size:13px;
	padding:5px;
	border:none;
	width:100%;
	z-index:9999;
	color:#fff;
	background-color:#000;
}

.clear{
	clear: both;
	visibility:hidden;
	height: 0;
}

/*============ コンテンツ ============*/

#main{
	color:#000;
	margin:0;
	padding:0;
}

#main .box{
	margin:10px 0;
	padding:5px;
	color:#666;
	font-size:12px;
}

.map_pht{
	width:310px;
	margin:0 auto 20px;;
	padding:0;
}

.map_pht .pht_box{
	width:150px;
	font-size:12px;
	color:#666;
	margin-right:3px;
	margin-left:2px;
	margin-bottom:10px;
	float:left;
}

.map_pht .pht_box img{
	border:1px solid #000;
}


.guide{
	margin: 0;
	padding:5px;
	font-size:14px;
	color:#fff;
	background:#000;
	width:100%;
}

#main .box_guide{
	padding:10px 5px 15;
	color:#666;
	font-size:12px;
	background:#F5F5F5;
}

.map_text,
.map_text a:link,
.map_text a:visited,
.map_text a:active,
.map_text a:hover{
	color:#cc0033;
}


/*============ フッター ============*/

#footer{
	padding:5px 0;
	text-align:center;
	font-size:10px;
	border:none;
	width:100%;
	color:#fff;
	background-color:#000;

}

/*============ サロン ============*/

dl.accordion dt {
	cursor:pointer;
	color:#fff;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	background:#666666;
	border-bottom:1px solid #fff;
}

dl.accordion dt.opened {
	color:#fff;
	background:#666666;
}

.accordion dd {
	margin-left:0;
	padding:5px;
	font-size:12px;
	background:#fff;
}

.salon_midashi{
	color:#cc0033;
	font-size:14px;
	font-weight:bold;
}