@charset "utf-8";
/***********************/
/*      comoki_cat     */
/***********************/

* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 26px;
}

body {
    /* background: #ffeecc url(../images/body_bg.gif) repeat-x; */
    /* margin-top: 20px; */
}

p {
    margin-top: 10px;
}

#wrapper {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    background: #FFFFFF;
    border-left: 1px solid #CCCCFF;
    border-right: 1px solid #CCCCFF;
    margin-top: 90px;

}

#header_back {
    /* background:#00009a url(../images/hd_bk.gif) repeat-x; */
    border-top: 5px solid #080808;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    /* height: 140px; */
    background: white;
    z-index: 3;
}

#header {
    margin-right: auto;
    margin-left: auto;
    height: 53px;
    width: 960px;
}

#sec_bt {
    width: 960px;
    /* margin: 0 auto; */
    /* height: 35px; */
    /* padding: 10px 0 5px 0; */
    position: fixed;
    top: 55px;
    left: 50%;
    margin-left: -480px;
    /* width: 100%; */
    /* height: 140px; */
    /* background: white; */
    z-index: 3;
}

#left {
    background: #ffffff;
    width: 170px;
    margin-top: 10px;
    float: left;
}

#right {
    background: #ffffff;
    float: left;
    width: 745px;
    margin-top: 10px;
    padding: 0 10px;
    margin-left: 20px;
    /*Add is overflow:hidden 2018.08.24 */
    overflow: hidden;
}

.menu li,
.menu a {
    float: left;
    height: 30px;
    width: 158px;
    font-size: 0.9em;
    background: red;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #ababab));
    background: -webkit-linear-gradient(#fff, #ababab);
    background: -moz-linear-gradient(#fff, #ababab);
    background: -o-linear-gradient(#fff, #ababab);
    background: -ms-linear-gradient(#fff, #ababab);
    background: linear-gradient(#fff, #ababab);
    border: 1px solid #CCC;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #111;
    text-shadow: 1px 1px 1px #ccc;
    font-weight: bold;
    font-size: 12px;
}

.menu li ul {
    display: none;
    /*position: absolute;*/
    z-index: 1;
    /*top: 100px;*/
}

.menu li ul li {
    clear: both;
    list-style: none;
    height: 30px;
}

.menu li ul li a {
    display: block;
    background: none;
    background-color: #fefaf6;
    border: 1px solid #ccc;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fefaf6), color-stop(0.47, #fefcfb), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #fefcfb 47%, #fefaf6 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fefcfb 47%, #fefaf6 100%);
    background: -o-linear-gradient(top, #fff 0%, #fefcfb 47%, #fefaf6 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fefcfb 47%, #fefaf6 100%);
    background: linear-gradient(to bottom, #fff 0%, #fefcfb 47%, #fefaf6 100%);
    height: 30px;
    color: #000000;
    text-align: left;
    font-size: 0.9em;
    padding-left: 5px;
    width: 152px;
    font-size: 12px;
}

.menu li ul li a:hover,
.menu li a:hover,
.active a {
    background: none;
    border: 1px solid #ccc;
    background-color: #D9F3F2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #D9F3F2), color-stop(1.00, #88AFAC));
    background: -webkit-linear-gradient(#D9F3F2, #88AFAC);
    background: -moz-linear-gradient(#D9F3F2, #88AFAC);
    background: -o-linear-gradient(#D9F3F2, #88AFAC);
    background: -ms-linear-gradient(#D9F3F2, #88AFAC);
    background: linear-gradient(#D9F3F2, #88AFAC);
}

.menu li ul li a span {
    display: block;
    text-indent: 0;
    height: 30px;
    line-height: 30px;
    font-size: 0.8em;
    padding-left: 5px;
}

#contents_top_back {
    /* background:#ffeecc; */
}

#contents_top {

    background: #000066 url(../images/cover20120904.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    height: 236px;

}

#middle {
    /*    border-left: 1px solid #CCCCFF;
        border-right: 1px solid #CCCCFF;*/
}

#breadcrumb {
    padding: 5px;
    color: #666;
}

.divider {
    padding: 0 5px;
}

#right p {
/*    font-size: 0.85em;*/
    margin-left: 10px;
    line-height: 1.5em;    
    /*     
            margin-left: 60px;
            margin-top: 20px;*/

}

.moduletable_top {
    padding: 5px 0;
}

.moduletable h3 {
    background: #dddddd url(../images/h1_bk_white.jpg);
    height: 22px;
    border-bottom: 1px solid #FC1E19;
    border-left: 1px solid #FC1E19;
    padding-left: 30px;
    padding-top: 4px;
    margin-left: 20px;
    margin-top: 6px;
    font-size: 1em;

}

#right .latestnews li {
    background: url(../images/arrow.jpg) no-repeat 0px 6px;
    margin-left: 65px;
    margin-top: 3px;
    padding-left: 20px;
    text-decoration: none;
    font-size: 0.9em;
}

#right ul.latestnews {
    margin-top: 10px;
}

#right a.latestnews {
    margin-top: 20px;
    /*  text-decoration: none;
            color: #666666;     2011.11.29*/
    /*  color: #1111cc; リンク後も青…*/
    font-size: 0.8em;
}

#right .mostread li {
    background: url(../images/arrow.jpg) no-repeat 0px 6px;
    margin-left: 65px;
    margin-top: 3px;
    padding-left: 20px;
    text-decoration: none;
}

#right ul.mostread {
    margin-top: 20px;
}

#right a.mostread {
    margin-top: 20px;
    text-decoration: none;
    color: #666666;
    font-size: 0.8em;
}

#footer {
    color: #000000;
    clear: both;
    padding: 10px 10px 60px 10px;
    border-top: 2px solid #ccc;
    margin-top: 20px;
}


