.underline {
	text-decoration: underline;
}


.border-top {
	margin-top: 8px;
	padding-top: 8px;
}
.salonbox {
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
}
.border-none {
	border-right: none;
}
.border-right {
	border-right: dotted 1px #ccc;
}
.inline {
	display: table-cell;
}
.btnarea .icon{
	padding-right: 5px;
	display: table-cell;
}


.aboutmenu .menu-list ul{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
.aboutmenu .menu-list li{
	border-left:1px solid #000;
	border-top:1px solid #000;
	height: 60px;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}