/* * * * * * * * * * * * * * * * * * * *
 * custom.css
 * * * * * * * * * * * * * * * * * * * */

/* ===== body設定 ===== */
body {
color:#514b43;
background-color:#ffffff;
}
a {color:#733611;}


/* ===== リンク周り ===== 
a:visited{color:#815801;}
*/

/* ===== サイトのフォントカラー設定 ===== */
/* キャプション用 */
.caption {
color:#733611;
}

/* 明朝フォント */
.minchou {
font-family: "ＭＳ 明朝",serif;
}

/* 強調するとき用　橙 */
.st_1 {
color:#cf592a;
}

/* 強調するとき用　緑 */
.st_2 {
color:#5f7d17;
}

/* 個別課金用　薄青 */
.st_3 {
color:#eaedf7;
}

/* 強調するとき用　茶（リンク色と一緒） */
.st_4 {
color:#733611;
}

/* 強調するとき用　護摩焚き年運 */
.st_ys {
color:#3F7955;
}

/* テキストシャドウ */
.shadow{
text-shadow : 1px 1px 2px #aaaaaa;
font-weight : bold;
}

/* 基本セット構成 */

#menu_name{
text-shadow : 1px 1px 2px #aaaaaa;
font-weight : bold;
font-size : 120% ;
color:#5f7d17;
}

#tokushu_caption{
color:#cf592a;
}
#tokushu_name{
text-shadow : 1px 1px 2px #aaaaaa;
font-weight : bold;
font-size : 120% ;
color:#5f7d17;
background-color:#f8f6de;
}

/* ===== Inc用hr設定 ===== */
.hr {
/*border-radius : 8px;*/
-webkit-border-radius : 8px;
background-color : #5f7d17;
background : -webkit-gradient(linear, left top, left bottom, from(#6c6c0b), to(#898a17));

font-size : 0;
line-height : 0;
width : 95%;
height : 4px;
/*margin : 10px auto;*/
margin-left : 10px;
margin-right : 10px;

/*text-shadow : -1px -1px 0 rgba(150, 150, 150, 0.3);*/
/*
-webkit-box-shadow : 0px 0px 5px #aaaaaa;
-moz-box-shadow : 0px 0px 5px #aaaaaa;
box-shadow : 0px 0px 10px #aaaaaa;
*/
}

/* ===== マーキー設定 ===== */
#marquee {
border:none;
background-color:#ffffff;
color:#302833;
width:100%;
overflow:hidden;
overflow:-webkit-marquee;
display:-wap-marquee;
-wap-marquee-loop:infinite;
white-space:nowrap;
}

/* ===== 寄せ ===== */
/* 右よせ */
.right {
float:right;
}


/* 左よせ */
.left {
float:left;
}

img.left2{
vertical-align:middle;
}

/* 左よせ */
.clear {
clear:both;
}


/* ■■■■ ボタン制御 ■■■■ */
.btn {
width : 90%;
height : 30px;
margin-left : auto;
margin-right : auto;
margin-top : 8px;
margin-bottom : 8px;
text-align : center;
border-radius : 12px;
border : solid 1px #ffffff;
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#e8e8e8),color-stop(0.40,#e8e8e8),color-stop(0.60,#b8b8b8),color-stop(1,#b8b8b8));
background-image : linear-gradient(-90deg,#e8e8e8) 0%,#e8e8e8 40%,#b8b8b8 60%,#b8b8b8 100%);
}

.btn a{
padding-top: 5px;
display : block;
width : 100%;
height : 100%;
color : #000000;
font-weight : bold;
text-decoration : none;
font-size : 16px;
}

.btn_green {
width : 90%;
height : 30px;
margin-left : auto;
margin-right : auto;
margin-top : 8px;
margin-bottom : 8px;
text-align : center;
border-radius : 12px;
border : solid 1px #5f7d17;
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
background-color: #e5edce;

}

.btn_green a{
padding-top: 5px;
display : block;
width : 100%;
height : 100%;
color : #5f7d17;
font-weight : bold;
text-decoration : none;
}


.btn_yellow {
width: 60%;
height: 25px;
margin-top: 3px;
margin-left: auto;
margin-right: auto;
text-align: center;
border-radius: 12px;
border : solid 1px #733611;
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
background-color: #f8f6de;

}

.btn_yellow a{
padding-top: 4px;
display: block;
width: 100%;
height: 100%;
color: #733611;
font-weight: bold;
font-size: 13px;
text-decoration: none;
}

.btn_pink {
width : 90%;
height : 30px;
margin-left : auto;
margin-right : auto;
margin-top : 8px;
margin-bottom : 8px;
text-align : center;
border-radius : 12px;
border : solid 1px #cf592a;
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
background-color: #f7ddd9;

}

.btn_pink a{
padding-top: 5px;
display : block;
width : 100%;
height : 100%;
color : #cf592a;
font-weight : bold;
text-decoration : none;
}

.btn_cl {
width : auto;
height : 30px;
margin-left : auto;
margin-right : auto;
margin-top : 8px;
margin-bottom : 8px;
text-align : center;
border-radius : 12px;
border : solid 1px #5f7d17;
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
backgroudn-color:#5f7d17;
color: #ffffff;
}

.btn_kobetsu {
width : 90%;
height : 30px;
margin-left : auto;
margin-right : auto;
margin-top : 8px;
margin-bottom : 8px;
text-align : center;
border-radius : 12px;
border : solid 1px #5f7d17;
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#898a17),color-stop(0.40,#898a17),color-stop(0.60,#6c6c0b),color-stop(1,#6c6c0b));
background-image : linear-gradient(-90deg,#898a17) 0%,#90911c 40%,#898a17 60%,#6c6c0b 100%);

}

.btn_kobetsu a{
padding-top: 5px;
display : block;
width : 100%;
height : 100%;
color : #ffffff ;
font-weight : bold;
text-decoration : none;
font-size:120% ;
}


.btn_yellow_p {
width : 90%;
margin-left : auto;
margin-right : auto;
margin-top : 8px;
margin-bottom : 8px;
text-align : center;
border-radius : 12px;
border : solid 1px #733611;
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
background-color: #f8f6de;

    background-image: url("https://yviqgksm5d.user-space.cdn.idcfcloud.net/image/new/sp/bg/01.040.gif");  
    background-repeat: repeat-y;
    z-index :1 ;
    -moz-background-size:100% auto;
    background-size:100% auto;

}

.btn_yellow_p a{
padding-top: 5px;
display : block;
width : 100%;
height : 100%;
color : #733611;
font-weight : bold;
text-decoration : none;
}

.btn_green_p {
width : 80%;
height : auto;
margin-left : auto;
margin-right : auto;
margin-top : 8px;
margin-bottom : 8px;
text-align : center;
border-radius : 12px;
border : solid 1px #5f7d17;
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
background-color: #e5edce;

    background-image: url("https://yviqgksm5d.user-space.cdn.idcfcloud.net/image/new/sp/bg/02.040.gif");  
    background-repeat: repeat-y;
    z-index :1 ;
    -moz-background-size:100% auto;
    background-size:100% auto;

}

.btn_green_p a{
padding-top: 5px;
display : block;
width : 100%;
height : 100%;
color : #5f7d17;
font-weight : bold;
text-decoration : none;
}

/* ===== ボタン ===== */
/* TOPに戻る */
#box_top {
border : solid 1px #b6b5b5;
border-radius : 8px;
-webkit-border-radius : 8px;
background-color : #c8c8c8;
/*background : -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#b6b5b5));*/
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#c8c8c8),color-stop(0.40,#c8c8c8),color-stop(0.60,#b6b5b5),color-stop(1,#b6b5b5));
background-image : linear-gradient(-90deg,#c8c8c8) 0%,#cbcbcb 40%,#c8c8c8 60%,#b6b5b5 100%);

font-size : 90%;
line-height : 30px;
width : 99%;
height : 30px;
margin-left : auto;
margin-right : auto;
text-align : left;
text-shadow : -1px -1px 0 rgba(150, 150, 150, 0.3);

-webkit-box-shadow : 0px 0px 4px #aaaaaa;
-moz-box-shadow : 0px 0px 4px #aaaaaa;
box-shadow : 0px 0px 4px #aaaaaa;
}

#box_top a{
display : block;
width : auto;
text-decoration : none;
color:#000000 ;
font-weight: bold;
}

/* 自分選択 */
#box_me {
border : solid 1px #ff99aa;
border-radius : 30px;
-webkit-border-radius : 30px;
background-color : #ff99aa;
background : -webkit-gradient(linear, left top, left bottom, from(#ff99aa), to(#ffc0cb));

font-size : 100%;

line-height : 25px;
width : auto;
height : 25px;
margin : 0 auto;
text-align : center;
text-shadow : -1px -1px 0 rgba(150, 150, 150, 0.3);

-webkit-box-shadow : 0px 0px 1px #000000;
-moz-box-shadow : 0px 0px 1px #000000;
box-shadow : 0px 0px 1px #000000;
}

#box_me a{
width : auto;
text-decoration : none;
font-color:#000;
}

/* 相手選択 */
#box_you {
border : solid 1px #476b8e;
border-radius : 30px;
-webkit-border-radius : 30px;
background-color : #669999;
background : -webkit-gradient(linear, left top, left bottom, from(#476b8e), to(#cedae5));

font-size : 100%;

line-height : 25px;
width : auto;
height : 25px;
margin : 0 auto;
text-align : center;
text-shadow : -1px -1px 0 rgba(150, 150, 150, 0.3);

-webkit-box-shadow : 0px 0px 1px #000000;
-moz-box-shadow : 0px 0px 1px #000000;
box-shadow : 0px 0px 1px #000000;
}

#box_you a{
width : auto;
text-decoration : none;
font-color:#000;
}

/* ===== 色についての説明用 ===== */
#color_table {
margin : 0 atuo;
width : 100%;
text-align : center;
}

.c_table {
border : dotted 1px #aaaaaa;
text-align : center;
}

/* ===== 相性用テーブル ===== */
#aisho_table {
margin-left : auto;
margin-right : auto;
text-align : center;
}

