@charset "UTF-8";
/* * * * * * * * * * * * * * * * * * * *
 * uechi custom.css
 * * * * * * * * * * * * * * * * * * * */
* {
  margin: 0;
  padding: 0;
}

/* margin-padding */
.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 20px !important;
}

.mY5{
  margin-right:5px !important;
  margin-left:5px !important;
}

.mY10{
  margin-right:10px !important;
  margin-left:10px !important;
}

.mY15{
  margin-right:15px !important;
  margin-left:15px !important;
}

.mY20{
  margin-right:20px !important;
  margin-left:20px !important;
}

.mY25{
  margin-right:25px !important;
  margin-left:25px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

/* ■■■■ body設定 ■■■■ */
html, body{
height:100%;
}
body {
  color: #fff;
  background-color: #290000;
  margin: 0 auto;
}
body.sora {
  color: #fff;
  margin: 0 auto;
  width: 320px;
  background-image: url("/i.cgi?n=app/bg&m=jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #458b8b;
}
body.miyako {
  color: #fff;
  background-color: #290000;
  margin: 0 auto;
  width: 320px;
}

ul li {
  text-decoration: none;
  list-style: none;
}

/*
input[type="radio"] {
  width: 20px;
  margin: 10px 0;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
}
*/

.face {
  background-color: #E7C693;
  color: #650000;
}

/* ■■■■ リンク周り ■■■■ */
a:link {
  color: #ffba43;
}
a:visited {
  color: #dc6d34;
}

/* ■■■■ サイトのフォントカラー設定 ■■■■ */
/* 強調するとき用　 */
.st_1 {
  color: #290000;
}

/* 強調するとき用　 */
.st_2 {
  color: #accbe8;
}

/* 強調するとき用　 */
.st_3 {
  color: #ccaa6b;
}

/* 強調するとき用　 */
.st_4 {
  color: #dc8dd9;
}

/* 強調するとき用　*/
.st_5 {
  color: #f6692a;
}

/* 強調するとき用　 */
.st_6 {
  color: #ff0000;
}

/* 強調するとき用　*/
.st_7 {
  color: #ff2c2c;
}

/* 強調するとき用　*/
.st_8 {
  color: #ffba43;
}

/* 強調するとき用　*/
.st_9 {
  color: #fff;
}

/* 強調するとき用(水色)　*/
.st_10 {
  color: #248ABA;
}

.st_red {
  color: red;
}

/* ■■■■ Inc用hr設定 ■■■■ */
.hr {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #ccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#cccccc));
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 1px;
  margin: 10px auto;
}

/* ■■■■ マーキー設定 ■■■■ */
#marquee {
  border: none;
  background-color: #000547;
  color: #fff;
  width: 100%;
  overflow: hidden;
  overflow: -webkit-marquee;
  display: -wap-marquee;
  -wap-marquee-loop: infinite;
  white-space: nowrap;
}

/* ■■■■ TOPに戻る ■■■■ */
#box_top {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #ffb501;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8be9a), to(#ba9866));
  font-size: 100%;
  line-height: 30px;
  width: 95%;
  height: 30px;
  margin: 10px auto;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: 0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
}
#box_top a {
  display: block;
  width: auto;
  text-decoration: none;
  color: #572d00;
}

/* ■■■■ 登録する ■■■■ */
.box_reg {
  border: solid 1px #8c3310;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #f30101;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6dd), to(#f30101));
  font-size: 150%;
  line-height: 30px;
  width: 60%;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  text-shadow: -1px -1px 0 #969696;
  box-shadow: 0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
}
.box_reg a {
  display: block;
  width: auto;
  text-decoration: none;
  color: #572d00;
}

/* ■■■■ 角丸ボックス　影つき ■■■■ */
.box_tokubetu {
  padding: 5px;
  box-shadow: 0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 10px #000;
  border: solid 3px #f76700;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* ■■■■ 枠（白　角丸） ■■■■ */
.waku {
  border: solid 1px #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom);*/
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
}

/* ■■■■ 枠（色なし） ■■■■ */
.waku2{
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}

/* ■■■■ 汎用リスト01 ■■■■ */
.list_01 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  border: solid 1px #ccc;
  margin: 0 auto;
  width: 95%;
  list-style: none;
}
.list_01 li {
  position: relative;
  border-bottom: solid 1px #ddd;
  height: 30px;
  overflow: hidden;
}
.list_01 li a:not(.noListLink) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #000;
  text-decoration: none;
  -webkit-box-sizing: border-box;
}
.list_01 li:last-child {
  border-bottom: none;
}
.list_01 li a:not(.noListLink):after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: solid 2px #979797;
  /*右端　>　の色*/
  border-right: solid 2px #979797;
  /*右端　>　の色*/
  -webkit-transform: rotate(45deg);
}

/*app紹介ＬＰ用
-------------------------------------*/
.applp {
  width: 300px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
  color: #f6692a;
  font-size: 18px;
}

.applp_caption {
  width: 300px;
  margin: auto;
  text-align: left;
  padding: 0 20px;
  line-height: 1em;
  color: #853f01;
  font-size: 14px;
}

/* ■■■■ 汎用リスト02 背景とかの装飾設定なしバージョン ■■■■ */
.list_02 {
  border-bottom: solid 1px #ccc;
  width: 100%;
  list-style: none;
}
.list_02 li {
  position: relative;
  border-bottom: solid 1px #ddd;
  height: auto;
}
.list_02 li a:not(.noListLink) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
}
.list_02 li:last-child {
  border-bottom: none;
}
.list_02 li a:not(.noListLink):after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: solid 2px #979797;
  /*右端　>　の色*/
  border-right: solid 2px #979797;
  /*右端　>　の色*/
  -webkit-transform: rotate(45deg);
}

