@import url("/css_new/common.css");
/* =========================================

title : 東建ホームメイトカップ
  ブログ
scope : /blog/index.shtml

last modify :  2016/10/17 183_aoyama

2016/03/02 163_yamamoto
2015/12/25 262_ichinose ページジャンプ用スタイル追加
2014/2/26 183_aoyama

============================================ */
/* -------------------------------------------
  contents
------------------------------------------- */
#contents {
  width:1035px;
  margin:0 0 25px;
  text-align:left;

}

/* -------------------------------------------
  site CSS
------------------------------------------- */


#contents h1 {
  clear:both;
  width:1035px;
  height:72px;
  text-indent:0;
}

#contents h2 {
  background:#def0fa;
  font-size:130%;
  font-weight:bold;
  line-height:1.3;
  margin:0 0 15px 0px;
  padding:8px 20px 8px 20px;
  text-align:left;
  text-indent:0px;
  color:#0055ab;
  clear: both;
  border-top:3px solid #aed9f1;
  border-bottom:3px solid #aed9f1;
  vertical-align:middle;
  overflow:hidden;
  height:auto !important;
}

#contents h3 {
  background:none;
  border-bottom:1px dotted #999;
  font-weight:bold;
  margin:6px auto;
  padding:6px 0;
  text-align:left;
  font-size:130%;
}

#contents p.lead {
  width:690px;
  margin:0 auto;
  padding:10px;
}

/* -------------------------------------------
  box
------------------------------------------- */
#contents div.box_bottom {
  background: url("../image_cmn/bg_box_btm.gif") no-repeat 0 bottom transparent;
  margin: 10px auto 0;
  padding: 0 0 13px;
  width: 1035px;

}
#contents div.box {
  background: url("../image_cmn/bg_box.gif") repeat-y scroll left center transparent;
  /*background: url("../image_cmn/bg_box_btm.gif") no-repeat center bottom transparent;*/
  margin: 5px auto 0;
  /*overflow: hidden;*/
  overflow:visible;
  padding: 0;
  width: 1035px;

}

/* -------------------------------------------
  box_title
------------------------------------------- */
#contents div.box div.box_title {
  background: url("../image_cmn/box_title.gif") no-repeat scroll left bottom transparent;
  height: 57px;
  margin: 0;
  padding: 0px;
  position: relative;
  width: 1035px;
  z-index:1;
}
#contents div.box div.box_title p.ttl {
  position: absolute;
  left: 50px;
  top: 15px;
  font-weight:bold;
  font-size:120%;
}
/* -------------------------------------------
  font_size_box
------------------------------------------- */
#contents div.box #font {
  background: url("../image_cmn/font_size_box.gif") no-repeat center center transparent;
  position: absolute;
  right: 0;
  top: 0;
  font-weight:bold;
  z-index:2;
  width:316px;
  height:36px;
}
#contents div.box #font ul {
  width:316px;
  height:36px;
  margin:0;
  padding:0;
}
#contents div.box #font ul li {
  cursor: pointer;
  list-style: none outside none;
  position: absolute;
}
#contents div.box #font ul li.size_s {
  right: 130px;
  top: 8px;
  height: 22px;
  width: 22px;
}
#contents div.box #font ul li.size_m {
  right: 100px;
  top: 6px;
  height: 24px;
  width: 24px;
}
#contents div.box #font ul li.size_l {
  right: 70px;
  top: 4px;
  height: 26px;
  width: 26px;
}

#contents div.box #font ul li a {
  display: block;
  text-indent: -9999px;
}

/* -------------------------------------------
  左側部分
------------------------------------------- */
#contents div.l_box {
  width:683px;
  float:left;
  font-size: 14px;
  /*overflow:hidden;*/
  overflow:visible;
  margin:0 0 15px 14px;
}
#contents div.l_box p.first {
  margin:0;
}
#contents div.entry {
  border:1px solid #d2d2d2;
  padding:10px 25px 15px;
  margin:0 0 15px 0;
  clear:both;
  line-height:1.5;
}
#contents div.l_box p.date {
  font-weight:bold;
  padding:0 0 0 0;
  text-align:right;
  float:right;
  margin:0 0 5px 0;
}
#contents div.entry p {
  padding:10px 0;
  font-size: inherit;
  line-height: 1.5;
  margin:0 auto 8px;
  vertical-align:middle;
  word-break: normal;
  word-wrap: normal;
}
#contents div.entry p a{
  text-decoration: underline;
}
#contents div.entry p u{
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
#contents div.entry p img {
  vertical-align:middle;
  margin-bottom: 10px;
}

