/*
�^�C�g��
-------------------------------------------------------------------*/
h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 60px;
}
h3 {
	background: none;
	color: #340001;
	text-align: left;
	border-top: solid 2px #340001;
	border-bottom: solid 2px #ccc;
	margin-bottom: 10px;
	font-size: 25px;
	padding: 5px 15px;
}

/*
���C�A�E�g
-------------------------------------------------------------------*/
.salonBody {
	margin: 0 5px 60px;
}

.appealtext {
	padding: 10px 15px;
	margin-bottom: 15px;
	border: solid 1px #ccc;
}
.appealtext h4 {
	margin-bottom: 10px;
	border-bottom: dotted 1px #ccc;
}

.website a {
	display: block;
	border: solid 2px #af6666;
	width: 250px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 10px;
	color: #af6666;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	background-color: #efe8e8;
}
.website a:hover {
	background-color: #e3d1d1;
}


/* FAQ */
.faqtext_info {
	padding: 15px 20px;
	margin-bottom: 15px;
	background-color: #eee;
	border-radius: 10px;
}
.faqtext {
	padding: 15px 20px;
	margin-bottom: 15px;
	border: solid 2px #eee;
	border-radius: 10px;
}
.faqtext::before {
	content: "Q";
	display: inline-block;
	width: 28px;
	float: left;
	background-color: #c16464;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	margin-right: 10px;
}
.faqtext h4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #eee;
	color: #c16464;
}


/*
�e�[�u��
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	margin: 15px 0;
	width: 100%;
}
th, td {
	border: solid 1px #ccc;
	padding: 3px 15px;
}
th {
	text-align: right;
	background-color: #f6f6f6;
}
