@charset "utf-8";

/*------------------------------------------------------------
  common
------------------------------------------------------------ */

@import url(/wine/common2015/css/common.css);
@import url(common.css);

#suntory_contents {
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",メイリオ,Meiryo,sans-serif ;
}


/*------------------------------------------------------------
  [pc] container
------------------------------------------------------------ */
#suntory_contents #container {
    width:960px;
}

/*------------------------------------------------------------
  [pc] title
------------------------------------------------------------ */
#suntory_contents #titleKnowledge {
    margin-bottom: 40px;
}
#suntory_contents #titleKnowledge h1 a{
    width:241px;
    height: 28px;
    background:url(../img/title.png) no-repeat 0 0;
    text-indent: -9999px;
}

/*------------------------------------------------------------
  [pc] contents
------------------------------------------------------------ */
#suntory_contents #contents:after { content :''; display :block; clear :both; }

#suntory_contents #contents {
    margin-bottom: 40px;
}


/*------------------------------------------------------------
  [pc] label
------------------------------------------------------------ */
#suntory_contents .label {
    margin-bottom: 40px;
    padding: 20px;
    background: url(../recommend/img/bg_label.png) repeat-x 0 0, url(../recommend/img/bg_label.png) repeat-x 0 bottom;
    display: table;
    width: 100%;
        -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#suntory_contents .label .text {
    width: 440px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#suntory_contents .label .text h2 {
    font-size: 30px;
    line-height: 1.8;
}
#suntory_contents .label .text h3 {
    font-size: 20px;
    line-height: 1.8;
}
#suntory_contents #contents .label .text p {
    font-size: 20px;
    line-height: 1.8;
}


#suntory_contents #contents .label .btnPrev {
    width: 240px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
#suntory_contents #contents .label .btnPrev a {
    background: url(../recommend/img/arrow_prev.png) no-repeat 0 center;
    display: block;
    padding-left: 50px;
    font-size: 14px;
    line-height: 1.8;
    color: #918f87
}
#suntory_contents #contents .label .btnPrev a:hover {
    -ms-filter: "alpha( opacity=50 )";
    filter: alpha( opacity=50 );
    opacity: 0.5;
    text-decoration: none;
}
#suntory_contents #contents .label .btnNext {
    width: 240px;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
#suntory_contents #contents .label .btnNext a {
    background: url(../recommend/img/arrow_next.png) no-repeat right center;
    display: block;
    padding-right: 50px;
    font-size: 14px;
    line-height: 1.8;
    color: #918f87;
}
#suntory_contents #contents .label .btnNext a:hover {
    -ms-filter: "alpha( opacity=50 )";
    filter: alpha( opacity=50 );
    opacity: 0.5;
    text-decoration: none;
}

/*------------------------------------------------------------
  [pc] dataContainer
------------------------------------------------------------ */
#suntory_contents #dataContainer:after { content :''; display :block; clear :both; }

#suntory_contents #dataContainer #text {
    width: 680px;
    float: left;
}
#suntory_contents #dataContainer #text h4 {
    font-size: 22px;
    line-height: 1.8;
}
#suntory_contents #dataContainer #text p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.8;
}


/*------------------------------------------------------------
  [pc] aside
------------------------------------------------------------ */
#suntory_contents #dataContainer #aside {
    width: 167px;
    float: right;
}
#suntory_contents #dataContainer #aside dt {
    font-size: 16px;
    line-height: 1.8;
}
#suntory_contents #dataContainer #aside dd {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8;
}
#suntory_contents #dataContainer #aside .grape img,
#suntory_contents #dataContainer #aside .photo img,
#suntory_contents #dataContainer #aside .chart img {
	width: 140px;
}
#suntory_contents #dataContainer #aside .grape figure {
	margin: 0;
}
#suntory_contents #dataContainer #aside .grape figure img {
    border-right:1px #89c042 solid;
}
#suntory_contents #dataContainer #aside .photo figure {
	margin-bottom: 10px;
}
#suntory_contents #dataContainer #aside .photo img,
#suntory_contents #dataContainer #aside .photo figure img {
	vertical-align: bottom;
}

