﻿@charset "utf-8";

ol, li{
    margin:0;
    padding:0;
}
.maincontent_article {
    width: 935px;
    padding-bottom: 60px;
}

/** categorymap_article **/
.categorymap_article {
    width: 100%;
    height: 114px;
    margin-bottom: 18px;
    padding: 18px 18px 0 23px;
    color: rgba(255, 255, 255, 1);
    background-image: url(../Content/themes/base/images/bg_category_map.png);
    background-size: cover;
}
.categorymap_article .h1_txt {
  display: block;
  height: 35px;
  font-size: 1.25rem;
}
.categorymap_article .h1_subtxt {
  display: block;
  height: 30px;
  font-size: 1rem;
  word-break: keep-all;
}

/*------------------------*/
/*  記事コンテンツ        */
/*------------------------*/
.content_article{
    background:#f2f2f2;    
    font-size:14px;
    padding:10px;
}
.content_article h3,
.content_article h4,
.content_article h5,
.content_article h6{
    font-weight:bold;
}
.content_article h3,
.content_article h4{
    text-align:center;
}
.content_article h3{
    margin-top:10px;
    font-size:2em;
}
.content_article h4{
    margin:30px 0;
    font-size:1.5em;
}
.content_article h5{
    margin:20px 0;
    font-size:1.125em;
}
.content_article h6{
    margin:20px 0 10px 0;
    font-size:0.9rem;
}
.content_article img{
    margin:10px 0;
    max-width:600px;
}
.content_article p{
    line-height:1.5;
}
.content_article dl{
    margin-bottom:30px;
}
.addetail_header{
    width:100%;
    margin-bottom:10px;
    display:table;
}
.addetail_header span{
    display:table-cell;
}
.addetail_header .postdate_jp{
    font-size:0.8rem;
}
.addetail_header .pdfdownload{
    float:right;
}
.addetail_header .pdfdownload a{    
    font-size:0.8rem;
    background:#e60a0a;
    color:#FFF;
    font-weight:bold;
    padding:5px 10px;
}
.addetail_header .pdfdownload a:hover{
    text-decoration:none;
}
.addetail_header::after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    margin: 0;
    padding: 0;
}
.article_home_h2{
    margin-bottom:14px;
    border-bottom: solid 4px #1A619D;
}
.article_home_h2 a{
    display: block;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 1.125rem;
    line-height: 1;    
    padding: 10px 0;
    background: rgba(51, 51, 51, 1);
    border: 2px solid rgba(51, 51, 51, 1);
}
.article_home_h2 a:hover {
    color: rgba(51, 51, 51, 1);
    background: rgba(255, 255, 255, 1);
    text-decoration: none;
}
  
/*-------------------------------------------*/
/* new arrival articletheme -  navigation    */
/*-------------------------------------------*/
.article_list_sub,
.theme_article_sub,
.search_article_sub {
    margin-bottom: 14px;
    background: rgba(236, 236, 236, 1);
}
.article_list_sub h3  {
    display: block;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 1.125rem;
    line-height: 1;
    padding: 12px 0;
    background: rgba(0, 104, 183, 1);
}
.article_list_sub ul,
.theme_article_sub ul,
.search_article_sub ul {
    padding: 10px 0;
}
.article_list_sub li,
.theme_article_sub li,
.search_article_sub li{
    margin-left:10px;
}
.article_list_sub ul li a,
.theme_article_sub ul li a,
.search_article_sub ul li a {
    display: block;
    font-size: 0.75rem;
    line-height: 2;
    width: 100%;
    border: solid 1px rgba(236, 236, 236, 1);
    padding-left: 20px;
    text-indent: -14px;
}
.article_list_sub ul li a::before,
.theme_article_sub ul li a::before,
.search_article_sub ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: rgba(0, 104, 183, 1);
    border-radius:  50%;
    position: relative;
    top: -2px;
    margin-right: 8px;
}
.article_list_sub ul li.current a,
.theme_article_sub ul li.current a {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #477adf;
    border: solid 1px #477adf;
    border-radius: 5px;
}
.article_list_sub ul li.current a::before,
.theme_article_sub ul li.current a::before {
    background-color: #FFFFFF;
}
.article_list_sub ul li a:hover,
.theme_article_sub ul li a:hover,
.search_article_sub ul li a:hover {
    color: #FFFFFF;
    background-color: #477adf;
    border: solid 1px #477adf;
    border-radius: 5px;
    text-decoration: none;
}
.article_list_sub ul li.current a:hover,
.theme_article_sub ul li.current a:hover {
    color: #477adf;
    background-color: #FFFFFF;
}
.article_list_sub ul li.current a:hover::before,
.theme_article_sub ul li.current a:hover::before {
    background-color: #477adf;
}
.article_list_sub ul li a:hover::before,
.theme_article_sub ul li a:hover::before,
.search_article_sub ul li a:hover::before {
    background-color: #FFFFFF;
}
.searchresult_article{
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 10px 15px 9px;
    background: #ECECEC;
    font-size: 1.175rem;
    background: rgba(0,104,183,1);
    color: rgba(255,255,255,1);
}

