article section figure a img, article section figure img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

article section figure > figcaption {
    text-align: center;
    margin-top: 5px;
}

article section > figure, article section > ul, article section > ol, article section > p{
  margin-bottom: 25px;
}

article section figure > .embed-responsive {
    margin-top: 30px; 
}

.anchor{
  	display: inline-block;
	height: 80px; /*same height as header*/
	margin-top: -80px; /*same height as header*/
	visibility: hidden;
}

section h3{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#eee;
	margin-top:10px;
}

#navibar {
	border: 1px;
	border-style: solid;
	border-color: #aaa;	
	background-color: #f9f9f9;
}
#navibar ul{
	margin-top: 10px;
}

#navibar li ul{
	margin-top: 0px;
}
#navibar li{
	margin-left: -10px;
}

#toTop {
    bottom: 9px;
    right: 12px;
    position: fixed;
	cursor: pointer;
    display: none;
}
/*--------------- yai -------------------*/
.outputImage img{
    display:inline
}
.outputImage.center{
    text-align:center;
}
.outputImage.left{
    text-align:left;
}
.outputImage.right{
    text-align:right;
}
dl{
	padding-left: 25px;
}
/*--------------- yai end ---------------*/