body {
    font-family: 'Noto Sans Japanese',"Raleway",sans-serif;
	font-weight: 100;
}

body,
#page {
background: #f8f8f8; /* Old browsers */
background: -moz-linear-gradient(top,  #f8f8f8 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f8f8f8 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
  color:#000;
}

a {
    color: #000 !important;
}

@media screen and (min-width: 640px) {
a:hover, a:focus, a:active {
    color: #000;
	opacity: 0.6;
	transition: ease-in-out all 0.2s;
}
}

#main {
  margin: 20px 0 0;
}

#masthead {
  margin-bottom: 0;
  background: #f8f8f8;
}

#masthead h1 img {
  width: 100%;
}

.site-title {
    width: 260px;
    font-size: 1em;
}

@media screen and (max-width: 490px) {
#masthead h1 img {
  width: 90%;
}
.site-title {
    width: auto;
}
}

#colophon {
  padding: 30px 0px 15px;
 	text-align: center;
	font-size: .8em;
    color: #000;
    background: transparent;
	border-top: none;
	text-shadow: none;
}

@media screen and (max-width: 720px) {
#colophon {
  padding: 15px 0px;
}
}

.hentry {
    background: #fff none repeat scroll 0% 0%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.masonry .hentry {
    margin-right: 2%;
}

.hentry img.bandcamp {
    width: 160px;
    height: auto;
}

@media screen and (min-width: 640px) {
.masonry .hentry img:hover {
	opacity: 0.6;
	transition: ease-in-out all 0.2s;
}
}

.masonry .entry-title a {
    color: #000;
}

.masonry .entry-title a:hover {
 	text-decoration: none;
	opacity: 0.6;
	transition: ease-in-out all 0.2s;
}

.entry-header {
    border-bottom: none;
}

.entry-content, .entry-summary {
    border-bottom: none;
	word-break: break-all;
    border-top: 1px solid rgb(238, 238, 238);
}

.entry-header .entry-meta {
    text-align: right;
}

footer.entry-meta {
    border-top: none;
    display: none;
}

.main-navigation {
    border-right: none;
}

.main-navigation li {
    border-left: none;
}

.main-navigation a {
    color: #000;
    box-shadow: none;
    border-left: none;
}

.main-navigation li:last-of-type a {
    border-right: none;
}

.main-navigation li:hover > a:hover {
    border-color: transparent;
    background: transparent;
	color: #000;
	opacity: 0.6;
}

@media screen and (max-width: 790px) {
.main-navigation .menu {
    border-top: none;
}
.main-navigation .menu li:last-child {
    border-right: none;
}
}

#secondary .widget {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="search"], input[type="url"], textarea {
    background: #f1f1f1 none repeat scroll 0% 0%;
    color: #000;
    border: none;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}

.widget_search input[type="submit"] {
    padding: 4px 12px 3px;
}

.widget_search input[type="submit"]:hover {
	opacity: 0.6;
	transition: ease-in-out all 0.2s;
}

#secondary .widget-title {
    border-bottom: 1px solid #ccc;
}

.popular-posts .wpp-thumbnail {
    margin: 0px 15px 0px 0px;
}

.popular-posts .wpp-list a {
	display: block;
}

.popular-posts .wpp-thumbnail a:hover {
	opacity: 0.6;
	transition: ease-in-out all 0.2s;
}

.popular-posts a:hover {
 	text-decoration: none;
}

#nav-below {
    border: none;
	background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

#nav-below a {
	color: #000;
}

#nav-below a:hover {
    border-color: transparent;
    background: transparent;
	color: #000;
	opacity: 0.6;
}

.menu-toggle {
    border-left: none;
}

.menu-toggle a:hover {
    border-color: transparent;
    background: transparent;
    color: #000;
	opacity: 1;
}

@media screen and (max-width: 490px) {
.main-navigation li {
    border-top: 1px solid #ddd;
}
}

.byline {
  display: none;
}

.single #primary .site-content figure {
	padding: 30px 20px 0;
	text-align: center;
}