#contents div.entry p img[align="left"] {
  float: none;
  width: auto!important;
  height: auto!important;
  max-width: 631px;
}
#contents div.entry p.photo {
  padding:6px;
  margin:7px auto 15px;
  text-align: center;
}

#contents div.entry p.photo img {
  border:3px solid #EBEBEB;
  }

#contents div.entry p.item_link {
  background:url(/image_cmn/arrow_bl.gif) no-repeat center left;
  text-indent:1.5em;
}
#contents div.entry p.item_link_long {
  background:url(/image_cmn/arrow_bl.gif) no-repeat center left;
  text-indent:0;
  padding:0 0 0 20px;
}

#contents p.navi {
  margin:18px auto 15px;
  text-align:center;
  font-size:80%;
}
#contents p.navi span.no_link {
  color:#999;
}

#contents div.entry ul {
  margin:0 10px 0 20px;
  }

#contents .entry .style1 {
  color:#F09;
  }
#contents .entry .style2 {
  color:#093;
  }
#contents .entry .style3 {
  color:#F60;
  }
#contents .entry .style4 {
  color:#909;
  }

#contents .entry .fontsize1 {
  font-size:120%;
  }

#contents .entry .fontsize2{
  font-size:130%;
  }


.entry dl.link {
  border-bottom: 3px solid #aed9f1;
  border-top: 3px solid #aed9f1;
  clear: both;
  margin: 10px auto 0;
  overflow: visible;
  padding: 7px;
}

.entry dl.link dt.link_blog {
  background: url("../image_cmn/ico_newarticle.gif") no-repeat scroll 0 0 transparent;
  clear: both;
  display: block;
  font-size: 95%;
  height: 16px;
  line-height: 105%;
  margin: 0;
  padding: 2px 0 0 23px;
}

.entry dl.link dd.link_url {
  clear: both;
  margin: 2px 0 0;
  padding: 0;
}

/*-----------------------------------------------
 文字サイズ
-----------------------------------------------*/

div#fontSize ul {
  background:url(/image_cmn_new/fontsize/font-bg.png)no-repeat 0 bottom;
  width: 220px;
  height: 38px;
}

div#fontSize li {
  padding: 0 2px 0 10px;
  display: inline-block;
  cursor: pointer;
}

div#fontSize li.size_s {
  padding-left: 100px !important;
}

div#fontSize img {
  vertical-align: bottom !important;
}

#fontSize {
  float: right;
}

/* -------------------------------------------
  右側部分
------------------------------------------- */
#contents div.r_sidebox {
  width:300px;
  float:right;
  overflow:hidden;
  margin:0 14px 30px 0;
}

#contents div.r_sidebox p {
  margin: 0;
  padding: 0 0 5px;
}

#contents div.r_sidebox .line {
  background: url("/image_cmn_new/dot_line.gif") repeat-x scroll 0 bottom transparent;
  padding-bottom: 16px;
}
#contents div.r_sidebox .line_top {
  background: url("/image_cmn_new/dot_line.gif") repeat-x scroll 0 0 transparent;
  padding-top: 16px;
}
#contents div.r_sidebox .side_app figcaption {
  margin: 5px auto 10px;
  padding:0 5px 0;
  text-align: left;
  font-size: 15px;
  line-height: 1.2;
}
/*----ムービー--------------*/
/*#contents div.r_sidebox .movie_area{
  margin: 0 auto 15px;
  padding: 0;
  width: 300px;
}

#contents div.r_sidebox .movie_area .movie_space {
  background: url("/image_cmn_new/movie_black.PNG") no-repeat scroll 0 0 transparent;
  height: 255px;
  margin: 0 auto 10px;
  padding: 0;
  width: 300px;
}*/

