/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2024 | 07:04:38 */
body {
  background: linear-gradient(to top, #F3BBCB, #FFF);
}
.main_area::after {
  content: "";
  display: table;
  clear: both;
}
.exg_cnr {
  background-color: rgba(251,217,0,0.3);
  color:#000;
  border-bottom:3px solid #FBD900;
  font-weight:bold;
  font-size:1.2em;
  margin: 0 0 20px 0;
  padding:0.5em;
}
.archive_text ul li {
  border: none;
  border-bottom: 1px dashed #727272;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 10px;
  font-size: 1em;
  margin-bottom: 10px;
}
.archive_text ul li:last-child {
  border-bottom: none;
}
.archive_text ul li p {
  text-align: left;
}
.archive_text ul li p + p {
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.6em;
  margin-top: 10px;
}
.archive_text ul li p.sub_title {
  font-weight: bold;
}
.archive_text ul li p.youtube_wrapper {
	text-align: center;
}

  @media screen and (min-width:651px){
    .layoutA #area1 {
      margin-right: 15px;
    }
    .layoutA #area2 #sideMenu li{
        background-color:rgba(251,217,0,0.3);
        border: 3px solid #FBD900;
        font-weight:bold;
    }
    
    .layoutA #area2 #sideMenu li a{
      color:#000;
    }
    }