<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ==========================================================================
	CONTENT
========================================================================== */
#page-title{
  background: url(../images/cmn-images/page-title.jpg) 50% 0 no-repeat;
  background-size: cover;
}
#guide{
  position:relative;
  z-index:100;
  padding:30px 15px;
	margin-bottom:-50px;
}
#guide .inner{
  z-index:110;
  overflow:hidden;
  text-align:left;
  background-color:#fff;
  padding:15px;
}

.gre{
	color:#6eb63d;
}

.cmn-title05{
  font-size:1.2rem;
  font-weight:normal;
  line-height:1.2rem;
  text-align:left;
  border-bottom:1px dotted #333;
  padding-bottom:5px;
  margin-bottom:15px;
	width:95%;
	margin:0 auto;
}
.underLine{
border-bottom:1px solid #253445;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-top:10px;

}
.yt{
color:#004a3c !important;
	
}
</pre></body></html>