#contents div.r_sidebox .movie_area {
  margin: 0 auto 15px;
  padding: 0;
  width: 300px;
}
#contents div.r_sidebox .movie_area .movie_space {
  width: 300px;
  height: 250px;
  margin: 0px 0px 10px;
  background:url(../../image_cmn/side_movie_bg.png) no-repeat 0 0;
  padding-top: 10px;
}
#contents div.r_sidebox .movie_area div.youtube_thum {
  position: relative;
  width: 280px;
  height: 157px;
  margin: 0px auto;
  padding: 0px;
  overflow: hidden;
}
#contents div.r_sidebox .movie_area div.youtube_thum .thumbnail {
  position:absolute;
  width:280px;
  height:auto;
  top:-26px;
}
#contents div.r_sidebox .movie_area #movie_space_tab {
  background: url("/image_cmn_new/side_movie_bg_tab.gif") no-repeat scroll 0 0 transparent;
  height: 255px;
  margin: 0 auto 10px;
  padding: 0;
  width: 300px;
}
#contents div.r_sidebox .movie_area #movie_space_tab .html5movie {
  position: relative;
  top: 11px;
  left: 11px;
  width: 320px;
  height: 180px;
}
#side_animation_box {
  width: 300px;
  height: 100px;
  /*margin: 10px 0 15px 0;
  padding-top: 16px;
  background: url("/image_cmn_new/dot_line.gif") repeat-x scroll 0 0 transparent;*/
  margin: 0 0 15px 0;
  padding-top: 0px;
  background: none;
}
#contents div.r_sidebox .movie_area div.youtube_thum .load {
  position:absolute;
  top:50px;
  left:110px;
  /*top:28px;
  left:90px;*/
}

/*----ブログカレンダー--------------*/
#contents .r_sidebox .rbox {
  background: url("../image_cmn/bg_r_box_m.gif") repeat-y scroll 0 0 transparent;
  border-bottom: 5px solid #CCCCCC;
  border-top: 5px solid #CCCCCC;
  clear: both;
  margin: 0 0 15px;
  overflow: hidden;
  padding:0 0 10px;
  width: 300px;
}

#contents .r_sidebox .nopdbtm {
  padding-bottom: 0;
}

#month {
  background: url("../image_cmn/ttl_r_box03.gif") no-repeat scroll 0 0 transparent;
  font-weight: bold;
  height: 32px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 300px;
}

#month p {
  color: #333333;
  font-size: 116%;
  font-weight: bold;
  line-height: 32px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#month02 {
  color: #333333;
  font-size: 112%;
  font-weight: bold;
  margin: 7px 0 2px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 300px;
}

#month03 {
  height: 18px;
  width: 300px;
}

#month03 p span#monthPrev a {
  float: left;
  font-size: 90%;
  font-weight: bold;
  margin-left: 23px;
  text-align: left;
  text-decoration: none;
}

#month03 p span#monthNext a {
  float: right;
  font-size: 90%;
  font-weight: bold;
  margin-right: 23px;
  text-align: right;
  text-decoration: none;
}


#calendar table.cal {
  height:100%;
  width:250px;
  margin:0 auto 25px;
  padding:0 0 30px 0;
  text-align:center;
  border-collapse:collapse;
  border:none;
  font-size:100%;
  }
#calendar table.cal th {
  width:20px;
  height:15px;
  font-weight:normal;
  background:none;
  border:none;
  color:#333;
  }
#calendar table.cal td {
  width:20px;
  height:14px;
  text-align:center;
  vertical-align:middle;
  padding:3px 0 3px;
  border:none;
  }
#calendar table.cal td a {
  display:block;

  background:#c8e6f7;
  text-align: center;
  vertical-align: middle;
  padding: 2px 0 0;
  margin:0 1px;
  border:none;
  }
#calendar table.cal td a.today {
  display:block;
  padding:1px 0px;
  background:#FF3399;
  color:#ffffff;
  margin:0 1px;
  }
#calendar table.cal td a.new {
  background:#FF3399;
  color:#ffffff;
  text-align: center;
  vertical-align: middle;
  padding: 2px 0 0;
  margin:0 1px;
  border:none;
  }
#calendar table.cal th.week {
  border-bottom: 2px solid #ccccb9;
  border-top: 2px solid #ccccb9;
  }
#calendar table.cal th.sun {
  color:#ff6666;
  }
#calendar table.cal th.sat {
  color:#6699ff;
  }
