@charset "UTF-8";

* {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}



html {
    overflow-y scroll;
}

* html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
    text-align: center;
    position: relative;
    word-break: normal !important;
    word-wrap: break-word !important;
    line-break: strict;
    zoom: 1;
}

#footer li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

a:hover img.nofilter,
#header .inn .hd-link li a:hover img {
    opacity: 1;
    filter: none;
}

html,
body,
#wrap {
    height: 100%;
}

body > #wrap {
    min-height: 100%;
    height: auto;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

input {
    padding-top: 2px;
}

ul,
ol {
    list-style-type: none;
}

li img,
dt img {
    vertical-align: bottom;
}

a {
    color: #4A97E3;
}

a:hover {
    text-decoration: none;
}

#wrap,
#footer {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 970px;
    position: relative;
    width: expression(document.body.clientWidth < 971? "970px":document.body.clientWidth > 1921? "1920px":"auto");
    overflow-x: hidden;
}

#wrap {
    background-image: url(/jp/common/img/body_bg.gif);
}

#cts {
    position: relative;
    padding: 0 0 492px;
    z-index: 1;
}

#header a,
#footer .ft-lower a {
    text-decoration: none;
    color: #FFF;
}

#header a:hover,
#footer .ft-lower a:hover {
    text-decoration: underline !important;
}

.inn,
#footer .pagetop {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 970px;
}

.breadcrumb {
    margin: 15px 0px 25px;
    overflow: hidden;
    zoom: 1;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li a {
    color: #D83313;
}

.breadcrumb2 {
    overflow: hidden;
    padding-top: 50px;
    zoom: 1;
    clear: both;
}

.breadcrumb2 li {
    float: left;
}

.breadcrumb2 li a {
    color: #D83313;
}

.head_text_space {
    background: url(/jp/common/img/head_bg.gif) repeat-x 0 0;
}

.head_text {
    color: #6E6E6E;
    text-align: left;
    font-size: 90%;
    width: 970px;
    margin: 0px auto;
    padding-top: 5px;
}

#home .foot_text_space {
    background: url(/jp/img/top_bg01.png) no-repeat center 233px;
    margin-top: 200px;
    border-top: 2px solid #323232;
}

#home .foot_text {
    color: #6E6E6E;
    text-align: left;
    font-size: 90%;
    width: 970px;
    margin: 0px auto;
    padding-top: 10px;
}

.foot_text_space {
    margin-top: 50px;
    border-top: 2px solid #EFEFEF;
    padding-top: 5px;
}

.foot_text {
    color: #6E6E6E;
    text-align: left;
    font-size: 90%;
    width: 970px;
    margin: 0px auto;
    padding-top: 10px;
}

#header {
    background: url(/jp/common/img/head_bg.gif) repeat;
    position: relative;
    z-index: 2;
}

#header .inn {
    height: 125px;
}

#header .inn .logo {
    padding: 21px 0 0 2px;
}

#header .inn .sub {
    position: absolute;
    top: 30px;
    left: 290px;
    z-index: 2;
    width: 397px;
}

#header .inn .sub li {
    float: left;
}

#header .inn .sub a {
    display: block;
    width: 77px;
    border: 1px solid #191919;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 90%;
    color: #ededed;
    border-radius: 45px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#header .inn .sub a:hover {
    background-color: #3A3A3A;
    border: 1px solid #7c7c7c;
    border-radius: 45px;
}

#header .inn .sub .current a {
    background-color: #3A3A3A;
    border: 1px solid #7c7c7c;
    border-radius: 45px;
}

#header .inn .sub img {
    vertical-align: middle;
    margin-right: 3px;
}

#header .inn .hd-search {
    position: absolute;
    top: 30px;
    right: 0;
}

#header .inn .hd-search p {
    float: left;
    margin-left: 6px;
    zoom: 1;
}

#header .inn .hd-search .ipt {
    background: url(/jp/common/img/hd_ipt_bg.gif) no-repeat;
    margin-left: 0;
}