/* ===== 横並びボタン ===== */
/* 5個並びのクラス */
.nav_ul_5 {width : 300px;}
.nav_li_5 {width : 59px;}

#nav {
border-radius : 8px;
-webkit-border-radius : 8px;
background-color : #898a17;
background: -webkit-gradient(linear, left top, left bottom, from(#898a17), to(#6c6c0b));
font-size : 107%;
margin : 0 auto;
margin-bottom : 1em;
}

#nav li {
text-align : center;
float : left;
/*font-weight : bold;*/
border-left : 1px solid #ffffff;
text-shadow : -1px -1px 0 rgba(150, 150, 150, 0.3);
list-style : none;
}

#nav li a {
display: block;
padding: 8px 0;
}

#nav li : first-child {
border : none;
}

#nav a {
color : #ffffff;
text-decoration : none;
}

.clearfix:after {
content : ".";
display : block;
clear : both;
height : 0;
visibility : hidden;
}

/* ===== 枠 ===== */
/* 普通 */
.waku {
border : solid 1px #aaaaaa;
border-radius : 4px;
-webkit-border-radius : 4px;
background-color : #ffffff;
background : -webkit-gradient(linear, left top, left bottom,););

width : 94%;
height : auto;
margin-left : auto;
margin-right : auto;
padding : 3% 3% 3% 3%
/*text-shadow : -1px -1px 0 rgba(150, 150, 150, 0.3);

-webkit-box-shadow : 0px 0px 5px #000000;
-moz-box-shadow : 0px 0px 5px #000000;
box-shadow : 0px 0px 5px #000000;
*/
}

