/* topics */
#main-contents .topic-headline-section.content-primary {
    padding: 0;
    margin: 0 auto;
    /* background-color: #ffffff; */
}
  #main-contents .topic-headline-section.content-primary .thp_headline-ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 265px;
    overflow: auto;
    list-style: none;
}

#main-contents .topic-headline-section.content-primary .thp_headline-ul li{
    clear: both;
    min-height: 58px;
    padding: 0;
    margin: 0;
    position: relative;
    border-bottom: 1px dotted #a0a0a0;
}

#main-contents .topic-headline-section.content-primary .thp_headline-ul li:first-child{
    border-top: 1px dotted #a0a0a0;
}

/* #main-contents .topic-headline-section.content-primary .thp_headline-ul li:after {
    content: '';
    position:absolute;
    left:20px;
    bottom:0;
    right:0;
    border-bottom: 1px dotted #a0a0a0;
} */

#main-contents .topic-headline-section.content-primary .thp_topic-link {
    border: 0;
    min-height: 58px;
    white-space: initial;
    display: block;
    padding: 0;
    text-decoration: none;
}

#main-contents .topic-headline-section.content-primary h3.topic-title_dt {
    background: transparent !important;
    font-size: 114% !important;
    border-radius: 0 !important;
    padding: 15px 35px 16px 0;
    margin: 0 0 0 200px;
    text-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    height: auto;
	font-weight:bold;
    text-align: left; 
    color: #646464;
    position: unset;
}
#main-contents .topic-headline-section.content-primary h3.topic-title_dt:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main-contents .topic-headline-section.content-primary h3.topic-title_dt:before, #main-contents .topic-headline-section.content-primary h3.topic-title_dt:after {
    display: none;
}

#main-contents .topic-headline-section.content-primary h3.topic-title_dt .date {
    position: absolute;
    top: 10px;
    left: 0px;
    color: #646464;
    /* font-size: 16px; */
    padding: 10px 0 10px 42px;
    margin: auto auto auto auto;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    line-height: 1;
}
#main-contents .topic-headline-section.content-primary h3.topic-title_dt .date::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #f6c5bd;
  border-radius: 50%;
}

#main-contents .topic-headline-section.content-primary .thp_topic-link H3{
    color: #f6a79a;
    text-decoration: underline;
}

#main-contents .topic-headline-section.content-primary .thp_topic-link:hover h3.topic-title_dt .date  {
    text-decoration: none;
}


#main-contents .topic-headline-section.content-primary .thp_topic-link:hover {
    background: url(../img/topic-arrow.png) no-repeat right center rgba(220, 220, 220,0.4);
    background-position: calc(100% - 12px) center;
    text-decoration: none;
}

#main-contents .topic-headline-section.content-primary .thp_topic-link:hover H3{
    color: #f6a79a;
    text-decoration: underline;
}

#main-contents .topic-headline-section.content-primary .topic-text_dd {
    font-weight: normal;
    color: #646464;
    font-size: 114%;
    padding: 0 35px 15px 200px;
    margin: -10px 0 0;
}

/* スクロールバー */
#main-contents .topic-headline-section.content-primary .thp_headline-ul::-webkit-scrollbar{
    width: 10px;
 }
#main-contents .topic-headline-section.content-primary .thp_headline-ul::-webkit-scrollbar-track{
    background: transparent;
}
#main-contents .topic-headline-section.content-primary .thp_headline-ul::-webkit-scrollbar-thumb{
    background: #f6c5bd;
    border-radius: 5px;
}

/* toppage */
#main-img-area{
    padding: 0;
    margin: 0 auto;
    min-width: 1000px;
}
#main-img-area img{
    width: 100%;
}
/* メインスライド画像 */
.theme-default .nivoSlider{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#main-contents {
    width: 100%;
    padding: 0 0 70px;
    margin: 0 auto;
}