#header .inn .hd-search .ipt input {
    background: none;
    padding: 4px 5px;
    *padding: 7px 5px 0;
    border: none;
    width: 232px;
    _width: 242px;
    height: 15px;
    *height: 23px;
    zoom: 1;
    color: #999999;
}

#header .inn .hd-search .ipt .placeholder {
    padding-bottom: 2px !important;
    top: 6px !important;
    font-size: 10px !important;
}

#header .inn .hd-search .btn {
    margin-top: -2px;
    _margin-top: 0;
}

/*#gnv-inn {
    width: 970px;
    position: absolute;
    top: 54px;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

#gnv {
    overflow: hidden;
}

#gnv li a {
    display: block;
    height: 51px;
    width: 138px;
    font-size: 125%;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #000;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#gnv li {
    text-decoration: none;
    float: left;
}

#gnv li a:hover {
    border-bottom: 2px #D93416 solid;
    display: block;
    height: 50px;
    width: 138px;
    float: left;
}

#gnv .gnv_1_products {
    display: block;
    font-size: 90%;
}


ul#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
	width: 100%;
    color: #fff;
}

ul#menu li {
    float: left;
    position: relative;
    margin: 0;
    padding: 21px 5px;
    width: 137px;
    font-size: 1.2em;
    text-align: center;
	background-image: url("/jp/common/img/gnv_bg01.gif");
    background-color: #292929;
    display: block;
	border-right: 1px solid #808080;
}

ul#menu li.last {
	border-right: none !important;
}

ul#menu > li{
	display: inline-block;
}

ul#menu > li > a{
	padding: 15px 5px;
	display: block;
}

ul#menu li a:hover {
    background-color: #171717;
	text-decoration-line: none !important;
    border-bottom: 2px solid #E7380C;
}


ul#menu ul.child {
    display: none;
    position: absolute;
    margin-left: -5px;
    padding: 0;
}

ul#menu ul.child:hover {
	border-top: 2px solid #E7380C;
	width: 137px
}

ul#menu ul.child li {
    padding: 5px !important;
    background-color: #fcfcfc !important;
    width: 180px !important;
	border-right: none !important;

}

ul#menu ul.child > li > a{
	padding: 10px;
	display: block;
}


ul#menu ul.child li a {
    padding: 5px 10px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
    text-align: left;
    font-size: 0.7em !important;
    display: block;
    color: #333333 !important;
}

ul#menu ul.child li a:hover {
    background: #E5E5E5 !important;
	border: none !important;
}*/