.wp_rp_content ul.related_post li a {
    color: #000 !important;
}

@media screen and (min-width: 640px) {
.wp_rp_content ul.related_post li a:hover {
	opacity: 0.6;
	transition: ease-in-out all 0.2s;
}
}

@media screen and (max-width: 500px) {
.single #primary .site-content figure {
	padding: 0;
}
}

@media screen and (max-width: 640px) {
.wp_rp_wrap.wp_rp_vertical_m .related_post_title {
    padding: 10px 0 !important;
}
}

@media screen and (max-width: 640px) {
.wp_rp_content ul.related_post li {
    width: 31% !important;
    margin: 0px 1% !important;
} 
.wp_rp_content ul.related_post li a {
    width: 100% !important;
}
.wp_rp_content ul.related_post li img {
    width: 100% !important;
    height: auto !important;
}
}
  
#npcatch img {
    margin: 0px 15px 0px 0px;
    padding: 0;
}

#npcatch .title {
    padding: 0px;
    width: 100%;
    float: initial;
    display: block;
}

#npcatch a:hover {
 	text-decoration: none;
}

.single .entry-header {
	border-bottom: 1px solid #ccc;
}

.entry-content h2 {
	margin: 20px 0 15px 0;
    font-size: 1.5rem;
	font-weight: 100;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 2px solid #eee;
}
.entry-content h2::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: rgba(22, 166, 182, .5);
}

.entry-content h3 {
    font-size: 1.3rem;
}

.entry-content a,
.entry-content a:focus,
.entry-content a:active {
    color: #16A6B6 !important;
  	text-decoration: underline;
}

.entry-content a:hover {
  	text-decoration: none;
	opacity: 1;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 100;
}

.wp_rp_wrap.wp_rp_vertical_m .related_post_title {
    margin: 20px 0 5px !important;
	font-size: 1.5rem;
    font-weight: 100;
    position: relative;
    padding: 0 .5em 0 2em !important;
}

.wp_rp_wrap.wp_rp_vertical_m .related_post_title::before,
.wp_rp_wrap.wp_rp_vertical_m .related_post_title::after {
    position: absolute;
    content: '';
    border-radius: 100%
}
.wp_rp_wrap.wp_rp_vertical_m .related_post_title::before {
    top: .1em;
    left: .2em;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: rgba(22, 166, 182, .6);
}
.wp_rp_wrap.wp_rp_vertical_m .related_post_title::after {
    top: .6em;
    left: .7em;
    width: 13px;
    height: 13px;
    background: rgba(238, 101, 87, .5);
}

@media screen and (max-width: 640px) {
.wp_rp_wrap.wp_rp_vertical_m .related_post_title {
    margin: 20px 0 15px !important;
}
}

.home #content,
.single #content,
.page #content {
	padding: 10px 0 0 0;
}

.home article {
	position: relative;
	visibility: hidden;
	overflow: hidden;
}

.home article.third {
    margin-right: 0px;
}

@media screen and (max-width: 790px) {
.home article {
    margin: 0 1% 20px !important;
} 
}

@media screen and (max-width: 490px) {
.home article {
    margin: 0 0 20px !important;
} 
}

.single article figure img {
	width: auto;
	max-height: 400px;
}

@media screen and (max-width: 640px) {
.single article figure img {
	width: auto;
	max-height: 100%;
}
}

@media screen and (min-width: 640px) {
.ssba a img:hover {
	opacity: 0.6;
	transition: ease-in-out all 0.2s;
}
}

#secondary {
  padding: 10px 0 0 0; 
}

@media screen and (max-width: 790px) {
#secondary {
  padding: 0; 
}
}

.entry-title {
  word-break: initial;
  word-wrap: break-word;
}

/* =====================================
	ClearFixElements
===================================== */
.cfx:before,
.cfx:after,
.home #content:before,
.home #content:after,
.single #content:before,
.single #content:after,
.page #content:before,
.page #content:after {
	content: " ";
	display: table;
}

.cfx:after,
.home #content:after,
.single #content:after,
.page #content {
	clear: both;
}