@charset "UTF-8";

/* 基本 */
body{
    font-family: "メイリオ",Meiryo, sans-serif;
}

ul{
    list-style-type: none;
    padding-left: 0px;
}

ol{
    padding-left: 24px;
}

th{
    font-weight: normal;
}

.center_block{
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.ethnocentric{
font-family: ethnocentric, sans-serif;
font-weight: 400;
}

.border_type1{
border-width : 1px ;
border-color : #ec6941 ;
border-style : solid ;
text-align: center;
margin-bottom: 10px;
}

.hr_pattern1{
    border-top: 1px dashed #ec6941;
}
/* /基本 */

/* メニュー */
.top_menu ul{
    z-index: 100;
}
.menu_margin1{
    margin-right: 15%;
}

.menu_margin2{
    margin-right: 0%;
}

.top_menu a{
    text-decoration: none;
    color: #42403f
}
.topmenu_position{
    width: 60%;
    right: 0;
    top: 2%;
    font-size: 18px;
}
@media screen and (max-width:767px) {
    .topmenu_position{
        top: 1%;
        font-size: 12px;
    }
    .menu_margin1{
        margin-right: 5%;
    }
}
@media screen and (max-width:575px) {
    .topmenu_position{
        top: -10px;
        font-size: 12px;
    }
    .menu_margin1{
        margin-right: 5%;
    }
}
@media screen and (max-width:320px) {
    .topmenu_position{
        top: -10px;
        font-size: 12px;
    }
    .menu_margin1{
        margin-right: 2%;
    }
}
/* /メニュー */

/* top */
.news ul{
    margin-top: 16px;
}
@media screen and (max-width:767px) {
  .news ul{
    margin-top: 0px;
  }
}


.news_bottomLine{
    margin-bottom: 10px;
    font-style: italic;
}

.news_bottomLine span{
    margin-right: 40px;
}

.news_bottomLine a{
    color: #000000;
}

.to_archive a{
    color: #000000;
}

.backimage1{
    background-image: url("../image/backimage1.png");
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.businessDescription{
    color: #42403f;
}

.BD_div{
    //font-size:24px ;
    font-weight:700 ;
}
.BD_p{
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
}

.companyProfile{
    color: #42403f;
}


.profile_table th {
    text-align: left;
    vertical-align: top;
    width: 70px;
}
.profile_table td {
    text-align: left;
    vertical-align: top;
}

/* /top */

/* フッター */
.under_line1 {
    position: relative;
    margin-bottom: 1em;
    text-align: center;
}
.under_line1:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 40%;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ec6941;
}

/* /フッター */

/* パンくずリスト */
.bread_crumb a{
    color:#000000;
}

/* ページネーション */
.nav-links{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.nav-links a{
   color: #687480;
}

/* 最新ニュース系ページ */
.content_title a{
    color: #ef6b42;
}

.content_one .date{
    font-style: italic;
}

.index_area .date{
    font-style: italic;
}