/* 緑 */
.waku_green {
border : solid 1px #5f7d17;
border-radius : 4px;
-webkit-border-radius : 4px;
background-color : #ffffff;
background : -webkit-gradient(linear, left top, left bottom,););
height : auto;
margin-left : auto;
margin-right : auto;
padding : 2% 2% 2% 2% ;

-webkit-box-shadow : 0px 0px 4px #aaaaaa;
-moz-box-shadow : 0px 0px 4px #aaaaaa;
box-shadow : 0px 0px 4px #aaaaaa;

}

/* 日運用 */
#waku_day {
border : solid 1px #ffffff;
border-radius : 8px;
-webkit-border-radius : 8px;
background-color : #ffffff;
background : -webkit-gradient(linear, left top, left bottom,););

width : 85%;
height : auto;
margin-left : auto;
margin-right : auto;
padding : 10px 10px 10px 10px;
text-shadow : -1px -1px 0 rgba(150, 150, 150, 0.3);

-webkit-box-shadow : 0px 0px 5px #000000;
-moz-box-shadow : 0px 0px 5px #000000;
box-shadow : 0px 0px 10px #000000;
}


/* 背景黒系 */
.waku_b {
border : solid 1px #ffffff;
border-radius : 8px;
-webkit-border-radius : 8px;
background-color : #302833;
background : -webkit-gradient(linear, left top, left bottom,););
color: #ffffff;

width : 80%;
height : auto;
margin-left : auto;
margin-right : auto;
padding : 10px 10px 10px 10px;
text-shadow : -1px -1px 0 rgba(150, 150, 150, 0.3);

-webkit-box-shadow : 0px 0px 5px #000000;
-moz-box-shadow : 0px 0px 5px #000000;
box-shadow : 0px 0px 10px #000000;
}

/* 個別課金用背景系 */
#waku_kobetsu {
border : solid 1px #ffffff;
border-radius : 8px;
-webkit-border-radius : 8px;
background-color : #000000;
background : -webkit-gradient(linear, left top, left bottom,););
color: #ffffff;
height : auto;
margin-left : auto;
margin-right : auto;
padding : 10px 10px 10px 10px;
text-shadow : -1px -1px 0 rgba(150, 150, 150, 0.3);

-webkit-box-shadow : 0px 0px 5px #000000;
-moz-box-shadow : 0px 0px 5px #000000;
box-shadow : 0px 0px 10px #000000;
}

.res_box{
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-left : auto;
margin-right : auto;
padding : 10px 10px 10px 10px; /*枠と文字の隙間　上右下左*/
border: 2px solid #353535;
border-right: 2px solid #666666;
border-bottom: 2px solid #666666;
border-radius : 8px;
-webkit-border-radius : 8px;
line-height: 25px;
font-size: 15px;
}

.res_yellow{
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-left : auto;
margin-right : auto;
padding : 5% 5% 5% 5%; /*枠と文字の隙間　上右下左*/
border: none;
font-size: 15px;
background-color:#f8f6de;

    background-image: url("https://yviqgksm5d.user-space.cdn.idcfcloud.net/image/new/sp/bg/01.040.gif");  
    background-repeat: repeat-y;
    z-index :1 ;
    -moz-background-size:100% auto;
    background-size:100% auto;
}

.res_green{
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-left : auto;
margin-right : auto;
padding : 5% 5% 5% 5%; /*枠と文字の隙間　上右下左*/
border: none ;
font-size: 15px;
background-color:#e5edce;

    background-image: url("https://yviqgksm5d.user-space.cdn.idcfcloud.net/image/new/sp/bg/02.040.gif");  
    background-repeat: repeat-y;
    z-index :1 ;
    -moz-background-size:100% auto;
    background-size:100% auto;
}

.res_pink{
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-left : auto;
margin-right : auto;
padding : 5% 5% 5% 5%; /*枠と文字の隙間　上右下左*/
border: none ;
font-size: 15px;
background-color:#f7ddd9;

    background-image: url("https://yviqgksm5d.user-space.cdn.idcfcloud.net/image/new/sp/bg/03.040.gif");  
    background-repeat: repeat-y;
    z-index :1 ;
    -moz-background-size:100% auto;
    background-size:100% auto;
}

.res_curse{
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-left : auto;
margin-right : auto;
padding : 5% 5% 5% 5%; /*枠と文字の隙間　上右下左*/
border: none ;
font-size: 15px;
background-color:#efeee3;

    background-image: url("https://yviqgksm5d.user-space.cdn.idcfcloud.net/image/new/sp/bg/04.040.gif");  
    background-repeat: repeat-y;
    z-index :1 ;
    -moz-background-size:100% auto;
    background-size:100% auto;
}

.res_clear{
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-left : auto;
margin-right : auto;
padding : 5% 5% 5% 5%; /*枠と文字の隙間　上右下左*/
border: none ;
font-size: 15px;
}

/* ===== 汎用リスト角丸 ===== */
.listsm {
  background-color: #fff;
  font-size : 120%;
}
.listsm li {
  position: relative;
  border-bottom: solid 1px #ddd;
}
.listsm li a:not(.noListLink) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #000;
  text-decoration: none;
  -webkit-box-sizing: border-box;
}
.listsm li .floatBtn {
  position: absolute;
  right: 8px;
  top: 7px;
}
.listsm li:last-child {
  border-bottom: none;
}


.listsm.listTypeB li a:not(.noListLink):after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
}
.listsm.listTypeB li a:not(.noListLink):before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background-image: -webkit-gradient(radial, center center, 0, center center, 10, from(#246cd8), color-stop(70%, #246cd8), color-stop(90%, white), to(white));
  border-radius: 16px;
  border: solid 2px #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4), inset 0 6px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4), inset 0 6px 0 rgba(255, 255, 255, 0.3);
}

/* ===== テーブル設定 ===== */
#seikaku {
width: 100%;
}

#seikaku td {
text-align : center;

}







