@charset "UTF-8";

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

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

#header-in, #navi-in, #body-in, #footer-in{
  width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}

#navi-in{/*両脇のボーダー幅2pxを差し引く*/
  width: 1118px;
}

#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;
}

#list {
  width:728px;
  margin: 0 auto;
}

.article {
  width:728px;
  margin: 0 auto;
}