@charset "utf-8";
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}*/

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}*/

A:visited {
  color: #ff00ff;
  text-decoration: underline;
}




/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
.aformtable tr.noborder .link_button a,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input,
.aformtable tr.noborder .link_button a {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
html .aformtable tr.noborder .link_button a[type="button"],
.aformtable tr.noborder .link_button html a[type="button"],
input[type="reset"],
.aformtable tr.noborder .link_button a[type="reset"],
input[type="submit"],
.aformtable tr.noborder .link_button a[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled],
.aformtable tr.noborder .link_button a[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"], .aformtable tr.noborder .link_button a[type="checkbox"],
input[type="radio"],
.aformtable tr.noborder .link_button a[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"], .aformtable tr.noborder .link_button a[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, .aformtable tr.noborder .link_button a[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
.aformtable tr.noborder .link_button a[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner,
.aformtable tr.noborder .link_button a::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

/* --------------------------------------------------
 adjust
 --------------------------------------------------*/
html, body {
  font-family: Verdana, Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","?E??E? ?E?ゴシチE??",sans-serif;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  line-height: 1.5;
  border-top: 2px solid #2D5A97;
}
body.font_large {
  font-size: 11.4px;
}

div {
  margin: 0;
  padding: 0;
  zoom: 1;
}

/* --------------------------------------------------
 module
 --------------------------------------------------*/
.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  border: none;
  vertical-align: bottom;
}

ul, ol, li {
  padding: 0;
}

dl, dt, dd, p {
  margin: 0;
}

a,
a:active,
a:visited {
  text-decoration: none;
  color: #2d5a97;
}

a:hover {
  color: #999;
}

/* --------------------------------------------------
 #header
 --------------------------------------------------*/
#head {
  width: 980px;
  margin: 0 auto;
}
#head h1,
#head .site_logo {
  width: 170px;
  float: left;
  line-height: normal;
  margin: 13px 0 0 0;
  padding: 0;
}
#head ul {
  list-style-type: none;
  margin: 0;
}
#head a {
  color: #000;
  text-decoration: none;
}

#tnavi1 {
  float: left;
  height: 73px;
  border-left: 1px solid #eee;
}
#tnavi1 li {
  font-size: 130%;
  font-weight: bold;
  width: 117px;
  text-align: center;
  float: left;
}
/* ReStyle 20181108 */
#tnavi1 li a {
  display: block;
  /*padding: 20px 0 35px 0;*/
  padding: 25px 0 40px;
  /*background: url("../images/tnavi01.png") no-repeat 0 0;*/
  background: url("../images/tnavi01.png") no-repeat 0 7px;
}

/* AddStyle 20181108 */
#tnavi1 .txt_timetable {
  display: block;
  position: relative;
  margin: -12px 8px 0 8px;
  text-align: left;
  line-height: 1.38;
}

#tnavi1 .txt_timetable .txt_sub {
  display: block;
  font-size: .9em;
}

#tnavi1 .txt_timetable .ico_radiko {
  position: absolute;
  top: 0;
  right: 0;
}


#tnavi2 {
  width: 225px;
  float: left;
  margin-top: 7px !important;
}
#tnavi2 ul {
  float: left;
  padding: 0 5px;
}
#tnavi2 li {
  font-size: 120%;
  padding: 5px 0 5px 20px;
  background: url(/common/images/ico01.png) no-repeat 2px 8px;
}
#tnavi2 .tnavi2_bl {
  border-bottom: 1px solid #eee;
}

.font_large #tnavi2 li {
  font-size: 108%;
}

#tnavi3 {
  width: 24px;
  float: left;
}
#tnavi3 li {
  padding: 5px 0 5px 0;
}

#head_box {
  width: 200px;
  float: right;
}

#fonts {
  width: 200px;
  height: 40px;
  background: url(/common/images/font_bg.png) no-repeat;
}
#fonts p {
  display: none;
}
#fonts ul {
  padding: 5px 0 0 100px;
}
#fonts li {
  float: left;
  padding-left: 5px;
}

#search_box {
  width: 195px;
  height: 25px;
}
#search_box .keyword {
  background-color: #FFC;
  border: 1px solid #ccc;
  font-size: 120%;
  padding: 2px;
  color: #666;
  width: 137px;
  float: left;
  margin-left: 5px;
}
#search_box .search {
  width: 41px;
  height: 23px;
  float: right;
  border: none;
}

/* --------------------------------------------------
 #navi
 --------------------------------------------------*/
#navi_wrapper {
  height: 51px;
  background: url(/common/images/bg_navi.png) repeat-x;
}

#navi {
  width: 980px;
  margin: 0 auto;
  padding: 0;
}
#navi ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right;
}
#navi li {
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 130%;
}
#navi li.one a, #navi li.two a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 154px;
  text-align: center;
  background: url(/common/images/navi.png) no-repeat right top;
}


#navi li.one a, #navi li.two a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 154px;
  text-align: center;
  background: url(/common/images/navi.png) no-repeat right top;
}
#navi li.one a:hover, #navi li.two a:hover {
  color: #666;
  text-decoration: none;
  display: block;
  width: 154px;
  text-align: center;
  background: url(/common/images/navi_on.png) no-repeat right top;
}
#navi li.one-on a {
  line-height: 51px;
}
#navi li.one a {
  line-height: 51px;
}
#navi li.two a {
  padding: 7px 0 0 0;
  min-height: 44px;
}
#navi li.active a {
  color: #4d4d4d;
  background: url(/common/images/navi_on.png) no-repeat right top;
}
/*#navi li.one a {
  line-height: 51px;
}
#navi li.two a {
  padding: 7px 0 0 0;
  min-height: 44px;
}
#navi li.active a {
  color: #4d4d4d;
  background: url(/common/images/navi_on.png) no-repeat right top;
}
*/
#navi .imgNavi {
  width: 52px;
  text-align: left;
  padding: 0;
  margin: 0;
  border-right: 1px solid #999;
}

/* --------------------------------------------------
 #contents
 --------------------------------------------------*/
#contents_wrapper {
  width: 100%;
  background-color: #F0F0F0;
  margin: 0;
  padding: 0;
}

#contents {
  width: 990px;
  background-color: #F0F0F0;
  margin: 0 auto;
  padding: 15px 0 0 0;
}

/* --------------------------------------------------
 #left_contents
 --------------------------------------------------*/
#left_contents {
  width: 635px;
  float: left;
  padding: 0 0 10px 0;
}
#left_contents h1 {
  margin: 0;
}

#top_event {
  padding-bottom: 10px;
}

.top_wrapper {
  margin-right: -10px;
}

.top_box_wrapper {
  margin: 0 0 10px 0;
}
.top_box_wrapper.left_block {
  margin-right: 5px;
}

.top_box {
  zoom: 1;
}
.top_box:after {
  content: "";
  display: block;
  clear: both;
}
.top_box h2 {
  font-size: 130%;
  color: #fff;
  font-weight: bold;
  background: url(/common/images/st01.png) repeat-x;
  padding: 6px 10px 0 10px;
  margin: 0;
  min-height: 27px;
}
.top_box .more {
  font-size: 130%;
  color: #fff;
  font-weight: bold;
  background: #fafafa url(/common/images/bg_box_end.png) repeat-x;
  padding: 8px 8px 8px 0;
  margin: 0;
  border-bottom: 2px solid #666;
  text-align: right;
  clear: both;
}
.top_box .more a {
  color: #4d4d4d;
  text-decoration: none;
  background: url(/common/images/ico01.png) no-repeat 0 1px;
  padding: 0 0 0 18px;
}
.top_box .thumbnail img {
  border: 1px solid #ccc;
}
.top_box .box_item {
  border-top: 1px solid #ccc;
  zoom: 1;
}
.top_box .box_item:after {
  content: "";
  display: block;
  clear: both;
}
.top_box .box_item.first {
  border-top: none;
}
.top_box .box_item.first .box_inner {
  border-top: none;
}
.top_box dl {
  list-style-type: none;
  padding: 0;
}
.top_box dt, .top_box dd {
  padding: 0;
}

/*　お知らせ
　　イベント?Eセミナー
　　新着オンチE?EンチE
　　新着ポッドキャスチE
　　ショチE??ング
　　プレゼント情報　*/
.topics {
  width: 315px;
  float: left;
  background: url(/common/images/bg_box.png) repeat-y;
}
.topics .top_box_wrapper2 {
  background: url(/common/images/bg_box_head.png) top repeat-x;
}
.topics .top_box {
  background: url(/common/images/bg_box_footer.png) bottom repeat-x;
  padding: 5px;
}
.topics .box_item {
  width: 280px;
  padding: 5px 0 0 0;
  margin: 0 auto 5px auto;
}

/*　おすすめピックアチE?E番?E
　　週間ランキング　*/
.other {
  clear: both;
  background: url(/common/images/bg_box2.png) repeat-y;
}
.other .top_box_wrapper2 {
  background: url(/common/images/bg_box2_head.png) top repeat-x;
}
.other .top_box {
  background: url(/common/images/bg_box2_footer.png) bottom repeat-x;
  padding: 5px 0 5px 5px;
}
.other .top_box h2 {
  margin-right: 5px;
}
.other .top_box .more {
  margin-right: 5px;
}
.other .box_item {
  padding: 15px 0 0 0;
}

