@import url(http://fonts.googleapis.com/css?family=Roboto:400,700italic,300,700,400italic,300italic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  font-family: 'Lucida Grande','Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

#container {
  width: 100%;
  max-width: 1400px;
  min-height: 100%;
  margin: 0 auto;
  background-color: #fafafa;
}
#container h2 {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 10px;
}

header#header {
  width: 100%;
  height: 689px;
  background-image: url("../img/head_back.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
header#header div {
  position: relative;
  width: 940px;
  height: 689px;
  margin: 0 auto;
}
header#header #btn_back {
  position: absolute;
  top: 10px;
  left: 0;
}
header#header #fukidashi {
  position: absolute;
  top: -177px;
  left: 570px;
}

section#introduction {
  width: 960px;
  margin: 0 auto;
}

section#item_list {
  width: 900px;
  margin: 0 auto;
  padding: 15px 20px;
  background-color: #fff;
}
section#item_list li {
  display: block;
  float: left;
  width: 300px;
  padding: 5px 0;
}
section#item_list li a {
  display: block;
  color: #282828;
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
}
section#item_list li a span {
  display: block;
  display: table-cell;
  height: 60px;
  padding-left: 12px;
  vertical-align: middle;
}
section#item_list li img {
  float: left;
  width: 60px;
  height: 60px;
  background-color: #f2f2f2;
}
section#item_list ul:after {
  display: block;
  clear: both;
  content: "";
}

section#prize {
  width: 900px;
  margin: 20px auto 0;
  padding: 20px 20px;
  background-color: #fff;
}
section#prize .scrollbox {
  margin-top: 15px;
  height: 350px;
  overflow: auto;
}
section#prize .scrollbox .title {
  display: block;
  padding: 3px 0 3px 10px;
  border-left: 5px solid #e71210;
  color: #444;
  font-weight: bold;
  line-height: 100%;
}
section#prize .scrollbox .title + p {
  font-size: 12px;
  padding: 5px 0 10px 15px;
}
section#prize .scrollbox article {
  padding-top: 10px;
}
section#prize .scrollbox article img {
  width: 200px;
  float: left;
}
section#prize .scrollbox article div {
  float: left;
  padding-left: 15px;
}
section#prize .scrollbox article div .area {
  display: block;
  width: 70px;
  padding: 4px 0;
  background-color: #444;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}
section#prize .scrollbox article div h1 {
  padding: 10px 0 10px;
  font-size: 16px;
  font-weight: bold;
}
section#prize .scrollbox article div .comment {
  width: 600px;
  color: #666;
  font-size: 10px;
  line-height: 140%;
}
section#prize .scrollbox article div .response {
  width: 600px;
  margin: 5px 0 0 8px;
  padding-left: 8px;
  border-left: 2px solid #aaa;
  color: #999;
  font-size: 10px;
  line-height: 140%;
}
section#prize .scrollbox article:after {
  display: block;
  clear: both;
  content: "";
}
section#prize .scrollbox hr {
  display: block;
  width: 80%;
  height: 2px;
  margin: 40px auto;
  padding: 0;
  border: none;
  background-color: #eee;
}
section#prize .next {
  margin-top: 20px;
  padding: 15px 0;
  background-color: #eee;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

section#btns {
  width: 940px;
  margin: 0 auto;
}
section#btns li {
  display: block;
  margin: 45px 0 -25px;
  text-align: center;
}

footer#footer {
  width: 100%;
  margin-top: 60px;
  padding: 40px 0;
  background-color: #eee;
}
footer#footer p {
  color: #999;
  font: 400 12px/100% Roboto,sans-serif;
  text-align: center;
}
