@charset "UTF-8";
.article_image_container .caption { 
	overflow-y: auto;
	height: 100px;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.h_iframe { position:relative; border: 0px none transparent; }
.h_iframe .ratio { display:block; width:100%; height:auto; }
.h_iframe iframe { position:absolute; top:0; left:0; width:100%; height:100%; }