/*　お知らせ
　　イベント?Eセミナー　*/
.detail_top1 .cat {
  display: inline;
  width: 48px;
  height: 20px;
  line-height: 20px;
  float: left;
  text-align: center;
  margin-right: 5px;
  color: #fff;
  background: url(/common/images/topics_category2.png) no-repeat;
}
.detail_top1 span.detail_title {
  display: inline;
  font-size: 140%;
  margin: 0;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}
.detail_top1 span.date {
  float: right;
  font-size: 110%;
  color: #333;
  text-align: right;
  font-weight: normal;
}

/*　新着オンチE?EンチE
　　新着ポッドキャスト　*/
.detail_top2 .box_item {
  width: 290px;
  float: left;
  margin: 0 10px 15px 10px;
}
.detail_top2 .box_item .thumbnail {
  width: 59px;
  float: left;
  margin: 0;
}
.detail_top2 .box_item .program_block {
  width: 145px;
  float: left;
  padding-left: 10px;
}
.detail_top2 .box_item h3 {
  margin: 0;
  font-size: 140%;
  font-weight: bold;
  min-height: 43px;
}
.detail_top2 .box_item span {
  font-size: 110%;
  color: #333;
}
.detail_top2 .box_item .listen {
  float: right;
}

/*　ショチE??ング
　　プレゼント情報　*/
.detail_top3 dd {
  font-size: 140%;
  font-weight: bold;
}

/*　おすすめピックアチE?E番?E??*/
.detail_top4 .box_item {
  width: 290px;
  float: left;
  margin: 0 10px 15px 10px;
}
.detail_top4 .box_item .thumbnail {
  width: 81px;
  float: left;
  margin: 0;
}
.detail_top4 .box_item dl {
  width: 200px;
  float: right;
  padding: 0;
}
.detail_top4 .box_item dt {
  font-size: 140%;
  font-weight: bold;
  min-height: 45px;
}
.detail_top4 .box_item dt a, .detail_top4 .box_item dt a:active, .detail_top4 .box_item dt a:visited {
  color: #2d5a97;
}
.detail_top4 .box_item dt a:hover {
  color: #999;
}
.detail_top4 .box_item dd {
  font-size: 130%;
  color: #333;
  font-weight: normal;
}
.detail_top4 .box_item .description {
  clear: both;
  font-size: 140%;
  color: #333;
  padding: 5px 0 0 0;
}
.detail_top4 .other_blog {
  padding: 10px;
}
.detail_top4 .other_blog h4 {
  clear: both;
  padding: 10px 0;
  margin: 0;
  border-top: 1px solid #ccc;
  color: #666;
  font-size: 140%;
  font-weight: bold;
}
.detail_top4 .other_blog ul {
  list-style: none;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.detail_top4 .other_blog ul:after {
  content: "";
  display: block;
  clear: both;
}
.detail_top4 .other_blog ul li {
  font-size: 140%;
  font-weight: bold;
  float: left;
  width: 44%;
  padding: 0 10px 10px 25px;
  margin: 0;
  background: url(/common/images/ico03.png) no-repeat 5px 2px;
}

/*　おすすめピックアチE?E番?E??*/
.detail_top5 .box_item {
  width: 290px;
  float: left;
  margin: 0 10px 15px 10px;
}
.detail_top5 .box_item dt {
  width: 77px;
  float: left;
}
.detail_top5 .box_item dt img {
  border: 1px solid #ccc;
}
.detail_top5 .box_item dd {
  width: 200px;
  float: right;
  font-size: 14px;
  font-weight: bold;
}

/*　週間ランキング　*/
.ranking h2 {
  margin-bottom: 3px;
}
.ranking .box_item {
  width: 600px;
  margin: 0 auto 1px auto;
  padding: 1px 0 0 0;
}
.ranking .box_item dt {
  background-color: #2D5A97;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  padding: 20px 5px;
  float: left;
}
.ranking .box_item dd {
  font-size: 140%;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 0  0 20px;
  margin-left: 10px;
}
.ranking .box_item dd a,
.ranking .box_item dd a:active,
.ranking .box_item dd a:visited {
  color: #2d5a97;
}
.ranking .box_item dd a:hover {
  color: #999;
}

/*　庁E??　*/
.ad2 {
  padding: 0 0 15px 0;
  text-align: center;
}

/* --------------------------------------------------
 KJnet
 --------------------------------------------------*/
#subnavi {
  background: url(/market/images/bg_subnavi.png) repeat-x;
  padding: 0 0 0 4px;
  margin: 0 8px 0 3px;
}
#subnavi ul {
  list-style: none;
  zoom: 1;
}
#subnavi ul:after {
  content: "";
  display: block;
  clear: both;
}
#subnavi ul li{
  float: left;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  border-left: 1px solid #2A2A2A;
  border-right: 1px solid #818181;
  padding: 0 2px 0 3px;
  background-image: url(/market/images/subnavi.png);
}
#subnavi ul li{
  font-size: 120%;
    font-size: 1em\9; /* IE8 and below */
}
:root #subnavi ul li {
    font-size: 120%\0/; /* IE9 */
}
#subnavi ul li a {
  display: block;
  height: 42px;
  background-image: url(/market/images/subnavi.png);
  background-repeat: repeat-x;
  background-position: center;
  padding: 0 10px;
  color: #fff;
}
#subnavi ul li a:hover {
  background-image: url(/market/images/subnavi_on.png);
  color: #333;
}
#subnavi ul li.active a {
  background-image: url(/market/images/subnavi_on.png);
  color: #333;
}
#subnavi .subnavi_first {
  border-left: none !important;
  padding: 0 2px 0 0 !important;
}
#subnavi .subnavi_end {
  border-right: none !important;
  padding: 0 0 0 2px !important;
}

.font_large #subnavi ul li {
  font-size: 108%;
}

/*　KJnet　*/
.kjnet {
  width: 315px;
  float: left;
  background: url(/common/images/bg_box.png) repeat-y;
}
.kjnet .top_box_wrapper2 {
  background: url(/common/images/bg_box_head.png) top repeat-x;
}
.kjnet .top_box {
  background: url(/common/images/bg_box_footer.png) bottom repeat-x;
  padding: 5px;
}
.kjnet .box_item {
  padding: 5px 15px 10px 15px;
  margin: 0 auto;
}

/*　KJnet 週間予定　*/
.kjnet2 {
  clear: both;
  background: url(/common/images/bg_box2.png) repeat-y;
}
.kjnet2 .top_box_wrapper2 {
  background: url(/common/images/bg_box2_head.png) top repeat-x;
}
.kjnet2 .top_box {
  padding: 5px 0 5px 5px;
}
.kjnet2 .top_box h2 {
  margin-right: 5px;
}
.kjnet2 .box_item {
  padding: 15px 0 0 0;
  border-top: none;
}

