body { 
text-align:center;
line-height:1.3;
margin:0;
padding:0;
background-color:#ffffff;                       /* 外側背景色 */
} 
#outline { 
background-color:#ffffff;                     /* サイト背景色 */
}




/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1000px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:526px;                                          /* 中央 */
float:right; 
} 
#left { 
width:217px;                                            /* 左 */
float:left; 
} 
#right { 
width:217px;                                            /* 右 */
float:right; 
} 
#center-left {             /* 計算して設定してください ------ */
width:763px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */


/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#4169E1; text-decoration:none;}      /* 通常 */
a:active  {color:#4169E1; text-decoration:none;}      /*実行中*/
a:visited {color:#4169E1; text-decoration:none;}      /*訪問済*/
a:hover   {color:#0000CD; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */


/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:2px solid #020000;                     /* 外枠の色     */
margin-bottom:5px;                            /* ヘッダ下間隔 */
}
#header_body { 
background-color:#ffffff;                     /* 背景色       */
border:1px solid #ffffff;                     /* 内枠の色     */
} 
/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:16pt;                                 /* 文字サイズ */
text-align:left;                                /* 中央     */
margin:10px 30px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#000000; text-decoration:none; } /* 通常 */
h1 a:active  { color:#000000; text-decoration:none; } /*実行中*/
h1 a:visited { color:#000000; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#0000ff; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */

/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:10pt;                                 /* 文字サイズ */
color:#000000;                                  /* 文字色     */
text-align:left;                                /* 中央     */
margin:5px 30px 10px; 
}
/***************************************** ▲ サイト紹介文 ▲ */

/*************************************** ▼ 記事ページブログタイトル ▼ */
.permanent_title { 
font-size:16pt;                                 /* 文字サイズ */
text-align:center;                                /* 左寄せ     */
margin:10px 30px; 
font-weight:bold;
}
                              /* ▽文字色とリンクの下線有無▽ */
.permanent_title a:link    { color:#000000; text-decoration:none; } /* 通常 */
.permanent_title a:active  { color:#000000; text-decoration:none; } /*実行中*/
.permanent_title a:visited { color:#000000; text-decoration:none; } /*訪問済*/
.permanent_title a:hover   { color:#0000ff; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ 記事ページブログタイトル ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#000000 2px solid;               /* 外枠の色/太さ/実線 */
background-color:#FFFFFF;               /* 背景色             */
margin-bottom:20px;                     /* 次の記事までの間隔 */
} 
.ently_title { 
font-size:11pt;                    /* 文字サイズ(記事タイトル)*/
background-color:#000000;          /* 背景色    (記事タイトル)*/
border:#666666 1px solid;          /* 内枠        (記事タイトル)*/
text-align:left;                   /* 中央    (記事タイトル)*/
padding:5px 20px;
margin:0;
} 
                              /* ▽文字色とリンクの下線有無▽ */
.ently_title a:link    { color:#ffffff; text-decoration:none; } /* 通常 */
.ently_title a:active  { color:#ffffff; text-decoration:none; } /*実行中*/
.ently_title a:visited { color:#ffffff; text-decoration:none; } /*訪問済*/
.ently_title a:hover   { color:#0000ff; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:10pt;                       /* 文字サイズ(記事本文) */
color:#000000;                        /* 文字色    (記事本文) */
border-top:   #000000 1px solid;      /* 枠(上)    (記事本文) */
border-left:  #000000 1px solid;      /* 枠(左)    (記事本文) */
border-right: #000000 1px solid;      /* 枠(右)    (記事本文) */
border-bottom:#000000 1px solid;      /* 枠(下)    (記事本文) */
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 20px; 
}
.ently_navi { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
color:#555555;                        /* 文字色(時刻・CM・TB) */
margin:0px 10px 3px; 
} 
.actre {
margin-top:30px; /* 上の余白 */
margin-bottom:-190px;
margin-left:250px;
}
.maintag{
margin-top: 14px;
text-align: right;
color: #000;
font-size: 10px;
}
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
border-top:   #e0e0e0 2px solid;                /* 個別枠(上) */
border-right: #e0e0e0 2px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 2px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 2px solid;                /* 個別枠(左) */
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin1_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffd5d5;                        /* 文字色    (タイトル) */
background-color:#2a2a2a;             /* 背景色    (タイトル) */
border: #666666 1px solid;            /* 枠        (タイトル) */
padding:2px 15px; 
} 
.plugin1_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #000000 1px solid;          /* 枠(上)    (本体) */
border-left : #000000 1px solid;          /* 枠(左)    (本体) */
border-right: #000000 1px solid;          /* 枠(右)    (本体) */
border-bottom:#000000 1px solid;          /* 枠(下)    (本体) */
padding:5px 5px 5px 5px; 
line-height:1;
} 
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
border-top:   #e0e0e0 2px solid;                /* 個別枠(上) */
border-right: #e0e0e0 2px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 2px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 2px solid;                /* 個別枠(左) */
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin2_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffd5d5;                        /* 文字色    (タイトル) */
background-color:#2a2a2a;             /* 背景色    (タイトル) */
border: #666666 1px solid;            /* 枠        (タイトル) */
padding:2px 15px; 
} 
.plugin2_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #000000 1px solid;          /* 枠(上)    (本体) */
border-left:  #000000 1px solid;          /* 枠(左)    (本体) */
border-right: #000000 1px solid;          /* 枠(右)    (本体) */
border-bottom:#000000 1px solid;          /* 枠(下)    (本体) */
padding:5px 5px 5px 5px; 
line-height:1;
} 
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
border-top:   #e0e0e0 2px solid;                /* 個別枠(上) */
border-right: #e0e0e0 2px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 2px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 2px solid;                /* 個別枠(左) */
margin-bottom:20px;
} 
.plugin3_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
border: #666666 1px solid;            /* 枠        (タイトル) */
padding:5px 20px; 
} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #000000 1px solid;          /* 枠(上)    (本体) */
border-left:  #000000 1px solid;          /* 枠(左)    (本体) */
border-right: #000000 1px solid;          /* 枠(右)    (本体) */
border-bottom:#000000 1px solid;          /* 枠(下)    (本体) */
padding:5px 20px; 
} 
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
border:#e0e0e0 2px solid;           /* 外枠の/色太さ/実線     */
background-color:#FFFFFF;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:20px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
text-align:center;                      /* 中央    (タイトル) */
border:#666666 1px solid;             /* 内枠        (タイトル) */
padding:5px 20px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#000000;                    /* 文字色    (コメント本文) */
border-top:   #000000 1px solid;  /* 枠(上)    (コメント本文) */
border-left:  #000000 1px solid;  /* 枠(上)    (コメント本文) */
border-right: #000000 1px solid;  /* 枠(上)    (コメント本文) */
border-bottom:#000000 1px solid;  /* 枠(上)    (コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
}
.comment_navi { 
color:#555555;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px;
} 
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
border:#e0e0e0 2px solid;             /* 外枠の/色太さ/実線   */
background-color:#FFFFFF;             /* 背景色               */
margin-bottom:20px; 
} 
.trackback_block_title { 
font-size:10pt;                 /*文字サイズ(ブロックタイトル)*/
color:#ffffff;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
background-color:#000000;       /*背景色    (ブロックタイトル)*/
text-align:center;                /*左寄せ    (ブロックタイトル)*/
border:#666666 1px solid;       /*内枠        (ブロックタイトル)*/
padding:5px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#000000;                    /* 文字色    (ブロック本文) */
border-top:   #000000 1px solid;  /* 枠(上)    (ブロック本文) */
border-left:  #000000 1px solid;  /* 枠(左)    (ブロック本文) */
border-right: #000000 1px solid;  /* 枠(右)    (ブロック本文) */
border-bottom:#000000 1px solid;  /* 枠(下)    (ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#555555;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#000000;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#e0e0e0 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border-top:#e0e0e0 2px solid;      /* 外枠の色/太さ/実線 (上) */
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
text-align:center;                      /* 左寄せ    (タイトル) */
border:#000000 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#000000 2px solid;             /* 飾り線(上)(本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
border:2px solid #000000;                       /* 外枠の色   */
background-color:#000000;                       /* 背景色     */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#999999;                                  /* 文字色     */
border:1px solid #666666;                       /* 内枠の色   */
padding:5px; 
} 
                                              /* リンク       */