/* ===== アコーディオン用 ===== */
.accordion {
width : 95%;
margin-left : auto;
margin-right : auto;
border-radius : 10px;
border : solid 1px #cccccc; /*一番外の枠色*/

}

.accordion dl {
/*clear : both;*/
width : auto;
display : block;
padding : 10px;
text-decoration : none;
color : #00000;
/*border : solid 1px red;*/
}

.accordion dl {
width : auto;
}

.y{
content : "";
position : absolute;
right : 5%;
display : block;
width : 6px;
height : 6px;
margin-top : -15px;
border-top : solid 2px #979797; /*右端　>　の色*/
border-right : solid 2px #979797; /*右端　>　の色*/
-webkit-transform : rotate(135deg);
}

.accordion dd {
/*border : solid 1px blue;*/
border-top : 1px dotted #CCC;
margin-top : 4px;
padding-top : 5px;
}


/* ■■■■ バナー ■■■■ */
.fix{
vertical-align: top;
}


/* ■■■■ フッター共通02 ■■■■ */
.foot {
margin-top : 10px;
text-align : center;
line-height : 25px;
font-size : 14px;
color : #aaaaaa;
overflow : hidden;        /*はみ出たら…*/
text-overflow : ellipsis; /*はみ出たら…*/
white-space : nowrap;     /*はみ出たら…*/
display : block;
}

.foot a{
color : #aaaaaa;
letter-spacing : 2px;
font-size : 10px;
text-decoration : none;
padding : 5px;
}

.inc {
color : #000000;
letter-spacing : 2px;
}


