@charset "utf-8";

/* 要素リセット */
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 100%;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
    color: #333333;
    /* 標準文字色 */
    min-width: 900px;
    background-color: #79c06e;
    background-image: url("https://www.transparenttextures.com/patterns/checkered-pattern.png");
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
/* end */

img {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container {
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
    padding-bottom: 0;
    background-position: center top;
    background-repeat: no-repeat;
    zoom: 1;

}

#hpb-header {
    display: block;
    height: 151px;
    margin-right: auto;
    margin-left: auto;
    border: 1px #aaa solid;
    box-shadow: 0px 3px 3px #cccccc;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: #f0fff0;
}

#hpb-inner {
    position: relative;
    /*padding-top: 41px;*/
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

}

#main-detail {
    width: 900px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.6);
    background-color: white;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#hpb-title {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#hpb-main {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 1em;
    margin-right: 1em;
    text-align: left;
    padding-top: 10px;

}

#hpb-counter {
    border-top: 1px dotted #99e29a;
    border-bottom: 1px dotted #99e29a;
    padding-top: 0.5em;
    padding-bottom: 0.25em;
    padding-left: 1em;
}

.infotitle {
    font-family: "Font Awesome 5 Free";
    /*忘れずに*/
    content: "\f14a";
    /*アイコンのユニコード*/
    padding: 0.5em;
    border: 3px double #99e29a;
    /*width:100%;*/
    margin-left: auto;
    margin-right: auto;
}

.infotitle:before {
    font-family: "Font Awesome 5 Free";
    /*忘れずに*/
    content: "\f140";
    /*アイコンのユニコード*/
    padding-right: 0.5em;
    color: #99e29a;
}


#hpb-aside {
    width: 235px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 15px;
    float: left;
}

.hpb-layoutset-01 #hpb-aside {
    padding-top: 245px;
}

#hpb-footer {
    clear: both;
    margin-top: 7px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #99FF99;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* コンテンツ配置領域 */


#hpb-nav {
    /*position:relative;
    border-top: 4px #aaa double;
    border-bottom: 4px #aaa double;
    height:45px;*/
    margin-top: 5em;
}

#hpb-nav ul {
    /*position: absolute;
    left:1em;
    right:1em;*/
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 90%;
    list-style: none;
    border-collapse: separate;
    /* セルの間隔を空ける */
    border-spacing: 4px 0;
    /* 左右 上下で記述 */
}

#hpb-nav ul li {
    display: table-cell;
    min-width: 50px;
    border-left: 1px #aaa solid;
    width: 20%;
    color: #444;
    border: 1px #aaa solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgb(217, 254, 183);
    background: linear-gradient(180deg, rgba(217, 254, 183, 1) 0%, rgba(190, 255, 177, 1) 50%, rgba(144, 255, 145, 1) 100%);

}

#hpb-nav ul li:last-child {
    border-right: 1px #aaa solid;
}


#hpb-nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #444;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


#hpb-nav ul li a:hover {
    background-color: #fffff0;
}

#hpb-nav ul li:hover {}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

#pagetop {
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: left;
    padding-left: 5px;
}

#pagetop a {
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 30px;
    background-image: url(img/returnTop_3Ea.png);
    background-position: center left;
    background-repeat: no-repeat;
    width: 62px;
    height: 14px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

#hpb-footerMain p {
    text-align: left;
    font-size: 9px;
    margin-left: 2em;
}

/* トップページ デザイン定義 
.hpb-layoutset-01 #hpb-title h2
{
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 235px;
    background-image : url(img/mainimg_3Ea.png);
    background-position: top center;
    background-repeat: no-repeat;    
}*/


#projectdetail h3 {
    background-color: red;
    color: black;
}

/*就労支援*/
.employment_h5 {
    color: #1e90ff;
}

.employment {
    border: none;
    margin-left: 1.5em;
}

.employment td {
    border: none;
    border-bottom: 1px dotted #696969;
}


/*エゾモモンガ活動状況*/
.project_ezo {
    width: 45%;
    display: inline-block;
}

.project_ezo ol {
    margin-top: 0;
}

.project_ezo ul {
    list-style: disc;
}

/*活動状況の写真_上の3枚*/
.project_pic {
    float: right;
    display: inline-block;
}

.pic_layout {
    width: 35%;
    border: none;
}

.pic_layout td {
    border: none;
    background-color: transparent;
    color: black;
    text-align: center;
}

/*エゾモモンガ活動状況の写真_下の3枚*/
.pic_layout2 {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20%;
}

.pic_layout2 td {
    border: none;
    background-color: transparent;
    color: black;
    text-align: center;
}

/*現在販売している物品の写真_下の3枚*/
.pic_layout3 {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
}

.pic_layout3 td {
    border: none;
    background-color: transparent;
    color: black;
    text-align: center;
}