	/*ブログ
-----------------------------------------------------------------------------------------------*/
.blog{
	font-size: 16px;
	text-align: left;
  }
  
  .blog h2{
	text-align: center;
  }
  
  .blog h3{
	text-align: center;
  }
  
  .blog a{
	color: #00ced1;
	text-decoration: none;
  }

/*ブログ記事ボタン↓*/

/*その他と主な共通部分は省略*/

a.btn-radius-solid {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}