@charset "utf-8";

/* ======================

 [brake-point]
 min-width:768px
 max-width:767px

====================== */

/* Pc Style----------------------------------------------- */
@media screen and (min-width: 767px) {
.eventRead{
  font-size: 18px;
  line-height: 32px;
  margin-top: -10px;
}
}
/* Re Style----------------------------------------------- */
@media screen and (max-width: 767px) {
.eventRead{
  font-size: 11px;
  line-height: 16px;
  margin-top: -10px;
}
}
/* -------------------------------------------------------------------
 ¥¢¥³©`¥Ç¥£¥ª¥ó
------------------------------------------------------------------ */
#eventArea{
  display: block;
}
#eventArea > dt{
  display: table;
  width: 100%;
  cursor: pointer;
}
#eventArea > dt > p{
  display: table-cell;
  vertical-align: middle;
  background-color: #fffbc9;
  color: #eb871e;
}
#eventArea > dt:after{
  display: table-cell;
  vertical-align: middle;
  content: "";
}
#eventArea > dt.close:after{
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  border-top:none;
  border-right:none;
}

#eventArea > ul{
  display: block;
}
#eventArea > ul > li{
  display: block;
  border-bottom:solid 1px #c0c0c0;
}
#eventArea > ul > li:last-child{
  border-bottom: none;
}
#eventArea > ul > li > p{
  color: #eb871e;
  font-weight: bold;
}
#eventArea > ul > li > dl dt span {
	background-color: #e8e8e8;
	padding: .3em;
}
/* Pc Style----------------------------------------------- */
@media screen and (min-width: 768px) {
#eventArea{
  border-bottom:solid 2px #c0c0c0;
}
#eventArea > dt{
 border-top:solid 2px #c0c0c0;
 padding-top: 10px;
}
#eventArea > dt:first-child{
  border-top:none;
}
#eventArea > dt:after{
  background: url(/admissions/img/common/ic_acc_arrow.png) center center #eb871e no-repeat;
  width: 62px;
  height: 52px;
  border-right:solid 2px #c0c0c0;
  border-top:solid 2px #c0c0c0;
}
#eventArea > dt.close:after{
  border-left:solid 2px #c0c0c0;
  border-bottom:solid 2px #c0c0c0;
}
#eventArea > dt p{
  font-size: 24px;
  padding-left: 20px;
  border-top:solid 2px #c0c0c0;
  border-left:solid 2px #c0c0c0;
}
#eventArea{
  border:solid 2px #c0c0c0;
  padding: 0 40px 10px;
}
#eventArea > ul > li{
  padding: 10px 0;
}
#eventArea > ul > li > p{
  font-size: 16px;
  line-height: 30px;
}
#eventArea > ul > li > p span{
  margin-right: 18px;
}
#eventArea > ul > li > dl{
  display: table;
  margin-top: 10px;
}
#eventArea > ul > li > dl dt,
#eventArea > ul > li > dl dd{
  display: table-cell;
}
#eventArea > ul > li > dl dt{
  white-space: nowrap;
}
#eventArea > ul > li > dl dt span{
  display: block;
  font-size: 16px;
  width:13em;
  text-align: center;
}
#eventArea > ul > li > dl dd{
  padding-left: 18px;
}
#eventArea > ul > li > dl dd p{
  font-size: 16px;
  line-height: 1.5em;
}
#eventArea > ul > li > dl dd .caption{
  font-size: 14px;
  margin-top: 3px;
}
}
/* Re Style----------------------------------------------- */
@media screen and (max-width: 767px) {
#eventArea{
  margin-top: 12px;
  border-bottom:solid 1px #c0c0c0;
}
#eventArea > dt{
}
#eventArea > dt:first-child{
  border-top:none;
}
#eventArea > dt:after{
  background: url(/admissions/img/common/ic_acc_arrow.png) center center #eb871e no-repeat;
  -moz-background-size: 10px auto;
  background-size: 10px auto;
  width: 50px;
  height: 40px;
  border-right:solid 1px #c0c0c0;
  border-top:solid 1px #c0c0c0;
}
#eventArea > dt.close:after{
  border-left:solid 1px #c0c0c0;
  border-bottom:solid 1px #c0c0c0;
}
#eventArea > dt p{
  font-size: 13px;
  padding-left: 12px;
  border-top:solid 1px #c0c0c0;
  border-left:solid 1px #c0c0c0;
}
#eventArea{
  border:solid 1px #c0c0c0;
  padding: 7px 15px 7px;
}
#eventArea > ul > li{
  padding: 6px 0 5px;
  font-size: 0;
  line-height: 0;
}
#eventArea > ul > li > p{
  font-size: 11px;
  line-height: 20px;
}
#eventArea > ul > li > p span{
  margin-right: 10px;
}
#eventArea > ul > li > dl{
  display: black;
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.4em;
}
#eventArea > ul > li > dl dt span{
  display: inline-block;
}
#eventArea > ul > li > dl dd{
  margin-top: 5px;
}
#eventArea > ul > li > dl dd p{
  font-size: 11px;
  line-height: 1.4em;
}
#eventArea > ul > li > dl dd .caption{
  font-size: 10px;
  margin-top: 3px;
}

}

/* print Style----------------------------------------------- */
@media print {
#eventArea{
  display: block !important;
}
}

/* -------------------------------------------------------------------
 ¤ªÉê¤·Þz¤ß·½·¨
------------------------------------------------------------------ */
#gatheringItem ul.ulType01 li span.ff{
  color: #eb871e;
}
#gatheringItem .fbb{
  color: #000 !important;
}
#gatheringItem .ulType01 li a{
  color: #000 !important;
}
/* Pc Style----------------------------------------------- */
@media screen and (min-width: 768px) {
#gatheringItem{
  margin-top: 30px;
}
#gatheringItem .ulType01 li{
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
}
/* Re Style----------------------------------------------- */
@media screen and (max-width: 767px) {
#gatheringItem{
  margin-top: 10px;
}
#gatheringItem .fbb{
  padding-bottom: 0;
  border-bottom: none;
}
#gatheringItem dd{
  padding-top: 0;
}
#gatheringItem .ulType01 li{
  margin-bottom: 0;
}
}
