@charset "utf-8";

#category_block h2 {
  border: 1px solid #c0cee0;
  border-bottom: 3px solid #2f3d99;
  box-sizing: border-box;
  font-size: 120%;
  padding: 10px 0 10px 10px;
}
#category_block h2 a {
  color: #333;
  text-decoration: underline;
}
#category_block h2+ .section01 {
  margin: 20px 0;
}
#category_block .section01 li {
  margin-bottom: 10px;
}
#category_block .section01 li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) { /*768px ртио*/
#mv {
  clear: both;
  position: absolute;
  top: 135px;
  left: 0;
  width: 100%;
  height: 310px;
  z-index: 110;
}
.slider {
  width: 1024px;
  height: 310px;
  margin: 0 auto;
}
.bnr_list li {
  margin-bottom: 10px;
  box-sizing: border-box;
}
#category_block {
  margin-top: 40px;
}
}

@media screen and (max-width: 767px) {	/*767px ртоб*/
#mv {
  display: block;
  width: 100%;
}
.bnr_list {
  text-align: center;
}
.bnr_list li {
  margin-bottom: 5px !important;
}
#greeting_block {
  margin-top: 10px;
}
#greeting_block,  #category_block {
  margin-bottom: 40px;
}
}