/*----アーカイブ----------------------*/

#contents .r_sidebox .rbox  dl dt {
  background: url("../image_cmn/ttl_r_box03.gif") no-repeat scroll 0 0 transparent;
  color: #333333;
  font-size: 116%;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 300px;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

#contents .r_sidebox .rbox dd#archive .ttl {
  background: url("../image_cmn/ico_archive_on.gif") no-repeat scroll 0 2px transparent;
  margin: 0 ;
  padding: 0;
}
#contents .r_sidebox .rbox dd#archive .ttl p{
  font-size: 116%;
  font-weight: bold;
  height: 26px;
  line-height:26px;
  margin: 0 0 0 25px;
  padding: 0;
}
#contents .r_sidebox .rbox dd#archive .ttl img {
  padding: 0 4px 0 0;
  vertical-align: top;
}
#contents .r_sidebox .rbox dd#archive .history ul {
  margin: 0;
  padding: 0;
}
#contents .r_sidebox .rbox dd#archive .history ul li {
  background: url("../image_cmn/ico_archive_s.gif") no-repeat scroll 24px 0 transparent;
  height: 24px;
  letter-spacing: 0.05em;
  line-height: 21px;
  margin: 0;
}

/*---------おすすめサイト　バナー---------------------------*/

#contents .r_sidebox .rbox ul.bnr_list {
  margin: 0;
  padding: 0;
}

#contents .r_sidebox .rbox ul.bnr_list li {
  margin: 5px 0 14px;
  margin: 0 0 6px\9; /* IE8 and below */
  *margin: 0 0 6px; /* IE7 and below */
  _margin: 0 0 6px; /* IE6 */
}
#contents .r_sidebox .rbox ul.bnr_list li:not(:target) {
  margin: 0 0 6px\9; /* IE9 */
}
#contents .r_sidebox .rbox ul.bnr_list li dl dt {
  background: none;
  height: 65px;
  line-height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 260px;
}

#contents .r_sidebox .rbox ul.bnr_list dt img.border {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #888888;
  margin: -1px;
}
#contents .r_sidebox .bnr_s {
  margin: 0 auto 15px;
  padding: 0;
  width: 300px;
}
#contents div.r_sidebox .bnr_s p {
  margin: 0;
  padding: 0;
}


/*-----------article 記事テキストのクラス---------*/
.txt_line {
  text-decoration:underline;
}
.txt_b {
  font-weight: bold;
}
.txt_l3 {
  font-size: 175%;
}
.txt_l2 {
  font-size: 150%;
}
.txt_l1 {
  font-size: 125%;
}
.txt_m {
  font-size: 100%;
}
.txt_s {
  font-size: 75%;
}
.txt_red {
  color: #FF0000;
}
.txt_pink {
  color: #FF3399;
}
.txt_green {
  color: #006600;
}
.txt_olive {
  color: #537308;
}
.txt_blue {
  color: #0000ff;
}
.txt_skyblue {
  color: #0066FF;
}
.txt_brown {
  color: #923F32;
}
.txt_orange {
  color: #FF6600;
}
.img_c {
  text-align: center;
}

/* ページジャンプ */
.page_skip{
  width:620px;
  margin:20px auto;
  min-height:68px;
  padding:10px 10px 12px 10px;
  position:relative;
/*	margin:10px auto 15px auto;
  padding-bottom:8px;*/
  text-align:center;
  letter-spacing:0px;
  text-align:center;
}

.page_skip_ul{
  position: relative;
  right:75px;
}
.page_skip_ul li{
  position: relative;
  display: inline-block;
  vertical-align:top;
}

.page_nav_ul{
  position: relative;
}
.page_nav_ul li{
  position: relative;
  display: inline-block;
  vertical-align:top;
}

.page_nav_ul02 li{
  position: relative;
  display: inline-block;
  vertical-align:top;
}

#contents .page_count_box{
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0px 3px;
  padding:0;
  border: 1px solid #1d558d;
  font-size: 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  behavior: url(/css/PIE.php);
  letter-spacing: 0.01em;
  background: #4250dc;
  color: #fff;
}

#contents .page_count_box a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size:15px;
  letter-spacing:0.01em;
  background: #fff;
  color: #4250dc;
  font-weight:normal;
  text-decoration:none;
}
#contents .page_count_box a:hover {
  background:#4250dc;
  color:#fff;
  font-weight:bold;
  }