/*TOPメニューレイアウト変更ここから*/

        #header {
            /*height: 196px;*/
            height: 100%;
            position: relative;
            width: 100%;
            z-index: 1000;
            display: block;
            /*width: 970px;*/
            margin: 0 auto;
            padding-top: 10px;
			
        }

        #header .topmenu {
            width: 970px;
			margin: 0 auto;
			margin-top: 2px;
            margin-bottom: 20px;
			
        }

        #header .topmenu_inner {
            display: block;
        }

        #header .desc {
            display: block;
            float: left;
            margin-bottom: 15px;
            color: #999999;
        }

        #header .topmenu_link {
            display: block;
            float: right;
            text-align: right;
        }

        #header .topmenu_link_list {
            margin-bottom: 40px;
        }

        #header .topmenu_link_list li {
            float: left;
            margin-left: 7px;
        }

        #header .topmenu_link_list li a.contact {
            padding: 10px;
            /*background-color: crimson;*/
            background-image: -webkit-linear-gradient(#cb151b 70%, #8c0a1a 100%);
            background-image: linear-gradient(#cb151b 70%, #8c0a1a 100%);
        }

        #header .topmenu_link_list li a.catalog {
            padding: 10px;
            /*background-color: dimgray;*/
            background-image: -webkit-linear-gradient(#999999 70%, #686868 100%);
            background-image: linear-gradient(#999999 70%, #686868 100%);
        }

        #header .topmenu_link_list li a.contact:hover,
        #header .topmenu_link_list li a.catalog:hover {
            opacity: 0.7;
            text-decoration: none !important;
        }

        #header .topmenu_link_list li a.lang {
            padding: 10px 10px 10px 30px;
            background: url(/jp/common/img/icon_earth.png) 10px 50% no-repeat;
        }

        #header .topmenu_link_list li a.shop {
            padding: 10px 10px 10px 30px;
            background: url(/jp/common/img/icon_shop.png) 10px 50% no-repeat;
        }

        #header .header-logo {
            float: left;
            z-index: 9999;
        }

        #header .header-logo a {
            display: block;
        }

        #header .header-logo span.disc {
            display: block;
        }

        #header .hd-search {
            margin-left: 85px;
        }

        #header .hd-search .ipt {
            border: 1px solid #ffffff;
            background-color: #575757;
            margin-left: 0;
        }

        #header .hd-search .ipt input {
            background: none;
            /*padding: 4px 5px;*/
            border: none;
            width: 323px;
            height: 32px;
            zoom: 1;
            color: #999999;
        }

        #header .hd-search p {
            float: left;
            margin-left: 6px;
            zoom: 1;
        }

        /*メガナビ　ここから*/
        ul {
            padding-inline-start: 0px;
        }

        /*#header {
            font-size: 12px;
            font: 12px/1.5em 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
            color: #333;
            line-height: 1.5;
            position: relative;
        }*/

        #header a,
        #footer .ft-lower a {
            text-decoration: none;
            color: #FFF;
        }

        #header .inn {
            height: 80px;
            /*base.cssに同じコードあり*/
        }

        #header #gnv-inn {
            width: 970px;
            position: absolute;
            top: 0;
            z-index: 1;
            margin-bottom: 10px;
        }

        #header ul#menu {
            list-style-type: none;
            margin: 0;
            padding: 0;
            width: 100%;
            color: #fff;
            position: relative;
        }

        #header ul#menu li.top {
            float: left;
            /*position: relative;
	margin: 0;
	/*padding: 21px 5px;*/
            width: 193px;
            font-size: 1.2em;
            text-align: center;
            /*background-image: url("/jp/common/img/gnv_bg01.gif");*/
            background-color: #292929;
            display: block;
            border-right: 1px solid #808080;
        }

        #header ul#menu li.last {
            border-right: none !important;
        }

        #header ul#menu>li.top {
            display: inline-block;
        }

        #header ul#menu>li.top>a {
            padding: 15px 5px;
            display: block;
        }

        #header ul#menu>li.top:hover>a {
            background-color: #acacac;
            text-decoration-line: none !important;
            color: #171717;
        }

        /*ul#menu li a:hover {
    background-color: #acacac;
	text-decoration-line: none !important;
	color: #171717;
}*/

        #header ul#menu div.child {
            display: none;
            /*padding: 0;*/
            position: absolute;
            left: 0;
            right: 0;
            /*top:100%;*/
            width: 100%;
            max-width: 970px;
            margin: auto;
            background-color: #171717;
            z-index: 99;
        }


        #header ul#menu>li .child .wrap {
            display: table;
            /*width: -webkit-calc(100% - 23px);
			width: calc(100% - 23px);*/
            width: 100%;
            margin: auto;
            padding: 25px 0;
            /*margin-right: 10px;*/
            table-layout: fixed;

            /*background-color: brown;*/
        }

		#header ul#menu>li .child .wrap_s {
            width: 40% !important;
			margin: 0 !important;
        }

        #header ul#menu>li .child .wrap ul {
            display: table-cell;
            margin: auto;
            vertical-align: top;
            /*background-color: aqua;*/
            text-align: center;
            padding-left: 12px;
        }

        #header ul#menu>li .child .wrap li.btn-box.product-icon {
            position: relative;
        }

        #header ul#menu>li .child .wrap li.btn-box {
            display: block;
            color: #000;
        }

        #header ul#menu>li .child .wrap li:first-child {
            margin-top: 0;
        }

        #header ul#menu>li .child .wrap li.h-5 {
            margin-top: 5px;
            /*background-color: darkorchid;*/
            width: 170px;
            margin-bottom: 10px;
        }

        #header ul#menu>li .child .wrap li {
            margin: 0;
            margin-right: 10px;
            margin-top: 2px;
        }

        #header .m-icon-arrow3 {
            position: relative;
            padding-right: 0px;
        }

        #header .m-box-opacity {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
        }

        #header ul#menu>li .child .wrap li.btn-box.product-icon a.supercomposite {
            /*background: #fff url(../../images/p_nav_supercomposite.png) no-repeat left 5px center;*/
            /*background: #fff url(https://placehold.jp/70x70.png) no-repeat left 5px center;*/
        }

        #header ul#menu>li .child .wrap .img_title {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 160px;
            /* display: table; */
            display: -webkit-flex;
            display: flex;
            line-height: 1.1;
            padding: 10px 5px 10px 5px;
            font-size: 1.4rem;
            color: #fff;
            background-color: rgba(23, 23, 23, 0.5);
        }

        #header ul#menu>li .child .wrap .img_title span {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            min-height: 34px;
        }

        #header ul#menu>li .child .wrap li.btn-box a:last-child {
            margin-right: 0px;
        }

        #header ul#menu>li .child .wrap li.btn-box a {
            position: static;
            display: table;
            /*width: -webkit-calc(100% - 80px);
			width: calc(100% - 80px);*/
            width: 170px;
            height: 100px;
            margin-right: 10px;
            /*padding-left: 20px;
    padding-right: 40px;*/
            border: none;
            background: #FFF;
            font-size: 100%;
            color: #000;
            text-align: left;
            vertical-align: middle;
        }

        #header ul#menu>li .child .wrap li.btn-box a:hover {
            opacity: 0.6;
        }

        #header ul#menu>li .child .wrap li.btn-box a span {
            display: table-cell;
            /*color: #000;*/
            font-size: 100%;
            vertical-align: middle;
            letter-spacing: normal;
            line-height: 1.4;
        }
