/* Add here all your css styles (customizations) */
.about-me #post {
	color: #333333;
	display: block;
	font-size: 14px;
	margin-bottom: 0px;
}

img.img-banner {
	width: 250px;/*150px*/
	height: auto;
	margin: auto;/* 0 auto 60px*/
}

/*スマホのみ中央寄せ*/
@media screen and (max-width: 768px){
  h3 {font-size: 18px; }
  }

/*スマホのみ改行する　<br class="br-sp">*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}

/*PCのみ改行する　<br class="br-pc">*/
@media screen and (max-width: 768px){
.br-pc {display: none; }
}