/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 共通 */
html {
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}
img {
  vertical-align: bottom;
}
.ro img {
  transition: opacity 0.2s ease;
}
.ro a:hover img {
  opacity: 0.8;
}
/* 共通ヘッダー */
.header {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 32px;
  padding: 5px 5px;
  border: solid 1px #E3E3E0;
  border-right: 0;
  border-left: 0;
  background-color: white;
}
.header .ic-amb {
  display: inline-block;
  width: 74px;
  height: 24px;
  vertical-align: bottom;
  background: url("http://stat100.ameba.jp/blog/img/ico/ico.blog.x2.1.3.png") no-repeat -460px -346px;
  background-size: 750px auto;
  float: left;
}
.header .header-logo {
  overflow: hidden;
}
/* 共通フッター */
.footerNav {
  text-align: center;
  padding: 10px 0;
  background: #fefefe;
}
.footerNav ul {
  display: inline;
}
.footerNav li {
  display: inline;
  margin: 0 5px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #999;
  font-size: 12px;
}
.footerNav li:last-child {
  margin: 0;
  padding: 0;
  border-right: none;
}
.footerNav li a {
  color: #666;
}
.global_footer {
  width: 100%;
}
.global_footer,
#amb_footer,
#amb_copyright {
  background-color: #fefefe !important;
}
/* sns */
#sns {
  width: 100%;
  padding: 15px 0;
  background: #e8e8e8;
}
#sns ul {
  font-size: 0;
  text-align: center;
}
#sns ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
#sns ul li:first-child {
  margin-left: 0;
}
/* contents */
#contents {
  position: relative;
}
#contents img {
  display: block;
  width: 100%;
}
#main {
  padding-bottom: 10px;
  background-color: #FECECE;
}
#main h1 {
  text-align: center;
}
#main .contener {
  padding: 0 3%;
}
#main .contener .check {
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
#main .contener .check .share {
  margin-bottom: 20px;
}
#main .contener .check .error {
  display: none;
  margin-bottom: 20px;
  color: red;
  font-size: 1.2rem;
  text-align: center;
}
#main .contener .check .pull_btn {
  margin-bottom: 20px;
  font-size: 0;
  text-align: center;
}
#main .contener .check .pull_btn .number {
  display: inline-block;
  margin-left: 10px;
}
#main .contener .check .pull_btn .number:first-child {
  margin-left: 0;
}
#main .contener .check .pull_btn select {
  display: inline-block;
  padding: 8px;
  border: 2px solid #414141;
  border-radius: 5px;
  font-size: 1.6rem;
}
#main .contener .check .pull_btn select::-ms-expand {
  display: none;
}
#main .contener .check .pull_btn p {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.4rem;
  vertical-align: bottom;
}
#main .contener .check .btn {
  width: 52.19%;
  margin: 0 auto;
  padding-bottom: 20px;
}
#sub {
  margin: 0 auto;
  padding: 0 4.6%;
  text-align: center;
  background-color: #FFF;
}
#sub > p {
  margin: 30px 0 15px;
}
#sub .about {
  margin: 20px 0 30px;
  padding: 20px;
  border: 2px solid #8d8d8d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  font-size: 1.2rem;
}
#sub .about h2 {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #4a4a4a;
}
#sub .about > p {
  line-height: 1.6em;
  color: #3d3d3d;
}
#sub .about .blog {
  padding-top: 12px;
}
#sub .about .blog p {
  margin-bottom: 10px;
}
#campaign {
  padding-bottom: 20px;
  background-color: #FFF;
  font-size: 1.2rem;
}
#campaign h2 {
  margin-bottom: 20px;
  padding: 0 0 0 12.5px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #4a4a4a;
}
#campaign .inner {
  padding: 0 12.5px;
}
#campaign .inner dl {
  color: #3d3d3d;
}
#campaign .inner dl dt {
  margin-top: 20px;
  margin-bottom: 7.5px;
  padding-left: 15px;
  background: url(../img/summary_icon.png) no-repeat 0 3px;
  background-size: 9px 9px;
  font-size: 1.2rem;
  font-weight: bold;
}
#campaign .inner dl dt:first-child {
  margin-top: 0;
}
#campaign .inner dl dd {
  margin-top: 5px;
  line-height: 1.6em;
}
#campaign .inner dl .list {
  padding-left: 1em;
  text-indent: -1em;
}