#header ul#menu>li .child .wrap li.btn-box a .img_title.small_txt span {
	 display: table-cell;
            /*color: #000;*/
            font-size: 79%;
            vertical-align: middle;
            letter-spacing: normal;
            line-height: 1;
	
}

        /*top-searchここから*/

        .top-search .search {
            width: 956px;
            margin: 0 auto;
        }

        .search_l p {
            float: left;
            margin-left: 20px;
        }

        .search_r p {
            float: right;
            margin-top: 28px;
            margin-right: 10px;
            font-size: 1.2em;
        }

        .search_r p.last {
            margin-right: 0;
        }

        .search_r p a {
            padding: 28px 23px;
            background-color: #282828;
            color: #ffffff;
            border-radius: 5px;
            text-decoration: none;
        }

        #cts {
            background: none!important;
            /*同じコードがstyle.cssにあるのを打ち消し*/
        }

        #cts .top-search {
            margin-top: -50px;
            padding-top: 50px;
            position: relative;
            z-index: 2;
            min-height: 110px;
            border-bottom: 2px solid #313131;
            margin-bottom: 30px;
            /*同じコードがstyle.cssにあるのを打ち消し*/
        }

        /*言語切り替えここから*/

        #header .lang_btn .lang_child {
            position: absolute;
            top: 45px;
            /*left: 0px;*/
            /*right: 330px;*/
            z-index: 1000;
            /*width: 57px;*/
            /*margin-left: -30px;*/
            /*padding: 10px;*/
            background: #ffffff;
            /*border: 5px solid #9fb5cb;
			border-radius: 3px;*/
            display: none;
        }

        #header .lang_btn .lang_child li {
            float: none !important;
            margin-left: 0 !important;
            text-align: center;
            border-bottom: 1px dotted #333333;
        }

        #header .lang_btn .lang_child a {
            color: #333333 !important;
            padding: 0.8em 3em;
            line-height: 1.5em;
            display: block;
            background-color: #acacac;
        }

        #header .lang_btn .lang_child a:hover {
            opacity: 0.7;
            text-decoration: none !important;
        }


        #header .lang_btn .lang_child:before {
            content: "";
            position: absolute;
            top: -30px;
            left: 45px;
            height: 0;
            width: 0;
            border: 15px solid transparent;
            border-bottom: 15px solid #acacac;
        }