.footer_company_table {
    margin: 0 auto;
}

.footer_company_table th {
    padding: 2px 5px;
    font-weight: bold;
    text-align: center;
}

.footer_company_table td {
    padding: 2px 8px;
}

/* スムーズスクロール */

#page-top {
    position: fixed;
    bottom: 0;
    font-size: 1em;
    width: 100%;

}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    display: block;
    opacity: 0.8;
    font-weight: bold;
}

#bg_bottom {
    background: url(../images/body_bg.gif);
    height: 10px;
    line-height: 0px;
    font-size: 0px;
}

.overflowhidden,
.menu a span {
    overflow: hidden;
    text-indent: -9999px;
    display: none;
}

.inside {
    padding: 10px;
}

*html body .moduletable_category .menu_cat a {
    /*ie6*/
    background: url(../images/cmn_bkf.gif) no-repeat;
    ;
    display: block;
    height: 18px;
    width: 188px;
    margin-top: 1px;
    color: #333333;
    font-size: 0.8em;
    padding-top: 5px;
    padding-left: 12px;
    text-decoration: none;
}

/*.moduletable_category .menu_cat a
{
    background: url(../images/cmn_bkf3.gif) no-repeat;
    ;display:block;
    height: 18px;
    width: 190px;
    margin-top: 1px;
    color: #333333;
    font-size: 0.8em;
    padding-top: 5px;
    padding-left: 12px;
    text-decoration: none;
}
.moduletable_category .menu_cat a:hover
{
    background:url(../images/cmn_bkb.gif) no-repeat;
    color:#ffffff;
}
*/

table.chr_small {
    font-size: 0.8em;
}

#right h2 {
/*    background: url(../images/contentheading.jpg) no-repeat;
    height: 50px;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
*/
    background: #f5f5f5;
    padding: 1rem 1rem 1rem 2.5rem;
    position: relative;
    border: 1px solid #a9a9a9;
    font-weight: 600;
    margin-bottom: 1.2rem;    
}

#right h2:before {
    position: absolute;
    top: 20%;
    left: 20px;
    width: 6px;
    height: 60%;
    content: '';
    background: #eb4034;
}

#right h3 {
    background: url(../images/h1_bk_white.jpg) no-repeat;
    height: 30px;
    padding-left: 30px;
    padding-top: 6px;
    font-size: 14px;
    font-weight: bold;
}

#middle_top img {
    width: 960px;
    height: 220px;
    height: 292px;
}

.menu_cat a {
    background: url(../images/cmn_bkf3.gif);
    display: block;
    height: 30px;
    width: 149px;
    margin-top: 1px;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 8px;
    text-decoration: none;
    font-weight: bold;
}

.menu_cat a:hover,
#left .current a {
    background: url(../images/cmn_bkb3.gif);
    color: #fff;
}

.menu_cat li#current>a:first-child {
    background: url(../images/cmn_bkb3.gif);
    color: #fff;
}

.breadcrumb li {
    float: left;
}

/* カテゴリ一覧 */
table.category {
    width: 100%;
}

table.category thead {
    background: #999999;
    height: 27px;
    padding-left: 5px;
    font-size: 0.8em;
    color: white;
}

table.category thead th,
table.category td {
    padding: 5px;
}

table.category thead th a {
    background: #999999;
    height: 27px;
    padding-left: 5px;
    font-size: 1em;
    color: white;
}

/* ツールチップ */
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.cms_table,
.cms_past_table,
.etc_table,
.jisseki {
    margin: 10px 0;
    width: 100%;
}

.cms_table td {
    border: 1px solid #ff0033;
    padding: 20px;
    vertical-align: top;
}

.cms_past_table td,
.etc_table td {
    border: 1px solid #999;
    padding: 20px;
    vertical-align: top;
}

.cms_table td img,
.cms_past_table img,
.etc_table img {
    width: 300px;
}

.hp_table {
    border: 5px solid blue;
}

.cat-list-row1 {
    background: #dddddd;
}

.list-hits {
    width: 100px;
}

table.contents-box4 {
    width: 100% !important
}

/*2019.01.08*/
.td-middle {
    vertical-align: middle;
}

/*2020.06.25*/

