@charset "UTF-8";
/*  variable
************************************************************/
@font-face {
  font-family: 'AmebaSymbols';
  src: url("http://stat100.ameba.jp/common_style/font/ameba_symbols/latest/ameba_symbols.eot");
  src: url("http://stat100.ameba.jp/common_style/font/ameba_symbols/latest/ameba_symbols.woff") format("woff"), url("http://stat100.ameba.jp/common_style/font/ameba_symbols/latest/ameba_symbols.ttf") format("truetype"), url("http://stat100.ameba.jp/common_style/font/ameba_symbols/latest/ameba_symbols.svg#webfont") format("svg"); }
@font-face {
  font-family: 'AmebloSymbols';
  src: url("http://stat100.ameba.jp/blog/font/ameblo_symbols/latest/ameblo_symbols.eot");
  src: url("http://stat100.ameba.jp/blog/font/ameblo_symbols/latest/ameblo_symbols.woff") format("woff"), url("http://stat100.ameba.jp/blog/font/ameblo_symbols/latest/ameblo_symbols.ttf") format("truetype"), url("http://stat100.ameba.jp/blog/font/ameblo_symbols/latest/ameblo_symbols.svg#webfont") format("svg"); }
/*  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; }

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; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top; }

a:link {
  color: #06c; }
a:visited {
  color: #06c; }
a:active {
  color: #f36; }

.pos-r {
  position: relative; }

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

/*  content, etc...
************************************************************/
/*  content ameba header
************************************************************/
.header {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  padding: 7px 5px;
  border: solid 1px #E3E3E0;
  border-right: 0;
  border-left: 0;
  background-color: white; }
  .header .ic-amb {
    display: inline-block;
    width: 74px;
    height: 16px;
    vertical-align: bottom;
    background: url("http://stat100.ameba.jp/blog/img/ico/ico.blog.x2.1.2.png") no-repeat;
    -webkit-background-size: 750px auto;
    background-size: 750px auto;
    background-position: left -115px;
    -webkit-background-position: left -115px;
    float: left; }
  .header .home-txt {
    padding-left: 5px;
    padding-top: 3px;
    display: inline-block;
    line-height: 1em;
    float: left;
    font-weight: 700;
    font-size: 10px;
    color: #333; }
  .header .header-logo {
    overflow: hidden; }

/*  content header
************************************************************/
.head {
  overflow: hidden;
  background: #4dac26;
  padding: 50px 0 35px;
  position: relative; }
  .head:before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    background: url(../img/h1_bg_top.png) repeat-x top left;
    -webkit-background-size: 320px auto;
    background-size: 320px auto;
    position: absolute;
    top: 0;
    left: 0px; }
  .head:after {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    background: url(../img/h1_bg_btm.png) repeat-x top left;
    -webkit-background-size: 320px auto;
    background-size: 320px auto;
    position: absolute;
    bottom: 0;
    left: 0; }
  .head p {
    margin: 0 auto 15px;
    text-align: center; }

h1 {
  position: relative;
  margin: 0 auto 10px;
  text-align: center; }
  h1 span {
    position: absolute;
    bottom: 24%;
    right: -3%; }

