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

+一括指定
+body
  +class="H-WRAPPER"
    +class="HEADER"
  +class="WRAPPER"
    +class="TOP"
    +class="MIDDLE"
    +class="BOTTOM"
  +class="F-WRAPPER"
    +class="FOOTER"
  +class="AC-WRAPPER"
    +class="ACCESSCOUNTER"
--------------------------------------------------------------------*/
/*--------------------------------------------------------------------
◇一括指定(全称セレクタ＆基本リンク＆その他)
--------------------------------------------------------------------*/
/*
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 {
  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="H-WRAPPER"関係のスタイル
--------------------------------------------------------------------*/
.H-WRAPPER {
  text-align: left;
  margin: 15px auto;
  width: 400px;
}
/*--------------------------------------------------------------------
◆class="HEADER"関係のスタイル
--------------------------------------------------------------------*/
.HEADER {
  display: none;
}
/*--------------------------------------------------------------------
◇class="WRAPPER"関係のスタイル
--------------------------------------------------------------------*/
.WRAPPER {
  text-align: left;
  margin: 15px auto;
  width: 400px;
}
/*--------------------------------------------------------------------
◆class="TOP"関係のスタイル
--------------------------------------------------------------------*/
.TOP {
  position: relative;
  height: 120px;
  background-color: #64C99B;
  background-image: url(../img/hayate.gif);
  background-position: right;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

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

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

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

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

.T-d-title a:visited {
}

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

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

/*--------------------------------------------------------------------
◆class="MIDDLE"関係のスタイル
--------------------------------------------------------------------*/
.MIDDLE {
  height: 200px;
  overflow: auto;
  background-color: #fff;
}

#M-d-block {
}

.M-dd-title {
  font-weight: bold;
  padding: 10px 0;
  background-color: #CFE283;
}

.M-dds-title {
  margin: 0 10px;
  color: #64C99B;
}

.M-dd-block {
  padding: 5px;
}

.M-ddd-block {
  margin: 5px;
}

.M-dd-input {
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  vertical-align: middle;
  border: none;
  background-color: #C6EDDB;
  border-radius: 4px;
  color: #000;
}

.M-dd-input:hover {
  background-color: #64C99B;
}

.M-dd-input:active {
  background: #64C99B;
}

.M-i-design1 {
  width: 40px;
  height: 40px;
  font-size: large;
}

.M-i-design2 {
  width: 40px;
  height: 40px;
  font-size: medium;
}

.M-i-design3 {
  width: 85px;
  height: 40px;
  font-size: medium;
}

.M-i-design4 {
  width: 175px;
  height: 40px;
  font-size: medium;
}

.M-i-design5 {
  width: 175px;
  height: 40px;
  font-size: small;
}

.M-i-designE {
  width: 40px;
  height: 40px;
  font-size: xx-large;
}

.M-i-design1-r {
  width: 40px;
  height: 40px;
  font-size: large;
  color: #B52F25;
}

.M-i-design2-r {
  width: 40px;
  height: 40px;
  font-size: medium;
  color: #B52F25;
}

.M-i-design3-r {
  width: 85px;
  height: 40px;
  font-size: medium;
  color: #B52F25;
}

.M-i-design4-r {
  width: 175px;
  height: 40px;
  font-size: medium;
  color: #B52F25;
}

.M-i-design5-r {
  width: 175px;
  height: 40px;
  font-size: small;
  color: #B52F25;
}

.M-i-design1-y {
  width: 40px;
  height: 40px;
  font-size: large;
  color: #EBB130;
}

.M-i-design2-y {
  width: 40px;
  height: 40px;
  font-size: medium;
  color: #EBB130;
}

.M-i-design3-y {
  width: 85px;
  height: 40px;
  font-size: medium;
  color: #EBB130;
}

.M-i-design4-y {
  width: 175px;
  height: 40px;
  font-size: medium;
  color: #EBB130;
}

.M-i-design5-y {
  width: 175px;
  height: 40px;
  font-size: small;
  color: #EBB130;
}

.M-dd-write {
  margin: 10px;
  font-size: small;
  line-height: 1.4;
}

.M-dd-write p {
  margin: 10px 0;
}

/*--------------------------------------------------------------------
◆class="BOTTOM"関係のスタイル
--------------------------------------------------------------------*/
.BOTTOM {
  background-color: #C6EDDB;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.B-f-d-block1 {
  padding: 0 5px;
  height: 100px;
  overflow: auto;
}