/* ■■■■　会員登録　■■■■ */
.reg {
margin-right : auto;
margin-left : auto;
margin-top : 5px;
margin-bottom : 5px;
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 : border-radius : 8px;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#ff943d),color-stop(0.40,#ff943d),color-stop(0.60,#F27911),color-stop(1,#F27911));
background-image : linear-gradient(-90deg,#ff943d) 0%,#ff943d 40%,#F27911 60%,#F27911 100%);
box-shadow : 1px 1px 2px 1px #cccccc;
-webkit-box-shadow : 1px 1px 2px 1px #cccccc;
}

.reg a {
padding : 5px;
color : #ffffff;
text-decoration : none;
display : block;
}



/* ■■■■　会員削除　■■■■ */
.unreg {
margin-right : auto;
margin-left : auto;
margin-top : 5px;
margin-bottom : 5px;
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 : border-radius : 8px;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#3d84ff),color-stop(0.40,#3d84ff),color-stop(0.60,#2773f5),color-stop(1,#2773f5));
background-image : linear-gradient(-90deg,#3d84ff) 0%,#3d84ff 40%,#2773f5 60%,#2773f5 100%);
box-shadow : 1px 1px 2px 1px #cccccc;
-webkit-box-shadow : 1px 1px 2px 1px #cccccc;
}

.unreg a {
color : #ffffff;
padding : 5px;
text-decoration : none;
display : block;
}



/* ■■■■　ログイン　■■■■ */
.login {
margin-right : auto;
margin-left : auto;
margin-top : 5px;
margin-bottom : 5px;
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 : border-radius : 8px;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#78d42d),color-stop(0.40,#78d42d),color-stop(0.60,#69ba27),color-stop(1,#69ba27));
background-image : linear-gradient(-90deg,#78d42d) 0%,#78d42d 40%,#69ba27 60%,#69ba27 100%);
box-shadow : 1px 1px 2px 1px #cccccc;
-webkit-box-shadow : 1px 1px 2px 1px #cccccc;
}

.login a {
color : #ffffff;
padding : 5px;
text-decoration : none;
display : block;
}

/* ■■■■　スペーサー　■■■■ */
.li_space {
margin-right : auto;
margin-left : auto;
width : 10px;
display : block;
}



/* ■■■■　リストでブロック要素を横並び　■■■■ */
.li_yoko {
margin-right : auto;
margin-left : auto;
text-align : center;
width : 215px;
}

.li_yoko ul {
margin-right : 0 auto;
margin-left : 0 auto;
}

.li_yoko li {
margin-right : 0 auto;
margin-left : 0 auto;
float : left;
list-style : none;
}

/* ■■■■ コーナー枠 ■■■■ */
.waku_corner {
margin : 5px auto;
margin-right : 5px;
margin-left : 5px;
max-width : 100%;
height: auto;
background-color : #555555;
color : #ffffff;
padding : 2px;
padding-top : 5px;
text-align : center;
border-radius : 6px;
box-shadow : 0 0 2px #000000;
-webkit-box-shadow : 0 0 2px #000000;
}


.waku_corner .main {
text-align : left;
width : auto;
height: auto;
border : none;
background-color : #ffffff;
color : #000000;
margin : 0 auto;
margin-top : 2px;
padding : 10px;
border-bottom-left-radius : 4px;
border-bottom-right-radius : 4px;
box-shadow : 0 0 2px #ffffff;
-webkit-box-shadow : 0 0 2px #ffffff;
}
/* ■■■■ コーナー枠2 ■■■■ */
.waku_corner2 {
margin : 5px auto;
margin-right : 5px;
margin-left : 5px;
max-width : 400px;
height: auto;
background-color : #ffffff;
color : #555555;
padding : 2px;
padding-top : 5px;
text-align : center;
border-radius : 6px;
box-shadow : 0 0 3px #000000;
-webkit-box-shadow : 0 0 2px #000000;
}


/* ■■■■ inputボタン拡大 ■■■■ */
.inp {
width : 80%;
height : 25px;
}

/* ■■■■ 汎用リスト02 ■■■■ */
.list_01 {
background: #fffff0;
border-radius: 5px;
-webkit-border-radius: 5px;
border: 2px solid #f5deb3;
width : 100%;
list-style : none;
width: 95%;
margin-left: auto;
margin-right: auto;
list-style: none;
-moz-box-shadow: 2px 5px 10px rgba(0,0,0,0.4);
-webkit-box-shadow: 2px 5px 10px rgba(0,0,0,0.4);
-o-box-shadow: 2px 5px 10px rgba(0,0,0,0.4);
-ms-box-shadow: 2px 5px 10px rgba(0,0,0,0.4);
}

.list_01 li {
position : relative;
border-bottom : solid 1px #dddddd; /*リスト内の区切り線の色*/
height : auto;
}

.list_01 li a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
height : 100%;
padding : 10px;
text-decoration : none;
-webkit-box-sizing : border-box;
overflow : hidden;        /*はみ出たら…*/
text-overflow : ellipsis; /*はみ出たら…*/
white-space : nowrap;     /*はみ出たら…*/
}

.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-top : -4px;
border-top : solid 2px #979797; /*右端　>　の色*/
border-right : solid 2px #979797; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}


/* ■■■■ 汎用リスト02 ■■■■ */
.list_02 {
list-style : none;
}

.list_02 li {
position : relative;
border-bottom : solid 1px #dddddd; /*リスト内の区切り線の色*/
height ; auto ;
}

.list_02 li img{
 margin-right:3px;
 vertical-align:middle;
}

.list_02 li a:not(.noListLink) {
padding : 5%;
position : relative;
display : block;
height : 100%;
text-decoration : none;
-webkit-box-sizing : border-box;
/*はみ出たら…処理コメントアウト―201308
overflow : hidden;        
text-overflow : ellipsis;
white-space : nowrap;
*/
}

.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-top : -4px;
border-top : solid 2px #979797; /*右端　>　の色*/
border-right : solid 2px #979797; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}





/* ■■■■ ブロックリスト01 ■■■■ */
.block {
height : auto;
padding : 5px;
border-bottom : 1px solid #91a1bf;
border-top : 1px solid #91a1bf;
vertical-align : bottom;
font-size : 16px;
font-weight : bold;
text-align : center;
}

.block-list {
overflow : hidden;
}

.block-list li {
float : left;
width : 50%;
font-size: 130%;
}

.block-list li a {
border-color : #ced6e5;
border-style : solid;
border-width : 0 1px 1px 0;
display : block;
height : 43px;
text-align : center;
line-height : 43px;
padding-left : 5px;
overflow : hidden;        /*はみ出たら…*/
text-overflow : ellipsis; /*はみ出たら…*/
white-space : nowrap;     /*はみ出たら…*/
text-decoration: none;
}

.block-list li:nth-child(even) a {
border-right : none;
}

.block-list li:last-child a {
border-right : none;
}

.block-list li.w100 {
width : 100%;
}


/* ■■■■　チラッとボタン（右）　■■■■ */
.button_right {
margin-right : 0;
float : right;
width : auto;
height : auto;
text-align : right;
border : solid 1px #333333;
border-top-left-radius : 10px;
border-bottom-left-radius : 10px;
box-shadow : 1px 1px 2px 1px #000000;
background: -moz-linear-gradient(top,  #5f7d17 0%, #5f7d17 50%, #5f7d17 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f7d17), color-stop(50%,#5f7d17), color-stop(100%,#5f7d17)); 
background: linear-gradient(to bottom,  #5f7d17 0%,#5f7d17 50%,#5f7d17 100%);
}

.button_right a{
padding : 5px;
padding-left : 10px;
padding-right : 10px;
font-size : 10px;
color : #333333 ;
text-decoration : none;
display : block;
}






/* ■■■■　ナビボタン的な　■■■■ */
.navi {
margin : 10px;
margin-right : auto;
margin-left : auto;
padding : 0;
text-align : center;
line-height : 30px;
}

.navi span.l {
padding : 5px;
border : solid 1px #333333;
border-top-left-radius : 10px;
border-bottom-left-radius : 10px;
box-shadow : 1px 1px 2px 1px #000000;
-webkit-box-shadow : 1px 1px 2px 1px #000000;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#787878),color-stop(0.40,#787878),color-stop(0.60,#5e5e5e),color-stop(1,#5e5e5e));
background-image : linear-gradient(-90deg,#787878) 0%,#78d42d 40%,#787878 60%,#5e5e5e 100%);
background: -moz-linear-gradient(left top, #990, #787878   0%, #787878  40%, #5e5e5e  60%, #5e5e5e 100%);　/* Firefox用 */
}

.navi span.c {
padding : 5px;
border : solid 1px #333333;
box-shadow : 1px 1px 2px 1px #000000;
-webkit-box-shadow : 1px 1px 2px 1px #000000;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#787878),color-stop(0.40,#787878),color-stop(0.60,#5e5e5e),color-stop(1,#5e5e5e));
background-image : linear-gradient(-90deg,#787878) 0%,#78d42d 40%,#787878 60%,#5e5e5e 100%);
background: -moz-linear-gradient(left top, #990, #787878   0%, #787878  40%, #5e5e5e  60%, #5e5e5e 100%);　/* Firefox用 */
}

.navi span.r {
padding : 5px;
border : solid 1px #333333;
border-top-right-radius : 10px;
border-bottom-right-radius : 10px;
box-shadow : 1px 1px 2px 1px #000000;
-webkit-box-shadow : 1px 1px 2px 1px #000000;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#787878),color-stop(0.40,#787878),color-stop(0.60,#5e5e5e),color-stop(1,#5e5e5e));
background-image : linear-gradient(-90deg,#787878) 0%,#78d42d 40%,#787878 60%,#5e5e5e 100%);
background: -moz-linear-gradient(left top, #990, #787878   0%, #787878  40%, #5e5e5e  60%, #5e5e5e 100%);　/* Firefox用 */
}

.navi span.a {
padding : 5px;
border : solid 1px #333333;
border-radius : 10px;
box-shadow : 1px 1px 2px 1px #000000;
-webkit-box-shadow : 1px 1px 2px 1px #000000;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#787878),color-stop(0.40,#787878),color-stop(0.60,#5e5e5e),color-stop(1,#5e5e5e));
background-image : linear-gradient(-90deg,#787878) 0%,#78d42d 40%,#787878 60%,#5e5e5e 100%);
}

.navi span a{
padding : 5px;
color : #ffffff;
font-size : 12px;
text-decoration : none;
}


/* ■■■■ 日運メニューリスト中３段 ■■■■ */
.navi3 ul::before, .navi3 ul::after {
  content: '';
  display: table;
}
.navi3 ul::after {
  clear: both;
}
.navi3 ul {
  padding: 0;
  list-style : none;
  margin: 4px auto;
  width: 90%;
}

.navi3 ul li {
  float : left;
  width : 33.3333%;
  text-align : center;
  background: #fffff0;
  -webkit-box-shadow: 2px 5px 10px rgba(0,0,0,0.4);
  box-shadow: 2px 5px 10px rgba(0,0,0,0.4);
  background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#898a17),color-stop(0.40,#898a17),color-stop(0.60,#6c6c0b),color-stop(1,#6c6c0b));
  background-image : linear-gradient(-90deg,#898a17) 0%,#78d42d 40%,#898a17 60%,#6c6c0b100%)
}

.navi3 ul li a{
  display : block;
  padding : 5px 1px 5px 1px;
  font-size:0.8rem;
  font-weight: bold;
  color: #ffffff;
  text-decoration : none;
}

.navi3 ul li:first-child{  border-radius: 8px 0 0 8px; }
.navi3 ul li:last-child{ border-radius: 0 8px 8px 0; }

.navi3 .nolink{
background: #ffd199;
width : 33.33333%;
display : block;
padding : 10px 2px 8px 2px;
font-size:1rem;
text-shadow: 0 -1px 1px #7f6e64, 0 -1px 1px #FFF, -1px 0 1px #7f6e64, 1px 0 1px #7f6e64, 0 1px 1px #FFF;
font-weight: bold;
color: #4c423c;
text-decoration : none;
}


/* ■■■■　マーケリンク　■■■■ */
.markl{
text-align : center;
font-size : 14px;
}












/* ■■■■　ソフトバンク用会員登録　■■■■ */
.sbp_no_reg {
margin-right : auto;
margin-left : auto;
margin-top : 5px;
margin-bottom : 5px;
height : auto;
width : 260px;
height : auto;
text-align : center;
font-size : 14px;
font-weight : bold;
border : solid 1px #d66f1a;
border-radius : 8px;
-webkit-border-radius : border-radius : 8px;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#ff943d),color-stop(0.40,#ff943d),color-stop(0.60,#F27911),color-stop(1,#F27911));
background-image : linear-gradient(-90deg,#ff943d) 0%,#ff943d 40%,#F27911 60%,#F27911 100%);
box-shadow : 1px 1px 2px 1px #cccccc;
-webkit-box-shadow : 1px 1px 2px 1px #cccccc;
}

.sbp_no_reg a {
padding : 5px;
color : #ffffff;
text-decoration : none;
display : block;
}


/* ■■■■　ソフトバンクポイント利用購入　■■■■ */
.sbp_reg {
margin-right : auto;
margin-left : auto;
margin-top : 5px;
margin-bottom : 5px;
height : auto;
width : 260px;
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.40,#78d42d),color-stop(0.60,#69ba27),color-stop(1,#69ba27));
background-image : linear-gradient(-90deg,#78d42d) 0%,#78d42d 40%,#69ba27 60%,#69ba27 100%);
box-shadow : 1px 1px 2px 1px #cccccc;
-webkit-box-shadow : 1px 1px 2px 1px #cccccc;
}

.sbp_reg a {
color : #ffffff;
padding : 5px;
text-decoration : none;
display : block;
}

/* ■■■■　会員限定コンテンツ　■■■■ */
.lp_back{
background-color:#f5f5f5;
}
/* contents */
#contents{
width:95%;
margin:0 5px 10px 5px;
border-radius:8px;
-webkit-border-radius:8px;
border:#990000 2px solid;
}
#contents a{
color:#333333;
text-decoration:none;
}
#contents h3{
height:30px;
padding:5px 10px;
line-height:30px;
color:#FFFFFF;
font-weight:bold;
text-shadow:1px 1px 2px #333;
text-align:center;
font-size:130%;
background:#cc0000;
background:-webkit-gradient(linear,left top,left bottom,from(#cc0000),to(#660000
));
}
#contents .tokusyu{
background:#ffffff;
border-radius:6px;
webkit-border-radius:6px;
}
#contents .tokusyu li{
list-style:none;
border-bottom:1px #666666 dotted;
background: -webkit-gradient(linear, left top, left bottom,from(#fff),color-stop(0.60, #fff
),color-stop(0.61, #ffffff),to(#f5f5f5));
}

.tokusyu ul{
-webkit-border-radius:0 0 5px 5px;
}
.tokusyu li{
margin:0 5px;
padding:5px 0;
}
.tokusyu li a{
display:-webkit-box;
padding:5px 0 5px 5px;
color:#333333;
text-decoration:none;
}
.tokusyu li a p{
padding:0 10px;
-webkit-box-flex:1;
line-height:1.3em;
}

.name{
font-weight:bold;
font-size:160%;
}

.contentsname{
font-weight:bold;
font-size:120%;
}

/* ■■■■　会員限定コンテンツ 2階層目　■■■■ */
.goen{
font-weight:bold;
text-shadow:1px 1px 2px #333;
text-align:center;
font-size:100%;
ackground:#F66;
}


/* ■■■■ コンテナー ■■■■ */
#container {
background-color : #ffffff;
position : relative;
margin : 0 auto;
padding : 0px;
max-width : 100%;
box-shadow : 0px 0px 0px 0px #888888;
-webkit-box-shadow : 0px 0px 0px 0px #888888;
}

/* ■■■■ topページ用枠（ゴールド　角丸） ■■■■ */
.waku2 {
border : solid 2px #dec445; /*枠の色*/
border-radius : 8px;
-webkit-border-radius : 8px;
/*background-color : #2a3940;*/ /*背景色*/
background : -webkit-gradient(linear, left top, left bottom,);
width : 90%; /*横幅*/
height : auto; /*高さ　自動*/
margin-left : auto;
margin-right : auto;
padding : 10px 10px 10px 10px; /*枠と文字の隙間　上右下左*/
-webkit-box-shadow : 0px 0px 5px #ffffff; /*枠全体の影*/
}

/* RN時追加　新着部分　*/
#update_info{
border : solid 2px #5f7d17; /*枠の色*/
padding : 10px 10px 10px 10px; /*枠と文字の隙間　上右下左*/
background-color:rgba(150, 150, 150, 0.3);
}

#div-tabs1 li{
font-size: 80%;
}

/**FTOP用**/

/* ■■■■ ボックス全体 ■■■■ */
.fbox {
background: #ffffff;
border-radius : 5px;
-webkit-border-radius : 5px;
border: 2px solid #353535;
border-right: 2px solid #666666;
border-bottom: 2px solid #666666;
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
font-size : 18px;
}

.fbox a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
height : 100%;
padding : 10px;
text-decoration : none;
-webkit-box-sizing : border-box;
}

.fbox a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 3px #979797; /*右端　>　の色*/
border-right : solid 3px #979797; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}

* ■■■■　個別課金用list　■■■■ */

ul.kob_list_13 {
border-top: 1px solid #B5B09F;
margin-bottom:  0px;
}

ul.kob_list_13 li {
border-bottom: 1px solid #A09C8D;
border-top: 1px solid #F7F0D9;
/*↓↓◆◆グラデーション◆◆↓↓*/
background: rgb(229,223,201); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,223,201,1) 0%, rgba(243,235,207,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,223,201,1)), color-stop(100%,rgba(243,235,207,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,223,201,1) 0%,rgba(243,235,207,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,223,201,1) 0%,rgba(243,235,207,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,223,201,1) 0%,rgba(243,235,207,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,223,201,1) 0%,rgba(243,235,207,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5dfc9', endColorstr='#f3ebcf',GradientType=0 ); /* IE6-9 */

/*↑↑◆◆グラデーション◆◆↑↑*/
letter-spacing: 0em;
list-style : none;
}
ul.kob_list_13 li a {
display: block;
padding: 10px 40px 10px 10px;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
/*color: #c491eb;*/
position: relative;
}


ul.kob_list_13 li a .package {
font-weight: bold;
font-size: 14px;
text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.8);
color :#D80000;
letter-spacing: 0.1em;
}

ul.kob_list_13 li a .name {
font-weight: bold;
font-size: 14px;
text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.8);
color :#49603a;
letter-spacing: 0.1em;
}


ul.kob_list_13 li a .price {
text-align : right;
font-size: 14px;
/*text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(255, 255, 255, 0.7);*/
color :#49603a;
}


ul.kob_list_13 li a .cap {
color :#2f3d4d;
font-size : 90%;
}


ul.kob_list_13 li a .buy {
font-weight: bold;
text-align : right;
font-size: 14px;
/*text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(255, 255, 255, 0.8);*/
color : #882c3c;
}


ul.kob_list_13 li a .limit {
font-weight: bold;
text-align : right;
font-size: 14px;
/*text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(255, 255, 255, 0.7);*/
color :#49603a;
}


ul.kob_list_13 li a .date {
font-weight: bold;
text-align : right;
font-size: 14px;
/*text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(255, 255, 255, 0.8);*/
color : #882c3c;
}

ul.kob_list_13 li a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 2px #cccccc; /*右端　>　の色*/
border-right : solid 2px #808080; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}
/* ■■■■ 個別コンテナ ■■■■ */
.kob_container {
max-width: 370px;
background-color: #f3ebcf;
color: #2f3d4d;
position : relative;
margin : 0 auto;
}
/* ■■■■　kob用ボタン　■■■■ */
.button_kob {
color : #2f3d4d;
margin-top : 15px;
/*margin-bottom : 15px;*/
margin-left : 15%;
margin-right : 15%;
height : auto;
text-align : center;
border-radius : 15px;
border-top : solid 1px #6B6B3A;
border-bottom : solid 1px #424224;
border-left : solid 1px #6B6B3A;
border-right : solid 1px #424224;

-webkit-box-shadow : 1px 1px 5px 1px rgba(0,0,0,0.5),0px 2px 2px rgba(255,255,255,0.5) inset,0px -2px 2px rgba(0,0,0,0.5) inset;

-moz-box-shadow : 1px 1px 5px 1px rgba(0,0,0,0.5),0px 2px 2px rgba(255,255,255,0.5) inset,0px -2px 2px rgba(0,0,0,0.5) inset;

box-shadow : 1px 1px 5px 1px rgba(0,0,0,0.5),0px 2px 2px rgba(255,255,255,0.5) inset,0px -2px 2px rgba(0,0,0,0.5) inset;

/****************グラデーション***************************/
background: rgb(89,89,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(89,89,0,1) 0%, rgba(43,43,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,89,0,1)), color-stop(100%,rgba(43,43,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(89,89,0,1) 0%,rgba(43,43,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(89,89,0,1) 0%,rgba(43,43,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(89,89,0,1) 0%,rgba(43,43,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(89,89,0,1) 0%,rgba(43,43,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595900', endColorstr='#2b2b00',GradientType=0 ); /* IE6-9 */

/****************グラデーション***************************/
text-shadow : -1px -1px 2px #000000, 1px 1px 2px #fcfcfc;
letter-spacing : 0.1em;
}

.button_kob a {
color : #ffffff;
padding : 10px 10px;
font-weight : bold;
text-decoration : none;
display : block;
}

/* ===== ボタン ===== */
/* TOPに戻る */
#box_top {
border : solid 1px #b6b5b5;
border-radius : 8px;
-webkit-border-radius : 8px;
background-color : #c8c8c8;
/*background : -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#b6b5b5));*/
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#c8c8c8),color-stop(0.40,#c8c8c8),color-stop(0.60,#b6b5b5),color-stop(1,#b6b5b5));
background-image : linear-gradient(-90deg,#c8c8c8) 0%,#cbcbcb 40%,#c8c8c8 60%,#b6b5b5 100%);

font-size : 90%;
line-height : 30px;
width : 99%;
height : 30px;
margin-left : auto;
margin-right : auto;
text-align : left;
text-shadow : -1px -1px 0 rgba(150, 150, 150, 0.3);

-webkit-box-shadow : 0px 0px 4px #aaaaaa;
-moz-box-shadow : 0px 0px 4px #aaaaaa;
box-shadow : 0px 0px 4px #aaaaaa;
}

#box_top a{
display : block;
width : auto;
text-decoration : none;
color:#000000 ;
font-weight: bold;
}
.title {
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#898a17),color-stop(0.40,#898a17),color-stop(0.60,#6c6c0b),color-stop(1,#6c6c0b));
background-image : linear-gradient(-90deg,#898a17) 0%,#90911c 40%,#898a17 60%,#6c6c0b 100%);
color: #ffffff;
border-top: none;
text-shadow: -1px -1px 3px #33004c;
padding: 10px 10px 10px 10px;
}

/* ■■■■　ボタン　■■■■ */
.button_right02 {
margin-right : 0;
float : right;
width : auto;
height : auto;
border: solid 1px #6A905E;
border-radius: 6px;
/* box-shadow : 1px 1px 2px 1px #000000; */
/* -webkit-box-shadow: 1px 1px 2px 1px #FFFFFF; */
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#D2FFCA),color-stop(0.40,#D0FFD2),color-stop(0.60,#ADFFC0),color-stop(1,#D5FFD2));
background-image : linear-gradient(-90deg,#787878) 0%,#78d42d 40%,#787878 60%,#5e5e5e 100%);
background: -moz-linear-gradient(left top, #990, #787878   0%, #787878  40%, #5e5e5e  60%, #5e5e5e 100%);　/* Firefox用 */
}

.button_right02 a{
padding : 5px;
padding-left : 10px;
padding-right : 10px;
font-size: 12px;
/* color : #ffffff ; */
text-decoration : none;
display : block;
}

#wrapper{
max-width:480px;
margin:0 auto;
overflow:hidden;
}
.mtop_kifuda{
background:#F0E1AF;
width: 100%;
margin:0 auto 15px;
border:1px solid #5A630A;
}
.mtop_kifuda_bn{
}
.mtop_kifuda ul{
margin: 10px;
list-style: outside none none;
}
.mtop_kifuda li{
    padding: 15px 25px 15px 15px;
    font-size: 16px;
    background: none repeat scroll 0% 0% #FEF2DB;
    box-shadow: 1px 1px 5px rgba(126, 126, 126, 0.22);
    border-left: 1px solid #B68E1B;
    color: #502A18;
margin-bottom:10px;
}

.mtop_kifuda li a{
    display: block;
    position: relative;
    margin: -15px -25px -15px -15px;
    padding: 15px 25px 15px 15px;
    color: #502A18;
    text-decoration: none;
    line-height: 1.2;
color:#5F680B;
}
.mtop_kifuda li a span{
display:block;
font-size:12px;
margin-top:5px;
color: #502A18;
}
.mtop_kifuda .tx01{
margin:0px 0px 10px 0px;
text-align:center;
font-weight:bold;
color:#606A0C;
font-size:16px;
}
.mtop_kifuda .tx02{
margin:0 10px;
}
.kifuda_mtop_bn{
text-align:center;
}
.kifuda_mtop_bn a{
text-align: center;
display: inline-block;
text-decoration: none;
background: none repeat scroll 0% 0% #EFD482;
border: 1px solid;
border-radius: 5px;
width: 200px;
height: 30px;
line-height: 30px;
font-weight: bold;
}
.sugo_bn{
margin:5px auto;
text-align:center;
}

.sugo_bn a{
font-size: 14px;
font-family: Arial;
border-radius: 5px;
border: 1px solid #B99737;
text-decoration: none;
 background: -moz-linear-gradient(center top , #E3C325 5%, #D2A939 100%) repeat scroll 0% 0% #F6B33D;
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#E3C325), color-stop(100%,#D2A939));
background: -webkit-linear-gradient(top,  #E3C325 5%,#D2A939 100%);
background: linear-gradient(to bottom,  #E3C325 5%,#D2A939 100%);
color: #FFF !important;
display: block;
text-shadow: 1px 1px 0px #B99737;
box-shadow: 1px 1px 0px #C0C0C0;
font-weight: bold;
margin: 20px auto;
width: 280px;
height: 40px;
line-height: 40px;
text-align: center;
}

.mlmenu{
margin:10px 0;
}
.mlmenu dl{
border:1px solid #F0E1AF;
background: #FEF2DB;
}

.mlmenu dl dt{
text-align: center;
padding: 5px;
border-bottom: 1px solid #F0E1AF;
font-size: 15px;
color: #CF592A;
font-weight:bold;
}
.mlmenu dl dd{
border-bottom:1px dotted #F0E1AF;
}
.mlmenu dl a{
text-decoration: none;
display: block;
padding: 5px 10px;
}
.mlmenu dl a span{
display: block;
padding-bottom: 3px;
font-size: 10px;
font-weight: bold;
color: #CF592A;
}

/*吹き出し*/

.arrow_box {
  position: relative;
  background: #ffffff;
  border: 2px solid #CB0133;
  width: 95%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: auto;
}
.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 21px;
  margin-left: -21px;
}
.arrow_box:before {
  border-color: rgba(245, 88, 64, 0);
  border-bottom-color: #CB0133;
  border-width: 24px;
  margin-left: -24px;
}
