@charset "UTF-8";
/*--------------------------------------------------------------------
【内部構造】

+一括指定
+フォント・見出しタグ
+body
  +class="WRAPPER"
    +class="HEADER-TOP"
    +class="HEADER"
    +class="GLOBALNAVI"
    +class="TOPICPATH"
    +class="ENTRY"
    +class="SOCIALBUTTON"
    +class="MENU"
    +class="GRAMMARCHECK"
    +class="NAVIGATIONBAR"
    +class="PCSP"
    +class="ACCESSCOUNTER"
    +class="FOOTER"
--------------------------------------------------------------------*/
/*--------------------------------------------------------------------
◇一括指定(全称セレクタ＆基本リンク＆その他)
--------------------------------------------------------------------*/
/*
Emoji Symbols Font (c)blockworks - Kenichi Kaneko
http://emojisymbols.com/
*/
@font-face {
  font-family: "EmojiSymbols";
  src: url('../font/EmojiSymbols-Regular.woff') format('woff');
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #1A0DAB;
  text-decoration: none;
}

a:visited {
  color: #660099;
}

a:hover {
  text-decoration: underline;
}

a.blank {
  cursor: url(../pointer/link_blank.ico), pointer;
}

img {
  border: 0;
}

/*--------------------------------------------------------------------
◇フォント・見出しタグ
--------------------------------------------------------------------*/
.fs-xxl {
  font-size: xx-large;
}

.fs-xl {
  font-size: x-large;
}

.fs-l {
  font-size: large;
}

.fs-m {
  font-size: medium;
}

.fs-s {
  font-size: small;
}

.fs-xs {
  font-size: x-small;
}

.fs-xxs {
  font-size: xx-small;
}

.fc-red {
  color: #B52F25;
}

.fc-yellow {
  color: #EBB130;
}

.fc-green {
  color: #549B2A;
}

.fc-lightblue {
  color: #3E95BA;
}

.fc-blue {
  color: #2B4E91;
}

.fc-purple {
  color: #AE487B;
}

.fw-bold {
  font-weight: bold;
}

.fs-italic {
  font-style: italic;
}

.fs-oblique {
  font-style: oblique;
}

.h1 {
  font-size: small;
}

.h2 {
  font-size: small;
}

.h3 {
  font-size: small;
}

/*--------------------------------------------------------------------
◇bodyのスタイル
--------------------------------------------------------------------*/
body {
  font-size: small;
  color: #444;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  background-color: #ECEEF1;
  padding: 0;
  margin: 0;
}
/*--------------------------------------------------------------------
◆Facebook
--------------------------------------------------------------------*/
.facebook-top {
  display: none;
}
/*--------------------------------------------------------------------
◇class="WRAPPER" 関係のスタイル
--------------------------------------------------------------------*/
.WRAPPER {
  text-align: left;
  margin: 15px auto;
  max-width: 640px;
  min-width: 320px;
  background-color: white;
  border-radius: 10px;
}

/*--------------------------------------------------------------------
◇class="HEADER-TOP" 関係のスタイル
--------------------------------------------------------------------*/
.HEADER-TOP {
  width: 100%;
  float: left;
  background-color: #ECEEF1;
}

.HT-d-block {
  width: 50%;
  float: right;
  background-color: #CFE283;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #000;
}

.HT-das-enterpage {
  display: block;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
}

.HT-das-enterpage:hover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #B2CF3E;
}

/*--------------------------------------------------------------------
◇class="HEADER" 関係のスタイル
--------------------------------------------------------------------*/
.HEADER {
  clear: both;
  position: relative;
  height: 120px;
  background-color: #6BBED5;
  background-image: url(../img/hayate-compressor.gif);
  background-position: right;
  background-repeat: no-repeat;
  border-bottom: 1px solid #000;
}

.H-d-title {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 70%;
  background-color: #fff;
  border-radius: 10px;
}

.H-das-title {
  text-align: center;
  display: block;
  padding: 20px 0;
  font-weight: bold;
  border-radius: 10px;
}

.H-d-title a:link {
  text-decoration: none;
  display: block;
  border-radius: 10px;
}