#cts {
    padding: 0 0 489px;
    position: relative;
    z-index: 1;
}



#main {
    float: right;
    overflow: hidden;
    width: 655px;
}

#scol {
    float: left;
    width: 280px;
}

#footer {
    margin-top: -470px;
    position: relative;
    z-index: 2;
    zoom: 1;
}

#footer .ft-upper {
    background: url(/jp/common/img/ft_bg01.png) repeat-x;
}

#footer .ft-upper .inn {
    position: relative;
}

/*
#footer .ft-upper dl{padding:10px 0;overflow:hidden;}
#footer .ft-upper dl dt{padding-top:4px;float:left;width:650px;background:url(/jp/common/img/ft_tx01.png) 0 21px no-repeat;text-indent:-9999px;height:80px;}
#footer .ft-upper dl dd{float:right;}
#footer .ft-upper dl .mail a{display:block;width:260px;height:40px;overflow:hidden;outline:none;text-indent:-9999px;background:url(/jp/common/img/btn_inq01.gif) 0 0 no-repeat;}
#footer .ft-upper dl .tel a{margin-top:5px;display:block;width:260px;height:40px;overflow:hidden;outline:none;text-indent:-9999px;background:url(/jp/common/img/btn_inq03.gif) 0 0 no-repeat;}
#footer .ft-upper dl dd p{margin-left:6px;*margin-left:10px;display:inline-block;*display:inline;zoom:1;}
*/

.ft_contents {
    margin: 5px 0;
    overflow: hidden;
}

.ft_contents .ft_left {
    width: 440px;
    float: left;
    margin-right: 15px;
}

.ft_contents .ft_left img {
    margin-right: 1px;
    margin-left: 2px;
}

.ft_contents .ft_right {
    width: 515px;
    float: right;
}

.ft_contents .ft_tit p {
    font-size: 130%;
    color: #515151;
    border-bottom: 1px solid #515151;
    padding: 3px 0;
    margin: 5px 0 10px 0;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.ft_contents .ft_contact {
    clear: both;
}

.ft_contents .ft_tel {
    float: left;
    width: 250px;
    padding: 5px 10px;
    margin-right: 10px;
    background-color: #7a7a7a;
    color: #fff;
    border-radius: 4px;
}

.ft_contents .ft_tel dt {
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 3px;
}

.ft_contents .ft_tel .tel_num {
    letter-spacing: 0.05em;
    font-size: 130%;
}

.ft_contents .ft_tel .tel_day {
    margin-top: 5px;
}

.ft_contents .ft_tel .tel_link {
    margin-top: 2px;
    margin-left: 50px;
}

.ft_contents .ft_tel .tel_link a {
    color: #eb4728;
}

.ft_contents .ft_tel dd span {
    margin-right: 10px;
    font-size: 80%;
}

.ft_contents .ft_mail {}

.ft_contents .ft_catalog {
    margin-top: 7px;
}

.ft_contents .ft_bd {
    border-bottom: 1px solid #898989;
}

#footer .ft-lower {
    background-color: #000000;
    padding-top: 13px;
}

#footer .ft-lower .ft_pagetop a {
    padding-left: 10px;
    background: url(/jp/common/img/arr01.gif) no-repeat 0 0.3em;
    font-weight: bold;
    font-size: 125%;
}

#footer .ft-lower .commlink {
    float: left;
}

