@charset "UTF-8";
/* 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: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

img {
  vertical-align: bottom;
}

.ro img {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ro a:hover img {
  opacity: 0.8;
}

/* 共通ヘッダー */
.header {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  float: left;
  width: 74px;
  height: 24px;
  background: url("http://stat100.ameba.jp/blog/img/ico/ico.blog.x2.1.3.png") no-repeat -460px -346px;
  -webkit-background-size: 750px auto;
  background-size: 750px auto;
  vertical-align: bottom;
}
.header .header-logo {
  overflow: hidden;
}

/* 共通フッター */
.footerNav {
  padding: 10px 0;
  background: #fefefe;
  text-align: center;
}
.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%;
  border-top: 1px solid #ddd;
}

.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 {
  font-size: 1.8rem;
  line-height: 1.5;
}
#contents img {
  width: 100%;
}
#contents p img {
  vertical-align: top;
}
#contents #eyecatch {
  padding: 15px 0;
  background-image: url(../img/bg.png);
  -webkit-background-size: 55px;
  background-size: 55px;
  text-align: center;
}
#contents #eyecatch h1 {
  width: 91%;
  margin: 0 auto;
}
#contents .wrap {
  width: 90%;
  margin: 0 auto;
}
#contents #about {
  width: 100%;
  margin: 20px auto 25px;
  padding: 8px 0;
  border-radius: 5px;
  background-color: #fcfae8;
}
#contents #about h2 {
  width: 89%;
  margin: 0 auto;
  text-align: center;
}
#contents #about .inner {
  width: 85%;
  margin: 0 auto;
  padding-left: 11px;
}
#contents #about .inner p {
  margin-bottom: 10px;
  margin-left: 1em;
  color: #3f3f3f;
  font-size: 1.4rem;
  text-indent: -1em;
  position: relative;
}
#contents #about .inner p:before {
  position: absolute;
  content: url(../img/sikaku.png);
  top: 1px;
  right: 5px;
}
#contents #about .inner p:first-child {
  margin-top: 20px;
}
#contents #about .inner li {
  margin-bottom: 10px;
  margin-left: 0.7em;
  color: #3f3f3f;
  font-size: 1.4rem;
  text-indent: 0em;
  position: relative;
}
#contents #about .inner li:before {
  position: absolute;
  content: url(../img/sikaku.png);
  top: 1px;
  left: -20px;
}
#contents #about .inner li:first-child {
  margin-top: 20px;
}
#contents .subtitle {
  width: 100%;
  margin: 0 auto 24px;
  text-align: center;
  background: url(../img/dot.png) repeat-x;
  background-position: left bottom;
  -webkit-background-size: 1.5%;
  background-size: 1.5%;
}
#contents .subtitle h2 {
  padding-bottom: 4px;
  color: #2d8c3c;
  font-size: 2rem;
  font-weight: bold;
}
#contents .allkiji {
  width: 100%;
  margin: -4px auto 16px;
}
#contents .allkiji h2 {
  color: #2d8c3c;
  font-size: 1.4rem;
  font-weight: bold;
}
#contents .allkiji .category {
  margin-top: 16px;
}
#contents .allkiji .category:first-child {
  margin-top: 4px;
}
#contents .allkiji .category .sideLine {
  position: relative;
  margin-bottom: 8px;
  text-align: left;
  white-space: nowrap;
  width: 97%;
}
#contents .allkiji .category .sideLine:after {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c0dcc4;
}
#contents .allkiji .category .sideLine span {
  display: inline-block;
  background-color: #fff;
  padding-right: 12px;
}
#contents .allkiji .category .allItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contents .allkiji .category .allItem .selectItem {
  display: table;
  width: 47.2%;
  min-height: 42px;
  margin: 0 12px 12px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  font-size: 0;
}
#contents .allkiji .category .allItem .selectItem a {
  display: table-cell;
  width: 100%;
  color: #3f3f3f;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 2px 10px;
  vertical-align: middle;
}
#contents .allkiji .category .allItem .selectItem a:hover {
  opacity: 0.7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#contents .allkiji .category .allItem .selectItem:nth-child(2n) {
  margin-right: 0;
}
#contents .allkiji .category .none {
  display: none;
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 5px;
}

a, button {
  outline: 0;
}

#cboxOverlay {
  background: #000;
}

#inline-content {
  margin: 20px;
}

#ajax-wrap {
  margin: 20px;
}

#cboxLoadedContent {
  overflow: auto;
  height: auto !important;
  width: 100%;
  padding: 24px 0 24px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}

#cboxContent {
  float: left;
  width: 100%;
  height: auto;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle {
  top: -30px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

#cboxTitle {
  color: #fff;
}

section.box {
  width: 90%;
  margin: 0 auto;
}
section.box h2 {
  padding-bottom: 6px;
  color: #2d8c3c;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: url(../img/dot.png) repeat-x;
  background-position: left bottom;
  -webkit-background-size: 2%;
  background-size: 2%;
}
section.box p img {
  width: 100%;
}
section.box .inner {
  margin-top: 20px;
}
section.box .inner > ul li {
  margin: 15px;
  margin-left: 1.5em;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: 0;
  position: relative;
}
section.box .inner > ul li:before {
  content: url(../img/sikaku.png);
  position: absolute;
  top: 1px;
  left: -21px;
}
section.box .inner .caution {
  margin: 0 0 20px -4px;
  padding-left: 1em;
  color: #999;
  font-size: 1.4rem;
  text-indent: -1em;
}
section.box .inner .btn {
  text-align: center;
}
section.box .inner .btn a {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 93%;
  margin: 0 auto;
  padding: 14px 0;
  border-radius: 5px;
  background-color: #2D8C3C;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}
section.box .inner .btn a:hover {
  opacity: 0.8;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