/*　銘柄?E??
　　インベスト情報　*/
.detail_kjnet1 .box_item {
  border-top: none;
  padding: 0 15px 10px 15px;
  zoom: 1;
}
.detail_kjnet1 .box_item:after {
  content: "";
  display: block;
  clear: both;
}
.detail_kjnet1 .box_item:hover {
  background-color: #DAEDFB;
}
.detail_kjnet1 .box_item.first dl {
  border-top: none;
}
.detail_kjnet1 .box_item .box_inner {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.detail_kjnet1 .box_item .box_inner h3 {
  display: inline;
}
.detail_kjnet1 .box_item .box_inner h3.topics_title {
  font-size: 140%;
  font-weight: bold;
}
.detail_kjnet1 .box_item .box_inner h3.topics_title a {
  color: #4d4d4d;
}
.detail_kjnet1 .box_item .box_inner h3.font15 {
  font-size: 150% !important;
}
.detail_kjnet1 .box_item .box_inner p {
  font-size: 140%;
  clear: both;
}
.detail_kjnet1 .box_item .box_inner p.date {
  float: right;
  font-size: 100%;
  color: #333;
  text-align: right;
  font-weight: normal;
  padding: 5px 0 10px 0;
}

/*　銘柄?E??
　　インベスト情報　*/
.detail_kjnet2 .box_item {
  border-top: none;
  padding: 0 15px 10px 15px;
  zoom: 1;
}
.detail_kjnet2 .box_item:after {
  content: "";
  display: block;
  clear: both;
}
.detail_kjnet2 .box_item:hover {
  background-color: #DAEDFB;
}
.detail_kjnet2 .box_item.first dl {
  border-top: none;
}
.detail_kjnet2 .box_item .box_inner {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.detail_kjnet2 .box_item .box_inner h3 {
  display: inline;
  font-size: 140%;
  margin: 0;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}
.detail_kjnet2 .box_item .box_inner h3.font15 {
  font-size: 150%;
}
.detail_kjnet2 .box_item .box_inner h3 a {
  color: #4d4d4d;
}
.detail_kjnet2 .box_item .box_inner h3 .category {
  font-size: 66.7%;
  font-weight: normal;
  width: 61px;
  float: left;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
  color: #fff;
  background-color: #34639a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.detail_kjnet2 .box_item .box_inner dt {
  display: inline;
  font-size: 150%;
  margin: 0;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}
.detail_kjnet2 .box_item .box_inner dt a {
  color: #4d4d4d;
}
.detail_kjnet2 .box_item .box_inner dt.category {
  font-size: 90%;
  font-weight: normal;
  width: 61px;
  float: left;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  color: #fff;
  background: url(/market/images/topics_kjnet_category.png) no-repeat;
}
.detail_kjnet2 .box_item .box_inner p {
  clear: both;
  font-size: 140%;
  font-weight: normal;
  color: #333;
}
.detail_kjnet2 .box_item .box_inner p.date {
  font-size: 100%;
  color: #333;
  padding: 5px 0;
  float: right;
  text-align: right;
  font-weight: normal;
}

/*　週間予定　*/
.detail_kjnet3 .box_item {
  padding: 10px 10px 0 15px;
}
.detail_kjnet3 .box_item .box_inner {
  padding: 0;
}
.detail_kjnet3 .box_item h3 {
  margin: 0;
  font-size: 150%;
  font-weight: bold;
  color: #306097;
  margin-bottom: 5px;
}
.detail_kjnet3 .box_item h3 a, .detail_kjnet3 .box_item h3 a:active, .detail_kjnet3 .box_item h3 a:visited {
  color: #306097;
}
.detail_kjnet3 .box_item h3 a:hover {
  color: #999;
}
.detail_kjnet3 .box_item p {
  font-size: 120%;
  color: #333;
  font-weight: normal;
  margin-bottom: 20px;
}
.detail_kjnet3 .box_item dl {
  margin-bottom: 20px;
  display: none;
}
.detail_kjnet3 .box_item dl:first-of-type {
  display: block;
}
.detail_kjnet3 .box_item dd {
  font-size: 130%;
  line-height: 2.1;
  padding: 0 0 0 15px;
}
.detail_kjnet3 .box_item .news_title {
  font-size: 150%;
  font-weight: bold;
  line-height: normal;
  padding: 0 0 5px 15px;
  background: url(/common/images/ico04.png) no-repeat 0 5px;
}

.more_kjnet {
  margin-left: 5px;
}

#more_kjnet_close {
  display: none;
}

/*　番?E??着記事リスト　*/
.detail_kjnet4 .box_item {
  width: 290px;
  float: left;
  margin: 0 10px 15px 10px;
}
.detail_kjnet4 .box_item .thumbnail {
  width: 81px;
  float: left;
  margin: 0;
}
.detail_kjnet4 .box_item .box_inner {
  width: 200px;
  float: right;
  padding: 0;
}
.detail_kjnet4 .box_item h3 {
  margin: 0;
  font-size: 140%;
  font-weight: bold;
  min-height: 45px;
}
.detail_kjnet4 .box_item h3 a, .detail_kjnet4 .box_item h3 a:active, .detail_kjnet4 .box_item h3 a:visited {
  color: #2d5a97;
}
.detail_kjnet4 .box_item h3 a:hover {
  color: #999;
}
.detail_kjnet4 .box_item span {
  display: block;
  font-size: 130%;
  color: #333;
  font-weight: normal;
}
.detail_kjnet4 .box_item .description {
  clear: both;
  font-size: 140%;
  color: #333;
  padding: 5px 0 0 0;
}

/*　記事一覧　*/
.detail_kjnet_ichiran {
  background: url(/common/images/bg_box2_footer.png) no-repeat center bottom;
}
.detail_kjnet_ichiran h2 img {
  float: right;
  padding: 5px 0 0 0;
}
.detail_kjnet_ichiran .box_item {
  padding: 0 15px;
  border-top: none;
}

.topics_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topics_list li {
  font-size: 150%;
  font-weight: bold;
  padding: 0 0 15px 20px;
  background: url(/common/images/ico05.png) no-repeat 0 3px;
}
.topics_list li span {
  font-size: 90%;
  font-weight: normal;
  padding-left: 10px;
}

/*　記事　*/
.detail_kjnet_kiji {
  background: url(/common/images/bg_box2_footer.png) no-repeat center bottom;
}
.detail_kjnet_kiji dl {
  list-style: none;
  padding: 10px 13px 10px 2px;
}
.detail_kjnet_kiji dl dt {
  background: url(/market/images/kiji_title.png) no-repeat;
  padding: 10px 0 0 10px;
  font-size: 150%;
  color: #306097;
  font-weight: bold;
}
.detail_kjnet_kiji dl dd {
  font-size: 120%;
  text-align: right;
  padding: 0 5px 5px 0;
  border-bottom: 1px solid #333;
}
.detail_kjnet_kiji .detail_topics {
  font-size:14px;
  padding: 10px 10px 40px 10px;
}
.detail_kjnet_kiji .detail_topics p {
  font-size: 100%;
}

/*　記事?Eージ移動　*/
.arrow {
  padding: 5px 0 10px 0;
}
.arrow ul {
  zoom: 1;
  list-style: none;
}
.arrow ul:after {
  content: "";
  display: block;
  clear: both;
}
.arrow ul li {
  font-size: 140%;
  width: 40%;
  font-weight:bold;
}
.arrow ul li.prev {
  float: left;
  text-align: right;
}
.arrow ul li.next {
  float: right;
}

.topics_navi {
  text-align: center;
  font-size: 120%;
}
.topics_navi a {
  color: #2d5a97;
}

/* --------------------------------------------------
 personality
 --------------------------------------------------*/
.personality_title {
  font-size: 180%;
  font-weight: bold;
  color: #fff;
  background-color: #15409B;
  padding: 5px 10px;
  margin-left: 3px;
}

#personality_navi {
  background: url(/personality/images/personality_bgnavi.png) repeat-x;
  height: 75px;
  margin-left: 5px;
  margin-right: 5px;
}
#personality_navi ul {
  zoom: 1;
  list-style: none;
  padding-left: 5px;
}
#personality_navi ul:after {
  content: "";
  display: block;
  clear: both;
}
#personality_navi ul li {
  height: 61px;
  float: left;
  padding: 11px 0px 0 5px;
  text-align: center;
  font-size: 160%;
  font-weight: bold;
}
#personality_navi ul li.on {
  background: url(/personality/images/personality_bgnavi_on.png) no-repeat center top;
}
#personality_navi ul li.on a {
  background: url(/personality/images/personality_navi_on.png) no-repeat;
}
#personality_navi ul li a {
  display: block;
  width: 50px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background: url(/personality/images/personality_navi.png) no-repeat;
}
#personality_navi ul li a:hover {
  background: url(/personality/images/personality_navi_on.png) no-repeat;
}

.pasonality_font{
    font-size:80%;
}



.personality_wrapper {
  background: url(/common/images/bg_repeat.png) repeat-y;
  margin: 0;
  padding: 0;
}

.personality_wrapper2 {
  background: url(/common/images/bg_head.png) no-repeat;
  margin: 0;
  padding: 0;
}

.personality {
  zoom: 1;
  background: url(/common/images/bg_footerr.png) no-repeat left bottom;
}
.personality:after {
  content: "";
  display: block;
  clear: both;
}
.personality.list {
  padding: 12px 0 4px 15px;
}
.personality.list dl {
  width: 138px;
  float: left;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 8px 10px 9px;
  margin: 0;
}
.personality.list dl.noborder_top {
  border-top: none;
  padding-top: 0;
}
.personality.list dl.noborder_left {
  border-left: none;
  padding-left: 0;
}
.personality.list dl dt img {
  padding-bottom: 5px;
}
.personality.list dl dt p {
  word-break: break-all;
  font-size: 150%;
  color: #194399;
  font-weight: bold;
}
.personality.list dl dt img{
  width:137px;
}
.personality.list dl dd {
  word-break: break-all;
  font-size: 130%;
  color: #333;
}

.personality.person {
  padding: 15px 15px 30px 15px;
}
.personality.person .personality_photo {
  float: left;
  width: 137px;
}

.personality_photo img{
  width: 120px;
  height:160px;
}