/* ■■■■　会員登録　■■■■ */
.reg {
  margin: 5px auto;
  height: auto;
  width: 100px;
  height: auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #d66f1a;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff943d), color-stop(0.4, #ff943d), color-stop(0.6, #f27911), color-stop(1, #f27911));
  background-image: linear-gradient(-90deg, #ff943d) 0%, #ff943d 40%, #f27911 60%, #f27911 100%;
  box-shadow: 1px 1px 2px 1px #ccc;
  -webkit-box-shadow: 1px 1px 2px 1px #ccc;
}
.reg a {
  padding: 5px;
  color: #fff;
  text-decoration: none;
  display: block;
}

/* ■■■■　会員削除　■■■■ */
.unreg {
  margin: 5px auto;
  height: auto;
  width: 100px;
  height: auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #2369d9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d84ff), color-stop(0.4, #3d84ff), color-stop(0.6, #2773f5), color-stop(1, #2773f5));
  background-image: linear-gradient(-90deg, #3d84ff) 0%, #3d84ff 40%, #2773f5 60%, #2773f5 100%;
  box-shadow: 1px 1px 2px 1px #ccc;
  -webkit-box-shadow: 1px 1px 2px 1px #ccc;
}
.unreg a {
  color: #fff;
  padding: 5px;
  text-decoration: none;
  display: block;
}

/* ■■■■　ログイン　■■■■ */
.login {
  margin: 5px auto;
  height: auto;
  width: 100px;
  height: auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #61ad23;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #78d42d), color-stop(0.4, #78d42d), color-stop(0.6, #69ba27), color-stop(1, #69ba27));
  background-image: linear-gradient(-90deg, #78d42d) 0%, #78d42d 40%, #69ba27 60%, #69ba27 100%;
  box-shadow: 1px 1px 2px 1px #ccc;
  -webkit-box-shadow: 1px 1px 2px 1px #ccc;
}
.login a {
  color: #fff;
  padding: 5px;
  text-decoration: none;
  display: block;
}

/* ■■■■　スペーサー　■■■■ */
.li_space {
  margin: 0 auto;
  width: 10px;
  display: block;
}

/* ■■■■　リストでブロック要素を横並び　■■■■ */
.li_yoko {
  margin: 0 auto;
  text-align: center;
  width: 215px;
}
.li_yoko ul {
  margin: 0 auto;
}
.li_yoko li {
  margin: 0 auto;
  float: left;
  list-style: none;
}

/* ■■■■　ナビボタン的な　■■■■ オレンジボタン？*/
.navi {
  width: 100%;
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  border: solid 1px #ee7523;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #da9527), color-stop(0.4, #da9527), color-stop(0.6, #ee7523), color-stop(1, #ee7523));
  background-image: linear-gradient(-90deg, #da9527) 0%, #da9527 40%, #ee7523 60%, #ee7523 100%;
}
.navi span.l {
  padding: 5px;
  border: solid 1px #ee7523;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 1px 1px 2px 1px #000;
  -webkit-box-shadow: 1px 1px 2px 1px #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #da9527), color-stop(0.4, #da9527), color-stop(0.6, #ee7523), color-stop(1, #ee7523));
  background-image: linear-gradient(-90deg, #da9527) 0%, #da9527 40%, #ee7523 60%, #ee7523 100%;
}
.navi span.l a {
  color: #fff;
}
.navi a {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
  color: #fff;
}
.navi span.r {
  padding: 5px;
  border: solid 1px #ee7523;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 1px 1px 2px 1px #000;
  -webkit-box-shadow: 1px 1px 2px 1px #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #da9527), color-stop(0.4, #da9527), color-stop(0.6, #ee7523), color-stop(1, #ee7523));
  background-image: linear-gradient(-90deg, #da9527) 0%, #da9527 40%, #ee7523 60%, #ee7523 100%;
}
.navi span.r a {
  color: #fff;
}
.navi span a {
  padding: 5px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

/* ■■■■ 枠(タイトルあり) ■■■■ */
a {
  text-decoration: none;
}
a > .waku_corner {
  margin: 5px 0;
  height: auto;
  background: #6c2821;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #6c2821), color-stop(100%, #2b100d));
  background: -webkit-linear-gradient(top, #6c2821 19%, #2b100d 100%);
  background: linear-gradient(to bottom, #6c2821 19%, #2b100d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c2821', endColorstr='#2b100d',GradientType=0 );
  color: #fff;
  padding: 5px 2px;
  text-align: center;
  border: 1px solid #9b6c60;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
a > .waku_corner p, a > .waku_corner a {
  -webkit-animation: blink 0.8s linear infinite alternate;
  animation: blink 0.8s linear infinite alternate;
}
/*
a > .waku_corner p {
  position: relative;
  float: right;
  padding: 5px 33px 0 0;
}*/

a > .waku_corner p {
  position: relative;
  padding: 10px;
  line-height:21px;
}

@-webkit-keyframes blink {
  0% {
    text-shadow: 0 0 7px #fff;
    opacity: .8;
  }

  100% {
    text-shadow: 0 0 7px #ffdb1a;
    opacity: 1;
  }
}
.waku_corner {
  margin: 5px 0;
  height: auto;
  background: #6c2821;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #6c2821), color-stop(100%, #2b100d));
  background: -webkit-linear-gradient(top, #6c2821 19%, #2b100d 100%);
  background: linear-gradient(to bottom, #6c2821 19%, #2b100d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c2821', endColorstr='#2b100d',GradientType=0 );
  color: #fff;
  padding: 5px 2px 15px;
  text-align: center;
  border: 1px solid #9b6c60;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.waku_corner .main {
  text-align: left;
  width: auto;
  height: auto;
  border: none;
  background-color: #290000;
  color: #fff;
  margin: 2px auto 0;
  padding: 5px 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.65098) 0px 3px 10px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.65098) 0px 3px 10px 3px inset;
}
.waku_corner .main .btn {
  padding: 0 5px;
}

/* ■■■■ フッター共通02 ■■■■ */
.foot {
  margin: 10px 0 0;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
  overflow: hidden;
  /*はみ出たら…*/
  text-overflow: ellipsis;
  /*はみ出たら…*/
  white-space: nowrap;
  /*はみ出たら…*/
  display: block;
}
.foot a {
  color: #aaa;
  letter-spacing: 2px;
  font-size: 10px;
  text-decoration: none;
  padding: 5px;
}

.inc {
  color: #fff;
  letter-spacing: 2px;
  font-size: .8em;
  margin: 10px 0;
}

/* ■■■■ ブロックリスト01 ■■■■ */
.block {
  height: auto;
  padding: 5px;
  border-bottom: 1px solid #91a1bf;
  border-top: 1px solid #91a1bf;
  vertical-align: bottom;
  text-align: center;
  font-weight: bold;
}

.block-list {
  overflow: hidden;
}
.block-list li {
  float: left;
  width: 50%;
}
.block-list li a {
  background-position: 5px 50%;
  background-repeat: no-repeat;
  border-color: #ced6e5;
  border-style: solid;
  border-width: 0 1px 1px 0;
  display: block;
  height: 43px;
  line-height: 43px;
  text-align: center;
  overflow: hidden;
  /*はみ出たら…*/
  text-overflow: ellipsis;
  /*はみ出たら…*/
  white-space: nowrap;
  /*はみ出たら…*/
}
.block-list li:nth-child(even) a {
  border-right: none;
}

/* ■■■■　マーケリンク　■■■■ */
.markl {
  text-align: center;
  font-size: 14px;
}

/* ■■■■アコーディオン02■■■■ */
#accordion .item {
  width: 100%;
  height: 50px;
  text-align: right;
  overflow: hidden;
  transition: height ease-in-out 500ms;
  -webkit-transition: height ease-in-out 500ms;
  border: 0px solid;
  margin: 0 0 2px;
}
#accordion .item a.start_btn {
  margin: 10px 0px 10px 7px;
  height: auto;
  width: 95%;
  height: auto;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border: solid 1px #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #ffa84c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa84c), color-stop(100%, #ff7b0d));
  background: -webkit-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  padding: 10px 2px 8px;
  color: #fff;
  text-shadow: -1px -1px 1px #352d26;
  text-decoration: none;
  display: block;
}
#accordion div {
  text-align: left;
}
#accordion div table {
  clear: both;
}
#accordion div table tr td {
  margin: 5px 0 5px 2px;
  width: 70px;
  height: 22px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#accordion div table tr td span {
  margin: 5px 0;
  width: auto;
  height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1.5em;
}
#accordion div table tr td img {
  width: 100%;
  height: 100%;
}
#accordion div:hover {
  height: 270px;
}
#accordion div:hover a {
  width: 100%;
  height: 100%;
}

/*白いボタン
-------------------------------------*/
.btn {
  text-align: center;
  margin: 10px 0 0;
}
.btn li {
  display: inline-block;
}
.btn a.btn_w, .btn .btn_w {
  margin: 30px auto;
  padding: 5px auto;
  display: block;
  width: 140px;
  height: 30px;
  font-size: 14px;
  color: #555555;
  text-decoration: none;
  line-height: 2em;
  border: solid 1px #aaa;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  box-shadow: 1px 1px 2px 1px #000 , inset -1px -1px 1px #aaa;
  -webkit-box-shadow: 1px 1px 2px 1px #000 , inset -1px -1px 1px #aaa;
}

/*白いボタン
-------------------------------------*/

.btn2{
width:90%;
margin:10px auto 5px;
overflow: hidden; 
}
.btn2 li{
display:table;
table-layout:fixed;
float: left;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
width:50%;
}
.btn2 li a{
display: table-cell;
text-align:center;
vertical-align:middle;
height:20px;
  font-size: 14px;
  color: #555555;
  text-decoration: none;
  line-height: 2em;
  border: solid 1px #aaa;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  box-shadow: 1px 1px 2px 1px #000 , inset -1px -1px 1px #aaa;
  -webkit-box-shadow: 1px 1px 2px 1px #000 , inset -1px -1px 1px #aaa;
letter-spacing: 0;
padding: 5px 10px;
}

/*個別課金ＬＰ用
-------------------------------------*/
.kobetukakinlp {
  width: 300px;
  margin: auto;
  text-align: center;
}
.kobetukakinlp ul {
  list-style: none;
}
.kobetukakinlp ul li {
  margin: 0 0 15px;
}
.kobetukakinlp ul li div {
  text-align: center;
  font-size: 15px;
}
.kobetukakinlp ul li div.t {
  text-align: left;
  padding: 0 0 0 20px;
  line-height: 1em;
}
.kobetukakinlp ul li div.t span {
  color: #853f01;
  font-size: 12px;
}

/* ■■■■ mymenu・会員登録ボタン ■■■■ */
.mymenu_reg {
  margin: 5px auto 10px;
  width: 220px;
  height: auto;
  text-align: center;
  border: solid 1px #d66f1a;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff943d), to(#f27911));
  -webkit-box-shadow: 2px 2px 3px #323232, 0px 1px 1px white inset, 0px 0px 1px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 2px 2px 3px #323232, 0px 1px 1px white inset, 0px 0px 1px rgba(0, 0, 0, 0.5) inset;
}
.mymenu_reg a {
  padding: 5px 5px 8px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #eee;
  text-decoration: none;
  display: block;
  text-shadow: -1px -1px 1px #633e21, 1px 1px 1px #ffaa65;
}
.mymenu_reg span {
  padding: 5px;
  line-height: 14px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: -1px -1px 1px #633e21, 1px 1px 1px #ffaa65;
}

/*個別課金ランキングページ用
-------------------------------------*/
.kobetukakinrank {
  width: 300px;
  margin: auto;
  text-align: center;
}
.kobetukakinrank ul {
  list-style: none;
}
.kobetukakinrank ul li {
  margin: 0 0 15px;
}
.kobetukakinrank ul li div {
  text-align: center;
  font-size: 15px;
}
.kobetukakinrank ul li div.juni {
  text-align: left;
  font-size: 20px;
}
.kobetukakinrank ul li div.t {
  text-align: left;
  padding: 0 0 0 20px;
  line-height: 1em;
}
.kobetukakinrank ul li div.t span {
  color: #fff;
  font-size: 12px;
}

/* css追記・修正2013-11-25~ */
.brown-font {
  color: #ccaa6b;
}

.red-font {
  color: #ff2c2c;
}

.orange-font {
  color: #f6692a;
}

.blue-font {
  color: #3ca2d6;
}

.wrapper {
  background: #2D0401;
  max-width: 480px;
  min-height:100%;
  margin: 0 auto;
  padding:0 0 10px;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 0px 1px #ccc;
  box-shadow: 0px 0px 1px #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.main-content {
  padding: 0 5px;
}

.send-btn {
  text-align: center;
}
.send-btn input {
  width: 100px;
  height: 35px;
}

/* マーケ情報が2種類の時に横並び */
.mark {
  text-align: center;
  font-size: 90%;
  max-width: 480px;
  margin: 10px auto 0;
}
.mark a {
  text-decoration: none;
  display: block;
}
.mark li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}

/* マーケ情報が2種類以上の時に縦並び */
.mark_l {
  text-align: center;
  font-size: 80%;
  max-width: 480px;
  margin: 10px auto 0;
}
.mark_l a {
  text-decoration: none;
  display: block;
}
.mark_l li {
  list-style: none;
  margin: 0 15px;
}

.common_list {
  border: 1px solid #430000;
}
.common_list li {
  position: relative;
  background: #5c0000;
  border-bottom: 1px solid #100000;
  -webkit-box-shadow: 0 0 1px #aaa inset;
  box-shadow: 0 0 1px #aaa inset;
}
.common_list li:last-child {
  border: none;
}
.common_list a {
  text-decoration: none;
  color: #fff;
  display: block;
  height: 31px;
  padding: 14px 0 0 10px;
}
.common_list a:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 15px;
  right: 15px;
  border-top: 3px solid #f0e68c;
  border-right: 3px solid #daa520;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.common-inner {
  padding: 0 10px;
}
.common-inner .input-area {
  margin: 15px 0 0;
}
.common-inner .input-area input:not([type="radio"]), .common-inner .input-area select {
  width: 30%;
  height: 25px;
  margin: 5px 0 0;
}
.common-inner .horizon-radio {
  display: inline;
  width: 20px;
  margin: 5px;
}