#footer_body a:link    { color:#999999; }     /* 通常         */
#footer_body a:active  { color:#999999; }     /* 実行中       */
#footer_body a:visited { color:#999999; }     /* 訪問済み     */
#footer_body a:hover   { color:#0000ff; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */


/* カレンダー */
.calender td { text-align: center; }
th#sun { color: #CC3300; }
th#sat { color: #0066CC; }


/*** その他 ***/
p { margin: 2px 0; }
ul { margin:2px 0 5px 0; padding:0; } 
li { margin-left:20px; margin-bottom:3px; } 
form { margin:0; }
table { font-size:10pt; }
.c-both { clear:both; } 
.readmore { margin-top: 10px; } 
.readclose { margin: 10px 0; } 
.page_navi { margin:30px 0; font-size:9pt; }

/*** 案内・目次記事を入口新着情報と全記事一覧から隠す(yyyyを年、mmを月の数に) ***/
.date_201908 { display: none; }

/* ▼メニューバー▼ */
ul#menu_bar {
font-size: 80%; /* 文字サイズ */
height:25px; /* 高さ */
background-color:#000000; /* 背景色 */
padding-left:0px;
margin-left:0px;
margin-top:0px; /* 上の間隔 */
margin-bottom:5px; /* 下の間隔 */
}