.personality.person .personality_date {
  float: right;
  width: 445px;
}
.personality.person .personality_name {
  padding: 0;
  margin: 0px 0 20px 0;
}
.personality.person .personality_name dt {
  font-size: 200%;
  color: #194399;
  font-weight: bold;
}
.personality.person .personality_name dd {
  font-size: 150%;
  color: #333;
}
.personality.person p {
  font-size: 140%;
  color: #333;
}
.personality.person h4 {
  background-color: #4D4D4D;
  font-size: 130%;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.personality.person table {
  font-size: 140%;
  color: #333;
  width: 100%;
  margin: 0;
}
.personality.person table th {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  width: 20%;
}
.personality.person table th,
.personality.person table td {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}
.personality.person .personality_program {
  zoom: 1;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.personality.person .personality_program:after {
  content: "";
  display: block;
  clear: both;
}
.personality.person .personality_program dt {
  float: left;
  width: 70px;
}
.personality.person .personality_program dt img {
  border: 1px solid #ccc;
}
.personality.person .personality_program dd {
  font-size: 150%;
  font-weight: bold;
}

.blog_personality.sp_photo{
   float:left;
margin:10px 0;
}


/* --------------------------------------------------
 timetable
 --------------------------------------------------*/
.timetable_title {
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  background-color: #4D4D4D;
  padding: 5px 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.timetable_wrapper {
  background: url(/common/images/bg_repeat.png) repeat-y;
  margin: 0;
  padding: 0;
}

.timetable_wrapper2 {
  background: url(/common/images/bg_head.png) no-repeat;
  margin: 0;
  padding: 0;
}

.timetable {
  zoom: 1;
  background: url(/common/images/bg_footer_grad.png) no-repeat left bottom;
  padding: 10px 0 70px 10px;
}
.timetable:after {
  content: "";
  display: block;
  clear: both;
}

.timetable_navi {
  padding: 0;
  margin: 0;
}
.timetable_navi ul {
  zoom: 1;
  list-style: none;
  padding-left: 5px;
  margin-bottom: 5px;
}
.timetable_navi ul:after {
  content: "";
  display: block;
  clear: both;
}
.timetable_navi ul li {
  float: left;
  width: 22%;
  background: url(/timetable/images/bg_navi.png) repeat-x;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  margin: 0 10px 0 0;
}
.timetable_navi ul li a {
  display: block;
  padding: 10px;
  color: #4D4D4D;
  background: url(/timetable/images/bg_navi_off.png) repeat-x;
  position: relative;
}
.timetable_navi ul li a:before {
  content: url("/common/images/ico07.png");
  position: absolute;
  top: 8px;
  left: 8px;
}
.timetable_navi ul li a:hover {
  color: #fff;
  background: url(/timetable/images/bg_navi_on.png) repeat-x;
}
.timetable_navi ul li a:hover:before {
  content: url("/common/images/ico06.png");
}
.timetable_navi ul li.on a {
  color: #fff;
  background: url(/timetable/images/bg_navi_on.png) repeat-x;
}
.timetable_navi ul li.on a:before {
  content: url("/common/images/ico06.png");
}

.timetable_style{
  width:110px;
} 

.timetable_inner {
  background: url(/timetable/images/bg_timetable_repeat.png) repeat-y;
}

.timetable_inner2 {
  background: url(/timetable/images/bg_timetable_head.png) no-repeat;
  margin: 0 0 5px 0;
  padding: 0;
}

.timetable_inner3 {
  zoom: 1;
  background: url(/timetable/images/bg_timetable_footer.png) no-repeat left bottom;
}
.timetable_inner3:after {
  content: "";
  display: block;
  clear: both;
}
.timetable_inner3.navi2 {
  padding: 10px;
}
.timetable_inner3.navi2 p {
  font-size: 150%;
  font-weight: bold;
  color: #333;
  float: left;
  position: relative;
  margin-top: 1px;
  padding: 0 10px 0 5px;
  font-size: 1.72em;
  line-height: 1.2;
}
.timetable_inner3.navi2 p .arrow_left {
  padding-right: 10px;
}
.timetable_inner3.navi2 p .arrow_right {
  padding-left: 10px;
}
.timetable_inner3.navi2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timetable_inner3.navi2 ul li {
  float: left;
  font-size: 120%;
  font-weight: bold;
  padding: 4px 5px 5px 5px;
}
.timetable_inner3.navi2 ul li a {
  color: #333;
}
.timetable_inner3.table {
  padding: 5px 20px 5px 6px;
}
.timetable_inner3.table table {
  width: 100%;
}
.timetable_inner3.table table .mi {
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  padding: 11px 10px 11px 12px;
  background-color: #4D4D4D;
}
.timetable_inner3.table table th {
  background-color: #eee;
  border-right: 1px solid #4D4D4D;
  border-bottom: 1px solid #9F9FA0;
  font-size: 150%;
  font-weight: bold;
  color: #333;
  text-align: right;
  vertical-align: top;
  padding: 7px 10px 7px 5px;
  width: 60px;
}
.timetable_inner3.table table th.mi {
  border-right: 1px solid #ccc;
}
.timetable_inner3.table table td {
  background-color: #eee;
  color: #333;
  font-size: 150%;
  font-weight: bold;
  line-height: 130%;
  padding: 10px;
  border-bottom: 1px solid #9F9FA0;
}
.timetable_inner3.table table td span {
  font-size: 70%;
}
.timetable_inner3.table table td img {
  float: left;
  margin: 0 20px 0 0;
  border: 1px solid #333;
}
.timetable_inner3.table table tr:nth-child(even) th,
.timetable_inner3.table table tr:nth-child(even) td {
  background-color: #fff;
}

/* --------------------------------------------------
 program
 --------------------------------------------------*/
.program_title, .inquiry_title {
  font-size: 180%;
  font-weight: bold;
  color: #fff;
  background-color: #15409B;
  padding: 5px 10px;
  margin-left: 3px;
}

#program_navi {
  background: url(/program/images/program_bgnavi.png) repeat-x;
  height: 75px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  zoom: 1;
}
#program_navi:after {
  content: "";
  display: block;
  clear: both;
}
#program_navi .nav {
  height: 61px;
  float: left;
  padding: 11px 0 0 0;
  margin-right: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#program_navi .nav div {
  background: url(/program/images/program_navi_left.png) no-repeat left center;
}
#program_navi .nav a {
  display: block;
  height: 37px;
  padding: 0 12px;
  line-height: 38px;
  color: #fff;
  background: url(/program/images/program_navi_right.png) no-repeat right;
}
#program_navi .nav:hover div, #program_navi .nav.on div {
  background: url(/program/images/program_navi_left_on.png) no-repeat left center;
}
#program_navi .nav:hover a, #program_navi .nav.on a {
  background: url(/program/images/program_navi_right_on.png) no-repeat right;
}
#program_navi .nav.on {
  background: url(/program/images/program_bgnavi_on.png) no-repeat center;
}

.program_wrapper {
  background: url(/common/images/bg_repeat.png) repeat-y;
  margin: 0;
  padding: 0;
}

.program_wrapper2 {
  background: url(/common/images/bg_head.png) no-repeat;
  margin: 0;
  padding: 0;
}

.program {
  zoom: 1;
  background: url(/common/images/bg_footerr.png) no-repeat left bottom;
  padding: 5px 0 10px 15px;
}
.program:after {
  content: "";
  display: block;
  clear: both;
}

.program_list {
  width: 295px;
  float: left;
  border-top: 1px solid #ccc;
  margin: 0 10px 10px 0;
  padding: 15px 0 0 0;
}
.program_list.first {
  border-top: none;
}
.program_list dl dt.program_list_pic {
  float: left;
}
.program_list dl dt.program_list_title {
  font-size: 150%;
  font-weight: bold;
  color: #194399;
  float: right;
  width: 230px;
}
.program_list dl dd {
  font-size: 140%;
  color: #333;
  float: right;
  width: 230px;
  padding-top: 10px;
  word-wrap : break-word;
}
.program_list ul {
  zoom: 1;
  clear: both;
  list-style: none;
  margin: 0 0 0 65px;
  padding-top: 10px;
}
.program_list ul:after {
  content: "";
  display: block;
  clear: both;
}
.program_list ul li {
  float: left;
  padding-right: 5px;
}

/* --------------------------------------------------
 inquiry
 --------------------------------------------------*/
.inquiry_title {
  margin: 15px 4px 0 4px;
}

.inquiry_wrapper {
  zoom: 1;
  background: url(/common/images/bg_footerr.png) no-repeat left bottom;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
}
.inquiry_wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.inquiry_message {
  background: url(/common/images/bg_repeat.png) repeat-y left top;
  margin: 0;
  padding: 15px 15px 0;
}
.inquiry_message .red {
  color: #ff0000;
}
.inquiry_message p {
  font-size: 140%;
  line-height: 1.8;
  padding-bottom: 30px;
}
.inquiry_message p strong {
  font-weight: bold;
}
.inquiry_message p a {
  color: #1B549E;
}
.inquiry_message p.pb0 {
  padding-bottom: 0;
}
.inquiry_message ul {
  margin: 0 0 0 20px;
}
.inquiry_message ul li {
  font-size: 140%;
  line-height: 1.8;
}
.inquiry_message h3 {
  font-size: 140%;
  margin: 0;
  padding: 0 0 5px;
}

.inquiry_form_wrapper_top {
  background: url(/common/images/bg_repeat.png) repeat-y;
  margin: 0;
  padding: 0;
}

.inquiry_form_wrapper_bottom {
  background: url(/common/images/bg_head.png) no-repeat;
  margin: 0;
  padding: 0;
}

.inquiry_form_wrapper_middle {
  zoom: 1;
  background: url(/common/images/bg_footerr.png) no-repeat left bottom;
  padding: 5px 5px 10px 6px;
}
.inquiry_form_wrapper_middle:after {
  content: "";
  display: block;
  clear: both;
}

