@charset "UTF-8";

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

/* Simplicity子テーマ用のスタイルを書く */

/*投稿一覧アイキャッチサイズ変更*/
.entry-thumb img{
   width: 270px;
   height: 180px;
   border-radius:0px;
}

/*関連記事一覧アイキャッチサイズ変更*/
.related-entry-thumb img {
  border: 0;
  width: 270px;
  height: 180px;
}
/*全体幅を1200px*/
#header-in, #navi-in, #body-in, #footer-in{
  width: 1200px;
}

/*ブログ記事幅800pxに変更*/
#main {
  float: left;
  box-sizing: border-box;
  width: 800px;
  padding: 20px 29px;
  border:1px solid #ddd;
  background-color:#fff;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
}

/*メインテーマpage-page.phpに下記を記載 固定ページ幅変更*/
/*
<style type="text/css">
#sidebar{display:none;}
#main{width:1200px;}
.ad-right{float:left;}
</style>
*/
