body {
	counter-reset: menu_number 0;
	display: flex;
	margin-top: 0;
}
.menu {
	position: relative;
	top: 0;
	left: 0;
	width: 30%;
	height:100%;
	text-align: left;
}
.data {
	position: relative;
	top: 0;
	/*left: 193px;*/
	height:100%;
	width : 75%;
}
iframe {
	border: none;
	height: 100%;
	width: 100%;
}
ol {
	list-style: none;
	padding-left: 7px;
}
.list * {
	/*font-size: 1em;*/
}
.list {
    font-weight: bold;
    margin-top: 30px;
}
ul {
    position: relative;
}

.list li {
    display: list-item;
    position: relative;
    line-height: 0.9em;
    /*line-height: 1.5;*/
    padding: 0.5em 0 0 20px;
    list-style-type: none!important;
    font-size: 1em;
    font-weight: normal;
    counter-reset: menu_number 0;
    margin-bottom: -10px;
}
.firstindex {
    display: block;
}
.secondindex {
    display: inline-block;
    margin-bottom: 10px;
}
.list li:before {
    content: url(../image/pin01.gif);
    position: absolute;
    top: 0;
    left : -10px;
    /*color: skyblue;*/
    padding-top: 0;
}
.list li {
    /*font-size: 14px;*/
}

.list ul {
    line-height: 1.2;
    padding-left:26px;
    list-style-type: none!important;
    font-size: 14px;
    font-weight: normal;
    /*margin-bottom: 20px;*/
    margin-top: 5px;
    counter-increment: menu_number;
}
.list ul:after,
.list ul:before{
  /*content: "";*/
  position: absolute;
  border-radius: 50%;
}
.list ul:before{
  content: counter(menu_number) " ";;
  top: 0.6em;
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(129,194,250,0.5);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}
.list ul:after{
  content: "";
  top: 0.8em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(129,194,250,0.3);
}

/*.list ul:before {
    content: url(../mycount/img2/1.gif);
    position: absolute;
    left : 1em;
    color: #ffb03f;
}
.list ul:after {
    content: url(../mycount/img2/ + counter(menu_number) + .gif);
}*/

.list-content {
    padding-bottom: 20px;
}
