/*
Theme Name: GeneratePress Child
Template: generatepress
*/

body,
button,
input,
select,
textarea {
	/* font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
	/* font-family: "Helvetica Neue","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif; */
  font-family: "Roboto", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;  
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1.5;
    color:#333;
}

h2 {
    margin-top: 0;
    margin-bottom: 1em;
    padding: 4px 12px;
    border-left: .5em solid #c88;
    font-weight: bold;
    color: #a66;
}
h3 {
    font-size: 140%;
    padding: 4px 0px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #585;
}
h4 {
    font-size: 125%;
    padding: 4px 0px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    color: #565;
}
p { margin-bottom: 0.8em }

.wp-block-separator {
    border: none;
    border-top: 1px solid #565;
    margin: 1.5em 0;
}

.custom-w40-right {
  	width: 40%;
  	float: right;
  	margin-left: 1em;
  	margin-bottom: 0.5em;
}
.custom-w40-right img {
	margin-bottom: 0.5em;
}

article .cat-links {
  clear: both;
}