@charset "UTF-8";
#ht5_contents #BLACKFORMAL a:visited {
	color: #000;
}
#BLACKFORMAL {
	width: 100%;
	overflow: hidden;
	background: #f9f9f9;
	padding: 3% 2%;
	box-sizing: border-box;
}
#BLACKFORMAL h2.title {
	font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	width: 100%;
	font-size: 3.6em;
	text-align: center;
	margin-bottom: 1.4%;
	line-height: 90%;
}
#BLACKFORMAL h2.title span {
	display: block;
	font-size: 40%;
}
#BLACKFORMAL ul {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
#BLACKFORMAL li {
	display: inline-block;
	border-radius: 30px;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
	width: 45%;
}
#BLACKFORMAL li+li {
	margin-left: 2%;
}
#BLACKFORMAL li a {
	text-decoration: none;
}
#BLACKFORMAL li.black {
	background: #000;
	border: solid 2px #000;
}
#BLACKFORMAL li.black:hover {
	background: #333;
	border: solid 2px #333;
	transition: all 100ms liner;
}
#BLACKFORMAL li.black a {
	color: #fff;
}
#BLACKFORMAL li.white {
	background: #fff;
	border: solid 2px #eee;
}
#BLACKFORMAL li.white:hover {
	background: #eee;
	transition: all 100ms liner;
}
#BLACKFORMALQA {
	width: 99.79%;
	overflow: hidden;
	border: #d9d9d9 1px solid;
	margin-top: 25px;
}
#BLACKFORMALQA dl {
	padding: 25px 45px;
}
#BLACKFORMALQA dd {
	font-weight: bold;
	color: #2c0a4e;
}
#BLACKFORMALQA dt {
	margin-bottom: 15px;
}
 @media all and (max-width:767px) {
 #BLACKFORMAL {
 padding:6% 0%;
 margin: 4% 0;
}
 #BLACKFORMAL h2.title {
 font-size: 2.8em;
 margin-bottom: 2%;
 line-height: 85%;
}
 #BLACKFORMAL h2.title span {
 font-size: 35%;
}
 #BLACKFORMAL li {
 width: 80%;
font-size: 1em;
}
#BLACKFORMAL li+li {
 margin-left: 0;
 margin-top: 2%;
}
}