.aformtable {
  width: 100%;
  border-collapse: collapse;
}
.aformtable tr.border_solid th, .aformtable tr.border_solid td {
  border-bottom: 1px solid #DCDCDC;
}
.aformtable tr.noborder th, .aformtable tr.noborder td {
  border-bottom: 0;
}
.aformtable tr.noborder td {
  text-align: center;
}
.aformtable tr.noborder input, .aformtable tr.noborder .link_button a {
  border: 0;
  background: url(/common/images/bg_button.png) no-repeat left top;
  background-position: left top;
  width: 122px;
  height: 32px;
  padding: 0;
}
.aformtable tr.noborder input:active, .aformtable tr.noborder .link_button a:active {
  background-position: right top;
}
.aformtable tr.noborder .link_button a {
  display: inline-block;
  width: 122px;
  line-height: 32px;
  color: #333;
}
.aformtable th {
  width: 205px;
  padding: 15px;
  text-align: left;
  font-size: 140%;
  font-weight: normal;
  background-color: #E6F5FD;
  vertical-align: top;
  border-bottom: 1px dashed #DCDCDC;
}
.aformtable th .attention {
  color: #ff0000;
}
.aformtable td {
  text-align: left;
  padding: 15px 15px 15px 5px;
  border-bottom: 1px dashed #DCDCDC;
  font-size: 140%;
}
.aformtable td.inline input, .aformtable td.inline tr.noborder .link_button a, .aformtable tr.noborder .link_button td.inline a {
  margin: 0 10px;
  width: auto;
}
.aformtable td input, .aformtable td tr.noborder .link_button a, .aformtable tr.noborder .link_button td a {
  width: 350px;
  padding: 8px 12px 6px;
}
.aformtable td input.notentered, .aformtable td tr.noborder .link_button a.notentered, .aformtable tr.noborder .link_button td a.notentered {
  color: #ccc;
}
.aformtable td textarea {
  width: 350px;
  min-height: 220px;
  padding: 8px 12px;
}
.aformtable td textarea.notentered {
  color: #ccc;
}
.aformtable td .error {
  margin: 5px 0 0;
  display: block;
  color: #ff0000;
}
.aformtable td .error.mb5 {
  margin-bottom: 5px;
}
.aformtable td .draftForm {
  width: 330px;
  padding: 3px;
  border: 1px solid #999999;
}

/* --------------------------------------------------
 side_icon
 --------------------------------------------------*/
.side_icon_wrapper {
  background: url(/common/images/bg_side_repeat.png) repeat-y;
  margin-bottom: 10px;
  padding: 0;
}

.side_icon_wrapper2 {
  background: url(/common/images/bg_side_head.png) no-repeat;
  margin: 0;
  padding: 0;
}

.side_icon {
  background: url(/common/images/bg_side_footer.png) no-repeat left bottom;
  padding: 3px 5px 5px 5px;
}
.side_icon h3 {
  font-size: 130%;
  font-weight: bold;
  color: #fff;
  background-color: #4D4D4D;
  padding: 7px 10px;
  margin: 0;
}
.side_icon ul {
  zoom: 1;
  list-style: none;
  background: url(/program/images/bg_side_ico.png) no-repeat center;
  padding-left: 25px;
  margin: 5px 0 10px 0;
}
.side_icon ul:after {
  content: "";
  display: block;
  clear: both;
}
.side_icon ul li {
  float: left;
  padding: 10px 0 10px 35px;
  width: 120px;
  font-size: 130%;
  background-repeat: no-repeat;
  background-position: 0 8px;
}
.side_icon ul li.ico_radio_side {
  background-image: url(/program/images/ico_radio_side.png);
  background-position: 0 5px;
}
.side_icon ul li.ico_sp_side {
  background-image: url(/program/images/ico_sp_side.png);
}
.side_icon ul li.ico_pc_side {
  background-image: url(/program/images/ico_pc_side.png);
}
.side_icon ul li.ico_podcast_side {
  background-image: url(/program/images/ico_podcast_side.png);
}

/* --------------------------------------------------
 blog
 --------------------------------------------------*/
.blog_main_title {
  margin-left: 5px;
  margin-bottom: 20px;
}

.blog_title {
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  background-color: #4D4D4D;
  padding: 5px 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.blog_wrapper {
  background: url(/common/images/bg_repeat.png) repeat-y;
  margin-bottom: 10px;
  padding: 0;
}

.blog_wrapper2 {
  background: url(/common/images/bg_head.png) no-repeat;
  margin: 0;
  padding: 0;
}

.blog {
  zoom: 1;
  background: url(/common/images/bg_footerr.png) no-repeat left bottom;
}
.blog:after {
  content: "";
  display: block;
  clear: both;
}
.blog.guide {
  padding: 5px 5px 30px 5px;
  color: #333;
}
.blog.guide dl {
  padding: 15px 15px 10px 15px;
}
.blog.guide dl dt {
  font-size: 150%;
  font-weight: bold;
}
.blog.guide dl dd {
  font-size: 150%;
  padding: 5px 0 0 0;
}
.blog.guide p {
  font-size: 140%;
  padding: 0 15px;
}
.blog .blog_title {
  margin: 0 0 0 0;
}
.blog.blog_topics_list {
  padding: 5px;
}
.blog.blog_topics_list .blog_topics {
  margin: 0;
  padding: 0 10px 10px 10px;
  zoom: 1;
}
.blog.blog_topics_list .blog_topics:after {
  content: "";
  display: block;
  clear: both;
}
.blog.blog_topics_list .blog_topics.first {
  border-top: none;
  font-size:14px;
}
.blog.blog_topics_list .blog_topics.first h4 {
  border-top: none;
  padding-top: 10px;
}
.blog.blog_topics_list .blog_topics.new_topics h4 {
  font-size: 16px;
}

.blog.blog_topics_list .blog_topics:hover {
  background-color: #E9F5FC;
}
.blog.blog_topics_list .blog_topics h4 {
  color: #305e97;
  font-size: 140%;
  font-weight: bold;
  padding: 15px 0 0 0;
  margin: 0;
  border-top: 1px solid #ccc;
}
.blog.blog_topics_list .blog_topics h4 span {
  font-size: 90%;
}
.blog.blog_topics_list .blog_topics h4 a {
  font-weight: bold;
}
.blog.blog_topics_list .blog_topics p {
  color: #333;
/*
  font-size: 140% !important;
*/
  font-size: 14px;
  padding: 5px 0 5px 0;
  zoom: 1;
}
.blog.blog_topics_list .blog_topics p:after {
  content: "";
  display: block;
  clear: both;
}
.blog.blog_topics_list .blog_topics p img {
  border: 1px solid #999;
  float: right;
  margin: 0 0 0 10px;
}
.blog.blog_topics_list .blog_topics p.category {
  font-size: 130%;
  float: left;
  margin-top: 5px;
}
.blog.blog_topics_list .blog_topics p.date {
  font-size: 110%;
  float: right;
  text-align: right;
  margin-top: 5px;
}
.blog.blog_topics_list .blog_topics table {
  float: left;
}
.blog.blog_topics_list .blog_topics table td {
  width: 130px;
  padding-top: 15px;
}
.blog.blog_topics_list .more {
  font-size: 130%;
  color: #fff;
  font-weight: bold;
  background: #fafafa url(/common/images/bg_box_end.png) repeat-x;
  padding: 8px 8px 8px 0;
  margin: 0;
  text-align: right;
  clear: both;
}
.blog.blog_topics_list .more a {
  color: #4d4d4d;
  text-decoration: none;
  background: url(/common/images/ico01.png) no-repeat 0 1px;
  padding: 0 0 0 18px;
}
.blog.blog_personality {
  padding: 5px;
}
.blog.blog_personality .blog_personality_perspn {
  zoom: 1;
  margin: 0 10px;
  border-top: 1px solid #ccc;
}
.blog.blog_personality .blog_personality_perspn:after {
  content: "";
  display: block;
  clear: both;
}
.blog.blog_personality .blog_personality_perspn.first {
  border: 0;
}
.blog.blog_personality .personality_photo {
  float: left;
  padding: 10px 20px 10px 0;
}
.blog.blog_personality .personality_name dd {
  color: #194399;
  font-size: 200%;
  font-weight: bold;
  padding: 20px 0 0 0;
}
.blog.blog_personality .personality_name dt {
  color: #333;
  font-size: 150%;
  padding: 0 0 10px 0;
}
.blog.blog_personality p {
  font-size: 140%;
  color: #333;
  padding-right: 5px;
}
.blog.blog_personality .more {
  font-size: 130%;
  color: #fff;
  font-weight: bold;
  background: #fafafa url(/common/images/bg_box_end.png) repeat-x;
  padding: 8px 8px 8px 0;
  margin: 0;
  text-align: right;
  clear: both;
}
.blog.blog_personality .more a {
  color: #4d4d4d;
  text-decoration: none;
  background: url(/common/images/ico01.png) no-repeat 0 1px;
  padding: 0 0 0 18px;
}

/* --------------------------------------------------
 #side_blog
 --------------------------------------------------*/
#side_blog {
  zoom: 1;
}
#side_blog:after {
  content: "";
  display: block;
  clear: both;
}

.side_ondemand_wrapper {
  background: url(/common/images/bg_side_repeat.png) repeat-y;
  margin-bottom: 10px;
  padding: 0;
}

.side_ondemand_wrapper2 {
  background: url(/common/images/bg_side_head.png) no-repeat;
  margin: 0;
  padding: 0;
}