#suntory_contents #dataContainer #aside .keywords ul{
	width: 140px;
	background: #fff;
	padding: 15px 0 0;
}
#suntory_contents #dataContainer #aside .keywords ul:after { content :''; display :block; clear :both; }
#suntory_contents #dataContainer #aside .keywords li {
	margin: 0;
	width: 33.3333333333%;
    height: 74px;
    overflow: hidden;
    float: left;
}
#suntory_contents #dataContainer #aside .keywords li img {
	vertical-align: bottom;
	width: 100%;
}

/*------------------------------------------------------------
 [pc] anchor_recommend
------------------------------------------------------------ */
#suntory_contents #recommendContainer {
    position: relative;
}
#suntory_contents #anchor_recommend {
    position: absolute;
    top: 0px;
    left: 0px;
}
    

/*------------------------------------------------------------
  [pc] recommendContainer
------------------------------------------------------------ */
#suntory_contents .recommendContainer {
    margin: 40px 0;
    padding: 40px 0 0;
    background: url(../recommend/img/bg_label.png) repeat-x 0 0;
}

#suntory_contents .recommendContainer h4 {
    margin: 0 auto 10px;
    width: 960px;
    font-size: 20px;
    line-height: 1.8;
}
#suntory_contents .recommendContainer p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.8;
}
#suntory_contents .recommendContainer ul {
    margin-bottom: 30px;
}
#suntory_contents .recommendContainer .link li {
    font-size: 16px;
    line-height: 1.8;
}
#suntory_contents .recommendContainer li a {
    color: #d4145a;
    background: url(../recommend/img/arrow_link.png) no-repeat 0 center;
    padding-left: 20px;
}

#suntory_contents .recommendContainer .wineContainer {
    width: 960px;
    margin: 0 auto 30px;
}
#suntory_contents .recommendContainer .wineContainer:after { content :''; display :block; clear :both; }

#suntory_contents .recommendContainer .wineContainer li {
    margin: 0;
    padding:10px 5px 10px 5px;;
    width: 300px;
    float: left;
    border: 1px #87bd42 solid;
    background: #fff;
    box-sizing: border-box;
}
#suntory_contents .recommendContainer .wineContainer li:nth-child(2) {
    margin: 0 30px;
}
#suntory_contents .recommendContainer .wineContainer li figure {
    text-align: center;
    width: 25%;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}
#suntory_contents .recommendContainer .wineContainer li figure img {
    vertical-align: bottom;
    max-height: 150px;
}
#suntory_contents .recommendContainer .wineContainer li figcaption {
    font-size: 14px;
    line-height: 1.8;
    color: #a50727;
    padding: 0 5px;
    text-align: center;
}
#suntory_contents .recommendContainer .wineContainer li figcaption span {
    font-size: 12px;
    display: block;
}

#suntory_contents .recommendContainer .wineContainer li .text {
    width: auto;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}
#suntory_contents .recommendContainer .wineContainer li p {
    margin: 15px 0 15px;
}
#suntory_contents .recommendContainer .wineContainer li .name {
    font-size: 18px;
    line-height: 1.8;
    color: #a50727;
    padding: 0 0;
}
#suntory_contents .recommendContainer .wineContainer li .name span {
    font-size: 14px;
    display: block;
}
#suntory_contents .recommendContainer .wineContainer .btnBrand a {
    font-size: 14px;
    line-height: 14px;
    background: url(../recommend/img/arrow_link_s.png) no-repeat 0 center;
    padding-left: 16px;
}
#suntory_contents .recommendContainer .wineContainer .btnBuy a {
    width: 200px;
    height: 30px;
    display: block;
    background: url(../recommend/img/btn_buy.png) no-repeat 0 0;
    text-indent:-9999px;
}
#suntory_contents .recommendContainer .wineContainer .btnBuy a:hover {
    background: url(../recommend/img/btn_buy.png) no-repeat 0 -30px;
}

