.wrap {
	width: 100%;
	}

body {
	font-size: 15px;
	line-height: 20px;
	}

img.alignright, img.right {
	float: none;
	display: block;
	margin: 0 0 10px 0;
	}
img.alignleft, img.left {
	float: none;
	display: block;
	margin: 0 0 10px 0;
	}

.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 54.15%;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	}

.entry_table {
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	}

.entry img {
	width: auto !important;
	height: auto !important;
	}

[class*='col-'] {
	float: none;
	width: auto;
	padding: 0;
	}

h1, .h1, .title{
	font-size: 26px;
	line-height: 30px;
	}
h2, .h2{
	font-size: 24px;
	line-height: 28px;
	}
h3, .h3{
	font-size: 22px;
	line-height: 26px;
	}
h4, .h4{
	font-size: 20px;
	line-height: 24px;
	}
h5, .h5{
	font-size: 18px;
	line-height: 22px;
	}
h6, .h6{
	font-size: 16px;
	line-height: 20px;
	}

ul.top_head_r_list {
    padding: 20px 10px;
	}
ul.top_head_r_list li {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 20px;
	}

.about_title {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 10px;
	}
.about_list {
    border-top: 1px solid #c9c9c9;
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
	}

.posts_reg_text {
    font-size: 15px;
    margin: 0 0 20px 0;
	}
.posts_star_line {
    padding: 10px 10px;
    font-size: 14px;
	}
.posts_star_line > b {
    width: 50%;
	}
.posts_star {
    width:48%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
	}
.posts_star span {
	font-size: 18px;
	margin: 0 3px 0 0;
	}	




