@charset "utf-8";

/* 要素リセット */
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
    color: #333333;
    /* 標準文字色 */
    background-color: #ffe2ae;
    background-position: center top;
    background-repeat: repeat-x;
    /*background-image : url(img/topBg_7Eb.png)*/
    ;
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body {
    font-size: 70%;
}

/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container {
    width: 1000px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    /*background-image : url(img/containerBg_7Eb.png);*/
    background-color: #FFFFFF;
    /*background-position: center top;
    background-repeat: repeat-y;*/
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.22);
}

#hpb-header {
    height: 50px;
    margin-right: 1.5em;
    margin-left: 1.5em;
    margin-bottom: 1.0em;
}

#hpb-inner {
    /*    width: 860px;*/
    /*position: relative;*/
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

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

.hpb-layoutset-01 #hpb-title {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    text-align: center;
}

.hpb-layoutset-01 #hpb-title h2 {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 450px;
    /*background-image : url(img/mainimg_3Ea.png);*/
    background-position: top center;
    background-repeat: no-repeat;
}

#hpb-main {
    clear: both;
    /*width: 860px;*/
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1.5em;
    margin-right: 1.5em;
    text-align: left;
    font-size: 16px;
}


#hpd-main-left {
    float: left;
    width: 100%;
}

#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: #FFCC99;
}



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

#hpb-footerMain p {
    text-align: left;
}

.project-box {
    counter-reset: number;
    /* この要素ごとに数字をリセットする */
    margin-bottom: 5em;
}

.midashi-f {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 40px;
    padding: 8px 10px 2px;
    border-bottom: solid 2px #4096ee;
    font-size: 17px;
    line-height: 17px;
}

.midashi-f:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 0;
    left: -35px;
    padding: 6px 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
    border: solid 2px #4096ee;
    color: #FF9933;
    font-size: 16px;
    text-align: center;
}