#menu_bar li {
list-style-type:none;
float:left;
line-height:25px; /* 高さ */
margin:0px;
padding:0px;
}

#menu_bar li a {
display:block;
text-align:center;
width:100px; /* １つのメニューボタンの幅 */
border-right:1px solid #333333; /* 区切り線 */
color:#ffffff; /* リンク文字の色 */
background-color:#000000; /* メニューボタンの背景 */
text-decoration:none;
}
#menu_bar li a:hover{
color:#ffffff; /* マウスが乗ったときのリンク文字の色 */
background-color:#222222; /* マウスが乗ったときの背景色 */
text-decoration:none;
}
/* ▲メニューバー▲ */
.goods {
 position: relative;
 margin-top: 160px;
 margin-bottom:-150px;
 width: 469px;
 height: 61px;
}
.goods a { display: block; }
a.goods-menu {
 border: 1px solid #777;
 width: 468px;
 height: 60px;
}
.movie-player {
    background: #8f0202;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 100;
    line-height: 0px;
}

.movie-player .video-over-ad-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    z-index: 200;
    margin: 0 auto;
    text-align: center;
}

.movie-player .video-over-ad-container div.inner {
    display: inline-block;
    padding: 0px;
    background: rgba(0,0,0,0.5);
    position: relative;
    top: 0px;
    left: 0px;
}

.movie-player .video-over-ad-container a, .movie-player .video-over-ad-container span, .movie-player .video-over-ad-container iframe {
    vertical-align: middle;
    display: inline-block;
}

.movie-player .video-over-ad-container img {
    display: block;
}

.movie-player .video-over-ad-container .video-over-delete {
    font-size: 30px;
    position: absolute;
    top: 0px;
    left: -5px;
    color: #00FFFF;
    background: #000;
    padding: 10px 0px;
    
}
.movie-player .video-over-ad-container .video-over-delete i:hover {
    cursor: pointer;
    color: #fff;
}

.fa-close:before{content:"×"}

.order {
 position: relative;
 top: 175px;
 left: -210px;
}
.maintag{
margin-top: 14px;
text-align: right;
color: #222;
font-size: 10px;
}
.entry_tag{
margin-top: 14px;
text-align: right;
color: #222;
font-size: 10px;
}
