@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
/* アイキャッチセンタリング化 */
.eye-catch {
    text-align: center;
}
/* ？ */
#main {
	margin-bottom: 0;
}

.navigation {
	margin-bottom: 0;
}

/* サムネイルサイズ指定 */
.entry-thumb img{
   width: 225px;
   height: 150px;
   border-radius:10px;
}

/* 記事タイトルなどの位置 */
.entry-card-content {
   margin-left: 240px !important;
}

/* アイキャッチセンタリング化 */
.eye-catch {
    text-align: center;
}

/* スマホの設定 */
@media screen and (max-width: 480px) {

/* サムネイル回り込み */
.entry-thumb {
  float: none !important;
  margin: 6px 4px 3px 0px !important;	
}

/* サムネイルサイズ変更 */
.entry-thumb img{
    width: 300px !important;
    height: 200px !important;
	margin:0 auto; /* ブロック要素の中央揃え */
}

	
/* 記事タイトルなどの位置 */
.entry-card-content {
    margin-left: 0px !important;
}

.entry-snippet {
  font-size: 100% !important;
}

.entry-read a {
  font-size: 100% !important;
}
}