.table1 {
    width: 715px;
}

.table1 td {
    font-size: 16px;
    padding: 10px;
    border: 1px solid #dddddd;
}

.table1 th {
    background-color: #f0f0f0;
    border: 1px solid #dddddd;
    padding: 10px;
    width: 25%;
}

p {
    line-height: 21px;
    font-size: 16px;
}


#right h3 {
    padding-top: 2px;
    font-size: 17px;
}

.cp_table *,
.cp_table *:before,
.cp_table *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_table {
    width: 651px;
    border-collapse: collapse;
}

.cp_table th {
    background: #f4f4f4;
    padding: 10px;
    border: 1px solid #dddddd;
}

.cp_table td {
    text-align: left;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #dddddd;
    width: 30%;
}

.cp_table td:first-child {
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}

.title-bl {
    padding: 5px 10px 2px 10px;
    margin: 5px 5px 5px 0px;
    background-color: #0c51f3;
    color: white;
    display:
        inline-block;
    font-size: 15px;
    font-weight: 700;
}

.text-weight {
    font-weight: 700;
}

.txt-dl dd {
    margin-left: 15px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.mb10 {
	margin-bottom: 10px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.discUl {
    padding-left: 33px;
}

.discUl li {
    display: list-item;
    list-style: disc;
}

ul.discnoneUl{
	padding-left: 33px;
}

.box_bl {
    padding: 0.5em 1em;
    background: #edffff;
    box-shadow: 2px 2px 4px gray;
}

.box_bl p {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    line-height: 1.5em;
}

.h4-txt {
    font-size: 16px;
    line-height: 20px;
    padding: .5em 0 .5em .5em;
    border-left: 6px solid #0c51f3;
    font-weight: 800;
}

.bold {
    font-weight: 800;
}

.discDl dl {
    padding-left: 25px;
}

.discDl dt,
.boldDl dt {
    font-weight: 800;
}

.discDl dd {
    list-style: disc;
    display: list-item;
}

.cp_timeline04 {
    position: relative;
    margin: 1em auto;
    padding-bottom: 2em;
}

.cp_timeline04:before {
    position: absolute;
    top: 0px;
    left: 45px;
    width: 3px;
    height: 100%;
    content: '';
    background: #e91e63;
}

.cp_timeline04 .timeline_item {
    margin: 0px 0px 0px 80px;
}

.cp_timeline04 .timeline_item .time_date .flag {
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    margin: 0;
    color: #e91e63;
}

.cp_timeline04 .timeline_item .time_date .flag:before {
    position: absolute;
    top: 50%;
    left: -51px;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 3px solid #e91e63;
    background: #fff;
    box-sizing: unset;
}

.cp_timeline04 .timeline_item .desc {
    font-size: 0.8em;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 20px;
    border-left: 1px solid #880e4f;
    padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .cp_timeline04:before {
        left: 5px;
    }

    .cp_timeline04 .timeline_item .time_date .time:before {
        left: -32px;
    }

    .cp_timeline04 .timeline_item {
        margin: 0px 0px 0px 40px;
    }

    .cp_timeline04 .timeline_item .desc {
        padding-left: 0px;
        border-top: 1px solid #880e4f;
        border-left: none;
    }
}

.box_bl {
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #edffff;
    box-shadow: 2px 2px 4px gray;
}

.box_bl h4 {
    font-size: 16px;
    color: #000;
    border-bottom: solid 2px #0c51f3;
    font-weight: 800;
}

.box_bl p {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.kakomi-box13 {
    position: relative;
    margin: 1.5em auto;
    padding: 0.5em;
    width: 90%;
    background-color: #fff;
    border: 2px solid #0c51f3;
    box-shadow: 0 0 5px 2px #fce2c4 inset;
}

.title-box13 {
    position: absolute;
    padding: 0 .5em;
    left: 5px;
    top: -15px;
    font-weight: bold;
    background-color: #fff;
    color: #000;
}

a.cp_btn {
    display: inline-block;
    width: 166px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    background: #3c73f5;
    color: #fff;
    border: 2px solid #3c73f5;
    border-radius: 3px;
    transition: .4s;
    font-weight: 800;

}

a.cp_btn:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

a.pi_btn {
    display: block;
    width: 450px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    background: #f45e61;
    color: #fff;
    border: 2px solid #f45e61;
    border-radius: 3px;
    transition: .4s;
    font-weight: 800;
    box-shadow: 2px 2px 4px gray;

}

a.pi_btn:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

a.sb_btn {
    display: inline-block;
    width: 145px;
    margin-bottom: 7px;    
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    background: #3c73f5;
    color: #fff;
    border: 2px solid #3c73f5;
    border-radius: 3px;
    transition: .4s;
    font-weight: 800;
    font-size: 13px !important;
}

a.sb_btn:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.komoku {
    padding: 5px 8px 3px 9px;
    background: #00ccff;
    font-size: 16px;
    color: white;
    font-weight:bold;
    display:inline;
}