/*
 Theme Name:   twentyseventeen-child
 Template:     twentyseventeen
*/
/* カスタム CSS をここに入力してください */

/* フォント変更 */
body {
font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','ヒラギノ角ゴシック','Hiragino Sans','Yu Gothic UI','Arial Black','Arial',sans-serif;
color: #000000;
}


h1 {
font-weight:bold;
 margin: 0 0 10px 0;
	border-left:7px solid #ff4500; 
border-bottom:1px dashed #ff4500;  
padding:.4em .6em

}

h2 {
 font-weight:bold;
    font-size:18px;
 margin: 0 0 10px 0;
	border-left:7px solid #ff4500; 
border-bottom:1px dashed #ff4500;  
padding:.4em .6em

}

h3 {
 font-weight:bold;
  font-size:15px;
 margin: 0 0 10px 0;
	border-left:7px solid #ff4500; 
border-bottom:1px dashed #ff4500;  
padding:.4em .6em

}

.p { line-height: 300%; }

.entry-content {
		font-size: 20px;
                line-height: 150%;
}
.site-title {

}

.entry-content h2 {
		font-size: 30px;
}

.entry-content h3 {
		font-size: 26px;
}


.widget-title{
		font-size: 15px;
font-weight:bold;
}

.the_post_thumbnail{
text-align:center;
}

.post_thumbnail img{
width:auto;
height:auto;
max-width:100%;
max-height:100%;
}

/* mobile */ 
@media screen and (max-width: 680px) {
  .adsize{
    display: none !important;
}}

img.attachment-thumbnail {
	    border:1px solid #ddd;
	    float:left;
	    margin-right:15px;
	}

