@charset "utf-8";
/*--------------------------------------------------*/
/* Base 0
/*--------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

html {
 overflow-y: scroll;
}

img {
	border: 0;
}
body {  
	background-color: #5B4A3F;
}
#menuarea {
	width: 541px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#menuarea td {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	vertical-align: top;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FCF;
}
.img_margin {
	padding-top: 24px;
}

#menuarea h6 {
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	padding-bottom: 2px;
}
#salonarea {
	width: 652px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#salonarea p {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
.right_side {
	float: right;
	margin-left: 18px;
}



/*-----------------------------スマホ対策----------------------------------*/

#menuareaSP {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#menuareaSP td {
	font-size: 2.0em;
	line-height: 3em;
	color: #FFF;
	vertical-align: top;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FCF;
}
.img_marginSP {
	padding-top: 24px;
}

#menuareaSP h6 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 2em;
	padding-bottom: 2px;
}
#menuareaSP p {
	font-size: 1.8em;
	line-height: 2.0em;
	color: #FFF;
}
.right_sideSP {
	float: right;
	margin-left: 18px;
}

/*------------------------------------------------------------------------*/