.p_toback,.p_tonext {
  width:95px;
  border: 1px solid #1d558d;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  behavior: url(/css/PIE.php);
  color:#1d558d;
  font-size:15px;
  line-height:34px;
  }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .p_toback,.p_tonext {
  width:95px;
  border: 1px solid #1d558d;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  behavior: url("/css/PIE.php");
  color:#1d558d;
  font-size:15px;
  line-height:34px;
  color: #fff;
  }
}

.p_toback{
  padding-right:10px;
  background:url(../image/bg_back.png) no-repeat 92px 12px;
  }
.single_back {
  right:200px;
}
.p_tonext{
  padding-left:10px;
  background:url(../image/bg_next.png) no-repeat 9px 12px;
}
.single_next {
  left:200px;
}
.p_toback a:hover,.p_next a:hover{

}
#contents .p_toback a:hover{
  display: block;
  width:95px;
  color:#fff;
  font-weight:bold;
  line-height:34px;
  margin-right:-10px;
  padding-right:10px;
  background:url(../image/bg_back_ov.png) no-repeat 92px 12px #4250dc;
  font-weight:bold;
  text-decoration:none;
  }
#contents .p_tonext a:hover{
  display: block;
  width:95px;
  color:#fff;
  font-weight:bold;
  line-height:34px;
  margin-left:-10px;
  padding-left:10px;
  background:url(../image/bg_next_ov.png) no-repeat 9px 12px #4250dc;
  font-weight:bold;
  text-decoration:none;
}
.p_toback_gr {
  padding-right:10px;
  width:95px;
  border-radius: 2px;
  behavior: url(/css/PIE.php);
  background:url(../image/bg_back_gr.png) no-repeat 92px 12px #ccc;
  color:#8E8E8E;
  font-size:15px;
  line-height:36px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  }
.p_tonext_gr{
  padding-left:10px;
  width:95px;
  border-radius: 2px;
  behavior: url(/css/PIE.php);
  background:url(../image/bg_next_gr.png) no-repeat 9px 12px #ccc;
  color:#8E8E8E;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  line-height:36px;
  font-size:15px;
  }

.page_select{
  margin-left:3px;
}
.page_select_ttl{
  position:relative;
  padding-left:2px;
  display:block;
  width:146px;
  background:url("../image/bg_select_bottom.png") #fff no-repeat right center;
  color:#1d558d;
  font-size:15px;
  text-align:left;
  line-height:34px;
  cursor:pointer;
}
.page_select_ttl span{
  display:block;
  position:relative;
  width:140px;
  padding-left:5px;
  border: 1px solid #1d558d;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  behavior: url(/css/PIE.php);
  color:#1d558d;
  font-size:15px;
  text-align:left;
  line-height:34px;
  cursor:pointer;
}
.page_select_ttl_hover{
  background:url("../image/bg_select_bottom_on.png")#fff no-repeat right center;
  color:#1d558d;
}
.page_select_ttl_hover span{
  border-radius: 2px 2px 0px 0px / 2px 2px 0px 0px;
  -webkit-border-radius: 2px 2px 0px 0px / 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px / 2px 2px 0px 0px;
  behavior: url(/css/PIE.php);
  border-bottom: 1px dotted #1d558d;
}
.page_select_menu{
  position:absolute;
  left:5px;
  width:145px;
  max-height:195px;
  overflow-y: scroll;
  overflow-x: hidden;
  line-height:34px;
  border-left: 1px solid #1d558d;
  border-right: 1px solid #1d558d;
  border-bottom: 1px solid #1d558d;
  color:#1d558d;
  font-size:15px;
  text-align:left;
  z-index:1000;
}
.page_select_menu ul{
  width:145px;
  text-indent:10px;
}
.page_select_menu li{
  background:#fff;
  border-bottom:1px dotted #1d558d;
  line-height:34px;
}
.page_select_menu li.first_list{
  margin-left:-10px;
}
.page_select_menu .li_last{
  border-bottom:none;
  margin-left:-9px;
  padding-left:9px;
}
.page_select_menu a{
  display:block;
  width:140px;
}
#contents .page_select_menu a:hover{
  background:#FFE6EB;
  text-decoration:none;
  color:#f00;
}
.page_select_menu::-webkit-scrollbar {
  width: 12px;
}