.kobetsu-list {
  padding: 10px;
}

.kobetsu-sub img {
  float: left;
}
.kobetsu-sub p {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
}

.bold {
  font-weight: bold;
}

.cocoloni {
  position: relative;
  display:block;
  /*top: -10px;*/
}

.mtop-cocoloni{
  position: relative;
  background:#000;
  margin-top:00px;
  height:30px;
  padding-top:5px;
}

.link_base {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  line-height: 25px;
}
.link_base.brown {
  background: #5C0000;
}

.link_base.gray{
background: #4d4d4d;
}

.link_base.gray span, .link_base.brown span{
  display: block;
  background: #6C2821;
  color: #fff;
  padding: 5px 0 5px 5px;
}
.link_base .footer_link li {
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.link_base li {
  font-size: 90%;
  position: relative;
  border-bottom: 1px solid #3A1212;
  height: auto;
  overflow: hidden;
}
.link_base li:first-child {
  border-top: 1px solid #3A1212;
}
.link_base a:not(.noListLink) {
  position: relative;
  display: block;
  width: 100%;
  /*height: 100%;*/
  padding: 10px 40px 10px 15px;
  color: #fff;
  font-size: 13px;
  text-shadow: 1px 1px 1px #000;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  overflow:hidden;
}
.link_base a:not(.noListLink):after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: solid 3px #f0e68c;
  /*右端　>　の色*/
  border-right: solid 3px #daa520;
  /*右端　>　の色*/
  -webkit-transform: rotate(45deg);
}
.link_base .submenu_list {
  *zoom: 1;
}
.link_base .submenu_list:before {
  content: " ";
  display: table;
}
.link_base .submenu_list:after {
  content: " ";
  display: table;
  clear: both;
}
.link_base .submenu_list img {
  float: left;
  margin-right: 10px;
}

