@charset "utf-8";
/*======================================

  body

=======================================*/

html {
  min-height: 100%;
  background: url("../img/common/bg03.jpg") no-repeat center;
  background-size: cover;
}

body {
  color: #222;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.7;
}

@media screen and (min-width: 580px) {
  html {
    min-height: 100%;
    background:url("../img/common/bg03_pc.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

input, textarea {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link {
  color: #ff8844;
  text-decoration: none;
}
a:visited {
  color: #ff8844;
}
a:hover {
  text-decoration: none;
  color: #ff8844;
}
a:active {
  color: #ff8844;
}

/*======================================

  container

=======================================*/
#container {
  width: 100%;
  font-size: 116%;
}

/*======================================

  header

=======================================*/
#header {
  margin: 0 auto;
}

#header_block {
  margin: 0 auto;
  padding: 5px 10px 0;
}

#logo img {
  width: 60px;
}

@media screen and (min-width: 960px) {
  #header {
    width: 960px;
    margin: 0 auto;
  }
  #logo img {
    width: 79px;
  }
  #header_block {
    padding: 12px 10px 0;
  }
}


/*======================================

  contents

=======================================*/
#contents {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contents_block {
  margin: 0 auto;
}

.contents_bg {
  width: 96%;
  background: url("../img/top/contents_bg.png");
  margin: 70px auto 0;
  border-radius: 3px;    /* CSS3草案 */
  -webkit-border-radius: 3px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .contents_bg {
    width: 960px;
    background: url("../img/top/contents_bg.png");
  }
}

.contents_inner {
  padding: 30px 20px 30px;
}

.section_box {
  margin-bottom: 30px;
}

.section_box:last-child {
  margin-bottom: 0;
}

.section_box .title {
  padding: 0 3px;
  border-bottom: 1px #ccc dotted;
  font-weight: bold;
  font-size: 108%;
  margin-bottom: 5px;
}

.section_box p {
  padding: 3px;
}

.copy_txt_pc {
  display: none;
}

.copy_txt {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.copy_txt img {
  width: 250px;
}

.pick_list {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.pick_list li {
  margin-bottom: 15px;
}

.pick_list li:last-child {
  margin-bottom: 0;
}

.pick_list li img {
  width: 240px;
}

.pick_list_sp {
  display: block;
}

.pick_list_pc {
  display: none;
}

@media screen and (min-width: 620px) {
  .copy_txt_pc {
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
  .copy_txt {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .contents_bg {
    margin: 200px auto 0;
  }

  .contents_inner {
    padding: 50px 20px 80px;
  }

  .pick_list {
    width: 740px;
    margin: 0 auto;
    overflow: hidden;
  }

  .pick_list li {
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
  }

  .pick_list li:last-child {
    margin-right: 0;
  }

  .pick_list li img {
    width: 350px;
  }

  .pick_list_sp {
    display: none;
  }

  .pick_list_pc {
    display: block;
  }
}

/*======================================

  footer

=======================================*/
#footer {
  margin-top: 10px;
}

.footer_txt {
  padding: 0 10px;
  font-size: 77%;
}

.copyright {
  font-size: 77%;
  text-align: center;
  padding: 0 5px;
}

.script_block {
  display: none;
}

@media screen and (min-width: 580px) {
  #footer {
    width: 960px;
    margin: 20px auto 0;
  }

  .footer_txt {
    padding: 0 10px;
    font-size: 77%;
    overflow: hidden;
    text-align: center;
  }

  .footer_txt p {
    margin: 0;
  }

  .copyright {
    margin-top: 10px;
    font-size: 77%;
    text-align: center;
    padding: 0 5px;
  }

  .script_block {
    display: block;
  }
}