/*  content main
************************************************************/
.mainContents {
  line-height: 1.5;
  color: #333; }
  .mainContents .summaryTx {
    padding: 20px;
    font-size: 14px; }
  .mainContents h2 {
    background: url(../img/h2.png) no-repeat center center;
    background-size: 85% auto;
    width: 100%;
    margin: 0 auto;
    text-indent: 100%;
    display: block;
    overflow: hidden;
    white-space: pre;
    text-decoration: none;
    padding: 10px 0; }
  .mainContents .contentsWrap {
    text-align: center;
    padding: 0 10px 15px; }

.h2Bg {
  background: #f8efc7; }

.topic1 {
  background: #faf7ea;
  font-size: 14px; }
  .topic1 ul {
    margin: 0 auto; }
    .topic1 ul li {
      text-indent: -23px;
      padding: 14px 10px 14px 33px;
      border-bottom: 2px dotted #ece5c7;
      height: 37px; }
      .topic1 ul li:last-child {
        border-bottom: none; }
    .topic1 ul li:before {
      content: "";
      display: inline-block;
      background: url(../img/icon_check.png) no-repeat top left;
      background-size: 18px 14px;
      width: 18px;
      height: 18px;
      vertical-align: bottom;
      margin-right: 5px; }

.btn {
  padding: 25px 0; }

/*  content notice
************************************************************/
.summaryWrap {
  padding: 15px 10px 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  background-color: #f3f3f3;
  border-top: 3px solid #dddddd; }
  .summaryWrap > li {
    margin: 0 0 25px 0; }

.summaryWrap > ul {
  padding: 25px 20px 20px 20px; }

.summaryTitle {
  background: url(../img/h3.png) no-repeat center center;
  background-size: 82px 18px;
  text-indent: 100%;
  display: block;
  overflow: hidden;
  white-space: pre;
  text-decoration: none;
  margin-bottom: 15px; }

.contents {
  background-color: #ffffff;
  padding: 15px 10px;
  font-size: 12px; }

.title1 {
  background: url(../img/notice_l1.png) no-repeat left top;
  -webkit-background-size: 44px 14px;
  background-size: 44px 14px;
  text-indent: 100%;
  display: block;
  overflow: hidden;
  white-space: pre;
  text-decoration: none; }

.title2 {
  background: url(../img/notice_l2.png) no-repeat left top;
  -webkit-background-size: 72px 14px;
  background-size: 72px 14px;
  text-indent: 100%;
  display: block;
  overflow: hidden;
  white-space: pre;
  text-decoration: none; }

.title3 {
  background: url(../img/notice_l3.png) no-repeat left top;
  -webkit-background-size: 73px 14px;
  background-size: 73px 14px;
  text-indent: 100%;
  display: block;
  overflow: hidden;
  white-space: pre;
  text-decoration: none; }

.title4 {
  background: url(../img/notice_l4.png) no-repeat left top;
  -webkit-background-size: 115px 14px;
  background-size: 115px 14px;
  text-indent: 100%;
  display: block;
  overflow: hidden;
  white-space: pre;
  text-decoration: none; }

.title5 {
  background: url(../img/notice_l5.png) no-repeat left top;
  -webkit-background-size: 128px 14px;
  background-size: 128px 14px;
  text-indent: 100%;
  display: block;
  overflow: hidden;
  white-space: pre;
  text-decoration: none; }

.title6 {
  background: url(../img/notice_l6.png) no-repeat left top;
  -webkit-background-size: 73px 14px;
  background-size: 73px 14px;
  text-indent: 100%;
  display: block;
  overflow: hidden;
  white-space: pre;
  text-decoration: none; }

.summaryWrap ul > li > dl {
  overflow: hidden;
  margin-bottom: 25px; }
  .summaryWrap ul > li > dl.mb0 {
    margin-bottom: 0px; }

.summaryWrap ul > li > dl > dt {
  margin-bottom: 15px; }

.detail {
  overflow: hidden; }
  .detail dt {
    float: left; }
  .detail dd {
    float: left; }

.aboutlEntry span {
  display: block; }

.textNotes {
  text-indent: -1em;
  padding-left: 1em; }

.sns_share {
  width: 100%;
  padding: 15px 0;
  background: #dddddd; }
  .sns_share ul {
    display: block;
    overflow: hidden;
    width: 225px;
    margin: 0 auto; }
  .sns_share .share_btn {
    height: 20px;
    width: 68px;
    display: inline-block;
    float: left; }
    .sns_share .share_btn:not(:last-child) {
      margin-right: 10px; }
  .sns_share .tweet {
    background: url("../img/sns_tweet.png") no-repeat;
    background-size: contain; }
  .sns_share .opacity {
    opacity: 0;
    position: relative;
    top: 14px;
    left: -88px; }
  .sns_share .iine {
    display: inline-block !important;
    width: 66px !important;
    position: relative;
    top: -23px; }

/*  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; }

/*# sourceMappingURL=style.css.map */
