@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;
}

/* ==========================================================================
   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,
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 {
  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"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[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"],
input[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"] {
  -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,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-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","ＭＳ Ｐゴシック",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;
}
#tnavi1 li a {
  display: block;
  padding: 20px 0 35px 0;
  background: url(/common/images/tnavi01.png) no-repeat 0 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-on a, #navi li.two-on a {
  color: #555;
  text-decoration: none;
  display: block;
  width: 154px;
  text-align: center;
  background: url(/common/images/navi_on.png) no-repeat right top;
}

#navi li.home a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 154px;
  text-align: center;
  background: url(/common/images/home.png) no-repeat right top;
}
#navi li.hime a:hover {
  color: #666;
  text-decoration: none;
  display: block;
  width: 154px;
  text-align: center;
  background: url(/common/images/home_on.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.two-on 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;
  /*background: url(/common/images/home.png) no-repeat right top;*/
}
#navi .imgNavi a{
  line-height: 51px;
  width: 52px;
  text-align: left;
  padding: 0;
  margin: 0;
  border-right: 1px solid #999;
  background-position:center center;
  background-repeat:no-repeat;
  /*background: url(/common/images/home.png) no-repeat right top;*/
}
/*#navi .imgNavi:hover{
  width: 52px;
  text-align: left;
  padding: 0;
  margin: 0;
  border-right: 1px solid #999;
  background: url(/common/images/home_on.png) no-repeat right top;
}*/	
#navi .imgNavi a:hover{
  /*width: 52px;
  text-align: left;
  padding: 0;
  margin: 0;
  border-right: 1px solid #999;*/
  background-image: url(/common/images/home_on.png)/* no-repeat right top*/;
}
#navi .imgNavi a:hover img{
　visibility : hidden ;
　border-style : none ;/*
  width: 52px;
  text-align: left;
  padding: 0;
  margin: 0;
  border-right: 1px solid #999;
  background-image: url(/common/images/home_on.png) no-repeat right top;*/
}

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

#contents {
  width: 990px;
  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;
}

/*　お知らせ
　　イベント・セミナー
　　新着オンデマンド
　　新着ポッドキャスト
　　ショッピング
　　プレゼント情報　*/
.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;
}

/*　おすすめピックアップ番組
　　週間ランキング　*/
.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;
}

/*　お知らせ
　　イベント・セミナー　*/
.detail_top1 .cat {
  display: inline;
  width: 38px;
  height: 20px;
  line-height: 20px;
  float: left;
  text-align: center;
  margin-right: 5px;
  color: #fff;
  background: url(/common/images/topics_category1.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;
}

/*　新着オンデマンド
　　新着ポッドキャスト　*/
.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;
}

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

/*　おすすめピックアップ番組　*/
.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;
}

/*　おすすめピックアップ番組　*/
.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;
}

/*　広告　*/
.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 5px 0 5px;
}
#subnavi ul {
  list-style: none;
  zoom: 1;
}
#subnavi ul:after {
  content: "";
  display: block;
  clear: both;
}
#subnavi ul li {
  float: left;
  font-size: 120%;
  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 a {
  display: block;
  height: 42px;
  background-image: url(/market/images/subnavi.png);
  background-repeat: repeat-x;
  background-position: center;
  padding: 0 15px;
  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;
}

/*　銘柄情報
　　インベスト情報　*/
.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.first {
  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;
}

/*　銘柄情報
　　インベスト情報　*/
.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.first {
  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;
  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 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;
}

/*　番組新着記事リスト　*/
.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 {
  padding: 10px 10px 40px 10px;
}
.detail_kjnet_kiji .detail_topics p {
  font-size: 140%;
}

/*　記事ページ移動　*/
.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: 120%;
  width: 40%;
}
.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: 15px;
}
#personality_navi ul:after {
  content: "";
  display: block;
  clear: both;
}
#personality_navi ul li {
  height: 61px;
  float: left;
  padding: 11px 5px 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;
}

.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 {
  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 {
  font-size: 150%;
  color: #194399;
  font-weight: bold;
}
.personality.list dl dd {
  font-size: 130%;
  color: #333;
}
.personality.person {
  padding: 15px 15px 30px 15px;
}
.personality.person .personality_photo {
  float: left;
  width: 137px;
}
.personality.person .personality_date {
  float: right;
  width: 445px;
}
.personality.person .personality_name {
  padding: 0;
  margin: 0 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;
}

/* --------------------------------------------------
 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: 25%;
  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: 10px;
}
.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_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;
  padding: 0 10px 0 5px;
}
.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;
}
.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 {
  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;
}
.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;
}

/* --------------------------------------------------
 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: 200%;
  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;
}
.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: 160%;
}
.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%;
  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 0 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: 130%;
}
.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-top: 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;
}

#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: right;
}

/* --------------------------------------------------
 #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-bottom: 15px;
}
#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;
}

/* --------------------------------------------------
 #medical banner
 --------------------------------------------------*/

#side_add ul.single_column {
  margin-bottom: 0;
}
#side_add ul.left_column {
  float: left;
  text-align: left;
  padding-left: 7px;
  margin-top: 0;
}
#side_add ul.right_column {
  float: right;
  padding-right: 7px;
  margin-top: 0;
}
#side_add li {
  padding: 0 0 10px 0;
  margin: 0;
  text-align: center;
}

/* 提供バナー */
.sponsorBanner {
	margin: 10px 0;
	text-align: center;
}

.sponsorBanner li {
	margin: 0 0 10px 0;
	list-style-type: none;
}