.side_ondemand {
  zoom: 1;
  background: url(/common/images/bg_side_footer.png) no-repeat left bottom;
  padding: 3px 5px 5px 5px;
}
.side_ondemand:after {
  content: "";
  display: block;
  clear: both;
}
.side_ondemand h3 {
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  background-color: #4D4D4D;
  padding: 5px 10px;
  margin: 0;
}
.side_ondemand .side_ondemand_inner {
  border: 4px solid #154099;
  padding: 10px 10px 10px 10px;
  background-color: #EAEEF1;
  zoom: 1;
}
.side_ondemand .side_ondemand_inner:after {
  content: "";
  display: block;
  clear: both;
}
.side_ondemand .side_ondemand_inner h5 {
  background-color: #154099;
  margin: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 120%;
}
.side_ondemand .side_ondemand_inner h5 span {
  font-size: 80%;
  font-weight: normal;
  padding-top: 2px;
  float: right;
  text-align: right;
}
.side_ondemand .side_ondemand_inner.imasugu {
  /*
  border-bottom: none;
  */
}
.side_ondemand .side_ondemand_inner.imasugu dl {
  border-bottom: 1px solid #DADADA;
}
.side_ondemand .side_ondemand_inner.imasugu dl dt {
  font-size: 140%;
  font-weight: bold;
  padding: 5px 0 0 25px;
  background: url(/common/images/ico01.png) no-repeat 2px 8px;
}
.side_ondemand .side_ondemand_inner.imasugu dl dt a {
  color: #333;
}
.side_ondemand .side_ondemand_inner.imasugu dl dd {
  font-size: 110%;
  padding: 3px 0 7px 25px;
}
.side_ondemand .side_ondemand_inner.itsumo ul {
  list-style: none;
  padding-left: 5px;
}
.side_ondemand .side_ondemand_inner.itsumo ul li {
  float: left;
  font-size: 140%;
  font-weight: bold;
  background: url(/common/images/ico01.png) no-repeat 0 4px;
  padding: 0 20px 15px 15px;
}
.side_ondemand .side_ondemand_inner.itsumo ul li.rss {
  background: url(/common/images/rss.png) no-repeat 0 5px;
  padding-left: 15px;
}
.side_ondemand .side_ondemand_inner.itsumo ul li a {
  color: #333;
}

.side_blog_category ul {
  list-style: none;
  padding: 0 10px;
  margin: 0 0 7px 0;
}
.side_blog_category ul li {
  font-size: 140%;
  font-weight: bold;
  border-top: 1px solid #DADADA;
  padding: 7px 5px 7px 24px;
  background: url(/common/images/ico01.png) no-repeat 2px 11px;
}
.side_blog_category ul li.first {
  border-top: none;
}
.side_blog_category ul li a {
  color: #333;
}

.side_blog_left {
  float: left;
  width: 199px;
}
.side_blog_left #calendar {
  margin-top: 0px;
  padding-bottom: 0px;
}
.side_blog_left .side_ondemand_wrapper {
  background: url(/blog/images/bg_side_blog_left_repeat.png) repeat-y;
}
.side_blog_left .side_ondemand_wrapper2 {
  background: url(/blog/images/bg_side_blog_left_head.png) no-repeat;
}
.side_blog_left .side_ondemand {
  background: url(/blog/images/bg_side_blog_left_footer.png) no-repeat center bottom;
  padding: 3px 5px 5px 3px;
}
.side_blog_left .side_keyword p {
  color: #333;
  font-size: 130%;
  background: url(/common/images/ico08.png) no-repeat 0 4px;
  padding: 0 0 4px 10px;
  margin: 5px 10px 0 10px;
}
.side_blog_left .side_keyword ul {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0 0 5px 15px;
  font-size: 130%;
}
.side_blog_left .side_keyword ul:after {
  content: "";
  display: block;
  clear: both;
}
.side_blog_left .side_keyword ul li {
  padding-bottom: 5px;
}
.side_blog_left .side_keyword ul li a {
  color: #333;
}
.side_blog_left .side_rss {
  font-size: 140%;
  font-weight: bold;
  background: url(/common/images/rss2.png) no-repeat 0 3px;
  padding: 0 0 0 20px;
  margin-top: 10px;
}

.side_blog_right {
  float: right;
  width: 146px;
}
.side_blog_right .side_ondemand_wrapper {
  background: url(/blog/images/bg_side_blog_right_repeat.png) repeat-y;
}
.side_blog_right .side_ondemand_wrapper2 {
  background: url(/blog/images/bg_side_blog_right_head.png) no-repeat;
}
.side_blog_right .side_ondemand {
  background: url(/blog/images/bg_side_blog_right_footer.png) no-repeat left bottom;
  padding: 3px 4px 5px 4px;
}
.side_blog_right .side_link ul {
  list-style: none;
  padding: 0;
  margin: 0 0 7px 5px;
}
.side_blog_right .side_link ul li {
  font-size: 140%;
  font-weight: bold;
  word-break: break-all;
  padding: 7px 5px 7px 17px;
  background: url(/common/images/ico01.png) no-repeat 0 11px;
}

/* --------------------------------------------------
 #side
 --------------------------------------------------*/
#side {
  width: 346px;
  float: right;
}

/******************************************
* 庁E??をセンターに持ってくるために追加
*******************************************/
#side_add {
  text-align:center;
}
/******************************************/
#side_add ul {
  list-style-type: none;
}
#side_add li {
  padding: 0 0 10px 0;
  margin: 0;
  text-align: center;
}

#radiko {
  padding: 0;
}

#widget {
  zoom: 1;
}
#widget:after {
  content: "";
  display: block;
  clear: both;
}

.widget_left {
  width: 195px;
  float: left;
}

#calendar {
  padding: 0 0 10px 0;
  margin: 20px 0 10px 0;
  background: #fff;
}
#calendar .header {
  position: relative;
  background-color: #4d4d4d;
  color: #FFFFFF;
}
#calendar .header h1 {
  font-size: 120%;
  padding: 5px 0;
  text-align: center;
  margin: 0 0 10px 0;
}
#calendar .header .btn-prev {
  position: absolute;
  top: 6px;
  left: 8px;
}
#calendar .header .btn-prev a {
  display: block;
  text-indent: -9999em;
  width: 15px;
  height: 15px;
  background: url(/common/images/icon_calendar_left.png) no-repeat 0 0;
}
#calendar .header .btn-next {
  position: absolute;
  top: 6px;
  right: 8px;
}
#calendar .header .btn-next a {
  display: block;
  text-indent: -9999em;
  width: 15px;
  height: 15px;
  background: url(/common/images/icon_calendar_right.png) no-repeat 0 0;
}
#calendar table {
  background: #fff;
  margin: 0 0 0 8px;
  border-collapse: collapse;
}
#calendar table th {
  font-size: 120%;
  font-weight: normal;
  text-align: center;
}
#calendar table th.sun {
  color: #C1272D;
}
#calendar table th.sat {
  color: #0000FF;
}
#calendar table td {
  width: 20px;
  height: 20px;
  border-right: 4px solid #FFFFFF;
  font-size: 120%;
  text-align: center;
  vertical-align: center;
}
#calendar table td a {
  width: 20px;
  height: 20px;
  display: block;
  background: #999999;
  color: #FFFFFF;
}

#ad {
  width: 120px;
  float: left;
  margin:5px 0 10px 21px; 
}

/* --------------------------------------------------
 #footer_bnr
 --------------------------------------------------*/
#footer_bnr {
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#footer_bnr ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -5px 0 5px;
  zoom: 1;
}
#footer_bnr ul:after {
  content: "";
  display: block;
  clear: both;
}
#footer_bnr li {
  float: left;
  padding: 0 2px 0 3px;
  margin: 0;
}

/* --------------------------------------------------
 #page_top
 --------------------------------------------------*/
#page_top {
  clear: both;
  padding: 20px 0 0 0;
  margin: 0;
  text-align: right;
}

/* --------------------------------------------------
 #footer
 --------------------------------------------------*/
#footer_wrapper {
  background: url(/common/images/bg_footer.png) #464646 bottom repeat-x;
}

#footer {
  width: 980px;
  margin: 0 auto;
  padding-right: 10px;
  padding-bottom: 15px;
  background: url(/common/images/bg_footer.png) #464646 bottom repeat-x;
}
#footer p {
  padding: 0;
}

#footer_logo {
  width: 155px;
  float: left;
}

#copyright {
  width: 300px;
  float: right;
  font-size: 100%;
  text-align: right;
  color: #fff;
  margin: 10px 0 0 0;
}

#fnavi {
  padding-bottom: 25px;
}
#fnavi ul {
  width: 235px;
  float: left;
  padding: 0 0 0 8px;
  list-style-type: none;
  border-left: 1px solid #666;
}
#fnavi li {
  font-size: 130%;
  line-height: normal;
  background: url(/common/images/ico02.png) no-repeat 0 5px;
  padding: 0 0 0 15px;
  margin: 0 0 7px 0;
}
#fnavi li img {
  padding-left: 10px;
}
#fnavi li a, #fnavi li a:active, #fnavi li a:visited {
  color: #fff;
  text-decoration: none;
}
#fnavi li a:hover {
  color: #999;
}
#fnavi li.line1 {
  border-left: 4px solid #666;
  background-position: 10px 7px;
  margin-bottom: 0;
  padding: 0 0 6px 25px;
}
#fnavi li.line1.last-child {
  padding: 0 0 0 25px;
}
#fnavi li.line2 {
  border-left: 4px solid #666;
  margin: 0 0 0 18px;
  background-image: none;
  padding: 8px 0 0 6px;
}
#fnavi li.line2.first-child {
  padding: 0 0 0 6px;
  margin: 5px 0 0 18px;
}