.page_select_menu::-webkit-scrollbar-track {
   background:  rgba(200,200,200,1);
}

.page_select_menu::-webkit-scrollbar-thumb {
  background: rgba(200,230,255,1);
}


/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

#contents div.r_sidebox p {
  margin: 0;
  padding: 0;
}

.line_hr {
  border-width: 2px 0px 0px 0px;
  border-style: solid;
  border-color: #999;
  height: 2px;
  display: block;
  width: 90%;
  margin: 20px auto 25px;
}

/* ページナビ下部 バナー追加 */
.bnr_box {
  width:683px;
  margin:0 auto 10px;
  padding:30px 60px 15px;
  background:#f2f6e2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.bnr_box a{
  width:260px;
  height:65px;
  display:inline-block;
  background:#fff;
}

.bnr_box > div {
  width:260px;
  margin:0 0 15px;
  background:#f2f6e2;
}


.bnr_box img.bd {
  border:1px solid #aaa;
}

.bnr_box a:hover img {
  opacity:.7;
}
@media screen and (max-device-width: 1024px) {
  a:hover img {
  opacity: 1!important;
  }
}

/* -------------------------------------------
  180209 add
------------------------------------------- */
/*----ブログカレンダー--------------*/
#contents .r_sidebox .bg_blue01 {
  background: url("../image_cmn/bg-box-blue01.gif") repeat-y scroll 0 0 transparent;
  border-bottom: 5px solid #9cc3f4;
  border-top: 5px solid #9cc3f4;
  padding: 0 0 16px;
}
.bg_blue01 #month {
  background: url("../image_cmn/ttl-box-blue01.gif") no-repeat scroll 0 0 transparent;
  height: 35px;
}
.bg_blue01 #month p {
  color: #000;
  font-size: 18px;
  line-height: 35px;
}
.bg_blue01 #month02 {
  margin: 14px 0 2px;
}
.bg_blue01 #calendar table.cal {
  margin: 0 auto 12px;
}

/*----アーカイブ----------------------*/
#contents .r_sidebox .bg_blue01 dl dt {
  background: url("../image_cmn/ttl-box-blue01.gif") no-repeat scroll 0 0 transparent;
  color: #000;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
}
#contents .r_sidebox .rbox dl dd {
  padding: 14px 20px 0;
}
#contents .r_sidebox .rbox #archive .history,
#contents .r_sidebox .rbox #archive .history ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#contents .r_sidebox .rbox #archive .history ul {
  flex-wrap: wrap;
  width: 155px;
}
#contents .r_sidebox .rbox #archive .history {
  background: url("../image_cmn/bg-dot-line.gif") repeat-x scroll 0 bottom transparent;
  padding: 3px 0;
}
#contents .r_sidebox .rbox #archive .history:last-child {
  background: none;
  padding-bottom: 0;
}
#contents .r_sidebox .rbox #archive .history .ttl {
  width: 105px;
}
#main #contents .r_sidebox .rbox #archive .history ul li {
  line-height: 24px;
  padding: 0 0 0 45px;
  width: 31px;
}

/*----最近の記事----------------------*/
#contents .r_sidebox .bg_blue02 {
  background: url("../image_cmn/bg-box-blue02.gif") repeat-y scroll 0 0 transparent;
  border-bottom: 5px solid #aed9f1;
  border-top: 5px solid #aed9f1;
}
#contents .r_sidebox .bg_blue02 dl dt {
  background: url("../image_cmn/ttl-box-blue02.gif") no-repeat scroll 0 0 transparent;
  color: #000;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
}
#contents .r_sidebox .bg_blue02 dl dd {
  padding: 10px 17px 0;
}
#newarticle li {
  background-image: url("../image_cmn/ico_newarticle.gif"), url("../image_cmn/bg-dot-line.gif");
  background-position: 0 5px, 0 bottom;
  background-repeat: no-repeat, repeat-x;
  padding: 7px 0 6px 25px;
}
#newarticle li:last-child {
  background: url("../image_cmn/ico_newarticle.gif") no-repeat scroll 0 6px transparent;
  padding-bottom: 0;
}
