﻿@charset "utf-8";

/* -----------------------------------------------
 * 望楼NOGUCHI登別
 * エステメニューページ CSS
 *
 * Author     : sue
 * LastUpdate : 09/04/14
----------------------------------------------- */

#aestheticSalon-menu {
	width: 500px;
	margin: 0;
	padding: 0;
	text-align: center;
}
	#aestheticSalon-menu h2 {
		margin-bottom: 10px;
		text-align: center;
	}

	#aestheticSalon-menu .menuList {
		width: 460px;
		margin: 0 auto;
	}
		#aestheticSalon-menu p {
			margin-bottom: 1.5em;
		}
		#aestheticSalon-menu dl dt {
			margin-bottom: 10px;
			font-size: 110%;
		}
			.menuTitle {
				color: #EFAE3A;
				font-weight: bold;
			}
			.bold {
				font-weight: bold;
			}
		#aestheticSalon-menu dl dd {
			margin-bottom: 20px;
			border-bottom: 1px solid #C6C6C6;
		}