#footer .ft-lower .link1 {
    width: 170px;
    margin-left: 10px;
}

#footer .ft-lower .link2 {
    width: 190px;
    margin-left: 10px;
}

#footer .ft-lower .link3 {
    width: 170px;
}

#footer .ft-lower .link4 {
    width: 180px;
}

#footer .ft-lower .link5 {
    width: 200px;
    padding-right: 30px;
}

#footer .ft-lower .commlink p {
    font-weight: bold;
    background: url(/jp/common/img/arr01.gif) no-repeat 0 0.3em;
    margin-top: 20px;
    padding-left: 10px;
    font-size: 125%;
    color: #FFF;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #666;
    width: 150px;
    color: #999;
}

#footer .ft-lower .commlink p a {
    font-weight: bold;
    color: #999;
}

#footer .ft-lower .commlink_bt {
    clear: both;
    position: relative;
    top: -34px;
    left: 173px;
    width: 45%;
}

#footer .ft-lower .commlink_bt p {
    background: url(/jp/common/img/arr01.gif) no-repeat 0 0.3em;
    margin-top: 20px;
    padding-left: 10px;
}

#footer .ft-lower .commlink p a:hover img {
    margin-bottom: -1px;
    border-bottom: 1px solid #FFF;
}

#footer .ft-lower .commlink ul li {
    background: url(/jp/common/img/icn_minus01.gif) no-repeat 0 0.6em;
    margin-top: 8px;
    padding-left: 10px;
}

#footer .ft-lower .link3 .twocol ul {
    float: left;
    width: 173px;
}

#footer .copyright {
    background: url(/jp/common/img/line01.gif) repeat-x;
    margin-top: 47px;
    padding: 26px 0 25px;
    text-align: center;
    zoom: 1;
}

.pagetop {
    padding-top: 10px;
    margin-bottom: 20px;
    text-align: right;
    width: 970px;
    margin: 0 auto;
}

.pagetop a {
    color: #D93416;
    text-decoration: none;
    text-align: right;
    border-radius: 4px;
}

#home .pagetop a {
    color: #FFF;
    text-decoration: none;
    text-align: right;
    border-radius: 4px;
}

.pagetop img {
    vertical-align: middle;
}

.cate-ttl .inn img {
    margin-top: 35px;
}

/*TOPに戻るボタン　ここから*/	
#footer .pagetop_s{
    display: none ;	
    position: fixed;
    right: 20px;
    bottom: 40px;
	width: 40px;
	z-index: 99999;
}
#footer .pagetop_s a{
    display: block;
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #808080;
    /*border-radius: 50%;*/
    line-height: 50px;
}
	#footer .pagetop_s img{
		margin-top: 35%;
	}


/*お問い合わせ・カタログダウンロード　ここから*/		
	#footer .l-AsideMenu {
	display: none ;	
    background-color: rgba(255,255,255,0.75);
    bottom: 0;
    left: 0;
    padding-left: 10px;
    position: fixed;
	bottom:0;
    width: 100%;
    z-index: 1030;
	}
	#footer .l-AsideMenu>.list {
    align-items: center; 
    display: flex;
    height: 5em;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
	#footer .l-AsideMenu>.list>.item {
    margin-left: 1em;
}
	#footer .l-AsideMenu>.list>.item a {
	color: #ffffff;	
    text-decoration:none; 
}
	#footer .l-AsideMenu>.list>.item a:hover {
	opacity: 0.7; 
}
	#footer .l-AsideMenu>.list>.item a.contact {
    padding: 10px 20px;
    background-image: -webkit-linear-gradient(#cb151b 70%, #8c0a1a 100%);
    background-image: linear-gradient(#cb151b 70%, #8c0a1a 100%);
}
	#footer .l-AsideMenu>.list>.item a.catalog {
    padding: 10px 20px;
    background-image: -webkit-linear-gradient(#999999 70%, #686868 100%);
    background-image: linear-gradient(#999999 70%, #686868 100%);
}