body {
    background-color:#f6f6f6;
    background-image: url("../img/groupmate/emboss3.jpg");
    background-repeat: no-repeat;            /* 背景を繰り返さない */
    background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
    background-attachment:fixed;             /* 背景画像を固定する */
    background-size:cover;
}

h3::before{
    position:absolute;
    left:5px;
    top:2px;
    content: '';
    width: 100%;
    height: 30px;
    background: url("../img/groupmate/ecocap-w.png") no-repeat left center;
}
h3 {
    position: relative;
    margin-top:0px;
    padding: .5em 0 .5em .75em;
    padding-left: 40px;
    border-left: 6px solid #427F37;
    font-weight:bold;
    font-size:16px;
    color:#ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#67bc56+0,67bc56+50,55a347+51,55a347+100 */
    background: rgb(103,188,86); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(103,188,86,1) 0%, rgba(103,188,86,1) 50%, rgba(85,163,71,1) 51%, rgba(85,163,71,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(103,188,86,1) 0%,rgba(103,188,86,1) 50%,rgba(85,163,71,1) 51%,rgba(85,163,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(103,188,86,1) 0%,rgba(103,188,86,1) 50%,rgba(85,163,71,1) 51%,rgba(85,163,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67bc56', endColorstr='#55a347',GradientType=0 ); /* IE6-9 */
}
h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #427F37;
}
h4 {
    font-weight:bold;
    color:#389723;
}

header .navbar-default {
    background-color:#fff;
    /*background-color:#ececdf;*/
    border-top: 5px solid #60B251;
    border-bottom: 1px solid #666666;
}
header .navbar-default .navbar-brand {
    padding: 25px 15px;
    padding-left:0px;
    color:#333333;
    font-size:14px;
    line-height:1.2;
}
header .navbar-default .navbar-brand:hover,
header .navbar-default .navbar-brand:focus {
    color: #666666;
}
@media (min-width: 768px){
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left:auto;
}
}

/** header logo start **/
header .navbar-default .headerLogo {
    float:left;
    margin-top:15px;
    margin-right:10px;
}
header .navbar-default .headerText {
    float:left;
    margin-top:15px;
    margin-left:30px;
    margin-right:10px;
    width:500px;
}
header .navbar-default img {
    height:45px;
    margin:0px;
    margin-left:5px;
}
.navbar-fixed-top.navbar-shrink .headerLogo {
    margin-top:5px;
}
.navbar-fixed-top.navbar-shrink .headerLogo img{
}
.navbar-fixed-top.navbar-shrink .navbar-nav.navbar-right li a{
    padding-top: 20px;
    padding-bottom: 20px;
}

/** header logo end **/
header .navbar-default .navbar-nav>li {
    margin-bottom:0px;
}
header .navbar-default .navbar-nav>li>a {
    color: #666666;
}
header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>li>a:focus {
    background-color:rgba(0,0,0,0.3);
    /*background-color:#7fc173;*/
}
header .navbar-default .navbar-nav.header-right>li>a{
    text-decoration:none;
}
header .navbar-default .navbar-nav.header-right>li>a:hover,
header .navbar-default .navbar-nav.header-right>li>a:focus {
    background-color:transparent;
}
header .navbar-default .navbar-nav.header-right>li>a>span.btn{
    display:inline;
}

footer {
    background-color:#634f45;
}
a {
    color:#337ab7;
    /*text-decoration:underline;*/
}
a:hover,
a:focus {
    color:#23527c;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.badge {
    background-color:#634f45;
}

/** fonts **/
.designFonts{
    font-family:CubanoRegular,"Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic,
        "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.designFonts h1,
.designFonts h2,
.designFonts h3,
.designFonts h4,
.designFonts h5,
.designFonts h6{
    font-family:CubanoRegular,"Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic,
        "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/** section **/
div.section header *{
    color:#ffffff;
}
div.section header .default{
    background-color:#634f45;
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
}
/*
div.section header .box001 h2{
    background-color:#634f45;
}
div.section header .box001 h2:after {
    border-bottom-color:#7c685e;
}
*/

/************/
/* MenuMain */
/************/
div.fdBlockManuMain {
    font-size:18px;
    /* box-shadow */
    box-shadow:0px 0px 5px 2px #666666;
    -moz-box-shadow:0px 0px 5px 2px #666666;
    -webkit-box-shadow:0px 0px 5px 2px #666666;
    margin-bottom:15px;
}
div.fdBlockManuMain.default hr {
    margin-top:10px;
    margin-bottom:10px;
    border-top: 1px solid #4C913F;
}
div.fdBlockManuMain.default .list-inline > li {
    padding-right: 10px;
    padding-left: 10px;
}
div.fdBlockManuMain.block{
    border-top:1px solid #4C913F;
    border-bottom:1px solid #4C913F;
    background-color:#4C913F;
    background: -webkit-linear-gradient(top, #60B251 0%, #4C913F 100%);
    background: linear-gradient(to bottom, #60B251 0%, #4C913F 100%);
}
div.fdBlockManuMain.block .container,
div.fdBlockManuMain.block .container-fluid{
    background-color:#4C913F;
    background: -webkit-linear-gradient(top, #60B251 0%, #4C913F 100%);
    background: linear-gradient(to bottom, #60B251 0%, #4C913F 100%);
}
div.fdBlockManuMain.block .btn-group a {
    border-left:1px solid #4C913F;
    padding-top:5px;
    padding-bottom:8px;
    color:#ffffff;
}
div.fdBlockManuMain.block .btn-group a:last-child {
    border-right:1px solid #4C913F;
}
div.fdBlockManuMain.block .btn-group a:hover,
div.fdBlockManuMain.block .btn-group a:focus {
    background-color:#4C913F;
}
/**************/
/** sidemenu **/
/**************/
.list-group.sidemenu{
    margin-top: 15px;
}
.list-group.sidemenu .list-group-item{
    padding: 9px 10px;
    background-color: #817772;
    border: 1px solid #968881;
    border-top: 1px solid #ffffff;
    color:#ffffff;
}
.list-group.sidemenu a:nth-child(even) > .list-group-item{
    background: #968881;
}
.list-group.sidemenu a:nth-child(even) > .list-group-item:hover,
.list-group.sidemenu .list-group-item:hover{
    background-color: #60B251;
}
.list-group.sidemenu .list-group-item.first{
    border-top: 1px solid #968881;
}
.list-group.sidemenu a{
    color:#ffffff;
}

/***************/
/** bootstrap **/
/***************/
.panel {
    margin-top:15px;
}
.panel-default>.panel-heading {
    color:#ffffff;
    /*background-color:#634f45;*/
    border-color:#634f45;
    background-image: url("../img/groupmate/panel-heading.gif");
}
.panel-default {
    border-color:#634f45;
}
.panel-default .list-group-item {
    border: 1px solid #634f45;
}

div.fbBlockBanner{
    /*background-color:#6f5b51;*/
    background-image: url("../img/groupmate/ecocap-foot.jpg");
    background-repeat: no-repeat;            /* 背景を繰り返さない */
    background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
    background-size:cover;
}
div.fbBlockBanner h2 {
    margin-top: 0px;
    font-size: 26px;
    font-weight: bold;
}

.fdfdColorAssort {
    background-color:#634f45;
}
.fdColorBg {
    background-color:#f6f6f6;
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
}
.alert-success {
    color: #128f76;
    background-color: #d9faf4;
    border-color: #c2f7e4;
}
.alert-info {
    color: #217dbb;
    background-color: #e1f0fa;
    border-color: #c3e9f4;
}
.alert-danger {
    color: #d62c1a;
    background-color: #fdf3f2;
    border-color: #fbdbdd;
}

.text-success {
    color: #128f76;
}
.text-success,
.text-success:hover {
    color: #128f76;
}

.text-info {
    color: #217dbb;
}
.text-info,
.text-info:hover {
    color: #217dbb;
}
.btn {
    text-decoration:none;
}
.btn-primary {
    color: #666;
    background-color: #efefef;
    border-color: #cccccc;
    border-radius:4px;
}
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #cccccc;
    border-color: #cccccc;
}
.btn-info {
    color: #fff;
    background-color: #3498db;
    border-color: #2b94d9;
}
.btn-info:hover,
.btn-info:focus, .btn-info.focus
.btn-info:active, .btn-info.active,
.btn-info:active:hover, .btn-info.active:hover,
.btn-info:active:focus, .btn-info.active:focus,
.btn-info:active.focus, .btn-info.active.focus {
    color: #ffffff;
    background-color: #217dbb;
    border-color: #1e72aa;
}


.navbar-default .navbar-toggle {
    border-color: #396D30;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #396D30;
}
.navbar-toggle {
    background-color: #60B251;
}

.label-primary {
    background-color: #2c3e50;
}
.label-warning {
    background-color: #f39c12;
}
.label-info {
    background-color: #3498db;
}

.well {
    background-color:rgba(255,255,255,0.6);
}

/****************/
/** First View **/
/****************/
div.fdFirstView {
    position:relative;
    overflow:hidden;
    margin-right:-15px;
    margin-left:-15px;
    /*background: url(../img/groupmate/ecocap.jpg) 50% 50% / cover no-repeat;*/
    background-image: url("../img/groupmate/ecocap2-4.jpg");
    background-repeat: no-repeat;            /* 背景を繰り返さない */
    background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
    background-size:cover;
    border:5px solid #4C913F;
}
div.fdFirstView .overlay{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:100;

    /* opacity */
    /*
    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
         opacity: 0.4;
    */

    /* filter */
    /*
    background: #66cdcc;
    background: -webkit-linear-gradient(-45deg, #b69370 0%, #7c685e 100%);
    background:    -moz-linear-gradient(-45deg, #b69370 0%, #7c685e 100%);
    background:     -ms-linear-gradient(-45deg, #b69370 0%, #7c685e 100%);
    background:      -o-linear-gradient(-45deg, #b69370 0%, #7c685e 100%);
    background:        -webkit-gradient(linear, left top, right bottom, color-stop(0%, #b69370), color-stop(100%, #7c685e));
    background:         linear-gradient(-45deg, #b69370 0%, #7c685e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b69370, endColorstr=#7c685e, GradientType=1);
    */

}
div.fdFirstView div.fdFirstViewContents{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:101;
    color: #f8f8f8;
}
div.fdFirstView div.fdFirstViewContents h1{
    margin-top:0px;
    font-size: 26px;
    font-weight:bold;
}
div.fdFirstView div.fdFirstViewContents p{
    margin:auto 15%;
}
@media(max-width:767px) {
    div.fdFirstView {
        border:none;
    }

    div.fdFirstView div.fdFirstViewContents p{
        margin:auto 3%;
        font-size:12px;
    }
    div.fdFirstView div.fdFirstViewContents h1{
        font-size: 18px;
    }
}


/** fdBlockJumbotron **/
/**
div.fdFirstView div.fdBlockJumbotron{
    text-align: center;
    color: #f8f8f8;
    background-size: cover;
}
**/

/** fdBlockCarousel **/
div.fdFirstView  div.fdBlockCarousel div.carousel-inner div.item{
    height:500px;
    /*width:100%;*/
}

/** contentsTree **/
div.contentsTree{
    margin-top:50px;
    margin-bottom:50px;
}
div.contentsTree a{
    color:#ffffff;
}
div.contentsTree .nav>li>a {
    padding: 0px 15px;
    text-decoration:none;
}
div.contentsTree .nav > li > a:hover,
div.contentsTree .nav > li > a:focus {
    text-decoration:underline;
    background-color:transparent;
}

/** greeting */
.contantsArea {
    padding:15px;
    background-color:#ffffff;
    border:1px solid #60B251;
    border-radius: 4px;
    margin-bottom:20px;
}
.greeting {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

