body {
  background-color: #FDF7EE;
  font-family: 'YuGothic','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
  color: #535352;
}

#header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -13px;
  height: 100px;
  overflow: hidden;
}

#header_left {
  float: left;
  display: block;
  font-size: 13px;
  width: 220px;
  height: 100px;
}

#header_left p {
  font-size: 35px;
  margin-top: 15px;
  margin-bottom: 0px;
}

#header_left a {
  text-decoration: none;
  color: #535352;
}

#header_right {
  float: right;
  width: 100px;
  height: 100px;
  text-align: center;
}

#header_right {
  text-decoration: none;
}

#header_right img {
  width: 20px;
  margin-top: 40px;
}

#midashi {
  clear: both;
  margin-top: 0px;
  background-color: #848484;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #FDF7EE;
}

#midashi h1 {
  font-size: 20px;
}

#setsumei {
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

#setsumei_top {
  height: 120px;
}

#setsumei_left p {
  text-align: center;
}

#setsumei img {
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

#setsumei p {
  margin-top: 10px;
}

#setsumei_right ul {
  margin-top: 40px;
  margin-bottom: 40px;
}

#setsumei li {
  margin-left: -20px;
}

#setsumei_right h2 {
  background-color: #848484;
  color: #FDF7EE;
  font-size: 15px;
  border-radius: 10px;
  text-align: center;
}

#main  {
  margin-left: auto;
  margin-right: auto;
}

#main h2 {
  background-color: #848484;
  color: #FDF7EE;
  font-size: 15px;
  text-align: center;
  border-radius: 10px;
}

#main table {
  margin: 40px auto 40px auto;
  background-color: white;
}

.title {
  text-align: center;
  background-color: rgb(221, 221, 221);
  width: 150px;
  overflow: hidden;
}

.price {
  text-align: right;
}


#return {
    background-color: #848484;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 50px;
    clear: both;
}

#return a {
  text-decoration: none;
  color: white;
  font-size: 15px;
  display: block;
}

@media screen and (min-width: 832px) {

#header {
  width: 832px;
}

#setsumei {
  width: 832px;
  margin-right: auto;
  margin-left: auto;
}

#setsumei_left {
  width: 240px;
  height: 300px;
  float: left;
}

#setsumei_left p {
  font-size: 12px;
}

#setsumei_right {
  float: left;
  width: 572px;
  height: 250px;
  display: block;
}

#setsumei_right li {
  font-size: 15px;
  margin-top: 15px;
}

#main  {
  clear: both;
  width: 812px;
  margin-left: auto;
  margin-right: auto;
}