/*------------------------------------------------------------
    [pc] wineDataContainer 
------------------------------------------------------------ */
#suntory_contents #wineDataContainer {
}
#suntory_contents #wineDataContainer .recommendContainer {
}
#suntory_contents #wineDataContainer .recommendContainer h4 {
        margin-bottom: 10px;
}
#suntory_contents #wineDataContainer .recommendContainer .lead,
#suntory_contents #wineDataContainer .recommendContainer .recipe,
#suntory_contents #wineDataContainer .recommendContainer .cheese {
        display: none;
}



/* -----------------------------------------------------------
     [pc] btnBack
------------------------------------------------------------ */
#suntory_contents #btnBack1 {
     margin: 20px auto 20px;
    text-align: center;
}
#suntory_contents #btnBack2 {
     margin: 20px auto 40px;
    text-align: center;
}


#suntory_contents .btnBack a {
            border: 1px #016937 solid;
            background:#016937;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8bc53f', endColorstr = '#016937');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8bc53f', endColorstr = '#016937')";
            background: url(../img/arrow_back.png) no-repeat 20px center,-moz-linear-gradient(top, #8bc53f, #016937);
            background: url(../img/arrow_back.png) no-repeat 20px center,-ms-linear-gradient(top, #8bc53f, #016937);
            background: url(../img/arrow_back.png) no-repeat 20px center,-o-linear-gradient(top, #8bc53f, #016937);
            background: url(../img/arrow_back.png) no-repeat 20px center,-webkit-gradient(linear, center top, center bottom, from(#8bc53f), to(#016937));
            background: url(../img/arrow_back.png) no-repeat 20px center,-webkit-linear-gradient(top, #8bc53f, #016937);
            background: url(../img/arrow_back.png) no-repeat 20px center,linear-gradient(top, #8bc53f, #016937);
            display: inline-block;
            color: #fff;
            font-size: 20px;
            line-height: 1.5;
            padding: 10px 50px;
}
#suntory_contents .btnBack a:hover {
            border: 1px #016937 solid;
            background:#016937;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#016937', endColorstr = '#8bc53f');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ed8600', endColorstr = '#8bc53f')";
            background: c-moz-linear-gradient(top, #016937, #8bc53f);
            background: url(../img/arrow_back.png) no-repeat 20px center,-ms-linear-gradient(top, #016937, #8bc53f);
            background: url(../img/arrow_backarrow_back.png) no-repeat 20px center,-o-linear-gradient(top, #016937, #8bc53f);
            background: url(../img/arrow_back.png) no-repeat 20px center,url(../img/arrow_open.png) no-repeat 10px center,-webkit-gradient(linear, center top, center bottom, from(#01693), to(#8bc53f));
            background: url(../img/arrow_back.png) no-repeat 20px center,-webkit-linear-gradient(top, #016937, #8bc53f);
            background: url(../img/arrow_back.png) no-repeat 20px center,linear-gradient(top, #016937, #8bc53f);
            text-decoration: none;
}


@media screen and (max-width:768px){
    
	/*------------------------------------------------------------
	  [sp] container
	------------------------------------------------------------ */
	#suntory_contents #container {
	    width:100%;
	    overflow: hidden;
	}
	
	#suntory_contents #breadCrumbs {
	    display: none;        
	}
    
    /*------------------------------------------------------------
      [sp] title
    ------------------------------------------------------------ */
    #suntory_contents #titleKnowledge {
        margin: 20px 15px;
    }
    #suntory_contents #titleKnowledge h1 a {
        width:241px;
        height: 28px;
        background:url(../img/title.png) no-repeat 0 0;
        background-size:241px auto;
        text-indent: -9999px;
    }

    /*------------------------------------------------------------
      [sp] contents
    ------------------------------------------------------------ */
    #suntory_contents #contents:after { content :''; display :block; clear :both; }

    #suntory_contents #contents {
        margin-bottom: 40px;
        width: auto;
        
    }


    /*------------------------------------------------------------
      [sp] label
    ------------------------------------------------------------ */
    #suntory_contents .label {
        margin-bottom: 40px;
        padding: 20px 10px;
        background: url(../recommend/img/bg_label.png) repeat-x 0 0, url(../recommend/img/bg_label.png) repeat-x 0 bottom;
        display: table;
    }

    #suntory_contents .label .text {
        width: 440px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    #suntory_contents .label .text h2 {
        font-size: 12px;
        line-height: 1.8;
    }
    #suntory_contents .label .text h3 {
        font-size: 10px;
        line-height: 1.8;
    }
    #suntory_contents #contents .label .text p {
        font-size: 10px;
        line-height: 1.8;
    }

    #suntory_contents #contents .label .btnPrev {
        width: 240px;
        display: table-cell;
        text-align: left;
        vertical-align: middle;
    }
    
    #suntory_contents #contents .label .btnPrev .title,
    #suntory_contents #contents .label .btnNext .title {
        display: none;
    }
    #suntory_contents #contents .label .btnPrev .title_en,
    #suntory_contents #contents .label .btnNext .title_en {
        display: none;
    }
    
    #suntory_contents #contents .label .btnPrev a {
        background: url(../recommend/img/arrow_prev.png) no-repeat 0 center;
        background-size: 8px auto;
        display: block;
        padding-left: 15px;
        font-size: 10px;
        line-height: 1.8;
        color: #918f87
    }
    #suntory_contents #contents .label .btnPrev a:hover {
        -ms-filter: "alpha( opacity=50 )";
        filter: alpha( opacity=50 );
        
        opacity: 0.5;
        text-decoration: none;
    }
    #suntory_contents #contents .label .btnNext {
        width: 240px;
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }
    #suntory_contents #contents .label .btnNext a {
        background: url(../recommend/img/arrow_next.png) no-repeat right center;
        background-size: 8px auto;
        display: block;
        padding-right: 15px;
        font-size: 10px;
        line-height: 1.8;
        color: #918f87;
    }
    #suntory_contents #contents .label .btnNext a:hover {
        -ms-filter: "alpha( opacity=50 )";
        filter: alpha( opacity=50 );
        opacity: 0.5;
        text-decoration: none;
    }

    /*------------------------------------------------------------
      [sp] dataContainer
    ------------------------------------------------------------ */
    #suntory_contents #dataContainer:after { content :''; display :block; clear :both; }

    #suntory_contents #dataContainer #text {
        width: auto;
        float: none;
        margin: 0 20px;
    }
    #suntory_contents #dataContainer #text h4 {
        font-size: 18px;
        line-height: 1.8;
    }
    #suntory_contents #dataContainer #text p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.8;
    }
    
    #suntory_contents #dataContainer .figContainer {
    }
    #suntory_contents #dataContainer .figContainer:after { content :''; display :block; clear :both; }
    
    #suntory_contents #dataContainer .figContainer dl:nth-child(odd) {
        float:left;
    }
    #suntory_contents #dataContainer .figContainer dl:nth-child(even) {
        float:right;
    }
    
    #suntory_contents #dataContainer .figContainerPhoto {
        margin-bottom: 20px;
    }
    #suntory_contents #dataContainer .figContainerPhoto .photo:after { content :''; display :block; clear :both; }
    
    #suntory_contents #dataContainer .figContainerPhoto .photo figure:nth-child(odd){
        float:left;
    }
    #suntory_contents #dataContainer .figContainerPhoto .photo figure:nth-child(even){
        float:right;
    }
    
    #suntory_contents #dataContainer .figContainerPhoto .photo img {
        width: 90%;
    }
    #suntory_contents #dataContainer .figContainerPhoto dt {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1.8;
    }
    
    #suntory_contents #dataContainer .fig {
        margin-bottom: 20px;
    }
    #suntory_contents #dataContainer .fig dt {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1.8;
    }
    #suntory_contents #dataContainer .fig .grape figure img {
        border-right: 1px #8ac144 solid;
    }
    
    #suntory_contents #dataContainer .fig .keywords ul {
        background: #fff;
        padding: 10px 0 0 5px;
    }
    #suntory_contents #dataContainer .fig .keywords ul:after { content :''; display :block; clear :both; }
    #suntory_contents #dataContainer .fig .keywords ul li {
        margin: 0 5px 0 0;
        width: 50px;
        height: 85px;
        overflow: hidden;
        float: left;
    }
    #suntory_contents #dataContainer .fig .keywords ul li img {
        vertical-align: bottom;
	    width: 100%;
        height: auto;
    }
    
    
    /*------------------------------------------------------------
      [sp] aside
    ------------------------------------------------------------ */
    #suntory_contents #dataContainer #aside {
        display: none;
    }

    /*------------------------------------------------------------
      [sp] anchor_recommend
    ------------------------------------------------------------ */
    #suntory_contents #recommendContainer {
        position: relative;
    }
    #suntory_contents #anchor_recommend {
        position: absolute;
        top: -90px;
        left: 0px;
    }
    
    /*------------------------------------------------------------
      [sp] recommendContainer
    ------------------------------------------------------------ */
    #suntory_contents .recommendContainer {
        margin: 40px 20px;
        padding: 40px 0 0;
        background: url(../recommend/img/bg_label.png) repeat-x 0 0;
        
    }
    #suntory_contents .recommendContainer h4 {
        margin-bottom: 10px;
        width: auto;
        font-size: 18px;
        line-height: 1.8;
    }
    #suntory_contents .recommendContainer p {
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 1.8;
    }
    #suntory_contents .recommendContainer ul {
        margin-bottom: 25px;
    }
    #suntory_contents .recommendContainer .link li {
        font-size: 12px;
        line-height: 1.8;
    }
    #suntory_contents .recommendContainer li a {
        color: #d4145a;
        background: url(../recommend/img/arrow_link.png) no-repeat 0 center;
        padding-left: 20px;
    }

    #suntory_contents .recommendContainer .wineContainer {
        margin-bottom: 25px;
        width: auto;
    }
    #suntory_contents .recommendContainer .wineContainer:after { content :''; display :block; clear :both; }

    #suntory_contents .recommendContainer .wineContainer li {
        margin: 0 auto 20px;
        padding:10px;
        width: 100%;
        float: none;
        border: 1px #87bd42 solid;
        background: #fff;
        display: table;
        box-sizing: border-box;
    }
    #suntory_contents .recommendContainer .wineContainer li:nth-child(2) {
        margin: 0 auto 20px;
    }

    #suntory_contents .recommendContainer .wineContainer li figure {
        margin-bottom: 0;
        text-align: center;
        border: none;
        width: 30%;
        background: none;
        padding: 0;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }
    #suntory_contents .recommendContainer .wineContainer li figure img {
        vertical-align: bottom;
        margin-bottom:0;
    }
    #suntory_contents .recommendContainer .wineContainer li figcaption {
        display: none;
    }
    #suntory_contents .recommendContainer .wineContainer li figcaption span {
        font-size: 12px;
        display: block;
    }
    
    #suntory_contents .recommendContainer .wineContainer li .text {
        width: 70%;
        display: table-cell;
        vertical-align: middle;
        padding: 0;
    }
    
    #suntory_contents .recommendContainer .wineContainer li p {
        margin: 0 0 15px;
    }
    #suntory_contents .recommendContainer .wineContainer li .name {
        font-size: 18px;
        line-height: 1.8;
        color: #a50727;
        padding: 0;
    }
    #suntory_contents .recommendContainer .wineContainer li .name span {
        font-size: 14px;
        display: block;
    }
    #suntory_contents .recommendContainer .wineContainer .btnBrand a {
        font-size: 14px;
        line-height: 14px;
        background: url(../recommend/img/arrow_link_s.png) no-repeat 0 center;
        background-size: 6px auto;
        padding-left: 10px;
    }
    #suntory_contents .recommendContainer .wineContainer .btnBuy a {
        width: 200px;
        height: 23px;
        display: block;
        background: url(../recommend/img/btn_buy.png) no-repeat 0 0;
        background-size: 200px auto;
        text-indent:-9999px;
    }
    #suntory_contents .recommendContainer .wineContainer .btnBuy a:hover {
        background: url(../recommend/img/btn_buy.png) no-repeat 0 -23px;
        background-size: 150px auto;
    }
    
    #suntory_contents .recommendContainer .wineContainer .btnBuy a {
        width:auto;
        height: auto;
        border-radius: 5px;
        text-align: center;
        border: 1px #b99e4a solid;
        background: -webkit-linear-gradient(top,  #f7e6ad 0%,#f0d277 50%,#e9c458 51%,#d7a329 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #f7e6ad 0%,#f0d277 50%,#e9c458 51%,#d7a329 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        display: inline-block;
        color: #000;
        font-size: 12px;
        line-height: 1.5;
        padding: 7px 40px;
        text-indent:0px;
    }
    @media screen and (max-width:374px){
        #suntory_contents .recommendContainer .wineContainer .btnBuy a {
        padding: 7px 20px;
        }
    }
    #suntory_contents .recommendContainer .wineContainer .btnBuy a:hover {
        border: 1px #b99e4a solid;
        background: -webkit-linear-gradient(top,  #f7e6ad 0%,#f0d277 50%,#e9c458 51%,#d7a329 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #f7e6ad 0%,#f0d277 50%,#e9c458 51%,#d7a329 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    
    /*------------------------------------------------------------
      [sp] wineDataContainer
    ------------------------------------------------------------ */
    #suntory_contents #wineDataContainer {
        margin: 0;
        width: auto;
    }

    #suntory_contents #wineDataContainer .recommendContainer {
        width: auto;
        margin: 20px 0;
        padding: 10px 10px 10px;
        background: none;
        border-bottom: 1px #c6e096 dashed;     
        -webkit-box-sizing: border-box;
            box-sizing: border-box;
    }
 

    #suntory_contents #wineDataContainer .recommendContainer h4 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1.5;
    }

    #suntory_contents #wineDataContainer .recommendContainer .lead,
    #suntory_contents #wineDataContainer .recommendContainer .recipe,
    #suntory_contents #wineDataContainer .recommendContainer .cheese {
        display: none;
    }

    
    /*------------------------------------------------------------
      [sp] btnBack
    ------------------------------------------------------------ */
    #suntory_contents .btnBack {
        margin: 40px 0;
        text-align: center;
    }
    #suntory_contents .btnBack a {
        border: 1px #016937 solid;
        background: url(../img/arrow_back.png) no-repeat 10px center,-webkit-gradient(linear, center top, center bottom, from(#8bc53f), to(#016937));
        background: url(../img/arrow_back.png) no-repeat 10px center,-webkit-linear-gradient(top, #8bc53f, #016937);
        background: url(../img/arrow_back.png) no-repeat 10px center,linear-gradient(top, #8bc53f, #016937);
        background-size: 11px auto,auto;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        line-height: 1.5;
        padding: 10px 40px;
    }
    #suntory_contents .btnBack a:hover {
        background: url(../img/arrow_back.png) no-repeat 20px center,-webkit-gradient(linear, center top, center bottom, from(#8bc53f), to(#016937));
        background: url(../img/arrow_back.png) no-repeat 20px center,-webkit-linear-gradient(top, #8bc53f, #016937);
        background: url(../img/arrow_back.png) no-repeat 20px center,linear-gradient(top, #8bc53f, #016937);
        background-size: 11px auto,auto;
    }
    
    
}