#fnavi {
  zoom: 1;
}
#fnavi:after {
  content: "";
  display: block;
  clear: both;
}

.f{
  color:#fff;
}

/*
 * 2013/02/26 Add.
 * K.Miyahara
 */
#rssList h3.contentsBoxSimpleTitle {
  background-color: #C2E4F8;
}
#rssList h4.contentsBoxSimpleTitle2 {
  font-size: 140%;
  margin: 10px;
  padding: 5px;
  background: url(/themes/base/images/dottedLine.gif) bottom repeat-x;
}


/*
 * 2013/02/27 Add.
 * K.Miyahara
 */
.side_ondemand_wrapper .side_ondemand_wrapper2 .side_ondemand .side_ondemand_inner .ondemandlist {
  background: url(/common/images/ico09.png) no-repeat 2px 8px;
  padding: 6px 0 0 22px;
  float: right;
  font-size: 13px;
}

.titleCateDateBody {
  padding-left: 10px;
  font-size: 13px;
}
.titleCateDateBody ul {
  list-style-position: inside;
  list-style-type: none;
  list-style-image: url(/common/images/ico01.png);
  padding: 0px 20px;
}
.titleCateDateBody ul li {
  padding: 10px 0px;
  border-bottom: 1px #EEE solid;
}

.blog .blog_title.bgblue {
  background-color: #15409B;
}

.ml5.mb15 {
  text-align: center;
}


/* side */

.sponsorbanner{
        margin:0 0 15px 20px;
}


/*
 * 2013/03/04 Add.
 * K.Miyahara
 */
#inquiry {
  text-align: center;
}

/*
 * 2013/03/06 add 
  * K.Sekiguchi
 */
.asset-meta {
  padding: 5px 0 15px 20px;
  }
.otherLeadText {
  padding: 20px;
  }
  
  @media print {
  /* 紙媒体向けスタイル定義 */
.style_mobile_title h3 {
  border:none;
  }
  }
/*
2013/03/06 add oldcss
*/

.newsTextBox {
  font-size:14px;
}

.newsTextBox p img {
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 0; 
}

.newsTextBox img {
  border: none;
  vertical-align: bottom;
}

.newsTextBox ul {
  list-style-type: none;
  margin: 0;
}

.newsTextBox ol {
  margin: 0 0 0 15px;
  padding: 0;
}


.newsTextBox p {
  font-size:14px; 
}

.newsTextBox a {
  font-size:15px; 
}


.newsTextBox h4,
.newsTextBox h5,
.newsTextBox blockquote,
.newsTextBox table,
.newsTextBox pre {
  margin-bottom: 10px;
}

.newsTextBox table {
  border: solid 1px #A1D3FF;
  border-collapse: collapse;
  border-spacing: 0;
  background: #FFFFFF;
}

.newsTextBox table th,
.newsTextBox table td {
  padding: 5px;
  width: auto !important;
  border: solid 1px #A1D3FF;
}

.newsTextBox h3 {
  border-left: solid 4px #48f;
  margin-bottom:10px;
  padding-left: 4px;
}

.newsTextBox ul {
  list-style-position:outside;
  margin-bottom: 10px;
  padding: 0 10px;
}

.newsTextBox ul li {
  padding: 0 0 0 15px;
  margin: 0;
}

.newsTextBox ol{
  list-style-position:outside;
  margin-bottom: 10px;
}

.newsTextBox blockquote {
  border:solid 1px #CAE9FA;
  padding: 10px;
  background-color:#FFFFFF;
}

.newsTextBox pre {
  padding:10px;
  border:solid 1px #CDCDCD;
  background-color:#EDEDED;
  overflow: scroll;
}


.newsTextBox .columnImage {
  padding: 5px;
  border-top: solid 1px #C0C0C0;
  border-right: solid 1px #808080;
  border-bottom: solid 1px #808080;
  border-left: solid 1px #C0C0C0;
  background-color: #FFFFFF;
}

.newsTextBox .columnImageNoCaption {
  margin-bottom: 10px;
}

.newsTextBox .columnIcon {
  padding: 5px;
}

.newsTextBox .caption {
  margin: 2px 0 5px;
  padding: 0 5px;
  color: #666666;
  font-size: 88% !important;
  text-align: center;
}

.newsTextBox .columnImageAuto {
}

.newsTextBox .columnImageLeft {
  float: left;
  margin-right: 10px;
  display: inline;
}

.newsTextBox .columnImageRight {
  float: right;
  /*margin-left: 10px;*/
  padding-right:35px;
  display: inline;
}

.newsTextBox .columnImageCenter {
  margin-left: auto;
  margin-right:auto;
}

.newsTextBox .columnFileAuto {
}

.newsTextBox .columnFileLeft {
  float: left;
  margin-right: 10px;
  display: inline;
}

.newsTextBox .columnFileRight {
  float: right;
  margin-left: 10px;
  display: inline;
}

.newsTextBox .columnFileCenter {
  margin-left: auto;
  margin-right:auto;
}

.newsTextBox .columnMapAuto {
  margin-bottom: 10px;
}

.newsTextBox .columnMapLeft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.newsTextBox .columnMapRight {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.newsTextBox .columnMapCenter {
  display:block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}


.newsTextBox .clearHidden {
  display: block;
  clear: both;
  visibility: hidden;
  height:0;
  width:auto;
  margin:0 0 0 0;
  border:none;
  padding:0;
}


/*
 * 2013/03/06 Add.
 * K.Miyahara
 */
.newsTextBox blockquote {
  font-size: 100% !important;
}

.blog.blog_topics_list .blog_topics .newsTextBox table {
  float: none;
}


/*
 * 2013/03/12 Add.
 * K.Miyahara
 */
#prev_next_link {
  width: 100%;
  font-size: 120%;
}

#prev_next_link div {
  width: 33%;
  float: left;
  text-align: center;
}
#prev_next_link div#top_link {
  width: 34%;
}

/*
 * 2013/03/13 Add.
 * K.Miyahara
 */
.newsTextBox ul li , 
.newsTextBox table td {
  font-size: 100% !important;
}

#side #calendar table th ,
#side #calendar table td {
  font-size: 120% !important;
}

/*
 * 2013/03/14 Add.
 * K.Miyahara
 */
.aformtable ul {
  list-style-type: none;
  margin: 0;
}

.aformtable ul li {
  margin-bottom: 10px;
}

.aformtable ul li input {
  width: auto;
}


/*
 * 2013/03/14 Add.
 * K.Sekiguchi
 */
  /* --------------------------------------------------
 #NIKKEI NET
 --------------------------------------------------*/
  
.nikkeinet_img {
    margin:0 0 -15px -20px;
    padding:0;
}
.nikkeinet {
    background:#FFFFFF;
    text-align: center;
    margin:0 28px 17px 29px;
    /*margin:0 ;*/
    padding:0;
}
.nikkeinet2 {
   background:#65a4e8;
    text-align: left;
    margin:0;
    padding: 5px 17px 17px ;
}
.nikkeinet3 {
   background:#b0cfff;
    margin:0 ;
    padding: 17px;
}
.nikkeinet span {
    font-size:11px;
    color:#666666;
    margin:0 ;
    padding: 0;
    float:right;
} 
.nikkeinet p.nikkeinet_attention {
   background:#FFF;
    border:solid 1px #F00;
    text-align: center;
    margin:13px;
    padding:17px;
}
.nikkeinet_attention strong {
    font-size:120%;
    font-weight:normal;
}

/*
 * 2013/03/21 Add.
 * K.Miyahara
 */
.newsTextBox strong {
  font-size: 100% !important;
}
.newsTextBox p strong {
  font-size: 100% !important;
}

.nkpager {
  font-size: 140%;
}


/*
 * 2013/03/24 Add.
 * N.okada
 */

.newsTextBox2{
  margin-bottom:10px;
}


.newsTextBox2 p{
  font-size: 160% !important;
}

.newsTextBox2 p strong {
  font-size: 100% !important;
}

.newsTextBox2 table {
  border: solid 1px #A1D3FF;
  border-collapse: collapse;
  border-spacing: 0;
  background: #FFFFFF;
}

.newsTextBox2 table th,
.newsTextBox2 table td {
  padding: 5px;
  width: auto !important;
  border: solid 1px #A1D3FF;
}

.newsTextBox2 table td {
        font-size:14px;
}
.newsTextBox2 h3 {
        font-size:160%;
  border-left: solid 4px #48f;
  margin-bottom:10px;
  padding-left: 4px;
}

.newsTextBox2 ul {
  list-style-position:outside;
  margin-bottom: 10px;
  padding: 0 10px;
}

.newsTextBox2 ul li {
  padding: 0 0 0 15px;
  margin: 0;
}

.newsTextBox2 ol{
  list-style-position:outside;
  margin-bottom: 10px;
}

.newsTextBox2 blockquote {
  border:solid 1px #CAE9FA;
  padding: 10px;
  background-color:#FFFFFF;
}

.newsTextBox2 pre {
  padding:10px;
  border:solid 1px #CDCDCD;
  background-color:#EDEDED;
  overflow: scroll;
}


.newsTextBox2 .columnImage {
  padding: 5px;
  border-top: solid 1px #C0C0C0;
  border-right: solid 1px #808080;
  border-bottom: solid 1px #808080;
  border-left: solid 1px #C0C0C0;
  background-color: #FFFFFF;
}

