@charset "utf-8";
/* CSS Document */


h1{
	/* border-bottom:2px #000000 solid; */
	margin:0 0 23px 0;
}

#acMenu{
	text-align:center;
}

#acMenu dt {
	display: block;
	border-bottom:#E0E0E0 solid 2px;
	position: relative;
}
#acMenu dt:first-child {
	border-top:#E0E0E0 solid 2px;
}

#acMenu dt:after {
	background:url(http://www.the-zenith.jp/bridalfair/sp/img/arrow_down.png) top center no-repeat;
	content: "";
    display: block;
    height:24px;
    right:8px;
    margin-top:0px;
    position: absolute;
    top: 35%;
    width:24px;
}

#acMenu dt.active:after {
background:url(http://www.the-zenith.jp/bridalfair/sp/img/arrow_up.png) top center no-repeat;
	content: "";
    display: block;
    height:24px;
    right:8px;
    margin-top:0px;
    position: absolute;
    top: 35%;
    width:24px;
}

#acMenu dd {
	border-bottom:#E0E0E0 double 2px;
	padding:23px 0px 10px 0;
	line-height: 1.5em;
	text-align:center;
	display: none;
	font-size: 13px;
	font-weight:bold;
	color:#000000;
}

#acMenu .txt{
	padding:5px 0 0 0;
	margin:0 10px;
}

.img{
	padding:13px 10px 9px 10px;
}

.tit{
	font-weight:bold;
	font-size:20px;
	text-align:center;
	color:#000000;
}

.tit_flow{
	margin:30px 15px 30px 15px;
}

.section06 .border{
	height:5px !important;
}

.section06 .btn{
  padding:10px 20px 10px 20px;
  background:#000;
  margin:9px 10px 9px 10px;
  text-align: center;
  font-size:18px;
  /* -webkit-border-radius: 4px; */
  border-radius: 2px;
  /* -webkit-box-shadow: 0 2px 0px #389684; */
  /* box-shadow: 0 2px 0px #389684; */
  line-height:1.3;
  letter-spacing:-0.05em;
  color:#FFFFFF;
  }
  
  .section06 .btn span{
	  font-size:13px;
  }
  .section06 .btn a{
	   color:#FFFFFF;
  }
  
   .section06 .bold{
	   color: #F7F771;
	   font-size:18px !important;
   }
   
   .section06 .btn_fair{
  padding:13px 20px 13px 20px;
  background:#FF5D84;
  margin:9px 10px 9px 10px;
  text-align: center;
  font-size:15px;
  /* -webkit-border-radius: 4px; */
  border-radius: 2px;
  /* -webkit-box-shadow: 0 2px 0px #AA5563; */
  /* box-shadow: 0 2px 0px #AA5563; */
  line-height:1.3;
  letter-spacing:-0.05em;
  color:#FFFFFF;
  }
  
  .section06 .btn_fair a{
	    color:#FFFFFF;
  }
  
  .section06 .btn_fair span{
	  font-size:13px;
  }