@charset "utf-8";

/* ==============================================
   01. Reset & Base Styles
   ============================================== */
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, img, table, tr, th, td, svg, header, nav, aside, article, footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a, span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

html {
  background: #fff;
}

body {
  -webkit-text-size-adjust: none;
  font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "pkna";
  text-align: left;
  color: #333;
  min-width:320px;
}

/* 共通リンクスタイル */
a { color: #083090; }
a:visited { color: #1f1f1f; }
a:active, a:hover { color: #c00; }
a img { border: 0; }

img {
  text-align: center;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}

/* ==============================================
   Layout & Modules
   ============================================== */
.body {
  border-top: 5px solid #fff;
  margin: 0 auto;
  padding-top: 4px;
  color: #333;
/*  position: relative;  */
/*  top: 0px;  */
  width: 100%;
  font-size: 110%;
}

#article_bottom {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  font-size: 110%;
}

#footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #4d4d4d;
  color: #eee;
}

/* リンク色の上書き */
.entry_content p a:visited,
.entry_content li a:visited,
.cattoptitle a:visited {
  color: #732c73;
}

h2 { margin: 9px 14px; }
.tb_hide, .sp_hide { display: none; }
.head_right { display: none; float: right; height: 15px; }
.prev_box, .next_box { width: 75%; min-width: 300px; }

#header {
  width: 100%;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 3px dotted #bbb;
}

.topad {
  padding: 9px 0 10px 0;
  text-align: center;
  margin: 0 auto;
  display: table;
}

/* 広告枠の共通スタイル統合 */
.ad_top, .ad_mid, .ad_end {
  width: 100%;
  /*background-color: #ff5555;*/
  margin: auto;
}
.ad_x   { height: auto; margin-bottom:25px;}
.ad_top { height: auto; }
.ad_mid { height: auto; margin: 20px auto; }
.ad_end { height: auto; margin: 30px auto; }
.right_ad_zone  {width: 100%; height:unset;/* background: #4d4d4d; */ }    /* TOPページの 右広告 */
/* ↑ right_ad_zone の横幅、タテ等は、media 側で調整している */
/*----------------------------------------------------------------------*/
/* 追尾広告(x下段) */
.ad_sticky,.ad_side {display:none;}
/* 以下、追尾 + 下段 時代の 下段のスタイル */
/*	float:right; */      /* 追尾 + 下段 の二役は 危ない、と判断して下段 のcssは外す */
/*	width: 100%;*/
/*	height: auto;*/
/*	margin: 10px 0 20px 0;*/
/*	overflow:auto; */
/*	border: 1px solid #ccc; */
/*	background-color: #eee; */
/*	display: none;*/
/*	} */
/*----------------------------------------------------------------------*/


/* --------------------------------------------------------------------------*/
/* テスト用 広告画像を、枠いっぱいにする。別館では消す！
/* --------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------*/
/*
.ad_x   img ,
.ad_top img ,
.ad_mid img ,
.ad_end img ,
.ad_sticky img ,
.ad_side img ,
.right_ad_zone img {width:100%; object-fit: cover;}
*/
/* --------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------*/


#main {
  width: 100%;
  letter-spacing: 0.005em;
/*  letter-spacing: 0.1pt; */
  margin: 25px 0 10px;
  padding: 0 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 640px;
  height: auto;
}

#headline {
  float: left;
  display: none;
  width: 640px;
  letter-spacing: 0.1pt;
  padding: 0;
  margin: 12px 20px 10px 35px;
}

ul {
  list-style: none;
  list-style-type: none;
}

/* ==============================================
   Typography & Specific Elements
   ============================================== */
.entry_title {
  background: none;
  font-size: 120%;
  line-height: 1.35;
  font-weight: bold;
  padding: 5px 5px 10px 10px;
  margin: 0 auto;
  color: #694d4c;
  width: 98%;
  height: auto;
  display: block;
}

.description {
  margin: 5px 10px 10px;
  line-height: 1.6;
}

.latest_updates {width: 100%; min-width:unset;}


/* 記事内H2（リスク箇所） */
.entry_content h2 {
  position: relative;
  font-size: 120%;
  color: #111;
  background-color: #e1e1e1;
  border-left: 8px solid #3a6554;
  padding: 15px 12px;
  margin: 2.5em 0 1em 0;
  font-weight: bold;
  line-height: 1.2;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h2 a, h2 a:visited { color: #694d4c; }

.green_header {
  font-size: 90%;
  line-height: 1.3;
  letter-spacing: .1em;
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 15px;
  margin: 8px 0;
  display: flex;
  background-color: rgb(49, 136, 42);
}
a:hover.green_header {
  color: #ffef33 !important;
  text-decoration: underline;
}

/* ==============================================
   Left Menu & Navigation
   ============================================== */
#left_box1 {
  display: none;
  width: 150px;
  height: 2050px;
  float: left;
  background: #373737;
}

#sp_menu {
  display: none;
  background-color: rgba(51, 51, 51, 0.6);
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 30px 12%;
  z-index: 1;
}

.left_top {
  margin: 0 auto;
  width: 150px;
  padding: 10px 0 20px 0;
  text-align: center;
  font-size: 87.5%;
  line-height: 2;
  color: #ddd;
}

.left_list {
  display: block;
  background: #333;
  color: #eee;
  font-size: 87.5%;
  line-height: 1.2;
  text-decoration: none;
  margin: 0 auto;

  padding: 6px 13px;
  width: 146px; 
/*  width: 98%; */
}

#hamburger {
  width: 35px;
  height: 48px;
  float: left;
  margin: 0 15px 0;
}
#ham_menu { cursor: pointer; }

#logo {
  width: 242px;
  height: 43px;
  margin: 0;
  float: left;
}

/* ==============================================
   Search Box
   ============================================== */
.search_box_right {
  margin-top: 5px;
  text-align: right;
}

#cse-search-box {
  width: 270px;
  padding-right: 20px;
  margin: 9px auto 7px;
  float: right;
}

#cse-search-box input[type="text"] {
  height: 25px;
  font-size: 12pt;
  padding: 0;
  width: 74%;
}

#cse-search-box input[type="submit"] {
  width: 20%;
  height: 31px;
  border: 0;
  color: white;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-appearance: none;
  background: url(data:image/gif;base64,R0lGODlhaQBAAIAAAP39/cnJySH5BAAAAAAALAAAAABpAEAAAALthA+hy+0Po5y0onuq3rx7hRnfSJbdZabquiDsC59iTNfRbOd5ovf+DwwKh8Si8YjUYZLJEIopdDqhPqmVugs5tNjYUvLtrsKTp9hEppjPo7XGxW7DZZm4Z36v2zn4PG5v8ffRB3ijJydYCEFIx6MIdjgY+bg12UgJmXiJuWjJ58kZwLgxGlqqdorpRgoaKtpqCMu5WpbqStuJ69pi+8q1+/BbeQUcbHWcVsyLzKxs3Owr7MxAvCw93ZiMzTq1Ldntna0bHqtNXnt9jj6u/izbPqwJP09fb38P5Ihfux+o3x8PYLl/AqP1aoesX4gCADs=) no-repeat right center;
  background-size: 53px 32px;
}