/*-------------------------------------------*/
/*  theme + article  - navigation            */
/*-------------------------------------------*/
.theme_article_sub h3{
     display: block;
     width: 100%;
     text-align: center;
     color: rgba(255, 255, 255, 1);
     font-size: 1rem;
     line-height: 1;
     padding: 12px 0;
     background: rgba(102, 102, 102, 1);
}

/*-------------------------------------------*/
/*  search  - navigation                      */
/*-------------------------------------------*/
.search_article_sub h3{
     display: block;
     width: 100%;
     text-align: center;
     color: rgba(255, 255, 255, 1);
     font-size: 0.9rem;
     line-height: 1;
     padding: 12px 0;
     background: rgba(102, 102, 102, 1);
}

/*----------------------*/
/* 記事テーマリスト     */
/*----------------------*/
.article_list_theme{
    margin-top:10px;
}
.article_list_theme dl{
    padding-bottom:10px;
    margin-bottom:5px;
}
.article_list_theme dt{
    font-weight:bold;
    font-size:0.9rem;
    padding:9px 0 9px 12px;
    background:rgba(204,204,204,1);
    color:rgba(0,104,183,1);
    text-decoration:underline;
}
.article_list_theme dd{
    line-height:1.4;
    font-size:0.825rem;
    padding:5px 0 0 12px;
}
.author{
    width:100%;
    text-align:right;
    padding:9px 12px 0 9px;
    font-size:0.85rem;
}

/*----------------------*/
/* 記事リスト           */
/*----------------------*/
.article_list_main{
    margin-top:10px;
}
.article_list_main dl,
.search_list_article dl{
    margin-bottom:20px;
}
.article_list_main dt,
.search_list_article dt{
    background:rgba(204,204,204,1);
    font-weight:bold;
    font-size:0.9rem;
    padding:9px 0 9px 12px;
}
.article_list_main dt a,
.search_list_article dt a{
    color:rgba(0,104,183,1);
    text-decoration:underline;
}
.article_list_main dd,
.search_list_article dd{
    line-height:1.4;
    font-size:0.825rem;
    padding:5px 0 0 12px;
}

.article_list_main span.postdate,
.search_list_article span.postdate,
.article_list_theme span.postdate
{
    display:block;
    padding:3px 0;
    font-size:0.75rem;
    color:#808080;
}
.article_list_main ol{
    padding-left:1.4em;    
}
.article_list_main ol li{
    list-style:decimal;
    color:rgba(0,104,183,1);
    margin-top:3px;
}

/*------------------*/
/* next link        */
/*------------------*/
.nextlink{
    margin:30px 0; 
    text-align:center;
}
.nextlink a{
    display:inline-block;
    padding:10px 15px;
    background:rgba(0,104,183,1);
    color:#FFF;
    font-size:0.85rem;
}
.nextlink a:before{
    content:"next>>　";
}


/*------------------*/
/* pager            */
/*------------------*/
.article_pager{
    margin:30px 0; 
}
.article_pager ul{
    margin:0 auto;
    display:table;
     border-collapse:separate;
    border-spacing: 8px 0;
}
.article_pager li{
    display:table-cell;
}
.article_pager li a{
    display:block;
    border:1px solid #999;
    padding:5px 10px;
}
.article_pager li.current a{
    background:#999;
    color:#FFF;
    pointer-events:none;
}

/* ArticleDetail RelatedCategory */
.related_category_for_article {
    width: 100%;
    margin: 10px 0;
}
.related_category_for_article span {
    display: block;
    color: rgb(51,51,51);
    font-weight: bold;
}
.related_category_for_article ul {
    padding-left: 20px;
}
.related_category_for_article ul li:not(:last-child) {
    margin-bottom: 5px;
}
.related_category_for_article ul li img {
    margin-bottom: 3px;
}
.related_category_for_article ul li a {
    text-decoration: underline;
    color: #003366;
}