@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;
	background:url(../images/index-images/bg01.jpg) 50% 50% no-repeat;
	
}
#guide .inner{
  z-index:110;
  overflow:hidden;
  text-align:left;
  background-color:#fff;
  padding:15px;
	margin-bottom:-50px;
}