.B-f-dd-block1 {
  margin: 10px 5px;
}

.B-f-dd-input1 {
  font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif, "EmojiSymbols";
  vertical-align: middle;
  border: none;
  border-radius: 4px;
  color: #000;
}

.B-i1-design1-0 {
  width: 65px;
  height: 20px;
  background-color: #6BBED5;
}

.B-i1-design1-0:hover {
  background-color: #1E98B9;
}

.B-i1-design1-0:active {
  background-color: #1E98B9;
}

.B-i1-design1-1 {
  width: 30px;
  height: 20px;
  background-color: #F6D580;
}

.B-i1-design1-1:hover {
  background-color: #F0BA32;
}

.B-i1-design1-1:active {
  background-color: #F0BA32;
}

.B-i1-design1-2 {
  width: 65px;
  height: 20px;
  background-color: #F6D580;
}

.B-i1-design1-2:hover {
  background-color: #F0BA32;
}

.B-i1-design1-2:active {
  background-color: #F0BA32;
}

.B-i1-design1-3 {
  width: 135px;
  height: 20px;
  background-color: #CFE283;
}

.B-i1-design1-3:hover {
  background-color: #B2CF3E;
}

.B-i1-design1-3:active {
  background-color: #B2CF3E;
}

.B-i1-design2 {
  width: 65px;
  height: 20px;
  background-color: #CFE283;
}

.B-i1-design2:hover {
  background-color: #B2CF3E;
}

.B-i1-design2:active {
  background-color: #B2CF3E;
}

.B-f-d-textarea {
}

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

.B-f-d-block2 {
  margin: 10px;
}

.B-f-d-s-button {
}

.B-f-d-s-input2-blue {
  border: none;
  background-color: #6BBED5;
  border-radius: 4px;
  color: #000;
  width: 50px;
  height: 20px;
}

.B-f-d-s-input2-blue:hover {
  background-color: #1E98B9;
}

.B-f-d-s-input2-blue:active {
  background: #1E98B9;
}

.B-f-d-s-input2-pink {
  border: none;
  background-color: #DB7BB1;
  border-radius: 4px;
  color: #000;
  width: 50px;
  height: 20px;
}

.B-f-d-s-input2-pink:hover {
  background-color: #C23685;
}

.B-f-d-s-input2-pink:active {
  background: #C23685;
}

.B-f-d-s-select {
  float: right;
}

.select-box-fs {
  font-size: 12px;
  width: 100px;
  height: 20px;
}

.B-d-credit {
  clear:both;
  font-size: 12px;
  text-align: right;
  padding: 5px 10px;
  background: #64C99B;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/*--------------------------------------------------------------------
◇class="F-WRAPPER"関係のスタイル
--------------------------------------------------------------------*/
.F-WRAPPER {
  text-align: left;
  margin: 15px auto;
  width: 400px;
}
/*--------------------------------------------------------------------
◆class="FOOTER"関係のスタイル
--------------------------------------------------------------------*/
.FOOTER {
}

.F-d-container {
  overflow: hidden;
}

.F-dd-left {
  float: left;
  width: 260px;
  height: 200px;
  background-color: #C6EDDB;
  border-top-left-radius: 10px;
}

.F-ddd-block1 {
  margin: 10px;
}

.F-dddd-ads1 {
  font-size: small;
}

.F-dddd-ads2 {
  width: 180px;
  height: 150px;
  background-color: #fff;
}

.F-dd-right {
  float: right;
  width: 140px;
  height: 200px;
  background-color: #C6EDDB;
  border-top-right-radius: 10px;
}

.F-ddd-list {
}

.F-dddd-list {
  margin: 20px 0;
}

.F-dd-bottom {
  clear: both;
  padding: 10px;
  text-align: center;
  background-color: #C6EDDB;
}

.F-ddi-grammarchecker {
  margin: 5px 10px;
}

.F-dd-copyright {
  padding: 10px;
  text-align: center;
  background-color: #64C99B;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/*--------------------------------------------------------------------
◇class="AC-WRAPPER"関係のスタイル
--------------------------------------------------------------------*/
.AC-WRAPPER {
  text-align: left;
  margin: 15px auto;
  width: 400px;
}
/*--------------------------------------------------------------------
◆class="ACCESSCOUNTER" 関係のスタイル
--------------------------------------------------------------------*/
.ACCESSCOUNTER {
}

.AC-d-block {
  text-align: center;
}

