@charset "utf-8";
#rule_navi {
margin-top: 0px;
}
#top_fv {
    background-image: url(/butsudanjimai/column/manner/images/top_fv_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 265px;
    background-color: #e4f5fd;
	margin-top: 0;
}
#top_fv img{
	padding-top: 40px;
}
.table-of-contents_manner {
    background-image: url(/butsudanjimai/column/manner/images/butsudanjimai.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.table-of-contents_manner ul{
    width: 55%;
}
.inside.container #rule_category .rule_txt ol {
    margin-left: 60px;
    line-height: 168%;
}

#manner_navi .menu li {
    position: relative;
    z-index: 1;
    width: 33.33%;
    list-style: none;
}
@media only screen and (max-width: 768px) {
  .table-of-contents_manner {
    background-image: none;
  }
  .table-of-contents_manner ul{
    width: 100%;
  }
  .inside.container h2 {
    font-size: 160%;
  }
  .inside.container #rule_category .rule_txt ol {
    margin-left: 30px;
  }
}