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

+一括指定
+フォント・見出しタグ
+body
  +class="WRAPPER"
    +class="HEADER"
    +class="GLOBALNAVI"
    +class="TOPICPATH"
    +class="ENTRY"
    +class="RANDOMIMG"
    +class="SOCIALBUTTON"
    +class="MENU"
    +class="GRAMMARCHECK"
    +class="NAVIGATIONBAR"
    +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" 関係のスタイル
--------------------------------------------------------------------*/
.HEADER {
  position: relative;
  height: 120px;
  background-color: #6BBED5;
  background-image: url(../img/moaibu-hinamoriamu.png);
  background-position: right;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #000;
}

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

.H-d-title h1 {
  font-size: large;
}

.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-container {
  margin: 20px 0;
  border: 1px solid #000;
}

.E-dd-top {
  margin: 2px;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #000;
  background-color: #C9E8F1;
}

.E-dd-block {
  display: table;
  border-spacing: 2px 0;
  width: 100%;
  margin: 2px 0;
}

.E-ddd-topleft {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
/*  background-color: #C9E8F1;*/
}

.E-ddd-topright {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
/*  background-color: #C9E8F1;*/
}

.E-ddds-img {
}

.E-dd-middle {
  margin: 2px;
  border: 1px solid #000;
/*  background-color: #C6EDDB;*/
}

.E-ddd-write {
  margin: 0 10px;
  line-height: 1.8;
}

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

.E-dd-bottom {
  margin: 2px;
  text-align: center;
  border: 1px solid #000;
/*  background-color: #EEF5D3;*/
}

.E-ddas-enter {
  display: block;
  padding: 20px 0;
}

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

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

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

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

.RI-dai-img {
  max-width: 100%;
  height: auto;
}

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

.SB-dd-linebtn {
  padding: 20px 0;
  margin-left: 10px;
}

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