@charset 'UTF-8';
/*smart_phone_config*/
/*共通パーツ化が困難だったため追記*/
/* *****************************
 *
 * INDEX file to Scss or Sass.
 *
 **************************** */
#contents
{
    margin: 2%;
    margin-top: 0;
}
#contents #left
{
    float: left;

    width: 100%; 
    max-width: 410px;
}
@media screen and (max-width: 768px)
{
    #contents #left
    {
        float: none;
    }
    #contents #left .pc
    {
        display: none;
    }
}
#contents #left img#machine
{
    width: 80%;
    margin: 0 auto; 

    text-align: center;
}
@media screen and (max-width: 768px)
{
    #contents #left img#machine
    {
        width: 68%; 
        margin-bottom: 6%;
    }
}
#contents #left ul#sns
{
    margin-top: 5%;
    margin-bottom: 3%;
}
#contents #left ul#sns li
{
    position: relative;

    display: inline-block; 

    width: 48%;
    height: 50px;
}
#contents #left ul#sns li:hover
{
    opacity: .5;
}
#contents #left ul#sns li.facebook
{
    background-color: #254887;
}
#contents #left ul#sns li.twitter
{
    background-color: #000;
}
#contents #left ul#sns li img
{
    margin: 0 auto;
    margin-top: 6%; 

    opacity: 1 !important;
}
#contents #left ul#sns li.twitter img{
    margin-top: 7%;
}
#contents #left ul#sns li.last
{
    float: right;
}
@media screen and (max-width: 768px)
{
    #contents #left ul#sns
    {
        width: 100%;
    }
    #contents #left ul#sns li
    {
        float: left;

        width: 50%;
    }
}
#contents #left .btnRed
{
    font-size: 20px;
    font-weight: normal;
    line-height: 100%;

    display: block;
    display: block;

    width: 100%;
    margin-bottom: 20px; 
    padding: 5% 0;

    text-align: center;
    vertical-align: middle;

    color: #fff;
}
#contents #right
{
    float: right;

    width: 60%;

    background-color: #fff;
}
#contents #right #title
{
    position: relative; 

    box-sizing: border-box;
    width: 100%;
    max-width: 645px;
    padding: 1% 2% 0 2%;

    color: #fff;
    border-left: solid 20px #427e79;
    background-color: #3fa79e;
}
@media screen and (max-width: 768px)
{
    #contents #right #title
    {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
#contents #right #title ul.dateList li
{
    display: inline;
}
#contents #right #title p.daiichiReleaseDate
{
    font-size: 138.5%;
    line-height: 243%; 

    padding: 1% 0 0 19%;

    vertical-align: middle;

    background: url(../images/product/logo2.png) no-repeat left center;
}
#contents #right #title p.dlightReleaseDate
{
    font-size: 138.5%;
    line-height: 243%; 

    padding: 1% 0 0 22%;

    vertical-align: middle;

    background: url(../images/product/Logo3.png) no-repeat left center;
}
#contents #right #title h1
{
    font-size: 182%;
    line-height: 140%; 

    clear: both;

    margin-bottom: 10%;
}
@media screen and (max-width: 768px)
{
    #contents #right #title h1
    {
        font-size: 138.5%;
    }
}
#contents #right #title h1.title2001
{
    font-size: 182%;
    line-height: 140%; 

    clear: both;

    margin-bottom: 0;
}
#contents #right #title ul.specIcon
{
    position: absolute;
    bottom: 15px;
    left: 15px;
}
#contents #right #title ul.specIcon li
{
    display: none;

    padding: 5px;

    white-space: nowrap;

    color: #fff; 
    background-color: #36d6e0;
}
#contents #right #title ul.specIcon li:first-child
{
    display: block;
}
@media screen and (max-width: 768px)
{
    #contents #right
    {
        font-weight: normal;

        width: 100%;
    }
    #contents #right #title h1
    {
        margin-bottom: 4%;
    }
    #contents #right #title p.daiichiReleaseDate
    {
        padding-left: 40%;
    }
    #contents #right #title p.dlightReleaseDate
    {
        padding-left: 45%;
    }
    #contents #right #title ul.specIcon
    {
        position: absolute;
        bottom: 7px;
        left: 10px;
    }
    #contents #right #title ul.specIcon li
    {
        padding: 10% 20%;

        white-space: nowrap;

        color: #fff; 
        background-color: #36d6e0;
    }
}
@media screen and (max-width: 768px) and (max-width: 768px)
{
    #contents #right #title ul.specIcon li
    {
        display: none; 

        padding: 5px;
    }
}
@media screen and (max-width: 768px)
{
    #contents #right #title ul.specIcon li:first-child
    {
        display: block;
    }
}

#right #spacTable table.gingam
{
    empty-cells: show;
    border-spacing: 0;
    border-collapse: separate;

    border-top: 3px solid #3fa79e;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #3fa79e;
}
#right #spacTable table.gingam th,
#right #spacTable table.gingam td
{
    word-wrap: break-word; 

    border-top: none;
    border-right: 1px solid #3fa79e;
    border-bottom: 1px solid #3fa79e;
    border-left: none;
}

#search
{
    display: block;

    max-width: 1120px; 
    margin: 0 auto;
    margin-bottom: 5%;
    padding: 2%;
    padding-bottom: 1%;

    background-color: #f1f1ea;
    background-image: url(../images/product/serchIcon.png);
    background-repeat: no-repeat;
    background-position: 3% 20%;
}
@media screen and (max-width: 768px)
{
    #search
    {
        padding-bottom: 4%; 

        background-position: 28% 2.5%;
        background-size: 7%;
    }
}
#search h3
{
    font-size: 20px;

    float: none;

    margin-left: 6%;
    padding-top: 1.5%;

    text-align: left;
}
@media screen and (max-width: 768px)
{
    #search h3
    {
        text-align: center;
    }
}
#search p
{
    float: left;

    margin-top: 1%;
    margin-left: 3%;
}
@media screen and (max-width: 768px)
{
    #search p
    {
        margin-top: 5%;
        margin-left: 0;
    }
}
#search form
{
    font-size: 138.5%;

    clear: both;

    padding-top: 2%; 

    text-align: center;
    vertical-align: bottom;
}
@media screen and (max-width: 768px)
{
    #search form
    {
        padding-top: 5%;
    }
}
#search form p
{
    float: left;

    margin-top: 1.3%;
}
@media screen and (max-width: 768px)
{
    #search form p
    {
        width: 29%;
        margin-left: 7%; 

        text-align: left;
    }
}
#search form .customproduct
{
    font-size: 93%;

    float: left;
    overflow: hidden; 

    width: 25%;
    margin: 1% 2.5%;
    margin-top: 0;
    padding-right: -100px;

    color: #606060;
    border: solid 1px #3fa79e;
    background-color: #fff;
}
@media screen and (max-width: 768px)
{
    #search form .customproduct
    {
        float: right;

        width: 55%;
        margin-right: 6%;
        margin-bottom: 10px;
    }
}
#search form .customproduct select
{
    width: 110%;
}
@media screen and (max-width: 768px)
{
    #search form .ken
    {
        margin-bottom: 7%;
    }
}
#search form select.kisyu
{
    padding: 3%;
}
#search form select.prefectures
{
    padding: 3%;
}
#search form button
{
    font-size: 123.1%;
    line-height: 2em;

    display: block;
    float: right;

    margin-right: 2%;
    padding: 0 2% 0 5%;

    cursor: pointer;

    color: #fff;
    border-color: #1e396a !important; 
    border-top: none;
    border-right: none;
    border-bottom: 5px solid #1e396a;
    border-left: none;
    background-image: url(../images/hallpage/daiichiYazirushiBlue.png);
    background-repeat: no-repeat;
    background-position: 12% 50%;
}
@media screen and (max-width: 768px)
{
    #search form button
    {
        display: inline; 
        float: none;

        margin-right: 0;
        padding: 0 7% 0 16%;
    }
}
#search form button:hover
{
    border-top: 5px solid;
    border-bottom: none;
}

@media screen and (max-width: 768px)
{
    #serch
    {
        display: block;

        margin: 0;
        margin-bottom: 9%;
        padding: 0;
        padding-top: 5%;
        padding-bottom: 7%;

        background-color: #f1f1ea;
        background-image: url(../images/product/serchIcon.png);
        background-repeat: no-repeat;
        background-position: 3% 7%; 
        background-size: 6%;
    }
    #serch h3
    {
        font-size: 20px;

        float: left;

        margin-bottom: 3%;
        margin-left: 12%;
        padding-top: 1.5%;

        text-align: right;

        background-position: 4% 7%;
        background-size: 5%;
    }
    #serch form p.kisyu
    {
        margin-bottom: 9px; 
        margin-left: 7%;
    }
    #serch form select.kisyu
    {
        float: left;

        width: 100%;
        margin-left: 4%; 
        padding: 1.1%;
    }
    #serch form select.prefectures
    {
        float: none; 

        width: 100%;
        padding: 1.1%;
    }
    #serch form button
    {
        font-size: 20px;

        display: block;
        float: none;
        clear: both;

        width: 70%;
        margin: 0 auto;
        margin-top: 3%;
        margin-top: 3%; 
        padding: 2%;

        cursor: pointer;

        color: #fff;
        border-top: none;
        border-right: none;
        border-bottom: 5px solid #1e396a;
        border-left: none;
        background-position: 17% 50%;
    }
    #serch form button:hover
    {
        border-top: 5px solid #1e396a;
        border-bottom: none;
    }
}
#news
{
    margin-right: 2%; 
    margin-left: 2%;
}
#news img
{
    margin-bottom: 2%;
}
#news #newsTitle
{
    font-size: 123.1%;

    display: inline-block;

    margin-bottom: 0; 
    padding: 1%;
    padding-left: 2%;

    color: #fff;
    border-left: 8px solid #29a297;
    background-color: #3fa79e;
}
#news #newsTitle h2
{
    font-size: 153.9%;

    margin-top: 2%;
    margin-right: 5em;
}
#news .syousai p
{
    float: left;

    margin-top: 1%;
}
#news .syousai button
{
    font-weight: bold;

    float: right;

    padding: 1% 6%;

    color: #fff;
    background-image: url(../images/product/syousaiIcon.png);
    background-repeat: no-repeat; 
    background-position: 20% 50%;
}

@media screen and (max-width: 768px)
{
    #news
    {
        margin: 0;
        padding: 0;
    }
    #news #newsTitle
    {
        font-size: 123.1%;

        display: inline-block;

        margin-bottom: 0; 

        color: #fff;
        border-left: 8px solid #29a297;
        background-color: #3fa79e;
    }
    #news #newsTitle h2
    {
        font-size: 153.9%;
        line-height: 123.1%; 

        margin-top: 2%;
        margin-right: 0;
    }
    #news .syousai p
    {
        float: none;

        margin-top: 0;
    }
    #news .syousai button
    {
        font-size: 153.9%;
        font-weight: bold;
        font-weight: normal; 

        float: right;

        width: 100%;
        padding: 5%;

        color: #fff;
        background-repeat: no-repeat;
        background-position: 16% 50%;
    }
}
#right #spacTable ul.content li
p
{
    display: block;

    margin: 1%; 
    padding: 0;
}
#right #spacTable table
{
    font-size: 116%;
    font-weight: normal; 

    text-align: center;
}
#right #spacTable table.gingam
{
    box-sizing: border-box; 
    width: 100%;
    max-width: 645px;
}
@media screen and (max-width: 768px)
{
    #right #spacTable table.gingam
    {
        width: 100%;
    }
}
#right #spacTable table.gingam th
{
    font-weight: normal;

    width: 25%;
    padding: 2% 1%;

    vertical-align: middle; 

    background: #f5f5f5;
}
#right #spacTable table.gingam td
{
    font-weight: normal;

    width: 25%;
    padding: 2% 1%;

    vertical-align: middle;
}
#right #spacTable table.gingam td a
{
    display: block; 

    padding: 1% 5%;

    color: #606060;
}
#right #spacTable .specChart
{
    position: relative;

    width: 100%;
}
@media screen and (max-width: 768px)
{
    #right #spacTable .specChart
    {
        margin-bottom: 20px;
    }
}
#right #spacTable .specChart table.pie tr:first-child th
{
    font-weight: normal;

    border: solid 1px #3fa79e;
    border-top-width: 0;
}
#right #spacTable .specChart table.pie tr:first-child td
{
    font-weight: normal;

    border-top-width: 0; 
    border-bottom: solid 1px #3fa79e;
}
#right #spacTable .specChart table.pie tr:first-child th:first-child
{
    border-left-width: 0;
}
#right #spacTable .specChart table.pie tr:first-child th:last-child
{
    border-right-width: 0;
}
@media screen and (max-width: 768px)
{
    #right #spacTable .specChart table.pie
    {
        width: 100%;
    }
}
#right tr.borderTop
{
    border-top: solid 3px #3fa79e;
}
#right .tableLeft
{
    float: left;

    box-sizing: border-box;
    width: 324px;

    border: 1px solid #3fa79e;
}
#right .tableLeft tr.first
{
    width: 100%;
}
#right .tableLeft th
{
    padding: 3% 1%;

    background: #f5f5f5;
}
#right .tableLeft td
{
    overflow: hidden;
}
#right .tableRight
{
    position: absolute;
    right: 0;

    float: left;

    box-sizing: border-box;
    width: 321px;

    border: 1px solid #3fa79e;
    border-left: none;
}
@media screen and (max-width: 768px)
{
    #right .tableRight
    {
        position: relative;

        border-left: 1px solid #3fa79e;
    }
}
#right .tableRight th
{
    padding: 3% 1%;

    background: #f5f5f5;
}

#container1
{
    min-width: 300px;
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
}

#container2
{
    min-width: 300px;
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
}

#container3
{
    min-width: 300px;
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
}

#container4
{
    min-width: 300px;
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
}

#container5
{
    min-width: 300px;
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
}

#container6
{
    min-width: 300px;
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
}

#container7
{
    min-width: 300px;
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
}

#container8
{
    min-width: 300px;
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
}

#container9
{
    min-width: 300px;
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
}

#container10
{
    min-width: 300px;
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
}

#container11
{
    min-width: 300px;
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
}

#container12
{
    min-width: 300px;
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
}

@media screen and (max-width: 768px)
{
    #container1
    {
        min-width: 320px;
        max-width: 450px;
        height: 250px;
        margin: 0 auto;
    }

    #container2
    {
        min-width: 320px;
        max-width: 450px;
        height: 250px;
        margin: 0 auto;
    }

    #container3
    {
        min-width: 320px;
        max-width: 450px;
        height: 250px;
        margin: 0 auto;
    }

    #container4
    {
        min-width: 320px;
        max-width: 450px;
        height: 250px;
        margin: 0 auto;
    }

    #container5
    {
        min-width: 320px;
        max-width: 450px;
        height: 250px;
        margin: 0 auto;
    }

    #container6
    {
        min-width: 320px;
        max-width: 450px;
        height: 250px;
        margin: 0 auto;
    }

    #container7
    {
        min-width: 320px;
        max-width: 450px;
        height: 250px;
        margin: 0 auto;
    }

    #container8
    {
        min-width: 320px;
        max-width: 450px;
        height: 250px;
        margin: 0 auto;
    }

    #container9
    {
        min-width: 320px;
        max-width: 450px;
        height: 250px;
        margin: 0 auto;
    }

    #container10
    {
        min-width: 320px;
        max-width: 450px;
        height: 250px;
        margin: 0 auto;
    }

    #container11
    {
        min-width: 320px;
        max-width: 450px;
        height: 250px;
        margin: 0 auto;
    }

    #container12
    {
        min-width: 320px;
        max-width: 450px;
        height: 250px;
        margin: 0 auto;
    }
}
#other
{
    width: 100%;
    margin-bottom: 4%;
}
@media screen and (max-width: 768px)
{
    #other
    {
        margin-bottom: 10%;
    }
}
#other h2
{
    font-size: 28px;
    font-weight: normal; 

    padding-top: 3%;
    padding-bottom: 2%;

    text-align: center;

    color: #3fa79e;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px)
{
    #other h2
    {
        font-size: 131%;
    }
}
#other ul
{
    font-size: 0; 

    width: 100%;
    max-width: 1136px;
    margin: 0 auto;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    #other ul
    {
        width: 98%;
        margin: 0 auto;
    }
}
#other ul li
{
    font-size: 13px; 

    display: inline-block;

    width: 25%;
    padding: 0 8px 0 8px;
}
@media screen and (max-width: 768px)
{
    #other ul li
    {
        width: 50%;
        padding: 2%;
    }
}
#other ul li a
{
    display: block;

    padding: 5% 5% 5% 5%;

    color: #606060;
    border: 1px solid #29a297; 
    background: #fff;
}
@media screen and (max-width: 768px)
{
    #other ul li a
    {
        padding: 5% 5% 0 5%;
    }
}
#other ul li a:hover
{
    background: #f1f1f1;
}
#other ul li a figure .jikkiPhoto
{
    float: left;

    width: 50%;
}
@media screen and (max-width: 768px)
{
    #other ul li a figure .jikkiPhoto
    {
        float: none;

        width: 80%;
        margin: 0 auto 5px auto;
    }
}
#other ul li a figure .jikkiInfo
{
    font-size: 108%; 

    float: right;

    width: 48%;
}
@media screen and (max-width: 768px)
{
    #other ul li a figure .jikkiInfo
    {
        width: 100%;
    }
}
#other ul li a figure .jikkiInfo h3
{
    font-size: 13px;
}
#other ul li a figure .jikkiInfo figcaption
{
    font-size: 108%;

    text-align: left; 

    color: #29a297;
}
@media screen and (max-width: 768px)
{
    #other ul li a figure .jikkiInfo figcaption
    {
        font-size: 12px;
    }
}
#other ul li a figure .jikkiInfo ul.iconSpec
{
    text-align: center;
}
@media screen and (max-width: 768px)
{
    #other ul li a figure .jikkiInfo ul.iconSpec
    {
        display: none;
    }
}
#other ul li a figure .jikkiInfo ul.iconSpec li
{
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%; 
    padding: 1%;

    color: #fff;
    background: #606060;
}
#other ul li a figure .jikkiInfo ul.iconSpec li.max
{
    background: #ef4e74;
}
#other ul li a figure .jikkiInfo ul.iconSpec li.right
{
    background: #357ac7;
}
#other ul li a figure .jikkiInfo ul.iconSpec li.sweet
{
    background: #fbaf2b;
}
#other ul li a figure .jikkiInfo ul.iconSpec li.middle
{
    background: #2b97fb;
}
#other ul li a .jikkiINfo
{
    float: right;
}
@media screen and (max-width: 768px)
{
    #other ul li h2
    {
        font-size: 153.9%;
    }
}

/*tab li.select{background:#eee;}
.tab li.select2{background:#eee;}*/
.hide
{
    display: none;
}

ul.content
{
    width: 100%;
}
ul.content li:first-child
{
    /*display: block;*/
}
ul.content li .specTitle
{
    box-sizing: border-box; 
    width: 100%;
    max-width: 645px;
    padding: 3%;

    border-right: solid 1px #3fa79e;
    border-left: solid 1px #3fa79e;
}
@media screen and (max-width: 768px)
{
    ul.content li .specTitle
    {
        width: 100%;
        padding: 5%;
    }
}
ul.content li .specTitle h2
{
    font-size: 182%;

    margin-bottom: 3%; 
    padding-bottom: 0;

    color: #606060;
}
@media screen and (max-width: 768px)
{
    ul.content li .specTitle h2
    {
        font-size: 138.5%;

        margin: 0;
        margin-bottom: 5%; 

        text-align: left;
    }
}
ul.content li .specTitle p
{
    font-size: 123.1%; 

    width: 100%;
}

#title
{
    position: relative;
}
#title ul.tab
{
    font-size: 108%;
    font-weight: bold;

    float: right;

    width: 90%; 

    text-align: right;
}
#title ul.tab li
{
    display: inline-block;

    margin-right: 2%;
    padding: 3% 1%;

    cursor: pointer; 
    text-align: center;

    background-color: red;
}
#title ul.tab li.red
{
    color: #fff; 
    background-color: #e25252;
}
#title ul.tab li.blue
{
    background-color: #2b86db;
}
#title ul.tab li.yellow
{
    background-color: #eeb146;
}
#title ul.tab li.green
{
    background-color: #199c5a;
}
#title ul.tab li.purple
{
    background-color: #b375ba;
}
#title ul.tab li.black
{
    background-color: #696a6a;
}
#title ul.tab li.select
{
    margin-top: 3%;

    color: #606060; 
    background-color: #fff;
}
@media screen and (max-width: 768px)
{
    #title ul.tab li.select
    {
        margin-top: 1%; 
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px)
{
    #title ul.tab
    {
        font-size: 77%;
        font-weight: bold;

        right: 2%;
        bottom: 0;

        width: 80%;
    }
    #title ul.tab li
    {
        display: inline-block;
        float: right;
        overflow: hidden;

        width: 30%;
        margin-top: 1%;
        margin-right: 3%;
        padding: 4px;

        text-align: center;

        background-color: red;
    }
    #title ul.tab li.red
    {
        color: #fff; 
        background-color: #f15c80;
    }
    #title ul.tab li.blue
    {
        background-color: #357ac7;
    }
    #title ul.tab li.yellow
    {
        background-color: #ffbc75;
    }
    #title ul.tab li.select
    {
        color: #606060; 
        background-color: #fff;
    }
}

.img
{
    position: relative;

    max-width: 410px;
    margin-bottom: 20px;
}
.img #loader
{
    /* IE6対策 */
    position: absolute;
    /* widthの半分のマイナス値 */
    z-index: 100;
    top: 50%;
    left: 50%;

    margin-top: -20%;
    /* heightの半分のマイナス値 */
    margin-left: -90px;

    text-align: center; 

    _position: absolute;
}
.img #fade
{
    position: absolute;
    position: absolute;
    z-index: 50; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100% !important;
}
.img .iconSweetLeft
{
    position: absolute;
    z-index: 9999; 
    top: -40px;
    left: -10px;
}
@media screen and (max-width: 768px)
{
    .img .iconSweetLeft
    {
        top: -20px;
        left: 15px;
    }
    .img .iconSweetLeft img
    {
        width: 70%;
    }
}

.kanrentitle .bx-wrapper
{
    margin: 0 auto !important; 

    background-color: none !important;
}

td
{
    overflow: hidden;
}

.phone
{
    display: none;
}

@media screen and (max-width: 768px)
{
    .phone
    {
        display: block;
    }
    .phone ul#sns
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .phone ul#sns li
    {
        position: relative; 

        float: left;

        width: 50%;
        height: 59px;
    }
    .phone ul#sns li:hover
    {
        opacity: .5;
    }
    .phone ul#sns li.facebook
    {
        background-color: #254887;
    }
    .phone ul#sns li.twitter
    {
        background-color: #000;
    }
    .phone ul#sns li img
    {
        margin: 0 auto;
        margin-top: 17px;

        opacity: 1 !important;
    }
    .phone .btnRed
    {
        font-size: 20px;
        font-weight: normal;
        line-height: 100%;

        display: block;
        display: block;

        width: 100%;
        margin-bottom: 20px; 
        padding: 5% 0;

        text-align: center;
        vertical-align: middle;

        color: #fff;
    }
}
@media screen and (max-width: 768px)
{
    .popular
    {
        overflow: hidden;

        width: 100%;
        margin-bottom: 5px; 
        padding-bottom: 8%;
    }
}
#right #spacTable table.gingam td a
{
    display: block;
    display: block;

    padding: 1% 5%;
    padding: 3%;

    color: #606060;
    color: #286f69;
    border-color: #286f69; 
    background-color: #e8e8e8;
}