.list_text{
  overflow:auto;
}

.nolink {
  background: #000;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
}

.page_link {
  text-align: center;
  font-size: 17px;
  letter-spacing: .5em;
  max-width: 250px;
  margin: 5px auto 0;
  word-wrap: break-word;
}
.page_link a {
  text-decoration: none;
  font-size: 17px;
}

.gotop {
  position: relative;
  display: inline-block;
  max-width: 30px;
  margin: 5px 0 0 10px;
  top: 10px;
  right: 5px;
}
.gotop img {
  width: 100%;
}

/* c-info-contentsテスト用 */
.accordion_head h3 {
  max-width: 300px;
}
@media screen and (max-width: 479px) {
  .accordion_head h3 {
    max-width: 270px;
  }
}

.arrow {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 35%;
  right: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow_u {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 35%;
  right: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion_head2 {
  position: relative;
  border: 1px solid #9b6c60;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 10px 5px;
  margin: 5px auto 0;
  background: #6c2821;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #6c2821), color-stop(100%, #2b100d));
  background: -webkit-linear-gradient(top, #6c2821 19%, #955641 100%);
  background: linear-gradient(to bottom, #6c2821 19%, #955641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c2821', endColorstr='#955641',GradientType=0 );
  color: #fff;
  text-shadow: 0px 1px 2px #000;
  font-weight: bold;
  font-size: 12px;
}

/* 2013-12-18追記 */
.footer_link {
  *zoom: 1;
}
.footer_link:before {
  content: " ";
  display: table;
}
.footer_link:after {
  content: " ";
  display: table;
  clear: both;
}
.footer_link li {
  width: 50%;
}
.footer_link li:nth-child(2n+1) {
  float: left;
}

/* textフェードイン */

/* ===== フェードイン実行 =====*/
@-webkit-keyframes show{
    0%{-webkit-opacity:0.0;}
    100%{ -webkit-opacity:1.0; }
}

@-moz-keyframes show{
    0%{ opacity:0.0; -moz-backface-visibility:hidden}
    100%{ opacity:1.0; }
}


/* ===== top監修者画像フェードイン =====*/
.day_message{
-webkit-animation: show 7s ease 0s;
-webkit-animation-iteration-count:1;
-webkit-animation-fill-mode:forwards;
-webkit-animation-direction: normal;/* alternateにするとアニメーションが反復 */
-moz-animation: show 5s ease 0s;
-moz-animation-iteration-count:1;
-moz-animation-fill-mode:forwards;
-moz-animation-direction: normal;/* alternateにするとアニメーションが反復 */
}

/* ===== 個別課金カテゴリー =====*/
.kobetsuCategory{
  width:20%;
}

@-webkit-keyframes kobetsucategory{
  0%{opacity:1.0;}
  100%{opacity:0.7;}
}

.kobetsuCategory img{
  -webkit-animation: kobetsucategory 1s ease 0s infinite alternate;
  
}

/* ===== career-login =====*/

.career-login{
  display:table;
  width:95%;
  margin:auto;
}

.career-login li{
  text-align:center;
  display:table-cell;
  width:24%;
}

.career-login li a{
  display:block;
  margin:0 5%;
  padding:4px;
  border-radius:5px;
  color:#fff;
  font-size:12px;
  font-weight:bold;
}
.career-login li.docomo a{
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #750f28), color-stop(0.00, #ec2758));
background: -webkit-linear-gradient(#ec2758, #750f28);
background: -moz-linear-gradient(#ec2758, #750f28);
background: -o-linear-gradient(#ec2758, #750f28);
background: -ms-linear-gradient(#ec2758, #750f28);
background: linear-gradient(#ec2758, #750f28);
border:2px solid #600b20;
}

.career-login li.softbank a{ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #595959), color-stop(0.00, #a2a2a0));
background: -webkit-linear-gradient(#a2a2a0, #595959);
background: -moz-linear-gradient(#a2a2a0, #595959);
background: -o-linear-gradient(#a2a2a0, #595959);
background: -ms-linear-gradient(#a2a2a0, #595959);
background: linear-gradient(#a2a2a0, #595959);
border:2px solid #595959;
}

.career-login li.kddi a{ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bf3b0d), color-stop(0.00, #f86a3a));
background: -webkit-linear-gradient(#f86a3a, #bf3b0d);
background: -moz-linear-gradient(#f86a3a, #bf3b0d);
background: -o-linear-gradient(#f86a3a, #bf3b0d);
background: -ms-linear-gradient(#f86a3a, #bf3b0d);
background: linear-gradient(#f86a3a, #bf3b0d);
border:2px solid #9e2c05;
}

/* === pagelink=== */
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background: #2D0401; border: 1px solid #613A3A; color: #fff; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;border-radius: 3px;}
.wp-paginate a:hover, .wp-paginate a:active {background:#72420E; color:#ffffff;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background: #72420E; border: 1px solid #5f3507; margin-right:4px; padding:3px 6px;border-radius: 3px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* ===== clearfix =====*/
.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}


/* ■■■■新！！リンク周辺 ■■■■ */

.link_base_new {
  margin: 0 auto;
  width: 95%;
  list-style: none;
  line-height: 25px;
  border:solid 1px #3C2012;
  border-radius:5px;
  
}

.link_base_new  li {
  font-size: 90%;
  position: relative;
  border-bottom: 1px solid #3C2012;
  height: auto;
  overflow: hidden;
  
}

.link_base_new  a{
  position: relative;
  display: block;
  width: 100%;
  /*height: 100%;*/
  padding: 10px 40px 10px 15px;
  color: #F4CDB1;
  font-size: 13px;
  text-shadow: 1px 1px 1px #3D1212;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  overflow:hidden;
}
.link_base_new  a:not(.noListLink):after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: solid 3px #835E46;
  /*&#65533;E&#65533;[&#65533;@>&#65533;@&#65533;&#784;F*/
  border-right: solid 3px #64422C;
  /*&#65533;E&#65533;[&#65533;@>&#65533;@&#65533;&#784;F*/
  -webkit-transform: rotate(45deg);
}

.link_base_new li{
  text-align:left;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #2D0401), color-stop(0.44, #420E0A), color-stop(0.00, #2D0401));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #2D0401), color-stop(0.43, #350b08), color-stop(0.00, #2D0401));
  background: -webkit-linear-gradient(top, #2D0401 0%, #350b08 43%, #2D0401 88%);
  background: -moz-linear-gradient(top, #2D0401 0%, #350b08 43%, #2D0401 88%);
  background: -o-linear-gradient(top, #2D0401 0%, #350b08 43%, #2D0401 88%);
  background: -ms-linear-gradient(top, #2D0401 0%, #350b08 43%, #2D0401 88%);
  background: linear-gradient(to bottom, #2D0401 0%, #350b08 43%, #2D0401 88%);
  box-shadow: 2px 2px 3px rgba(63, 29, 29, 1), 0px 2px 1px rgba(68, 23, 23, 1) inset, 0px 0px 1px rgba(0,0,0,0.5) inset;
}


.link_base_new li:first-child{
  border-radius:5px 5px 0em 0em;
}

.link_base_new li:last-child{
  border-radius:0px 0px 5px 5px;
}

.link_base_new li:only-child{
  border-radius:5px 5px 5px 5px;
}

.link_base_new li p{
 background:url("http://uechi.cocoloni.jp/image/ic/1.040.gif");
 background-repeat: no-repeat;
 background-position:left center;
 background-size:13px;
 padding-left:18px;
 font-size:15px;
 color: #F4CDB1;
 line-height:18px;
 }
 
.link_base_new span{
  font-size:12px;
  color:#F5853B;
 }

/* ■■■■新！！リンク周辺パート２ ■■■■ */

.link_base_new2{
  overflow : hidden;
  margin:0 auto 20px auto;
  width:95%;
}

.link_base_new2 li{
  float : left;
  width : 50%;
}

.link_base_new2 li a{
  color: #F4CDB1;
  text-decoration : none;
  border-color : #72420E;
  border-style : solid;
  border-width : 0 1px 1px 0;
  display : block;
  height : 43px;
  line-height : 43px;
  padding-left : 5px;
  overflow : hidden;        /*はみ出たら…*/
  text-overflow : ellipsis; /*はみ出たら…*/
  white-space : nowrap;     /*はみ出たら…*/
  text-shadow:1px 1px 1px #3D1212;
  text-align: left;
}

.link_base_new2 li:nth-child(2n) a{
  border-right : none;
}

/* ■■■■新！！公開前用リスト■■■■ */

.link_base_before {
  margin: 0 auto;
  width: 95%;
  list-style: none;
  line-height: 25px;
  border:solid 1px #3C2012;
  border-radius:5px;
  
}

.link_base_before  li {
  font-size: 90%;
  position: relative;
  border-bottom: 1px solid #3C2012;
  height: auto;
  overflow: hidden;
  text-align:left;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #3b0602), color-stop(0.00, #460b07));
  background: -webkit-linear-gradient(top, #460b07 0%, #3b0602 88%);
  background: -moz-linear-gradient(top, #460b07 0%, #3b0602 88%);
  background: -o-linear-gradient(top, #460b07 0%, #3b0602 88%);
  box-shadow: 2px 2px 3px rgba(50,50,50,1), 0px 2px 1px rgba(117, 49, 49, 1) inset, 0px 0px 1px rgba(0,0,0,0.5) inset;
}

.link_base_before li:first-child{
  border-radius:5px 5px 0em 0em;
}

.link_base_before li:last-child{
  border-radius:0px 0px 5px 5px;
}

.link_base_before li:only-child{
  border-radius:5px 5px 5px 5px;
}

.link_base_before li p{
 background:url("http://uechi.cocoloni.jp/image/ic/1.040.gif");
 background-repeat: no-repeat;
 background-position:left center;
 background-size:13px;
 padding-left:18px;
 color: #F4CDB1;
 position: relative;
  display: block;
  width: 100%;
  /*height: 100%;*/
  padding: 10px 40px 10px 15px;
  color: #F4CDB1;
  font-size:15px;
  text-shadow: 1px 1px 1px #000;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  overflow:hidden;
  margin:10px;
 }
 
.link_base_before span{
  font-size:12px;
  color:#F5853B;
 }


/* ■■■■ 個別課金カテゴリ ■■■■ */

.kobetsu_category{
  color: #FFB600;
  font-weight:bold;
  text-shadow: 1px 1px 1px #3D1212;
  height:26px;
  display:block;
  text-align: center;
  font-size:16px;
  line-height: 26px;
  margin:15px 0px 0px 0px;
}

/* ■■■■　個別課金リンク　■■■■ */

.link_kobetsu_new {
  margin: 0 auto;
  width: 95%;
  list-style: none;
  border:solid 1px #3C2012;
  border-radius:5px;
  
}

.link_kobetsu_new  li {
  font-size: 90%;
  position: relative;
  border-bottom: 1px solid #3C2012;
  height: auto;
  overflow: hidden;
  
}

.link_kobetsu_new  a{
  position: relative;
  display: block;
  width: 100%;
  /*height: 100%;*/
  padding: 10px 40px 10px 15px;
  color: #F4CDB1;
  font-size: 15px;
  text-shadow: 1px 1px 1px #352909;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  overflow:hidden;
}
.link_kobetsu_new  a:not(.noListLink):after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: solid 3px #f0e68c;
  /*&#65533;E&#65533;[&#65533;@>&#65533;@&#65533;&#784;F*/
  border-right: solid 3px #f0e68c;
  /*&#65533;E&#65533;[&#65533;@>&#65533;@&#65533;&#784;F*/
  -webkit-transform: rotate(45deg);
}

.link_kobetsu_new li{
  text-align:left;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #3b0602), color-stop(0.00, #460b07));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #5f3507), color-stop(0.44, #72420E), color-stop(0.00, #5f3507));
  background: -webkit-linear-gradient(top, #5f3507 0%, #72420E 44%, #5f3507 88%);
  background: -moz-linear-gradient(top, #5f3507 0%, #72420E 44%, #5f3507 88%);
  background: -o-linear-gradient(top, #5f3507 0%, #72420E 44%, #5f3507 88%);
  background: -ms-linear-gradient(top, #5f3507 0%, #72420E 44%, #5f3507 88%);
  background: linear-gradient(to bottom, #5f3507 0%, #72420E 44%, #5f3507 88%);
  box-shadow: 2px 2px 3px rgba(50,50,50,1), 0px 2px 1px rgba(117, 90, 49, 1) inset, 0px 0px 1px rgba(0,0,0,0.5) inset;
}


.link_kobetsu_new li:first-child{
  border-radius:5px 5px 0em 0em;
}

.link_kobetsu_new li:last-child{
  border-radius:0px 0px 5px 5px;
}

.link_kobetsu_new li:only-child{
  border-radius:5px 5px 5px 5px;
}

.link_kobetsu_new li p{
 background:url("http://uechi.cocoloni.jp/image/ic/1.040.gif");
 background-repeat: no-repeat;
 background-position:left center;
 background-size:13px;
 padding-left:18px;
 font-size:15px;
 color: #F4CDB1;
   line-height: 18px;
 }
 
.link_kobetsu_new span{
  font-size:13px;
  color:#F5853B;
  display:block;
  margin:0 0 5px 0;
 }

.link_kobetsu_new .menu{
 padding-left:45px;
}


/* ■■■■ 個別課金カテゴリ別アイコン■■■■ */

.link_kobetsu_new li .icon-1 {
 background-image: url("/image/kob/ic/1.sp.480.png");
 background-repeat: no-repeat;
 background-size: 35px;
 height: 35px;
 width: 35px;
 float: left;
 margin-right: 5px;
}

.link_kobetsu_new li .icon-2 {
 background-image: url("/image/kob/ic/2.sp.480.png");
 background-repeat: no-repeat;
 background-size: 35px;
 height: 35px;
 width: 35px;
 float: left;
 margin-right: 5px;
}

.link_kobetsu_new li .icon-3 {
 background-image: url("/image/kob/ic/3.sp.480.png");
 background-repeat: no-repeat;
 background-size: 35px;
 height: 35px;
 width: 35px;
 float: left;
 margin-right: 5px;
}

.link_kobetsu_new li .icon-4 {
 background-image: url("/image/kob/ic/4.sp.480.png");
 background-repeat: no-repeat;
 background-size: 35px;
 height: 35px;
 width: 35px;
 float: left;
 margin-right: 5px;
}

.link_kobetsu_new li .icon-5 {
 background-image: url("/image/kob/ic/5.sp.480.png");
 background-repeat: no-repeat;
 background-size: 35px;
 height: 35px;
 width: 35px;
 float: left;
 margin-right: 5px;
}

.link_kobetsu_new li .icon-6 {
 background-image: url("/image/kob/ic/6.sp.480.png");
 background-repeat: no-repeat;
 background-size: 35px;
 height: 35px;
 width: 35px;
 float: left;
 margin-right: 5px;
}

.link_kobetsu_new li .icon-7 {
 background-image: url("/image/kob/ic/7.sp.480.png");
 background-repeat: no-repeat;
 background-size: 35px;
 height: 35px;
 width: 35px;
 float: left;
 margin-right: 5px;
}

.link_kobetsu_new li .icon-8 {
 background-image: url("/image/kob/ic/8.sp.480.png");
 background-repeat: no-repeat;
 background-size: 35px;
 height: 35px;
 width: 35px;
 float: left;
 margin-right: 5px;
}

.link_kobetsu_new li .icon-9 {
 background-image: url("/image/kob/ic/9.sp.480.png");
 background-repeat: no-repeat;
 background-size: 35px;
 height: 35px;
 width: 35px;
 float: left;
 margin-right: 5px;
}

.link_kobetsu_new li .icon-10 {
 background-image: url("/image/kob/ic/10.sp.480.png");
 background-repeat: no-repeat;
 background-size: 35px;
 height: 35px;
 width: 35px;
 float: left;
 margin-right: 5px;
}

.link_kobetsu_new li .icon-11 {
 background-image: url("/image/kob/ic/11.sp.480.png");
 background-repeat: no-repeat;
 background-size: 35px;
 height: 35px;
 width: 35px;
 float: left;
 margin-right: 5px;
}


/* ■■■■ 個別課金カテゴリ別ランキング ■■■■ */
.kobetsu_category_betsu{
  margin:10px 10px 0;
  text-align:center;
}

.kobetsu_category_betsu li{
  display:inline-block;
  float:right;
}

.kobetsu_category_betsu li a{
  border:solid 2px #5A350A;
  border-radius:5px;
  width:140px;
  height:30px;
  text-shadow:1px 1px 1px #352909;
  float:left;
  margin:5px auto;
  font-size:14px;
  text-align:center;
  line-height:30px;
  color:#F4CDB1;
  font-weight:bold;
 
  
}


/*　■■■■　コーナーキャプション　■■■■　*/

.corner_cap{
  text-align: center;
  width:95%;
  font-size:14px;
  color:#BA9562;
  font-weight:bold;
  margin:0px 15px 20px 15px;
}

/*　■■■■　コーナー名　■■■■　*/

.corner_name{
  font-size:16px;
  font-weight:bold;
  text-align:center;
  color:#E98A00;
  margin:10px;

}

/*　■■■■　メニューキャプション　■■■■　*/

.menu_cap{
  font-size:15px;
  color:#F4CDB1;
  margin:20px 5px 0px 10px;
  text-align:center;
  height:25px;
  line-height:25px;
  background: #72420E;
}

/*　■■■■　メニューキャプション　パート２　■■■■　*/

.menu_cap2{
  font-size:14px;
  color:#F5853B;
  margin:15px 10px 5px 10px;

}

/*　■■■■　新！！リンクボタン　■■■■　*/

.link_button_new{
  margin:10px 0 0;
  text-align:center;
}

.link_button_new li{
  display:inline-block;
}

.link_button_new li a{
  border:solid 2px #5A350A;
  border-radius:5px;
  width:140px;
  height:30px;
  float:left;
  margin:5px auto;
  font-size:14px;
  text-align:center;
  line-height:30px;
  color:#F4CDB1;
  font-weight:bold;
 
}


/*　■■■■　新！！リンクボタン2　■■■■　*/


.link_button_new2 a{
  text-shadow:1px 1px 1px #3D1212;
  font-size:14px;
  text-align:center;
  line-height:30px;
  color:#F4CDB1;
  
}

.link_button_new2 li{
  border:solid 2px #472323;
  border-radius:5px;
  background: #2D0401
  height:30px;
  float:right;
  margin:10px;
  width:140px;
}

/* ■■■■ 新！！枠(タイトルあり) ■■■■ */

.waku_corner_new{
  border: 1px solid #72420E;
  border-radius: 5px;
  margin: 15px auto;
  height: auto;
  width: 95%;
  box-shadow: 2px 2px 3px rgba(50,50,50,1), 0px 2px 1px rgba(117, 49, 49, 1) inset, 0px 0px 1px rgba(0,0,0,0.5) inset;
}

.waku_corner_new p{
  font-size:15px;
  color:#F4CDB1;
  margin:0;
  text-align:center;
  height:25px;
  line-height:25px;
  background: #72420E;
  border-radius:5px 5px 0px 0px;
  width:100%;
}

.waku_corner_new ul{
border-radius: 0px 0px 5px 5px;
  border: 1px solid #72420E;
  border-top:none;
  border-left:1px solid #72420E;
  border-right:1px solid #72420E;
}

.waku_corner_new li{
  border-bottom:1px solid #72420E;
  height:auto;
  padding:10px 15px 10px 10px;
  margin:0px 5px 0px 5px;
  
}

.waku_corner_new li a{
  font-size:15px;
  color:#F4CDB1; 
  position: relative; 
  display: block;
  width: 100%;
  padding: 0px 5px 0px 0px;
}

.waku_corner_new a:not(.noListLink):after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: solid 3px #835E46;
  /*&#65533;E&#65533;[&#65533;@>&#65533;@&#65533;&#784;F*/
  border-right: solid 3px #64422C;
  /*&#65533;E&#65533;[&#65533;@>&#65533;@&#65533;&#784;F*/
  -webkit-transform: rotate(45deg);
}

.waku_corner_new li:last-child{
  border-bottom:none;
}

.waku_corner_new li span{
  color:#F5853B;
  font-size:13px;
}

.waku_corner_new li .naiyou{
 margin:3px 3px 0px 0px;
}


/* ■■■■ メルマガ用枠(タイトルあり) ■■■■ */

.waku_corner_mail{
  border: 2px solid #72420E;
  border-radius: 5px;
  margin: 15px auto;
  height: auto;
  width: 95%;
  box-shadow: 2px 2px 3px rgba(50,50,50,1), 0px 2px 1px rgba(117, 49, 49, 1) inset, 0px 0px 1px rgba(0,0,0,0.5) inset;
}

.waku_corner_mail p{
  font-size:15px;
  color:#F4CDB1;
  margin:0;
  text-align:center;
  height:25px;
  line-height:25px;
  background: #72420E;
  width:100%;
}

.waku_corner_mail li{
  border-bottom:1px solid #72420E;
  height:auto;
  padding:10px 15px 10px 10px;
  margin:0px 5px 0px 5px;
  
}


.waku_corner_mail li:first-child{
  border-top:1px solid #72420E;
}


.waku_corner_mail li:last-child{
  border-bottom:1px solid #72420E;
}

.waku_corner_mail li a{
  font-size:15px;
  color:#F4CDB1; 
  position: relative; 
  display: block;
  width: 100%;
  padding: 0px 5px 0px 0px;
}

.waku_corner_mail a:not(.noListLink):after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: solid 3px #835E46;
  /*&#65533;E&#65533;[&#65533;@>&#65533;@&#65533;&#784;F*/
  border-right: solid 3px #64422C;
  /*&#65533;E&#65533;[&#65533;@>&#65533;@&#65533;&#784;F*/
  -webkit-transform: rotate(45deg);
}

.waku_corner_mail li span{
  color:#F5853B;
  font-size:13px;
}

.waku_corner_mail li .naiyou{
 margin:3px 3px 0px 0px;
}


/* ■■■■ 更新情報　枠(タイトルあり) ■■■■ */

.waku_corner_koushin{
  border: 1px solid #72420E;
  border-radius: 5px;
  margin: 5px auto;
  height: auto;
  width: 95%;
  box-shadow: 2px 2px 3px rgba(50,50,50,1), 0px 2px 1px rgba(117, 49, 49, 1) inset, 0px 0px 1px rgba(0,0,0,0.5) inset;
}

.waku_corner_koushin p{
  font-size:15px;
  color:#F4CDB1;
  margin:0;
  text-align:center;
  height:25px;
  line-height:25px;
  background:#72420E;
  border-radius:5px 5px 0px 0px;
  width:100%;
}

.waku_corner_koushin ul{
border-radius: 0px 0px 5px 5px;
  border: 1px solid #72420E;
  border-top:none;
  border-left:1px solid #72420E;
  border-right:1px solid #72420E;
}

.waku_corner_koushin li{
  border-bottom:1px solid #72420E;
  margin:0px 5px 0px 5px;
  font-size:15px;
  color:#F4CDB1; 
  padding: 15px 5px 15px 5px;
}

.waku_corner_koushin a:not(.noListLink):after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: solid 3px #835E46;
  /*&#65533;E&#65533;[&#65533;@>&#65533;@&#65533;&#784;F*/
  border-right: solid 3px #64422C;
  /*&#65533;E&#65533;[&#65533;@>&#65533;@&#65533;&#784;F*/
  -webkit-transform: rotate(45deg);
}

.waku_corner_koushin li:last-child{
  border-bottom:none;
}

.waku_corner_koushin .k_day{
  color:#FFB600;
  font-size:13px;
}

.waku_corner_koushin .k_corner{
  color:#E98A00;
  font-size:15px;
  font-weight:bold;
}

.waku_corner_koushin .k_caption{
  color:#F5853B;
  font-size:14px;
}

/* ■■■■ 新！！TOPナビゲーション ■■■■ */

.top_navi_new4 {
  text-align:center;
  margin:0 auto;
  width:95%;
}

.top_navi_new4 ul {
  margin: 5px auto 15px;
}

.top_navi_new4 ul li {
  border: 1px solid #613A3A;
  border-bottom: 1px solid #613A3A;
  border-right: none;
  float: left;
  width: 25%;
  text-align: center;
  background: -webkit-linear-gradient(top, #72420E 0%, #975e21 47%, #72420E 88%);
  box-shadow: 2px 2px 3px #323232, 0px 1px 1px rgba(117, 90, 49, 1) inset, 0px 0px 1px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top_navi_new4 ul li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.top_navi_new4 ul li:last-child {
  border: 1px solid #613A3A;
  border-right: 1px solid #613A3A;
  border-bottom: 1px solid #613A3A;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.top_navi_new4 ul li a {
  font-size: 13px;
  padding: 10px 0px 10px 0px;
  display: block;
  color: #F4CDB1;
  font-weight:bold;
  text-shadow: 1px 1px 1px #352909;
  text-decoration: none;
}


/* ■■■■ 新！！今日のあなた ■■■■ */
.kyounoanata{
  padding: 0 5px;
  text-align:center;
  margin:0 auto 15px auto;
}

.kyounoanata li{
  height:65px;
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #4f0803), color-stop(0.44, #721913), color-stop(0.00, #4f0803));
  background: -webkit-linear-gradient(top, #4f0803 0%, #721913 44%, #4f0803 88%);
  background: -moz-linear-gradient(top, #4f0803 0%, #721913 44%, #4f0803 88%);
  background: -o-linear-gradient(top, #4f0803 0%, #721913 44%, #4f0803 88%);
  box-shadow: 2px 2px 3px #323232, 0px 1px 1px rgba(117, 49, 49, 1) inset, 0px 0px 1px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.kyounoanata p{
  color: #F4CDB1;
  text-shadow: rgba(245, 245, 255, 0.35) 0 0px 0px, rgba(0, 0, 30, 0.08) 0px 2px 2px, rgba(0, 0, 30, 0.2) 0px 2px 1px, rgba(0, 0, 30, 0.4) 0px 2px 1px, rgba(0, 0, 0, 0.08) -5px 5px 2px;
  text-decoration: none;
  font-size: 19px;
}

.kyounoanata span{
  color: #F5853B;
  text-shadow: rgba(245, 245, 255, 0.35) 0 0px 0px, rgba(0, 0, 30, 0.08) 0px 2px 2px, rgba(0, 0, 30, 0.2) 0px 2px 1px, rgba(0, 0, 30, 0.4) 0px 2px 1px, rgba(0, 0, 0, 0.08) -5px 5px 2px;
  text-decoration: none;
  font-size: 13px;
  display:block;
  padding:10px 0px 5px 0px;
}



/* ■■■■ 新！！(日運)ナビゲーション ■■■■ */
.day_navi_new4 {
  padding: 0 5px;
  width:95%;
  text-align:center;
  margin:0 auto;
}

.day_navi_new4 ul {
  margin: 5px auto 15px;
}

.day_navi_new4 ul li {
  border: 1px solid #613A3A;
  border-bottom: 1px solid #613A3A;
  border-right: none;
  float: left;
  width: 25%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #4f0803), color-stop(0.44, #721913), color-stop(0.00, #4f0803));
  background: -webkit-linear-gradient(top, #4f0803 0%, #721913 44%, #4f0803 88%);
  background: -moz-linear-gradient(top, #4f0803 0%, #721913 44%, #4f0803 88%);
  background: -o-linear-gradient(top, #4f0803 0%, #721913 44%, #4f0803 88%);
  box-shadow: 2px 2px 3px #323232, 0px 1px 1px rgba(117, 49, 49, 1) inset, 0px 0px 1px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.day_navi_new4 ul li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.day_navi_new4 ul li:last-child {
  border: 1px solid #613A3A;
  border-right: 1px solid #613A3A;
  border-bottom: 1px solid #613A3A;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.day_navi_new4 ul li a {
  font-size: 13px;
  padding: 10px 5px 8px;
  display: block;
  color: #F4CDB1;
  text-shadow: rgba(245, 245, 255, 0.35) 0 0px 0px, rgba(0, 0, 30, 0.08) 0px 2px 2px, rgba(0, 0, 30, 0.2) 0px 2px 1px, rgba(0, 0, 30, 0.4) 0px 2px 1px, rgba(0, 0, 0, 0.08) -5px 5px 2px;
  text-decoration: none;
}

/* ■■■■ 新！！(日運)ナビゲーション ２つ■■■■ */
.day_navi_new2 {
  padding: 0 5px;
  width:95%;
  text-align:center;
  margin:0 auto;
}

.day_navi_new2 ul {
  margin: 10px auto;
}

.day_navi_new2 ul li {
  border: 1px solid #613A3A;
  border-bottom: 1px solid #613A3A;
  border-right: none;
  float: left;
  width: 50%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #4f0803), color-stop(0.44, #721913), color-stop(0.00, #4f0803));
  background: -webkit-linear-gradient(top, #4f0803 0%, #721913 44%, #4f0803 88%);
  background: -moz-linear-gradient(top, #4f0803 0%, #721913 44%, #4f0803 88%);
  background: -o-linear-gradient(top, #4f0803 0%, #721913 44%, #4f0803 88%);
  box-shadow: 2px 2px 3px #323232, 0px 1px 1px rgba(117, 49, 49, 1) inset, 0px 0px 1px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.day_navi_new2 ul li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.day_navi_new2 ul li:last-child {
  border: 1px solid #613A3A;
  border-right: 1px solid #613A3A;
  border-bottom: 1px solid #613A3A;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.day_navi_new2 ul li a {
  font-size: 14px;
  padding: 10px 5px 8px;
  display: block;
  color: #F4CDB1;
  text-shadow: rgba(245, 245, 255, 0.35) 0 0px 0px, rgba(0, 0, 30, 0.08) 0px 2px 2px, rgba(0, 0, 30, 0.2) 0px 2px 1px, rgba(0, 0, 30, 0.4) 0px 2px 1px, rgba(0, 0, 0, 0.08) -5px 5px 2px;
  text-decoration: none;
}

/* ■■■■ 新！！日運ボタン■■■■ */

.day_button{
  padding: 0px;
  text-align:center;
  margin: 15px auto;
  width:95%;
}

.day_button li{
  border:solid 2px #613A3A;
  border-radius:5px;
  height: 35px;   
  width: 27%;
  margin: 0px 10px 10px 0px;
  display:inline-block;
}

.day_button a{
  color:#F4CDB1;
  text-shadow:1px 1px 1px #3D1212;
  font-size:15px;
  text-align:center;
  line-height: 35px;
}

.day_button li:nth-child(3n){
  margin-right:0;
}



/* ■■■■ 新！！日運ボタン2■■■■ */

.day_button2{
  padding: 0px;
  text-align:center;
  margin: 20px auto;
  width:95%;
}

.day_button2 li{
  border:solid 2px #613A3A;
  border-radius:5px;
  height: 35px;   
  width: 29%;
  margin: 0px 5px 5px 0px;
  display:inline-block;
}

.day_button2 a{
  color:#F4CDB1;
  text-shadow:1px 1px 1px #3D1212;
  font-size:15px;
  text-align:center;
  line-height: 35px;
}

.day_button2 li:nth-child(3n){
  margin-right:0;
}





/* ■■■■ フッター ■■■■ */
.foot {
margin-top : 10px;
text-align : center;
line-height : 25px;
font-size : 14px;
color : #F4CDB1;
overflow : hidden;        /*はみ出たら…*/
text-overflow : ellipsis; /*はみ出たら…*/
white-space : nowrap;     /*はみ出たら…*/
display : block;
}

.foot a{
color :#F4CDB1;
letter-spacing : 2px;
font-size : 10px;
text-decoration : none;
padding : 5px;
}

.inc {
color : #ffffff;
letter-spacing : 2px;
}

/* ■■■■ 公開までカウントダウン ■■■■ */
.countdown_text{
  text-align:center;
  font-size:16px;
  margin-bottom:10px;
}

.countdown_text p{
  color:#E98A00;
  text-shadow:1px 1px 1px #7A5C5C;
}

.countdown_text span{
  color:#E44A75;
  text-shadow:1px 1px 1px #7A5C5C;
}

/* ■■■■季節メニュー用 ■■■■ */
.kisetsu{
  font-size: 13px;
  color: #F5853B;
  display:block;
  margin:10px;
}

.gentei{
  margin:5px;
}

/* ■■■■個別課金価格 ■■■■ */

.price{
  margin-top:5px;
  margin-bottom:5px;
  display:block;
  float:right;
  color:#BA9562;
}

/* ■■■■新対応端末表記 ■■■■ */
.emg {
    border-radius: 4px;      
    background: rgb(242, 120, 120);   
    border: 1px solid rgb(226, 15, 15);   
    margin: 8px;   
    padding: 4px;
    font-size: 12px;
}

.emg a{
    color:#fff;
    text-decoration:none;
    display:block;
    width:100%;
}