@charset "UTF-8";
/*  variable
************************************************************/
/*  reset
************************************************************/
html, body, div, a, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  overflow: auto;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/*
共通ヘッダー
************************************************************/
.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;
}

/*
utility
************************************************************/
.d-n {
  display: none;
}

/*
変数
************************************************************/
/*
wrapper 関連
************************************************************/
.ss-wrapper {
  min-width: 320px;
  line-height: 1.4;
  text-align: center;
}

.ss-contents {
  padding-bottom: 30px;
  background-color: #FFF5E9;
}

/*  ss-header
*********************************/
.ss-header h1 {
  padding-top: 7.5px;
}

/*  ss-lead
*********************************/
.ss-lead {
  padding: 36px 0 31.5px;
  background-color: #FFF5E9;
}

/*  topicの枠
*********************************/
.ss-topicFrame {
  width: 320px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

/*  topic1
*********************************/
.ss-topic1__module {
  position: relative;
}

.module {
  width: 320px;
  height: 350px;
  padding-bottom: 2px;
  background: url(../img/contents_bg_middle.png) repeat-y top center;
  background-size: 320px 600px;
  box-sizing: border-box;
}
.module:after {
  content: '';
  display: block;
  width: 320px;
  height: 6px;
  background: url(../img/contents_bg_bottom.png) no-repeat bottom center;
  background-size: 320px 6px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.module__title {
  text-align: center;
  margin: 0 auto;
}

.ss-anime-loading {
  margin-bottom: 17px;
}

.module__progressImage.q-1 {
  width: 320px;
  height: 72px;
  margin-bottom: 20px;
  background: url(../img/q1_progress.png) no-repeat 0 0;
  background-size: 320px 72px;
}
.module__progressImage.q-2 {
  width: 320px;
  height: 72px;
  margin-bottom: 20px;
  background: url(../img/q2_progress.png) no-repeat 0 0;
  background-size: 320px 72px;
}
.module__progressImage.q-3 {
  width: 320px;
  height: 72px;
  margin-bottom: 20px;
  background: url(../img/q3_progress.png) no-repeat 0 0;
  background-size: 320px 72px;
}
.module__progressImage.q-4 {
  width: 320px;
  height: 72px;
  margin-bottom: 20px;
  background: url(../img/q4_progress.png) no-repeat 0 0;
  background-size: 320px 72px;
}
.module__progressImage.q-5 {
  width: 320px;
  height: 72px;
  margin-bottom: 20px;
  background: url(../img/q5_progress.png) no-repeat 0 0;
  background-size: 320px 72px;
}
.module__progressImage.q-6 {
  width: 320px;
  height: 72px;
  background: url(../img/q6_progress.png) no-repeat 0 0;
  background-size: 320px 72px;
}

.module__selectBtn.question1 {
  overflow: hidden;
}
.module__selectBtn.question1 .item_1 {
  float: left;
  width: 120px;
  height: 65px;
  padding-right: 12px;
  background: url(../img/q1_btn1.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question1 .item_2 {
  float: left;
  width: 120px;
  height: 65px;
  background: url(../img/q1_btn2.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question1 .item_3 {
  float: left;
  width: 120px;
  height: 65px;
  padding-right: 12px;
  background: url(../img/q1_btn3.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question1 .item_4 {
  float: left;
  width: 120px;
  height: 65px;
  background: url(../img/q1_btn4.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question2 {
  overflow: hidden;
}
.module__selectBtn.question2 .item_1 {
  float: left;
  width: 120px;
  height: 65px;
  padding-right: 12px;
  background: url(../img/q2_btn1.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question2 .item_2 {
  float: left;
  width: 120px;
  height: 65px;
  background: url(../img/q2_btn2.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question2 .item_3 {
  float: left;
  width: 120px;
  height: 65px;
  padding-right: 12px;
  background: url(../img/q2_btn3.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question2 .item_4 {
  float: left;
  width: 120px;
  height: 65px;
  background: url(../img/q2_btn4.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question3 {
  overflow: hidden;
}
.module__selectBtn.question3 .item_1 {
  float: left;
  width: 120px;
  height: 65px;
  padding-right: 12px;
  background: url(../img/q3_btn1.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question3 .item_2 {
  float: left;
  width: 120px;
  height: 65px;
  background: url(../img/q3_btn2.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question3 .item_3 {
  float: left;
  width: 120px;
  height: 65px;
  padding-right: 12px;
  background: url(../img/q3_btn3.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question3 .item_4 {
  float: left;
  width: 120px;
  height: 65px;
  background: url(../img/q3_btn4.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question4 {
  overflow: hidden;
}
.module__selectBtn.question4 .item_1 {
  float: left;
  width: 120px;
  height: 65px;
  padding-right: 12px;
  background: url(../img/q4_btn1.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question4 .item_2 {
  float: left;
  width: 120px;
  height: 65px;
  background: url(../img/q4_btn2.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question4 .item_3 {
  float: left;
  width: 120px;
  height: 65px;
  padding-right: 12px;
  background: url(../img/q4_btn3.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question4 .item_4 {
  float: left;
  width: 120px;
  height: 65px;
  background: url(../img/q4_btn4.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question5 {
  overflow: hidden;
}
.module__selectBtn.question5 .item_1 {
  float: left;
  width: 120px;
  height: 65px;
  padding-right: 12px;
  background: url(../img/q5_btn1.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question5 .item_2 {
  float: left;
  width: 120px;
  height: 65px;
  background: url(../img/q5_btn2.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question5 .item_3 {
  float: left;
  width: 120px;
  height: 65px;
  padding-right: 12px;
  background: url(../img/q5_btn3.png) no-repeat 0 0;
  background-size: 120px 65px;
}
.module__selectBtn.question5 .item_4 {
  float: left;
  width: 120px;
  height: 65px;
  background: url(../img/q5_btn4.png) no-repeat 0 0;
  background-size: 120px 65px;
}

.ss-load {
  height: 278px;
  padding-top: 122px;
}

.comment {
  position: relative;
  width: 262.5px;
  margin: 23px auto 0;
}
.comment .link {
  position: absolute;
  top: 0;
  left: 94px;
}

/* ボタン
*********************************/
.ss-btn {
  width: 252px;
  margin: 24px auto 0;
}
.ss-btn li {
  margin-bottom: 12px;
}

/*  summary etc
************************************************************/
.ss-summary {
  text-align: left;
  background: #f0f0f0;
  color: #444444;
  position: relative;
}

.ss-summary__title {
  text-align: center;
  width: 320px;
  margin: 0 auto;
  padding: 25px 0 10px;
  border-bottom: 1px solid #ddd;
}

.ss-summary__lead {
  padding: 20px 10px;
  font-size: 11px;
}
.ss-summary__lead dl {
  margin-bottom: 20px;
}
.ss-summary__lead dl:last-child {
  margin-bottom: 0;
}
.ss-summary__lead dt {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  padding: 0 0 10px 15px;
  background: url(../img/summary_icon.png) no-repeat 0 3px;
  background-size: 9px 9px;
}
.ss-summary__lead .indent dd {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8em;
}
.ss-summary__lead a {
  color: #FF4D7F;
  text-decoration: underline;
}

/*  キャンペーン期間外表示
*********************************/
.endContents {
  padding: 90px 0;
  font-size: 14px;
}

/*
コンテンツのフェードアウト
*********************************/
.op-0 {
  margin-top: 50px;
  opacity: 0;
  transition: 0.6s ease-in-out;
}

/*  SNS share
************************************************************/
.snsShare {
  width: 100%;
  padding: 15px 0;
  background: #dddddd;
}

.snsShare ul {
  font-size: 0;
  text-align: center;
}
.snsShare ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.snsShare ul li:first-child {
  margin-left: 0;
}

.snsShare__btn {
  line-height: 0;
}

.include-ex-linkBtn {
  width: 394px;
  border: 1px solid #dddddd;
  margin: 0 auto;
  padding: 28px 0;
}

.include-ex-linkBtn__lead {
  margin: 0 0 15px 0;
  font-size: 14px;
}

.include-ex-linkBtn__lead a {
  color: #4290c6;
}

.ex-linkBtn li {
  display: inline;
}

.ex-linkBtn li:first-child {
  margin-right: 6px;
}

.ex-linkBtn__btn {
  font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
  font-weight: 500;
  position: relative;
  width: 80px;
  height: 20px;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px;
  outline: none;
  font-size: 10px;
  display: inline-block;
  text-align: center;
}

.tweetBtn {
  letter-spacing: -1px;
  background-color: #48aadc;
}

.tweetBtn:focus, .tweetBtn:hover, .tweetBtn:active {
  background-color: #0c7abf;
}

.tweetBtn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}

.tweetBtn i {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: transparent url(http://stat100.ameba.jp/ameblo/sp/img/externalLinkButton/ext_link_button_icon_twitter.png) 0 0 no-repeat;
  background-size: 14px auto;
}

.tweetBtn span {
  display: inline-block;
  *display: inline;
  color: #FFF;
  zoom: 1;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  left: 29px;
}

.fbShareBtn {
  background-color: #405a94;
}

.fbShareBtn:focus, .fbShareBtn:hover, .fbShareBtn:active {
  background-color: #5b7bd5;
  background-color: linear-gradient(#5b7bd5, #4864b1);
  border-color: #5874c3 #4961a8 #41599f;
  box-shadow: inset 0 0 1px #607fd6;
}

.fbShareBtn i {
  position: absolute;
  top: 4px;
  left: 16px;
  width: 7px;
  height: 12px;
  background: transparent url(http://stat100.ameba.jp/ameblo/sp/img/externalLinkButton/ext_link_button_icon_facebook.png) 0 0 no-repeat;
  background-size: 6px auto;
}

.fbShareBtn span {
  display: inline-block;
  *display: inline;
  color: #FFF;
  zoom: 1;
  vertical-align: middle;
  padding: 0;
  position: absolute;
  top: 2px;
  left: 30px;
}

/*  global footer 基本触らない
************************************************************/
.footerNav {
  text-align: center;
  padding: 10px 0;
  background: #fefefe;
}

.footerNav ul, .footerNav li {
  display: inline;
}

.footerNav li {
  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;
}

/*  adcross
************************************************************/
.adContainer {
  width: 320px;
  height: 98px;
  margin: 0 auto;
}
.adContainer img {
  width: 320px;
  height: 98px;
}