.H-d-title a:visited {
}

.H-d-title a:hover {
  background-color: #FCF1D3;
  text-decoration: underline;
}

.H-d-onlinecounter {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

/*--------------------------------------------------------------------
◇class="GLOBALNAVI" 関係のスタイル
--------------------------------------------------------------------*/
.GLOBALNAVI {
}

.GN-d-block {
  margin: 0;
}

.GN-du-accordion {
  width: 100%;
  overflow: hidden;
}

.GN-du-accordion li {
  list-style: none;
}

.GN-dulu-block {
  display: none;
}

.GN-dulp-block {
  padding: 20px 10px;
  border-bottom: 1px solid #000;
  cursor: pointer;
  background-color: #64C99B;
  background-image: url(../img/menu_open.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 22px;
}

.GN-dulp-block.active {
  background-image: url(../img/menu_close.png);
}

.GN-dulps-title {
  font-weight: bold;
}

.GN-dululas-title {
  display: block;
  padding: 20px 10px;
}

.GN-dululas-title:hover {
  background-color: #FCF1D3;
}

.GN-dululas-ranking {
  display: block;
  padding: 20px 10px;
  text-align: center;
  background-image: url(../img/leaf-left.gif), url(../img/leaf-right.gif);
  background-position: 10%, 90%;
  background-repeat: no-repeat, no-repeat;
}

.GN-dululas-ranking:hover {
  background-color: #FCF1D3;
  background-image: url(../img/leaf-left.gif), url(../img/leaf-right.gif);
  background-position: 10%, 90%;
  background-repeat: no-repeat, no-repeat;
}

/*--------------------------------------------------------------------
◇class="TOPICPATH" 関係のスタイル
--------------------------------------------------------------------*/
.TOPICPATH {
}

.TP-d-rcrumbs {
  white-space: nowrap;
  margin: 20px 0;
  width: 100%;
  padding: 10px 0;
  background-color: #F6D580;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.TP-d-rcrumbs > ul {
  padding: 0 10px;
  list-style: none;
  overflow-x: hidden;
  background-color: #fff;
}

.TP-d-rcrumbs > ul > li {
  overflow: hidden;
  display: none;
  padding: 10px 0;
}

.TP-d-rcrumbs > ul > li.show {
  display: inline-block;
}

.TP-d-rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.TP-d-rcrumbs a {
  text-decoration: none;
}

.TP-d-rcrumbs a:hover {
  text-decoration: underline;
}

.TP-duls-rcrumbs {
  color: #444;
  padding: 0 5px;
}

/*--------------------------------------------------------------------
◇class="ENTRY" 関係のスタイル
--------------------------------------------------------------------*/
.ENTRY {
}

.E-d-title {
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background-color: #DB7BB1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.E-d-title h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.E-d-subtitle {
  font-weight: bold;
  margin: 20px 0;
  padding: 10px 0;
  background-color: #CFE283;
}

.E-ds-subtitle-sq {
  margin: 0 10px;
  color: #64C99B;
}

.E-d-block {
  margin: 20px 0;
}

.E-d-bc {
  margin: 20px auto;
}

.E-d-write {
  margin: 20px 10px;
  line-height: 1.8;
}

.E-d-write p {
  margin: 10px 0;
}

.E-dd-mailform {
  text-align: center;
}

.E-ddas-mailform {
  display: block;
}

.E-ddas-mailform:hover {
  background-color: #FCF1D3;
}

.E-dd-shuffle1 {
  margin-top: 10px;
}

.E-ddas-shuffle1 {
  display: block;
}

.E-ddas-shuffle1:hover {
  background-color: #FCF1D3;
}

.E-dd-shuffle2 {
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

.E-dd-mailformfc2 {
  text-align: center;
}

.E-ddas-mailformfc2 {
  display: block;
}

.E-ddas-mailformfc2:hover {
  background-color: #FCF1D3;
}

.E-dd-download {
  margin: 20px 0;
  text-align: center;
}

.E-ddas-download {
  display: block;
}

.E-ddas-download:hover {
  background-color: #FCF1D3;
}

.E-dd-go-ta {
  text-align: center;
  margin: 20px 0;
}

.E-ddi-go-ta {
  font-size: xx-large;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  width: 80%;
  height: 40px;
  border: none;
  background-color: #F0D53E;
  border-radius: 4px;
}

.E-ddi-go-ta:hover {
  background-color: #BAC85E;
}

.E-ddi-go-ta:active {
  background-color: #BAC85E;
}

/*--------------------------------------------------------------------
◆class="TEST-TEXTAREA"関係のスタイル
--------------------------------------------------------------------*/
.TEST-TEXTAREA {
  margin: 20px 0;
}

.TT-fd-textarea {
}

#TT-id-ta {
}

.TT-c-ta {
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  font-size: medium;
  width: 100%;
  -webkit-box-sizing: border-box; /* Chrome, Safari */
  -moz-box-sizing: border-box;    /* Firefox */
  box-sizing: border-box;         /* IE8+, Opera */
  height: 100px;
  padding: 10px;
  white-space: pre;
  word-wrap: normal;
  overflow-x: scroll;
}

.TT-fd-block {
  overflow: hidden;
  padding: 10px;
  background-color: #C6EDDB;
}

.TT-fds-button {
}

.TT-fds-input-pink {
  font-size: x-large;
  border: none;
  background-color: #DB7BB1;
  border-radius: 4px;
  color: #000;
  width: 120px;
  height: 40px;
}

.TT-fds-input-pink:hover {
  background-color: #C23685;
}

.TT-fds-input-pink:active {
  background: #C23685;
}

.TT-fds-select {
  float: right;
}

.select-box-fs {
  font-size: medium;
  width: 160px;
  height: 40px;
}

/*--------------------------------------------------------------------
◆class="fc2-survey"関係のスタイル
--------------------------------------------------------------------*/
.fc2-survey {
}

.fc2-survey-form {
  width: 300px;
  margin: 20px auto;
}

.fc2-survey-link {
  text-align: center;
}

.fc2-survey-msg {
  margin: 20px 10px;
  line-height: 1.8;
}

.fc2-survey-msg p {
  margin: 10px 0;
}

/*--------------------------------------------------------------------
◆class="E-dd-twitter" 関係のスタイル
--------------------------------------------------------------------*/
.E-dd-twitter {
  width: 320px;
  margin: 20px auto;
}
/*
.twitter-timeline {
  width: 100% !important;
}
*/
/*--------------------------------------------------------------------
◆新着の顔文字・人気の顔文字
--------------------------------------------------------------------*/
.E-NKTK-table {
  width: 100%;
  border: 1px #000 solid;
}

.E-NKTK-table th {
  border: 1px #000 solid;
}

.E-NKTK-table td {
  border: 1px #000 solid;
}

.E-NKTK-td-no {
  font-weight: bold;
  width: 20%;
  text-align: center;
  background-color: #C6EDDB;
}

.E-NKTK-td-vote {
  width: 20%;
  height: 20px;
  text-align: center;
  background-color: #EEF5D3;
}

.E-NKTK-td-time {
  width: 60%;
  height: 20px;
  text-align: center;
  background-color: #C9E8F1;
}

.E-NKTK-td-cat {
  width: 80%;
  height: 20px;
  text-align: center;
}

.E-NKTK-tdas-cat {
  display: block;
  padding: 2px 0;
}

.E-NKTK-tdas-cat:hover {
  background-color: #FCF1D3;
}

.E-NKTK-td-hn {
  width: 80%;
  height: 20px;
}

.E-NKTK-text-hn {
  width: 100%;
  height: 20px;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  color: forestgreen;
  background-color: white;
  border: none;
}

.E-NKTK-td-kao {
  width: 80%;
}

.E-NKTK-text-kao {
  width: 100%;
  height: 40px;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  color: steelblue;
  border: none;
}

/*--------------------------------------------------------------------
◆iCheck plugin Polaris skin
--------------------------------------------------------------------*/
.icheckbox_polaris,
.iradio_polaris {
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
width: 29px;
height: 29px;
background: url(../img/polaris-compressor.png) no-repeat;
border: none;
cursor: pointer;
}
.icheckbox_polaris {
background-position: 0 0;
}
.icheckbox_polaris.hover {
background-position: -31px 0;
}
.icheckbox_polaris.checked {
background-position: -62px 0;
}
.icheckbox_polaris.disabled {
background-position: -93px 0;
cursor: default;
}
.icheckbox_polaris.checked.disabled {
background-position: -124px 0;
}
.iradio_polaris {
background-position: -155px 0;
}
.iradio_polaris.hover {
background-position: -186px 0;
}
.iradio_polaris.checked {
background-position: -217px 0;
}
.iradio_polaris.disabled {
background-position: -248px 0;
cursor: default;
}
.iradio_polaris.checked.disabled {
background-position: -279px 0;
}
/*--------------------------------------------------------------------
◆新着顔文字
--------------------------------------------------------------------*/
.E-NK-table {
  width: 100%;
  border: 1px #000 solid;
}

.E-NK-table th {
  border: 1px #000 solid;
}

.E-NK-table td {
  border: 1px #000 solid;
}

.E-NK-td-no {
  font-weight: bold;
  width: 20%;
  text-align: center;
  background-color: #C6EDDB;
}

.E-NK-td-time {
  width: 80%;
  height: 20px;
  text-align: center;
  background-color: #C9E8F1;
}

.E-NK-td-hn {
  width: 80%;
  height: 20px;
}

.E-NK-text-hn {
  width: 100%;
  height: 20px;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  color: forestgreen;
  background-color: white;
  border: none;
}

.E-NK-td-kao {
  width: 80%;
}

.E-NK-text-kao {
  width: 100%;
  height: 40px;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  color: steelblue;
  border: none;
}

/*--------------------------------------------------------------------
◆顔文字ランキング
--------------------------------------------------------------------*/
.E-dd-back {
  margin: 20px 0;
}

.E-ddi-button-back {
  width: 50%;
  height: 20px;
  background-color: #DAE39B;
  border: none;
  border-radius: 4px;
}

.E-ddi-button-back:hover {
  background-color: #BAC85E;
}

.E-ddi-button-back:active {
  background: #BAC85E;
}

.E-dd-totalvotes {
  color: teal;
  text-align: center;
  margin: 20px 0;
}

.E-KR-table {
  width: 100%;
  border: 1px #000 solid;
}

.E-KR-table th {
  border: 1px #000 solid;
}

.E-KR-table td {
  border: 1px #000 solid;
}

.E-KR-td-rank {
  font-weight: bold;
  width: 20%;
  text-align: center;
  background-color: #C6EDDB;
}

.E-KR-label-rank {
  display: block;
  padding: 32px 0;
}

.E-KR-td-time {
  width: 80%;
  height: 20px;
  text-align: center;
  background-color: #C9E8F1;
}

.E-KR-td-vote {
  width: 20%;
  height: 20px;
  text-align: center;
  background-color: #EEF5D3;
}

.E-KR-td-percentage {
  width: 20%;
  height: 20px;
  text-align: center;
}

.E-KR-td-graph {
  width: 40%;
  height: 20px;
}

.E-KR-td-hn {
  width: 80%;
  height: 20px;
}

.E-KR-text-hn {
  width: 100%;
  height: 20px;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  color: forestgreen;
  background-color: white;
  border: none;
}

.E-KR-td-kao {
  width: 80%;
}

.E-KR-text-kao {
  width: 100%;
  height: 40px;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  color: steelblue;
  border: none;
}

.E-KR-td-end {
  height: 60px;
  text-align: center;
  background-color: #EEF5D3;
}

.E-KR-submit {
  font-size: large;
  font-weight: bold;
  width: 65%;
  height: 40px;
  border: none;
  background-color: #F0D53E;
  border-radius: 4px;
}

.E-KR-submit:hover {
  background-color: #BAC85E;
}

.E-KR-submit:active {
  background: #BAC85E;
}

.E-KR-button-novote {
  font-weight: bold;
  width: 65%;
  height: 40px;
  border: none;
  background-color: #BAC85E;
  border-radius: 4px;
}

.E-dd-thanks {
  color: teal;
  text-align: center;
  margin: 20px 0;
}

/*--------------------------------------------------------------------
◆顔文字投稿
--------------------------------------------------------------------*/
.E-P-table {
  width: 100%;
  border: 1px #000 solid;
}

.E-P-table th {
  border: 1px #000 solid;
}

.E-P-table td {
  border: 1px #000 solid;
}

.E-P-td-msg {
  font-weight: bold;
  height: 20px;
  text-align: center;
  background-color: #C9E8F1;
}

.E-P-td-hn1 {
  height: 20px;
  font-weight: bold;
  padding: 0 10px;
  background-color: #C6EDDB;
}

.E-P-td-hn2-1 {
  width: 20%;
  font-size: xx-large;
  text-align: center;
  background-color: #C6EDDB;
}

.E-P-td-hn2-2 {
  width: 80%;
}

.E-P-text-hn {
  width: 100%;
  height: 40px;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  color: forestgreen;
  border: none;
}

.E-P-td-kao1 {
  height: 20px;
  font-weight: bold;
  padding: 0 10px;
  background-color: #C6EDDB;
}

.E-P-td-kao2-1 {
  width: 20%;
  font-size: xx-large;
  text-align: center;
  background-color: #C6EDDB;
}

.E-P-td-kao2-2 {
  width: 80%;
}

.E-P-text-kao {
  width: 100%;
  height: 40px;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  color: steelblue;
  border: none;
}

.E-P-td-end {
  height: 60px;
  text-align: center;
  background-color: #EEF5D3;
}

.E-P-submit {
  font-size: large;
  font-weight: bold;
  width: 65%;
  height: 40px;
  border: none;
  background-color: #F0D53E;
  border-radius: 4px;
}

.E-P-submit:hover {
  background-color: #BAC85E;
}

.E-P-submit:active {
  background: #BAC85E;
}

/*--------------------------------------------------------------------
◆ログイン
--------------------------------------------------------------------*/
.E-d-pass {
  margin: 20px 0;
  text-align: right;
}

.E-dfi-password {
  width: 30%;
  height: 20px;
}

.E-dfi-submit {
  width: 30%;
  height: 20px;
  background-color: #DAE39B;
  border: none;
  border-radius: 4px;
}

.E-dfi-submit:hover {
  background-color: #BAC85E;
}

.E-dfi-submit:active {
  background: #BAC85E;
}

/*--------------------------------------------------------------------
◆顔文字管理
--------------------------------------------------------------------*/
.E-M-d-back {
  margin: 20px 0;
}

.E-M-button-back {
  width: 50%;
  height: 20px;
  background-color: #DAE39B;
  border: none;
  border-radius: 4px;
}

.E-M-button-back:hover {
  background-color: #BAC85E;
}

.E-M-button-back:active {
  background: #BAC85E;
}

.E-M-d-rogsize {
  color: teal;
  text-align: center;
  margin: 20px 0;
}

.E-M-table {
  width: 100%;
  border: 1px #000 solid;
}

.E-M-table th {
  border: 1px #000 solid;
}

.E-M-table td {
  border: 1px #000 solid;
}

.E-M-td-no {
  font-weight: bold;
  width: 20%;
  text-align: center;
  background-color: #C6EDDB;
}

.E-M-span-no {
  display: block;
  padding: 14px 0;
}

.E-M-td-time {
  width: 80%;
  height: 20px;
  text-align: center;
  background-color: #C9E8F1;
}

.E-M-td-vote {
  width: 20%;
  height: 20px;
  text-align: center;
  background-color: #EEF5D3;
}

.E-M-td-ip {
  width: 60%;
  height: 20px;
  text-align: center;
}

.E-M-td-check {
  width: 20%;
  text-align: center;
  background-color: #C6EDDB;
}

.E-M-label-check {
  display: block;
  padding: 16px 0;
}

.E-M-td-hn {
  width: 80%;
  height: 20px;
}

.E-M-text-hn {
  width: 100%;
  height: 20px;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  color: forestgreen;
  background-color: white;
  border: none;
}

.E-M-td-kao {
  width: 80%;
}

.E-M-text-kao {
  width: 100%;
  height: 40px;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  color: steelblue;
  border: none;
}

.E-M-td-end {
  height: 60px;
  text-align: center;
  background-color: #EEF5D3;
}

.E-M-submit-delete {
  font-weight: bold;
  width: 30%;
  height: 40px;
  border: none;
  background-color: #F0D53E;
  border-radius: 4px;
}

.E-M-submit-delete:hover {
  background-color: #BAC85E;
}

.E-M-submit-delete:active {
  background: #BAC85E;
}

/*--------------------------------------------------------------------
◆顔文字管理投稿
--------------------------------------------------------------------*/
.E-MP-table {
  width: 100%;
  border: 1px #000 solid;
}

.E-MP-table th {
  border: 1px #000 solid;
}

.E-MP-table td {
  border: 1px #000 solid;
}

.E-MP-td-msg {
  font-weight: bold;
  height: 20px;
  text-align: center;
  background-color: #C9E8F1;
}

.E-MP-td-kao2-1 {
  width: 20%;
  font-size: xx-large;
  text-align: center;
  background-color: #C6EDDB;
}

.E-MP-td-kao2-2 {
  width: 80%;
}

.E-MP-text-kao {
  width: 100%;
  height: 40px;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  color: steelblue;
  border: none;
}

.E-MP-td-end {
  height: 60px;
  text-align: center;
  background-color: #EEF5D3;
}

.E-MP-submit {
  font-weight: bold;
  width: 65%;
  height: 40px;
  border: none;
  background-color: #F0D53E;
  border-radius: 4px;
}

.E-MP-submit:hover {
  background-color: #BAC85E;
}

.E-MP-submit:active {
  background: #BAC85E;
}

.E-M-d-format {
  margin: 20px 0;
  text-align: right;
}

.E-M-submit-format {
  width: 30%;
  height: 20px;
  background-color: #BAC85E;
  border: none;
  border-radius: 4px;
}

/*--------------------------------------------------------------------
◆顔文字編集
--------------------------------------------------------------------*/
.E-ME-d-back {
  margin: 20px 0;
}

.E-ME-submit-back {
  width: 50%;
  height: 20px;
  background-color: #DAE39B;
  border: none;
  border-radius: 4px;
}

.E-ME-submit-back:hover {
  background-color: #BAC85E;
}

.E-ME-submit-back:active {
  background: #BAC85E;
}

.E-ME-d-msg {
  color: teal;
  text-align: center;
  margin: 20px 0;
}

.E-ME-table {
  width: 100%;
  border: 1px #000 solid;
}

.E-ME-table th {
  border: 1px #000 solid;
}

.E-ME-table td {
  border: 1px #000 solid;
}

.E-ME-td-hn1 {
  font-weight: bold;
  width: 20%;
  text-align: center;
  background-color: #C6EDDB;
}

.E-ME-td-hn2 {
  width: 80%;
}

.E-ME-text-hn {
  width: 100%;
  height: 40px;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  color: forestgreen;
  border: none;
}

.E-ME-td-kao1 {
  font-weight: bold;
  width: 20%;
  text-align: center;
  background-color: #C6EDDB;
}

.E-ME-td-kao2 {
  width: 80%;
}

.E-ME-text-kao {
  width: 100%;
  height: 40px;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  color: steelblue;
  border: none;
}

.E-ME-td-vote1 {
  font-weight: bold;
  width: 20%;
  text-align: center;
  background-color: #C6EDDB;
}

.E-ME-td-vote2 {
  width: 20%;
}

.E-ME-td-vote3 {
  font-weight: bold;
  width: 40%;
  text-align: center;
  background-color: #C6EDDB;
}

.E-ME-td-vote4 {
  width: 20%;
  text-align: center;
}

.E-ME-label-check {
  display: block;
  padding: 4px 0;
}

.E-ME-text-vote {
  width: 100%;
  height: 40px;
  text-align: center;
  ime-mode: disabled;
  border: none;
}

.E-ME-td-end {
  height: 60px;
  text-align: center;
  background-color: #EEF5D3;
}

.E-ME-submit {
  font-weight: bold;
  width: 30%;
  height: 40px;
  border: none;
  background-color: #F0D53E;
  border-radius: 4px;
}

.E-ME-submit:hover {
  background-color: #BAC85E;
}

.E-ME-submit:active {
  background: #BAC85E;
}

.E-ME-reset {
  font-weight: bold;
  width: 30%;
  height: 40px;
  border: none;
  background-color: #F0D53E;
  border-radius: 4px;
}

.E-ME-reset:hover {
  background-color: #BAC85E;
}

.E-ME-reset:active {
  background: #BAC85E;
}

/*--------------------------------------------------------------------
◆設定ファイルチェック
--------------------------------------------------------------------*/
.E-d-filecheckmsg {
  color: teal;
  text-align: center;
  margin: 20px 0;
}

.E-dd-filecheck1 {
  padding: 5px 10px;
  border-top: 1px solid #000;
  background-color: #64C99B;
}

.E-dds-filecheck2 {
  display: block;
  padding: 20px 10px;
}

.E-dds-filecheck2:hover {
  background-color: #FCF1D3;
}

.E-dd-filecheckend {
  margin: 0 0 20px;
  text-align: center;
  padding: 5px 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #64C99B;
}

/*--------------------------------------------------------------------
■エラー・メッセージ
--------------------------------------------------------------------*/
.error-msg {
  text-align: center;
}
/*--------------------------------------------------------------------
◇class="SOCIALBUTTON" 関係のスタイル
--------------------------------------------------------------------*/
.SOCIALBUTTON {
}

.SB-d-title {
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background-color: #DB7BB1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.SB-d-block {
  margin: 20px 0;
  background-image: url(../img/alicia-compressor.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.SB-dd-snsbtn {
}

.SB-ddd-snsbtn {
  padding: 20px 0;
  margin-left: 10px;
}

/*--------------------------------------------------------------------
◇class="MENU" 関係のスタイル
--------------------------------------------------------------------*/
.MENU {
}

.M-d-title {
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background-color: #DB7BB1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.M-d-block {
  margin: 20px 0;
}

.M-du-accordion {
  width: 100%;
  overflow: hidden;
}

.M-du-accordion li {
  list-style: none;
}

.M-dulp-block1 {
  text-align: center;
  padding: 10px 0;
}

.M-dulp-block2 {
  padding: 20px 10px;
  border-top: 1px solid #000;
  cursor: pointer;
  background-color: #64C99B;
  background-image: url(../img/menu_open.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 22px;
}

.M-dulp-block2.active {
  background-image: url(../img/menu_close.png);
}

.M-dulps-title {
  font-weight: bold;
}

.M-dulu-block {
  display: none;
}

.M-dululas-title {
  display: block;
  padding: 20px 10px;
}

.M-dululas-title:hover {
  background-color: #FCF1D3;
}
/*--------------------------------------------------------------------
◇class="GRAMMARCHECK" 関係のスタイル
--------------------------------------------------------------------*/
.GRAMMARCHECK {
}

.GC-d-title {
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background-color: #DB7BB1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.GC-d-block {
  margin: 20px 0;
  text-align: center;
}

.GC-ds-block {
  margin: 0 5px;
}

/*--------------------------------------------------------------------
◇class="NAVIGATIONBAR" 関係のスタイル
--------------------------------------------------------------------*/
.NAVIGATIONBAR {
}

.NB-d-title {
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background-color: #DB7BB1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.NB-d-block {
  margin: 20px 0;
}

.NB-dd-block1 {
  text-align: center;
}

.NB-ddi-home1 {
  font-size: xx-large;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  width: 30%;
  height: 40px;
  border: none;
  background-color: #F0D53E;
  border-radius: 4px;
}

.NB-ddi-home1:hover {
  background-color: #BAC85E;
}

.NB-ddi-home1:active {
  background: #BAC85E;
}

.NB-ddi-top1 {
  font-size: xx-large;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  width: 30%;
  height: 40px;
  border: none;
  background-color: #F0D53E;
  border-radius: 4px;
}

.NB-ddi-top1:hover {
  background-color: #BAC85E;
}

.NB-ddi-top1:active {
  background: #BAC85E;
}

.NB-ddi-favorite1 {
  font-size: xx-large;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  width: 30%;
  height: 40px;
  border: none;
  background-color: #F0D53E;
  border-radius: 4px;
}

.NB-ddi-favorite1:hover {
  background-color: #BAC85E;
}

.NB-ddi-favorite1:active {
  background: #BAC85E;
}

.NB-dd-block2 {
  text-align: center;
}

.NB-ddi-home2 {
  width: 30%;
  height: 20px;
  border: none;
  color: #444;
  background-color: #fff;
}

.NB-ddi-top2 {
  width: 30%;
  height: 20px;
  border: none;
  color: #444;
  background-color: #fff;
}

.NB-ddi-favorite2 {
  width: 30%;
  height: 20px;
  border: none;
  color: #444;
  background-color: #fff;
}

/*--------------------------------------------------------------------
◇class="PCSP" 関係のスタイル
--------------------------------------------------------------------*/
.PCSP {
}

.PCSP-d-title {
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background-color: #DB7BB1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.PCSP-d-block {
  margin: 20px 0;
  text-align: center;
}

.PCSP-di-change {
  font-size: xx-large;
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  width: 92%;
  height: 40px;
  border: none;
  background-color: #F0D53E;
  border-radius: 4px;
}

.PCSP-di-change:hover {
  background-color: #BAC85E;
}

.PCSP-di-change:active {
  background: #BAC85E;
}

/*--------------------------------------------------------------------
◇class="ACCESSCOUNTER" 関係のスタイル
--------------------------------------------------------------------*/
.ACCESSCOUNTER {
}

.AC-d-title {
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background-color: #DB7BB1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.AC-d-block {
  margin: 20px 0;
  text-align: center;
}

/*--------------------------------------------------------------------
◇class="FOOTER" 関係のスタイル
--------------------------------------------------------------------*/
.FOOTER {
  position: relative;
  height: 120px;
  background-color: #CFE283;
  border-top: 1px solid #000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.FOOTER address {
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 1.4;
  text-align: right;
  font-style: normal;
}

.FOOTER address a {
  text-decoration: none;
}

.FOOTER address a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------------
◆トップに戻るボタン
--------------------------------------------------------------------*/
.page-top{
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  border-radius: 10px;
}
 
.page-top p{
  margin: 0;
  padding: 0;
  text-align: center;
  background: #8b8b8b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
 
.page-top p:hover{
  background: #3b3b3b;
}
 
.move-page-top{
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.move-page-top:hover{
  text-decoration: none;
}

/*--------------------------------------------------------------------
◆アドセンス（広告）
--------------------------------------------------------------------*/
.ADS-title {
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background-color: #DB7BB1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.ADS-234x60 {
  margin: 20px auto;
  width: 234px;
  height: 60px;
  background-color: #ECEEF1;
}

.ADS-320x50 {
  margin: 20px auto;
  width: 320px;
  height: 50px;
  background-color: #ECEEF1;
}

.ADS-320x100 {
  margin: 20px auto;
  width: 320px;
  height: 100px;
  background-color: #ECEEF1;
}

.ADS-300x250 {
  margin: 20px auto;
  width: 300px;
  height: 250px;
  background-color: #ECEEF1;
}

.ADS-250x250 {
  margin: 20px auto;
  width: 250px;
  height: 250px;
  background-color: #ECEEF1;
}

.ADS-200x200 {
  margin: 20px auto;
  width: 200px;
  height: 200px;
  background-color: #ECEEF1;
}

.ADS-180x150 {
  margin: 20px auto;
  width: 180px;
  height: 150px;
  background-color: #ECEEF1;
}

.ADS-125x125 {
  margin: 20px auto;
  width: 125px;
  height: 125px;
  background-color: #ECEEF1;
}