#cse-search-box div { padding: 0 ; clear: both; }
#cse-search-box td { padding: 0 ; }

/* ==============================================
   SNS Buttons & Utilities
   ============================================== */
.clear { clear: both; }
a.clear { text-decoration: none; line-height: 1.2; }

.f_fdly, .f_fdl2, .f_rss, .f_pkt, .f_ggr { display: none; }
.sns_top { height: 33px; margin-bottom: 5px; }

.f_box {
  width: 25%;
  height: 33px;
  float: left;
  padding: 0.4em 0.5em;
  overflow: hidden;
  font-size: 75%;
  font-weight: bold;
  line-height: 1.9;
  text-decoration: none;
  text-align: center;
  color: #fff;
  }

/* SNS Colors */
.f_fcb { background-color: #31518c; }
.f_htb { background-color: #2b91d1; }
.f_twt { background-color: #00aaf2; }
.f_line { background-color: #42b630; }
.f_fdly { background-color: #76b429; }
.f_fdl2 { background-color: #87c040; }
.f_rss { background-color: #f08719; }
.f_pkt { background-color: #ee4256; }
.f_ggr { background-color: #4e6fab; }

/* SNS Hover Effects */
a:hover.f_box {
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

a:hover.f_fcb { background-color: #778aa5; }
a:hover.f_htb { background-color: #779cb5; }
a:hover.f_twt { background-color: #52aab7; }
a:hover.f_line { background-color: #85b57a; }
a:hover.f_fdly { background-color: #9eb273; }
a:hover.f_fdl2 { background-color: #abbb88; }
a:hover.f_rss { background-color: #bda569; }
a:hover.f_pkt { background-color: #c68c98; }
a:hover.f_ggr { background-color: #6e7f98; }

/* SNS Text Colors */
a:hover.f_box,
a:visited.f_fcb, a:visited.f_htb, a:visited.f_twt, a:visited.f_line,
a:visited.f_fdly, a:visited.f_fdl2, a:visited.f_rss, a:visited.f_pkt, a:visited.f_ggr {
  color: #fff;
}

/* ==============================================
   Page Modules (Breadcrumb, Pager, etc.)
   ============================================== */
.breadcrumblist {
  height: 20px;
  margin: 25px auto;
  padding: 0;
  display: table;
}

.box_inline {
  display: inline-block;
  cursor: pointer;
  font-size: 80%;
}
.c32_under { text-decoration: underline; }

.page_date_modified {
  margin: 0;
  padding: 10px 10px;
  text-align: right;
}

.pre_next_font {
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* Next/Prev Buttons */
.f_1 {
  color: #666;
  border-color: #888;
  background-color: #fff;
  text-align: center;
  display: inline-block !important;
  margin-left: 3px;
  padding: 2px 0.8em !important;
  font-size: 70%;
  border-style: solid;
  border-width: 2px;
  border-radius: 6px;
  line-height: 1.3;
  cursor: pointer;
}
a.f_1 { color: #3153d2; border-color: #4c7bca; }
a:hover.f_1 { color: #039; border-color: #259; }

/* ==============================================
   Sidebar & Ads
   ============================================== */
#right_box1 {
  padding-top: 20px;
  text-align: center;
  display: table;
  margin: 0 auto;
}

.heading1, h3 {
  margin: 2.5em 0 .7em 0;
  position: relative;
  padding: 1px 0 0 22px;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2;
  color: #0080ff;
}

.heading1:before, h3:before {
  content: '';
  height: 15px;
  width: 15px;
  display: block;
  border: outset 1px #8ac7ff;
  border-radius: 3px;
  background: #00A8FF;
  position: absolute;
  top: 5px;
  left: 0px;
}

.heading1:after, h3:after {
  content: '';
  height: 7px;
  width: 7px;
  display: block;
  background: #00A8FF;
  border: solid 1px #2e71a9;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 4px;
}

.right_box2 {
  display: none;
  width: 300px;
  float: right;
}

.sidetitle {
  font-weight: bold;
  line-height: 1;
  padding: 4px 5px 2px 1px;
  margin: 12px 0 0 10px;
  width: 265px;
  color: #333;
  font-size: 87.5%;
}

.side {
  padding: 8px 5px 12px 12px;
  width: 300px;
  background: #f7f7f7;
  margin: 0 3px 5px 0;
  text-align: left;
  clear: both;
  border: 1px solid #7dafee;
}

.links {
  display: block;
  float: left;
  line-height: 1.1;
  padding: 1px 0;
  width: 139px;
  text-decoration: none;
  font-size: 75%;
}
a:visited.links { color: #113; }
a:hover.links { color: #c00; }

/* Hidden Popular Menu */
#now_list1, #now_list2, #now_list3 {
  background: #fff;
  color: #333;
  padding: 10px 10px 50px 10px;
  border: solid;
  border-width: 5px;
  border-color: #ddd;
  border-radius: 20px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  z-index: 500;
  width: 300px;
  top: 38px;
}
#now_list1 { right: -13.7em; }
#now_list2 { right: -6.9em; }
#now_list3 { right: -1.1em; }

h4 {
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  margin: 1.5em 0 .1em 0;
  font-size: 100%;
}

hr {
  margin: 3px 0;
  padding: 0;
  border-width: 1px 0 0 0;
  height: 1px;
  border-style: solid none none none;
  color: #c50;
}

.box_orange {
  line-height: 1.3;
  margin: 1.5em auto 0;
  padding: 8px 16px;
  color: #f37609;
  font-weight: bold;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid #94432a;
  background-color: #fff;
}

.c64_check_black {
  line-height:1.3;
  display:inline-block;
  margin: 4px 0 -2px 0;
  padding: 6px 15px;
  color: #fff;
  font-weight: bold;
  background-color: #666;
}

/* ==============================================
   Text & Color Utilities
   ============================================== */
.f_left { display: block; float: left; }
.f_right { display: block; float: right; }
.c06_txt14g { font-size: 87.5%; line-height: 1.4; color: #666; }
.c05_txt13 { font-size: 81.25%; line-height: 1.35; }
.c06_txt15 { font-size: 93.75%; line-height: 1.6; }

.c10_center { text-align: center; display: block; padding-bottom: 10px;}  /* bottom 10px あとから追加*/
.c00_red { color: rgb(204, 0, 0); }
.c01_green { color: rgb(0, 102, 0); }
.c03_smalln { font-size: 81.25%; line-height: 1.5; }
.c03_smalln_top { font-size: 81.25%; line-height: 1.3; margin: .3em 0 1.2em 0; }

p {
  margin: .5em 0 1.8em 0;
  line-height: 1.8;
/*  font-size: 102%; */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.txt_right { text-align: right; }

.c43_div_center {
  min-width: 25%;
  min-height: 20px;
  display: table;
  background-color: #eee;
  margin: 1.5em auto;
  text-align: center;
  line-height: 1.7;
  font-size: 87.5%;
}

.c44_div_center_w {
  min-width: 25%;
  min-height: 30px;
  display: table;
  margin: 3em auto;
  text-align: center;
  line-height: 1.7;
  font-size: 87.5%;
}

.adslot_1 { display: none; }


/* ==============================================
   02_common.css (Common Modules)
   ============================================== */
.left_img { float: left; margin: 0px 10px 0 0px; }
.c07_big110 { font-size: 110%; font-weight: bold; line-height: 1.3; margin: 5px 0; }

.c41_txt_low_height, .c41_txt_low_height li { line-height: 1.5; margin: 3px 0; padding: 0; }
.c41_txt_low_height a { display: inline-block; margin-bottom: 15px; line-height: 1.5; }

.c42_txt_mid_height, .c42_txt_mid_height li { line-height: 1.5; margin: 17px 0; padding: 0; }

.c04_smallb { font-size: 87.5%; line-height: 1.2; font-weight: bold; }
.c21_blue { color: #35f; }
.c23_yellow { color: rgb(229, 137, 0); font-weight: bold; }
.c22_gray { color: rgb(153, 153, 153); }
.c24_black { color: #222; }
.c25_white { color: #eee; }
.c25_white:visited { color: #aaa; }
.c25_white:hover { color: #9bf; }
.c02_bold { font-weight: bold; line-height: 1.2; }

.c32_under_red {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAEAQMAAAC0kY3VAAAABlBMVEX////uAAD2vi7UAAAAAXRSTlMAQObYZgAAABBJREFUCJlj+P//AwMMANkALw4F3V5IGFUAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-position: bottom;
}

.c31_strike {
  color: #444;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAEAQMAAAC0kY3VAAAABlBMVEX////uAAD2vi7UAAAAAXRSTlMAQObYZgAAABBJREFUCJlj+P//AwMMANkALw4F3V5IGFUAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-position: center;
}

.c09_big150 { font-size: 150%; line-height: 120%; }
.c08_big120 { font-size: 120%; line-height: 120%; }

/* Definition Lists */
dl { margin: 0; padding: 0 0 .7em 0; line-height: 1.2; width: auto; }
dt {
  margin: 8px 0 8px 0;
  padding: 5px 0 5px 10px;
  line-height: 1.3;
  background: #484;
  color: #f7f7f7;
  font-weight: bold;
  font-size: 100%;
}
dd { margin: 0; padding: 1px 0 2px 20px; line-height: 1.2; }
dd p { font-size: 93%; padding: 0; margin: 1px 30px 1.8em 0; line-height: 1.35; }
.c03_smalln dd p { font-size: 100%; }
dd a { font-weight: bold; display: inline-block; padding: 8px 0; }
dd p img { max-width: 460px; margin: 3px 0 3px 0; }
dd li { width: auto; max-width: 750px; min-width: 200px; }
dt a { color: #f7f7f7; text-decoration: none; }
dt a:hover { color: #ffe033; text-decoration: underline; }

/* Sidebar Elements */
.left_header {
  margin: 2px 0px;
  padding: 15px 1px 1px;
  font-size: 87.5%;
  color: #ccc;
  text-align: center;
  letter-spacing: 0.5pt;
  border-top: solid;
  border-width: 1px;
  border-color: #aaa;
  display: block;
}



.left_list_new {
  margin: 0 auto;
  padding: 0px 10px 10px;
  width: 150px;
  font-size: 75%;
  line-height: 1.2;
  background: #373737;
  color: #bbb;
  display: block;
  word-break: break-all;
}
a:visited.left_list_new { color: #888; }
a:hover.left_list_new { text-decoration: none; background: #311; color: #f00; }

#left_fix_out { position: absolute; top: 870px; }
#right_fix_out { padding-top: 20px; float: left; }
#right_box3 {
  display: none;
  text-align: center;
  width: 200px;
  margin-left: 100px;
  font-size: 81.25%;
  line-height: 1.2;
}

/* Side Color Boxes */
.side_color_b, .side_color_t, .side_color_h, .side_color_f, .side_color_r, .side_color_a {
  text-decoration: none;
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 0.5em 0.3em;
  text-align: center;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.2;
  border-style: solid;
  border-width: 2px;
  border-radius: 6px;
}

.side_color_r, .side_color_a { margin: 5px auto; }

.side_color_b { border-color: #26853c; color: #26853c; }
.side_color_t { border-color: #0088dd; color: #0088dd; }
.side_color_h { border-color: #2c6ebd; color: #2c6ebd; }
.side_color_f { border-color: #556699; color: #556699; }
.side_color_r { border-color: #cc0000; color: #cc0000; }
.side_color_a { border-color: #ee7711; color: #ee7711; }

.side_color_b:visited { color: #26853c; }
.side_color_t:visited { color: #0088dd; }
.side_color_h:visited { color: #2c6ebd; }
.side_color_f:visited { color: #556699; }
.side_color_r:visited { color: #cc0000; }
.side_color_a:visited { color: #ee7711; }

.side_color_b:hover { border-color: #29a747; color: #29a747; }
.side_color_t:hover { border-color: #11aadd; color: #11aadd; }
.side_color_h:hover { border-color: #4488ff; color: #4488ff; }
.side_color_f:hover { border-color: #3377cc; color: #3377cc; }
.side_color_r:hover { border-color: #cc3333; color: #cc3333; }
.side_color_a:hover { border-color: #ee9933; color: #ee9933; }

.left_box2, #left_box3 {
  display: none;
  z-index: 4;
  width: 150px;
  margin: -2px 0 50px;
}

.link_head {
  text-decoration: underline;
  font-weight: bold;
  line-height: 1.75;
  font-size: 75%;
  color: #333;
}
.w280 { width: 280px; clear: both; }

.favorite {
  display: block;
  padding: 10px 10px;
  line-height: 1.5;
  min-height: 135px;
  font-size: 75%;
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 3;
  right: 30px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  color: #333;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgAgMAAACf9p+rAAAADFBMVEX///81NTX8/PyUlJSQLZVyAAAAAXRSTlMAQObYZgAAASNJREFUeF7tljGOAjEMRb1aUVLuUeg5AgXZSCs0B5iKOgW32CNQYJSSnkvMJeYSoETJOI7tghIJl/MUv3yNIhsAYO26OkKubyfqnsFGgkMGTikyCAt1Er0mDXhSCMmXDrbVLe0rHexqPBnxRwd7G0w68OCMekPwAaeoA484qWBAPKsgIF5UMCMiA6RIEgl+E7gp4C+BqIAxgasCZmQSaNxMAk08JoEmHs6NBBrFJUECpDindv8LoHi3TBdA8abcrwNj9gayA7ljOceAT4piYmDIiswjAyVBtRMYyweyA7lrSw6K1AtQrynBdZFxeb1l6OSh5hq6HMPys7vk7vGmr/YDzFH0+lQzB6Q5Us0hbI9tI4i5GtjLhL1+6BJ7xbGXInONegJVBCrx8XR6MgAAAABJRU5ErkJggg==) no-repeat right center;
  background-size: 52px 52px;
  opacity: 0.6;
  cursor: pointer;
}

#inner_list1, #inner_list2, #inner_list3 {
  background: #fff;
  position: relative;
}

.head_rank_list {
  display: block;
  padding: 5px 10px 15px;
}
.head_rank_list:hover { background: #eee; }



/* -------------------------------------------------------------------- */
/* Mega Menu */
/* -------------------------------------------------------------------- */
#list_menu_all {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  background-color: #333333;
  width: 150px;
}

/*.left_list  {   width: 146px; } 上部で一本化  */
.left_list2 {   width: 275px; }
/*.left_list3 { width: 665px; }*/		 /* 2026-0128 不要かも？ 100%でイケる 消してOK   */

.left_list2, .left_list3 {
  padding: 5px 20px;
  font-size: 87.5%;
  line-height: 1.2;
  background: #444;
  color: #ddd;
  display: block;
  text-decoration: none;
}

a:visited.left_list, a:visited.left_list2, a:visited.left_list3 { color: #79c; }
a:hover.left_list, a:hover.left_list2, a:hover.left_list3 { background-color: #002f5f; color: #1cf; }

.left_list_head {
  font-size: 75%;
  background: #222;
  color: #aaa;
  padding: 5px 10px;
  width: 75%;
}

#site_menu4 { width: 150px; }
#site_menu4 .left_list { line-height: 2.5; background-color: #444; }
#site_menu4 .left_list2 { line-height: 3; }
#site_menu4 .left_list3 { line-height: 3; }
#site_menu4 .left_list, #site_menu4 .left_list2, #site_menu4 .left_list3 {
  border-style: solid;
  border-width: 1px;
  border-color: #222;
}

#site_menu_old5 { display: none; }

#hide_submenu_o1, #hide_submenu_o2, #hide_submenu {
  position: relative;
  z-index: 1010;
}

.popover {
  position: relative;
  display: none;
  background-color: #444;
  width: 275px;
  padding-bottom: 60px;
}

.popover2 {
  position: absolute;
  display: none;
  background-color: #444;
  width: 585px;
  padding-bottom: 60px;
}

/* -------------------------------------------------------------------- */
/* Mega Menu */
/* -------------------------------------------------------------------- */




/* Footer Details */
.sns_foot {
  z-index: 2;
  height: 33px;
  width: 100%;
  margin-bottom: 10px;
  font-size:110%;
}

.foot_tpublisher {
  position: relative;
  top: 36px;
  left: -164px;
  z-index: 3;
  font-size: 74%;
  font-weight: bold;
  line-height: 1.4;
  color: #eee;
  display: inline-block;
}

.foot_txt {
  position: relative;
  top: -13px;
  width: 100%;
  margin: 0px 0px -10px 0;
  padding: 0 35px 0 0;
  font-size: 68.75%;
  line-height: 1.6;
  display: block;
}

.foot_nav {
  margin: 4px 0 0 1px;
  text-align: left;
}

.other_banner img { max-height: 33px; width: auto; float: none; position: static; }
.other_banner {
  display: block;
  margin: 0 auto;
  padding: 2px 20px 0 0;
}

.author {
  display: block;
  clear: both;
  font-size: 81.25%;
  text-align: center;
  line-height: 1.6;
}

.foot_box {
  margin: 5px auto 20px;
  padding: 1.3em 2em;
  border: 2px dotted #bbb;
  background: #4d4d4d;
  color: #eee;
  width: 97%;
  font-size: 87.5%;
}

/* ==============================================
   03_top-cat-map.css (Top/Category/Sitemap)
   ============================================== */
.top_zone { width: 100%; }

.top_box340 {
  width: 43%;
  padding: 0px 45px 30px 20px;
}

.right_list {
  height: 50px;
  line-height: 1.3;
  font-size: 81.25%;
}

.sub {
  font-size: 87.5%;
  line-height: 1.6;
  color: #999;
  display: block;
  float: left;
  padding: 5px 0 8px 40px;
}
.sub a { font-weight: normal; }

.primary1 {
  text-align: left;
  color: #999;
  font-weight: bold;
  font-size: 100%;
  width: 100%;
  display: block;
  background: #f3f3f3;
  clear: left;
  padding: 5px 0 5px 5px;
  margin: 6px 0 0px 0;
}
.primary1 a, .primary2 a { font-weight: bold; }
.primary2 {
  color: #999;
  font-weight: bold;
  font-size: 100%;
  display: block;
  background: #f3f3f3;
  float: left;
  padding: 4px 10px 4px 5px;
  margin: 6px 0;
}

.top_list {
  height: auto;
  margin: 0;
  overflow: hidden;
  white-space: initial;
  font-size: 87.5%;
}

.no_h3_head h3:before, .no_h3_head h3:after { display: none; }

.box_padding_0_40 { padding: 0 0; }
.box_padding_0_40 a { display: inline-block; padding: 0 0 15px; }

.c52_check_gray {
  color: #222;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  text-decoration: none;
  overflow: hidden;
  height: 104px;
  font-size: 87.5%;
  padding: 0px 8px !important;
  margin-bottom: 10px;
}

.cat_logo {
  width: 40%;
  height: 96px;
  float: left;
  overflow: hidden;
  background-color: #fff;
  display: block;
}

.cat_logo img {
  position: relative;
  top: 47%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cattoptitle { line-height: 1.3; margin-top: 15px; width: 100%; }
.cattoptitle a { font-weight: bold; }
.cattoptitle p {
  padding: 0 0 10px 16px;
  margin: 5px -10px 0 0px;
  font-size: 87.5%;
  line-height: 1.2;
  display: none;
}

.rightbold {
  font-size: 75%;
  line-height: 1;
  float: right;
  font-weight: bold;
  color: #aaa;
  padding: 0;
  margin: -2px 0 0 0;
}

/* ==============================================
   04_article.css (Article Details)
   ============================================== */
.entry_content > br { line-height: 1.5; }

.entry_content img {
  border: 0;
  margin: 0;
  vertical-align: text-bottom;
  max-width: 100%;
}

sup { vertical-align: text-top; position: relative; top: -4px; }

.c50_gray_box, blockquote {
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  font-size: 87.5%;
  line-height: 1.25;
  word-break: break-all;
  width: auto;
  margin: .5em 1.5em .5em 1.5em;
  padding: .5em 1em .5em 1em;
}

.c50_gray_box p, blockquote p { margin: .8em 0 .8em 0; width: 95%; }
.c50_gray_box dt, blockquote dt {
  margin: 8px 0 8px 0;
  padding: 2px 0 2px 2px;
  line-height: 1.3;
  background: #f7f7f7;
  color: #222;
  font-weight: bold;
}
.c50_gray_box p:last-child, blockquote p:last-child { margin-bottom: 0; }

h6 { font-size: 25px; position: relative; padding-left: 22px; }

.entry_content ul {
  margin-bottom: 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.entry_content ol {
  margin: 0em 0 1em 1.2em;
  padding: 5px 0 0 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.entry_content ul ul, .entry_content ol ul { margin: 3px 0 0 0.3em; }
.entry_content ol li ol { margin: 0px 0 0 0.3em; padding: 0 0 0 0.8em; }
.entry_content ol li { margin: 0; padding: 0 0 .7em 0; line-height: 1.4; }

.entry_content ul li {
  position: relative;
  margin: 0;
  padding: 0.3em 0 0.35em 1.05em;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.entry_content ul li::before {
  content: '•';
  position: absolute;
  top: 0.35em;
  left: 0.25em;
}
.entry_content ul li ul li::before,
.entry_content ol li ul li::before {
  top: 0.35em;
  left: 0.25em;
}

.entry_content ul li ol li { padding: 0 0 0.3em 0; }
.entry_content ul li ol li::before { content: ''; }

.mini_list { margin-top: -1.7em; padding: 0; }
.mini_li_ol { list-style-type: decimal; margin: -1.8em 0 0 35px; }

ul.mini_list li { margin: 0; padding: 0px 0 0.4em 0.8em; line-height: 1.25; }
ul.mini_li_ol li { margin: 0; padding: 0px 0 0.4em 0; line-height: 1.2; }

ul.mini_list li::before {
  content: "•";
  display: table-cell;
  left: 0.06em;
  top: 0.1em;
}
ul.mini_list li ul li::before { top: 0em; left: 0em; }

ul.mini_li_ol li::before { content: '•'; display: none; }
ul.mini_li_ol li ul li { margin-top: 5px; padding: 0 0 0 0.8em; }
ul.mini_li_ol li ul li::before { content: '•'; display: block; }

.c51_caution {
  border: 1px solid rgb(255, 102, 102);
  padding: 15px;
  color: rgb(204, 0, 0);
  background-color: rgb(255, 221, 221);
  max-width: 720px;
}
.c51_caution ul li { max-width: 500px; font-size: 107%; }

table td {
  margin: 1px 2px;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
  vertical-align: top;
}
table {
  word-break: break-all;
  max-width: 100%;
  font-size: 86%;
  line-height: 1.2;
  margin: 5px 0;
  padding: 0;
  border-collapse: collapse;
}
table th { text-align: right; margin: 0; padding: 0; }
table p { font-size: 86%; margin: .5em 0; }
.entry_content dd.cattoptitle p { padding: 0 0 10px 16px; }

.entry_content a { line-height: 1.4; }
.entry_content a[target="_blank"]:after {
  content: ".";
  position: relative;
  left: 2px;
  display: inline-block;
  padding-right: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAABlBMVEX///8tTnq7ffxkAAAAAXRSTlMAQObYZgAAAHJJREFUeF6d0L0NgDAMhFGjFGmQsgEeJaORTViFTWCElC4iwt9dGxG+6jUufCJan3qR5EovrDdiC0aUJnytqR8yEI7wRCCUiBswL0DVF8MBuAJ4A0IGdAfiCsyJ4BcTMRLyA5y3YPBOBEJQA0bUp0zYJ5xopvqtvSkLLQAAAABJRU5ErkJggg==) no-repeat right center;
  background-size: 20px auto;
}
.entry_content a[href^="https://img.tvbok.com/"]:after {
  content: "";
  background: none;
  padding-right: 0px;
}
.entry_content a:not([href*="tvbok.com"]):before {
  padding: 0 4px;
  margin-right: 2px;
  content: "他site";
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  font-size: 68%;
  line-height: 1.7;
  display: inline-block;
}

.c70_nomark:after, .c70_nomark a:after {
  content: "" !important;
  background: none !important;
  padding-right: 0px !important;
}
.c70_nomark:before, .c70_nomark a:before {
  border-width: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  content: "" !important;
}

.c71_h3_nomark {
  position: initial;
  padding: 0;
  margin: 15px 0 3px;
  font-size: 100%;
  color: initial;
  font-weight: normal;
}
.c71_h3_nomark:before, .c71_h3_nomark:after { content: unset; }

.entry_content a[href^="#"]:before,
.entry_content a[href*="amazon.co.jp"]:before,
.entry_content a[href*="a8.net"]:before {
  border-width: 0px;
  padding: 0;
  margin: 0;
  content: "";
}

.entry_content a[href*="amazon.co.jp"]:after,
.entry_content a[href*="a8.net"]:after {
  content: "";
  background: none;
  padding-right: 0px;
}

.c60_check_point {
  line-height: 1.3;
  display: inline-block;
  margin: 0;
  padding: 5px 13px 1px 13px;
  color: #fff;
  font-weight: bold;
  background-color: #009c79;
}

.c61_check_box {
  position: relative;
  margin: 0px 0 16px;
  padding: 16px 30px 16px 10px;
  border: 2px solid #009c79;
  background-color: #e2f1ed;
}
.c61_check_box p:last-child { margin-bottom: 0; }

.c62_check_white {
  display: inline;
  margin: 15px 0px 0px;
  padding: 4px 15px;
  font-weight: bold;
  color: #444;
  background-color: #ddd;
  line-height: 1.4;
  font-size: 93.75%;
}


.c63_check_box_white {
  margin: 0px 0px 20px;
  padding: 7px 15px;
  border:2px dotted #bbb;
  font-size: 87.5%;
  line-height: 1.4;
	}
/*.c71_code_box	 code 用 は prism.js で 上書きされるので不要 */





.c63_check_box_white p:last-child { margin-bottom: 0; }

.prev_box, .next_box {
  padding: 7px 15px;
  border: 2px solid #ddd;
  border-radius: 6px;
  background-color: #f7f7f7;
  font-size: 87.5%;
  line-height: 1.2;
  display: block;
  overflow: hidden;
}
.prev_box { float: left; margin: 5px 0px; }
.next_box { float: right; text-align: right; margin: 5px 0px; }

#re_off, #ri_on { cursor: pointer; line-height: 1.5; padding: 2px 0; text-decoration: underline; }
#re_off { display: none; }
#ri_on { display: inline; }
#rireki { margin: 0; padding: 0; display: none; line-height: 1.3; padding-bottom: 1.5em; }

.no_margin { margin: 0; }
.inline { display: table; }




/* ==============================================================================================================
   ==============================================================================================================

   Magnific Popup CSS

   ==============================================================================================================
   ============================================================================================================== */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.5; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backdrop-filter: blur(6px);
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/*
//   /////////////////////////////////
//   画像ポップアップ Magnific Popup 
//   /////////////////////////////////
//   https://gimmicklog.main.jp/jquery/180/
*/
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }





/* ==============================================================================================================
   ==============================================================================================================

   10_responsive.css (Media Queries)  PC or Tablet     上手く動かない（点滅する） 最下段に 移動させた

   ==============================================================================================================
   ============================================================================================================== */


/* ==============================================================================================================
   ==============================================================================================================

   10_responsive.css (Media Queries)  NARROW ( 200 - 820 )

   ==============================================================================================================
   ============================================================================================================== */

/*-------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:200px) and (max-width:739px){
table {
	font-size:40%;
	max-width: 90%; 
	min-width: 100%;
	}

#footer		{padding:0 0 15px 0;}
/*.sns_foot	{font-size:90%;}*/
.foot_tpublisher{
        top: -70px;
        left: 190px;
        width: 120px;
        display: block;
	}
.foot_txt	{width:100%; padding: 0px 25px 10px;}
.author		{padding: 10px 50px 40px; }
.other_banner	{margin: auto;        width: 90%;        padding-left: 24px;text-align: center;}
.foot_nav	{
	display: block;
        margin: 20px auto 15px;
        width: 90%;
        text-align: center;}
	}
/*-------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------*/
/* 検索窓  */
@media screen and (max-width: 509px)                      { #cse-search-box { padding-right: 1px; margin: 3px auto 7px;}}
@media screen and (min-width: 510px) and (max-width:610px){ #cse-search-box { padding-right: 7px; width: 190px ;}
	#cse-search-box input[type="submit"] {background-size: 37px 30px;}}
/*-------------------------------------------------------------------------------------------------------*/




/*-------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:420px) and (max-width:479px){	/* 420-479 両サイドのマージン広げる */
#main 	     {	padding: 0 20px;	}
.entry_title {	padding: 5px 20px 10px 20px;	}
.description {	margin: 0 20px 10px;	}
	}
/*-------------------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:480px) and (max-width:739px){	/* 480-739 両サイドのマージン広げる */
#main 	{	padding: 0 30px;	}
.entry_title {	padding: 5px 30px 10px 30px;	}
.description {	padding: 0 20px;	}
	}
/*-------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:740px) {
#logo {
    width: 277px;
    height: 42px;
    margin: 24px 0 0;
    float: left;
    }
#hamburger {
    width: 41px;
    height: 56px;
    float: left;
    margin: 20px 27px 0;
	}
	}




/*-------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:740px) and (max-width:820px){
.body 		{font-size:100%;}
h2		{margin:0;}
#article_bottom	{padding: 0 30px;}
.entry_content h2 {
   font-size: 145%;
   letter-spacing: .015em;	}
.sp_hide	{display:block;}
.head_right	{display:none;}
.topad		{margin:10px auto 15px auto;min-width:70%;}
.search_box_right	{margin-right:15px;float:right}
#cse-search-box		{width:280px;margin:23px 0 0 0;}
#cse-search-box input[type="submit"]{width:19%;}
#main	{
	width: 100%;
	margin:15px auto 10px;
	padding:0 30px;
	max-width:800px;
	}
#headline{
	display:block;
	width:400px;
	height:300px;
	overflow:scroll;
	margin:12px 0px 10px 30px;
	}
#right_box1	{float:right;margin:-5px 20px 10px 10px;}
.c03_smalln_top	{font-size:93.75%;}
.entry_title	{
	width: 90%;
	margin:0px auto 5px;
	font-size:137%; 
	padding:11px 0px 10px 24px;
	clear:both;
	min-height:60px;
	background:url(data:image/gif;base64,R0lGODlhEAAQAIAAAEmEuP///yH5BAAAAAAALAAAAAAQABAAAAIghB8Zx63b4otSUWcvyuz5D4biSE5Yom1oCpipq8GXDBQAOw==) no-repeat 0px 18px;
	background-size:15px auto;
	}
.breadcrumblist	{margin:15px 0 0 40px;float:left;}
.f_box  					{width: 12.5%;font-size:84%;line-height: 1.8}
.f_fdly, .f_fdl2, .f_rss, .f_pkt, .f_ggr 	{display:block;}
.pre_next_font					{display:table;padding:0;}
.description					{margin:5px auto 20px;max-width:750px;width:90%;}
.box_inline					{font-size:87.5%;}
/* 人気ページやおすすめページ用
#now_list1, #now_list2, #now_list3	{width:450px;top:38px;top:18px;}
#now_list1{right:-185px;}
#now_list2{right:-85px;}
#now_list3{right:0;}
*/
.entry_content p img	{margin:0px 5px -5px 0;max-width:400px;}
.entry_content a[target="_blank"]{margin:0 8px 0 0;}
.entry_content a[href^="https://img.tvbok.com/"]{margin:0;padding:0;}
.prev_box, .next_box {min-width: 600px;}

#footer		{padding:0px 21px 15px 21px;}
.sns_foot	{font-size:98%;} /* footer は padding で少し狭くなるため*/
.foot_img 	{position:relative;top: 18px;width: 340px;}
.foot_tpublisher{top: -29px; left:-151px;}
.foot_txt	{top:-92px; width:50%; float: right; padding: 0px 11px 0 0;}
.other_banner	{position:relative; top: 25px; left: 186px; float:right;}
.foot_nav	{position:relative; top:  0px; left: -26px; float:right;}
.author		{position:relative; top:-16px; }

.entry_content ol	{margin:0 0 1em 2.5em;}
.entry_content ol li	{padding:0 0 .5em;}

.entry_content ul li{margin-left:1em;}
/* ----------TOPページ --------------- */
/* ----------TOPページ --------------- */
.green_header{font-size: 110%;padding:5px 15px !important;}
.cat_logo{width: 196px; height: 128px; margin-right:10px;margin-bottom:15px;}
.c52_check_gray{
	overflow:hidden;  
	max-height:58px; 
	font-size:125%;
	letter-spacing: 0.03em;
	margin-bottom: 0;
	padding: 6px 8px;
	background-color: #e7e7e7;
	}
.cattoptitle p{padding:0 10px 10px 16px;display:block;}
.box_orange{margin:0;}
	}
/*-------------------------------------------------------------------------------------------------------*/








/* ==============================================================================================================
   ==============================================================================================================

   10_responsive.css (Media Queries)  WIDE ( 821 - 1600 )

   ==============================================================================================================
   ============================================================================================================== */

/*----------------------------------------------------------------------*/
@media screen and (min-width:821px){
/*----------------------------------------------------------------------*/
.body 			{color:#0f0f0f;font-size:100%;}
#main, #article_bottom	{font-size:106.25%;}
/*------------------------------ 大枠ここまで 以下、細かいの ----------------------------------------*/
h2	{margin:0;}
.right_ad_zone {
/*	  width: 200px; 下段でまとめた */
	  height: 760px;
	  float: right;
	  margin: 8px 0 20px 0;
	  }
.latest_updates {
/*	  width: calc(100% - 212px); 下段でまとめた  */
	  float: left;
	  }

.ad_top {margin-top: 10px;  margin-bottom: 30px;}
.tb_hide{display:block;}
.sp_hide{display:block;}

/* --- 共通化（821px以上で共通）: 重複削減 --- */
.sns_foot{
	position:relative; /* ロゴより上に表示するためだけで利用（各レンジ共通） */
	}
.author{
	position:relative;
	}

.prev_box, .next_box {width: 55%; min-width: 600px;}
#headline{	display:block;}
.head_right{display:block;}
.topad{margin:10px auto 0px auto;}
#right_box1	{width:300px;float:right;display:inline;margin:0;}
.search_box_right	{float:right;text-align:right;}
#cse-search-box	{width:345px;margin:13px 0 9px 60px;padding-right: 1px;}
#cse-search-box input[type="submit"]{width:16%;}


.entry_title	{
	font-size:142%; 
	padding:11px 0px 10px 24px;
	margin:10px 0 10px 35px;
	clear:both;
	width:90%;
	min-height:60px;
	background:url(data:image/gif;base64,R0lGODlhEAAQAIAAAEmEuP///yH5BAAAAAAALAAAAAAQABAAAAIghB8Zx63b4otSUWcvyuz5D4biSE5Yom1oCpipq8GXDBQAOw==) no-repeat 0px 18px;
/*	background-size:15px auto; */
	}
/* .page_categories	{float:right;margin:5px 0 28px;} */
/* page_categories を削除する前は 5px 0 0 32px */
/* .breadcrumblist {margin:5px 0 0 32px;float:left;} */
.breadcrumblist	   {margin:5px 0 28px 35px;float:left;}
.f_box  {width: 12.5%;font-size:82%;}
.f_fdly, .f_fdl2, .f_rss, .f_pkt, .f_ggr {display:block;}
.pre_next_font	{display:table;padding-right:30px;}
.page_date_modified	{padding:0;margin:5px auto 0;}
.description	{margin:10px 40px 20px 40px;}
.box_inline	{font-size:87.5%;}
/* 人気ページやおすすめページ用
#now_list1, #now_list2, #now_list3	{width:450px;top:38px;top:18px;}
#now_list1{right:-181px;}
#now_list2{right:-81px;}
#now_list3{right:0;}
*/
.c44_div_center_w {margin:2em 0;}
.entry_content p img	{margin:0px 5px -5px 0;}
.entry_content a[target="_blank"]{margin:0 8px 0 0;}
.entry_content a[href^="https://img.tvbok.com/"]{margin:0;padding:0;}
.c42_txt_mid_height, .c42_txt_mid_height li  {margin:10px 0;}

.entry_content h2 {
   font-size: 145%;
   letter-spacing: .015em;
   }

.foot_box	{margin: 27px auto 20px;}
.adslot_1{display:inline-block;width:300px;height:600px;}
.entry_content ol	{margin:0 0 1em 2.5em;}
.entry_content ul li{margin-left:1em;}

/* ----------TOPページ --------------- */
/* ----------TOPページ --------------- */
.top_list	{height:124px;margin:0px 10px 10px 0;line-height:1.35;overflow-y: scroll;white-space: nowrap;}
.box_padding_0_40{padding:0 25px;}
.box_padding_0_40  a{padding:0 0;}
.green_header{font-size: 110%;padding:5px 15px !important;}
.cat_logo    {width: 150px; height: 106px; margin-right: 10px; margin-bottom: 15px;}
.c52_check_gray {
        overflow: hidden;
        max-height: 49px;
        font-size: 100%;
        margin-bottom: 0;
        padding: 6px 8px;
        background-color: #e7e7e7;
	}
.sub	{padding-bottom:5px;}
dd a	{padding:3px 0;}
.c41_txt_low_height a{/*display:inline;*/margin-bottom: 8px;}
.cattoptitle p	{display:block;}
	}
/*----------------------------------------------------------------------*/



/* TOPページの 右側クロ広告 */
/*----------------------------------------------------------------------*/
@media screen and (min-width:  821px) and (max-width: 1139px) {  .right_ad_zone	{width: 200px;} .latest_updates	{width: calc(100% - 224px);} }
@media screen and (min-width: 1140px) and (max-width: 1339px) {  .right_ad_zone	{width: 250px;} .latest_updates	{width: calc(100% - 272px);} }
@media screen and (min-width: 1340px)                         {  .right_ad_zone	{width: 300px;} .latest_updates	{width: calc(100% - 328px);} }
/*----------------------------------------------------------------------*/



/*----------------------------------------------------------------------*/
@media screen and (min-width:821px) and (max-width:949px){
/*----------------------------------------------------------------------*/
#footer, 
.body , 
#article_bottom {width:  790px;padding: 0 0 15px 0;}
#main		{ padding: 0 30px;}
/*------------------------------ 大枠ここまで 以下、細かいの ----------------------------------------*/
.sns_foot	{
	padding-left: 0;
	}
/*.foot_img{position:relative;top:13px;right:8px;z-index:1;margin-right:0px;float:left;}*/
.foot_tpublisher{top:-53px; left:-168px ;}
.foot_txt	{top:-94px;width:53%;float:right;letter-spacing: 0.04em;line-height: 1.7;}
.other_banner	{position:relative; top:  5px; left: 186px; float:right;}
.foot_nav	{position:relative; top:-21px; left: -25px; float:right;}
.author		{top:-30px; }
.foot_img 	{margin: -10px 0 0 0px;}
.ad_mid		{width:728px;}
	}
/*----------------------------------------------------------------------*/







/*----------------------------------------------------------------------*/
@media screen and (min-width:950px){
/*----------------------------------------------------------------------*/
.body , #article_bottom	{
        background-image: 
/*      url(data:image/gif;base64,R0lGODlhlgABAIAAAD09PTMzMywAAAAAlgABAAACDESOqcvtD6OctEZQAAA7);*/
        url(data:image/gif;base64,R0lGODlhlgABAIAAADc3NwAAACH5BAAAAAAALAAAAACWAAEAAAIKhI+py+0Po5xUFgA7);
        background-repeat: repeat-y;
	}  
#article_bottom	{
/*	float:right; */
	padding: 0 0 20px 175px;
	margin: 0 auto;
	}
#main	{
	float:left;
	padding : 0px 19px 0px 20px;
	margin  :25px  0px 0px  0px;
	margin-left:25px;	}
#header	{ 
	 float:left;
	 margin-left   :25px;
	 margin-bottom : 7px;	}
#hamburger	{display:none;}
#logo		{margin-left: 44px;}

/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#left_box1	{display:inline;}
.left_box2, #left_box3 {display:block;}
.right_box2 {display:inline;}
#right_box3 {display:block;}       			  /* Amazon ここで 表示   */

.sns_foot	{ font-size:102%; padding-left: 150px; }
.foot_img	{
	position: relative;
	float   : left;
	top     : -9px;
	right   :-10px;
	z-index :  1  ;
	margin-right:20px;
	}
.foot_nav	{float:  left;}
.other_banner	{float: right;}
.author		{top: 15px;}

/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
	#article_bottom ,
	#footer ,
	.body	{margin: 0 auto; width:930px;}
	#footer {padding: 0 0 30px 0;}

.ad_end			{width: 755px;}
/*.ad_sticky,.ad_side	{width: 755px;} */
/*#main			{width: 755px;} */
#header			{width: 755px;}
	}



/* ad_mid は最大728pxまで */
/*----------------------------------------------------------------------*/
@media screen and (max-width: 479px){.ad_top{display: none; } }
@media screen and (min-width: 480px){.ad_top{display: block;} }
@media screen and (min-width: 950px) and (max-width:1339px){.ad_top{width: 728px;                                 }.ad_mid{width: 640px;} .page_date_modified{width: 728px;}#main{width: 755px;} } 
@media screen and (min-width: 950px) and (max-width:1139px){.ad_top{             max-height:200px;} } 
@media screen and (min-width:1140px) and (max-width:1339px){.ad_top{             max-height: 90px;} } 
@media screen and (min-width:1340px)                       {.ad_top{width: 915px;max-height:250px;}.ad_mid{width: 640px;} .page_date_modified{width: 915px;} } /* ad_top 970やめ  ad_mid 728pxやめ*/
/*----------------------------------------------------------------------*/



/*----------------------------------------------------------------------*/
@media screen and (min-width: 1140px){
/*----------------------------------------------------------------------*/
.ad_sticky,.ad_side {
	display:block;
	float:right;
	height: auto;
	margin:  26px 0px 40px 15px;
/*	margin: 154px 0px 40px 15px;*/
	top: 40px;
	}
.ad_sticky {position: sticky;} /* PC    用 追尾あり */
.ad_side {position: static;} /* ﾀﾌﾞﾚｯﾄ用 追尾なし */

.foot_img		{top: -11px;}
.foot_tpublisher	{left: -164px;top: 35px;}
.foot_txt		{top: -6px;margin: 0px 0px -10px 0;font-size: 77.75%;}
.other_banner		{margin: 8px 0px 0 0;}
.foot_nav		{margin: 12px 19px 0 0px;}.author 	{top: 8px;}

	}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/



/*  950 >> 1140 = +190 */
/*----------------------------------------------------------------------*/
@media screen and (min-width: 1140px) and (max-width: 1189px) {
/*----------------------------------------------------------------------*/
	#article_bottom ,
	#footer ,
	.body	{margin: 0 auto; width:1090px;}
/*#main		{width: 755px;}  */
.ad_end		{width: 915px;}
#header		{width: 915px;}
.ad_sticky,.ad_side 	{width: 120px;}
.popover2	{width: 745px;}
	}




/*  1140 + 40 = 1180 */
/*----------------------------------------------------------------------*/
@media screen and (min-width: 1190px) and (max-width: 1229px) {
/*----------------------------------------------------------------------*/
	#article_bottom ,
	#footer ,
	.body	{margin: 0 auto; width:1130px;}
/*#main		{width: 765px;}  */
#main		{margin-left: 40px;}
.ad_end		{width: 955px;}
#header		{width: 840px;} /* 955px*/
.ad_sticky,.ad_side 	{width: 120px;}
.popover2	{width: 670px;}

	}


/*  1140 + 40 = 1180 */
/*----------------------------------------------------------------------*/
@media screen and (min-width: 1230px) and (max-width: 1339px) {
/*----------------------------------------------------------------------*/
	#article_bottom ,
	#footer ,
	.body	{margin: 0 auto; width:1170px;}
#main		{margin-left: 47px;}
.ad_end		{width: 995px;}
#header		{width: 840px;} /* 955px*/
.ad_sticky,.ad_side 	{width: 160px;}
.popover2	{width: 670px;}
	}




/*  1190 + 140 = 1330 */
/*----------------------------------------------------------------------*/
@media screen and (min-width: 1340px) and (max-width: 1599px) {
/*----------------------------------------------------------------------*/
	#article_bottom ,
	#footer ,
	.body	{margin: 0 auto; width:1290px;}
/*#main		{width: 765px;}  */
#main		{width: 800px;margin-left: 60px;/*border-right: solid #ccc 1px;*/}
.ad_end		{width:1095px;}
#header		{width: 990px;} /* 1095px */
.ad_sticky,.ad_side 	{width: 200px;}
.popover2	{width: 820px;}
.cat_logo 	{width: 200px;height: 128px;margin-right: 14px;}
	}


/* ロゴ拡大は ここが最後。最大幅 */
/*----------------------------------------------------------------------*/
@media screen and (min-width: 1340px) {
/*----------------------------------------------------------------------*/
#cse-search-box { margin: 13px 0 9px 230px;}
.f_box {
  width: 12.5%;
  font-size: 88%;
  line-height: 1.5;
  }
.sns_foot {font-size: 100%;}
	}
/*----------------------------------------------------------------------*/



/* ここが最後。最大幅 */
/*  1340 + 160 = 1500 (ここで 幅 70だけ増やす) */
/*----------------------------------------------------------------------*/
@media screen and (min-width: 1600px) {
/*----------------------------------------------------------------------*/
	#article_bottom ,
	#footer ,
	.body	{margin: 0 auto; width:1350px;}
#main		{width: 830px; font-size: 106.25%;margin-left: 57px;} /* 60 */
#logo {
    width: 287px;
    height: 47px;
    margin: 20px 0 0 56px;
    }
.ad_end		{width:1165px;}
#header		{width:1075px;} /* 1165px */
.ad_sticky,.ad_side 	{width: 250px;}
.popover2	{width: 905px;}

.cat_logo 	{width: 240px;height: 150px;margin-right: 18px;}
.entry_title	{margin:10px  0   10px 53px;}
.description 	{margin: 9px 51px 20px 51px;}
.breadcrumblist	{margin: 5px  0   28px 54px;}
.foot_img	{top: -6px;width: 400px;}
.foot_tpublisher{left: -172px;top: 53px;}
.foot_txt	{top: 0;margin: 9px 0px -3px 0;font-size:80%;}
	}



/*----------------------------------------------------------------------*/
@media screen and (min-width: 1750px) {
/*----------------------------------------------------------------------*/
#article_bottom, 
#footer, 
.body	{margin: 0 120px 0 auto;width: 1530px;}
.ad_sticky,.ad_side{width: 300px;}
#main 	{width: 900px;font-size: 118.75%;margin-left: 60px;} /* 75 */
.c52_check_gray {max-height: 56px;}
.foot_txt{margin-top:30px;}
	}
/* ==============================================================================================================
   ==============================================================================================================

   10_responsive.css (Media Queries)  PC or Tablet    上手くいかない

   ==============================================================================================================
   ============================================================================================================== */



/* coarse or fine */
/* タッチパネルなどの大雑把なポインタの場合 */
/*----------------------------------------------------------------------*/
/*
@media (pointer: fine) and (min-width: 950px){
   #hamburger{opacity: 0; }
   #logo{margin-left: -60px;}
	}
*/   /*  コレやると、ロゴとメニューが ページ遷移で点滅する。ダメ。 display:none; でもダメ */



/* これも 左メニューが点滅する 良い案が浮かばない   */
/* ココをまるまる削除しても、タブレットの左メニューのガタガタはなおらない。 */
/* 別の所に理由がある */
/*----------------------------------------------------------------------*/
@media (pointer: coarse) { 
/*----------------------------------------------------------------------*/
   .left_list{
	   Padding:14px 13px;
	   border-style: solid; 
	   border-width:1px ;
	   border-color:#222;
	   background:#444;
	   }
   #left_fix_out	{top:1400px;}
   #left_box1		{height: 2500px;}
   .ad_sticky 		{position: static;}   /*■■■ iPad が PC 判定されるため ■■■*/
	}
/*	} */
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/

/* ---------------   PC側を後ろに持ってきても、点滅する ダメ -------------
@media (pointer: fine) and (min-width: 950px){
.left_list {
  padding: 6px 13px;
  background: #333;
  color: #eee;
  display: block;
	}
#left_fix_out { top: 400px; }
#left_box1 { height: 1400px;}
	}
------------------------------------------------------------------- */



