@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 100%;
}
.page-title, .entry-title {
     font-family: 'Noto Sans JP', sans-serif;
}

aside.widget_media_image img {
    border-radius: 4px 4px 4px 4px;
}
article p {
    margin-bottom: 1em;
}
.page-title, .entry-title {
    font-size: 36px;
    line-height: 1.2em;
}
.entry-content h2 {
    margin-top: 60px;
}
.single article li {
    line-height: 1.8em;
}
.single article img {
    margin-top: 30px;
}
div#rpwwt-recent-posts-widget-with-thumbnails-3 a {
    color: #000;
}
img.avatar {
    border-radius: 100px;
}
li.cat-item a {
    color: #000;
}
li.cat-item {
    margin-bottom: 10px;
}
aside.widget_categories ul {
    list-style-type: none;
}
.single .entry-content h3 {
    margin-top: 40px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}
.single article li {
    margin-top: 16px;
    line-height: 1.5em;
}
.single article ul {
    padding: 20px 40px;
}
.category-donation-for-reserch .saboxplugin-wrap {
  display: none;
}
.link-btn a {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 6px;
    display: block;
    text-align: center;
    color: #000;
    line-height: 27px;
    font-size: 16px;
}
.link-btn a:hover {
    background: #000;
    color: #fff;
}
.archive-description {
    font-size: 12px;
    line-height: 2em;
    padding: 18px 20px;
    background: #000;
    color: #fff;
    margin-bottom: 40px;
}
.archive-description p {
    margin: 0;
}
.archive article {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}
.post-layout-small .post-wrapper .type-post .entry-title {
    font-size: 22px !important;
}
.archive .entry-content.entry-excerpt.clearfix {
    width: 56%;
    float: right;
    font-size: 14px !important;
}
.archive a.more-link {
    display: none;
}
.post-layout-small .post-wrapper .type-post .wp-post-image {
    margin-bottom: 0;
}
@media only screen and (max-width: 30em) {
		.page-title, .entry-title {
  		  font-size: 24px;
		}
  	article p {
    	font-size: 15px;
    	line-height: 1.7em;
		}
  	.entry-content h2 {
    	font-size: 20px;
		}
  .archive .entry-content.entry-excerpt.clearfix {
    float: none;
    width: 100%;
    display: none;
		}
  .post-layout-small .post-wrapper .type-post .entry-title {
    font-size: 16px !important;
	}
  .post-layout-small .post-wrapper .type-post .wp-post-image {
    margin-bottom: 10px;
	}
}