@charset "UTF-8"; .sk_form_table dt { border:none !important; } // 枠ボーダー .sk_form_table{ border-left:1px solid #CCC !important; border-right:1px solid #CCC !important; background: #CCC !important; } .sk_form_table dt { border-right:1px solid #CCC !important; background: #E8E8E8; } #sk_form_submit input{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ecedea+0,d8d9d6+100 */ background: #ecedea; /* Old browsers */ background: -moz-linear-gradient(top, #ecedea 0%, #d8d9d6 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecedea), color-stop(100%,#d8d9d6)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ecedea 0%,#d8d9d6 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ecedea 0%,#d8d9d6 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ecedea 0%,#d8d9d6 100%); /* IE10+ */ background: linear-gradient(to bottom, #ecedea 0%,#d8d9d6 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecedea', endColorstr='#d8d9d6',GradientType=0 ); /* IE6-9 */ color:#444 !important; text-shadow:none !important; border-color: #999 !important; } #sk_form_submit input:hover, #sk_form_submit input:focus{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cecece+0,e8e8e8+100 */ background: #cecece; /* Old browsers */ background: -moz-linear-gradient(top, #cecece 0%, #e8e8e8 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #cecece 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #cecece 0%,#e8e8e8 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #cecece 0%,#e8e8e8 100%); /* IE10+ */ background: linear-gradient(to bottom, #cecece 0%,#e8e8e8 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */ } #sk_form_submit input:active{ background: #a7a7a7 !important; }