.newsTextBox2 .columnImageNoCaption {
  margin-bottom: 10px;
}

.newsTextBox2 .columnIcon {
  padding: 5px;
}

.newsTextBox2 .caption {
  margin: 2px 0 5px;
  padding: 0 5px;
  color: #666666;
  font-size: 88% !important;
  text-align: center;
}

.newsTextBox2 .columnImageAuto {
}

.newsTextBox2 .columnImageLeft {
  float: left;
  margin-right: 10px;
  display: inline;
}

.newsTextBox2 .columnImageRight {
  float: right;
  /*margin-left: 10px;*/
  padding-right:35px;
  display: inline;
}

.newsTextBox2 .columnImageCenter {
  margin-left: auto;
  margin-right:auto;
}

.newsTextBox2 .columnFileAuto {
}

.newsTextBox2 .columnFileLeft {
  float: left;
  margin-right: 10px;
  display: inline;
}

.newsTextBox2 .columnFileRight {
  float: right;
  margin-left: 10px;
  display: inline;
}

.newsTextBox2 .columnFileCenter {
  margin-left: auto;
  margin-right:auto;
}

.newsTextBox2 .columnMapAuto {
  margin-bottom: 10px;
}

.newsTextBox2 .columnMapLeft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.newsTextBox2 .columnMapRight {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.newsTextBox2 .columnMapCenter {
  display:block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}


.newsTextBox2 .clearHidden {
  display: block;
  clear: both;
  visibility: hidden;
  height:0;
  width:auto;
  margin:0 0 0 0;
  border:none;
  padding:0;
}

.newsTextBox2 .blog_topics{
  font-size:160px;
}

.blog.blog_topics_list .blog_topics p {
  color: #333;
/*
  font-size: 160% !important;
*/
  font-size: 14px;
  padding: 5px 0 5px 0;
  zoom: 1;
}

a.readmore1{
  font-size: 150%;
  font-weight: bold;
}

p a.readmore1{
  font-size: 100%;
  font-weight: bold;
}

a:visited {
  color: #993366;
}
a:hover {
  text-decoration: underline;
}


/*
  Create : 2013-03-25 10:50
  
  MP3プレーヤーで再生できない場合のCSS
*/
#mp3file_link {
  text-align: center;
    font-size: 150%;
    padding-bottom: 20px;
    margin-top: -15px;
    color: #FF0000;
}





.blog_top_wrapper {
  padding: 0px 5px;
}

.blog_top_title {
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  background-color: #4D4D4D;
  padding: 5px 10px;
  margin: 0px;
}

.blog_top_topics {
  padding: 5px 3px 10px;
  margin-bottom: 20px;
  background: #FFF;
  background: url(/common/images/bg_repeat.png) repeat-y;
  background-position: -5px 0px;
  box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.5);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#CACACA', Direction=145, Strength=2);
}

.blog_top_topics.last {
  margin-bottom: 0px;
}

.blog_top_topics h4 {
  font-size: 16px;
  padding: 10px 0px 10px 10px;
  margin: 0px;
  background: url(/market/images/kiji_title.png) no-repeat;
}

.blog_top_topics .date {
  font-size: 120%;
  text-align: right;
  line-height: 100%;
  margin-bottom: 5px;
}

.blog_top_topics table.sns_link td {
  width: 130px;
}

.blog_top_topics .clear {
  border-bottom: 1px #444 solid;
  margin-bottom: 10px;
}

.blog_top_topics .entrybody {
  font-size: 14px;
  padding-left: 10px;
  zoom: 1;
}

.blog_top_topics .entrybody:after {
  content: "";
  display: block;
  clear: both;
}

.blog_top.blog_topics_list .more {
  font-size: 130%;
  color: #fff;
  font-weight: bold;
  background: #fafafa url(/common/images/bg_box_end.png) repeat-x;
  padding: 8px 8px 8px 0;
  margin: 0px 0px 15px;
  text-align: right;
  clear: both;
  box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.5);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#CACACA', Direction=145, Strength=2);
}

.blog_top.blog_topics_list .more a {
  color: #4d4d4d;
  text-decoration: none;
  background: url(/common/images/ico01.png) no-repeat 0 1px;
  padding: 0 0 0 18px;
}

a.readmore1 {
  font-size: 120%;
}




/* --------------------------------------------------
 #time_free
 --------------------------------------------------*/
.side_timefree_wrapper {
  background: url(/common/images/bg_side_repeat.png) repeat-y;
  margin-bottom: 10px;
  padding: 0;
}

.side_timefree_wrapper2 {
  background: url(/common/images/bg_side_head.png) no-repeat;
  margin: 0;
  padding: 0;
}

.side_timefree {
  zoom: 1;
  background: url(/common/images/bg_side_footer.png) no-repeat left bottom;
  padding: 3px 5px 5px 5px;
}
.side_timefree:after {
  content: "";
  display: block;
  clear: both;
}
.side_timefree h3 {
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  background-color: #4D4D4D;
  padding: 5px 10px;
  margin: 0;
}
.side_timefree .side_timefree_inner {
  border: 4px solid #e73c64;
  padding: 10px 10px 0px 10px;
  background-color: #EAEEF1;
  zoom: 1;
}
.side_timefree .side_timefree_inner:after {
  content: "";
  display: block;
  clear: both;
}
.side_timefree .side_timefree_inner h5 {
  background-color: #e73c64;
  margin: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 120%;
}

.side_timefree .side_timefree_inner ul {
  margin-top: 0px;
}
.side_timefree .side_timefree_inner ul li {
  font-size: 140%;
  font-weight: bold;
  padding: 5px 0 7px 25px;
  list-style:none;
  background: url(../images/ico01.png) no-repeat 2px 8px;
  border-top: 1px solid #DADADA;
}

.side_timefree .side_timefree_inner ul li a {
  color: #333;
}

.side_timefree .side_timefree_inner ul li:first-child{
    border-top: none;
}

.side_timefree .side_timefree_inner ul li:last-child{
    border-bottom: 0;
}


/* -- Time Free -- */

.timetable_inner3.navi2 {
  margin: 12px 20px 12px 5px;
  border-radius: 1px;
  background: #fff;
  box-shadow: 0px 0px 3px 3px #e8e8e8;
}

.timetable_timefree {
  width: auto;
  margin: -10px -10px 12px;
  padding: 8px 0 10px 10px;
  background: #fbe5ea;
}

.timetable_timefree .timefree_title,
.timetable_inner3 .timetable_timefree .timefree_title {
  margin-top: 0;
  margin-right: 6px;
  padding: 5px 10px;
  background: #ec6685;
  color: #fff;
  font-size: .8em;
  font-weight: bold;
}

.timetable_timefree .timefree_title img {
  margin: 0 4px;
  vertical-align: middle;
}

.timetable_timefree ul li,
.timetable_inner3.navi2 .timetable_timefree ul li {
  padding: 3px 4px;
}

/* rn20190531 */

.side-spotify {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.spotify-button {
  align-items: center;
  background: #fff;
  border: solid 1px #1db954;
  border-radius: 8px;
  color: #444444;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  padding: 0 8px;
  text-decoration: none;
  transition: 0.3s;
}

.spotify-button img {
  width: 24px;
  height: 24px;
  margin: 12px;
}

.spotify-button:hover {
  color: #888888;
  text-decoration: none;
}

.spotify-badge {
  background: url(/podcasting_spotify/img/spotify-podcast-badge-wht-grn-330x80.png);
  display: block;
  height: 80px;
  width: 330px;
}

/* rn20190614 */

.entry-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry-list * {
  box-sizing: border-box;
}

.entry-list li {
  padding: 0 10px;
  width: 50%;
}

.entry-list-content {
  border-bottom: solid 1px #ccc;
  height: 100%;
  padding: 15px 0;
}

.entry-list-ondemand, .entry-list-podcast {
  display: flex 
}

.entry-list-ondemand-thumbnail,
.entry-list-podcast-thumbnail {
  margin-right: 10px;
  width: 70px;
}

.entry-list-ondemand-thumbnail img,
.entry-list-podcast-thumbnail img {
  width: 70px;
}

.entry-list-ondemnad-text,
.entry-list-podcast-text {
  display: flex;
  flex-direction: column;
}

.entry-list-ondemnad-text {
  width: 142px;
}

.entry-list-podcast-text {
  width: 212px;
}

.entry-list-ondemand-title,
.entry-list-podcast-title {
  font-size: 140%;
  font-weight: bold;
}

.entry-list-ondemand-button {
  width: 70px;
}

.entry-list-ondemand-button img {
  width: 70px;
}

.entry-list-podcast-itunes,
.entry-list-podcast-rss {
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
}

.entry-list-podcast-itunes {
  background: url(/common/images/ico01.png) no-repeat 0 center;
  padding-left: 16px;
}

.entry-list-podcast-rss {
  background: url(/common/images/rss.png) no-repeat 0 center;
  padding-left: 13px;
}

.entry-list-podcast-spotify {
  background: url(/podcasting_spotify/img/spotify-podcast-badge-wht-grn-165x40.png);
  height: 40px;
  margin-top: 4px;
  width: 165px;
}

.mt-m1 {
  margin-top: -1px !important;
}
