@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

body {
  font-family:'YakuHanJP', 'Noto Sans JP', sans-serif;
  line-height: 1;
  font-size: 16px;
  color: #595757;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  color: #595757;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

p, ul, ol {
  font-size: 20px;
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.6;
}

ul, ol {
  color: #595757;
  margin: 0;
  padding: 0;
}

ul span, ol span {
  color: #484848;
}

a:link {
  color : #008faa;
  transition: all .2s;
  text-decoration: none;
}
a:visited {
  color : #008faa;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color : #00b4d6;
}
a:active {
  color : #00b4d6;
  text-decoration: none;
}

a:hover img{
  opacity: 0.8;
}

a img{
  transition: all .2s;
}

.txt-center{
  text-align: center;
}
.txt-right{
  text-align: right;
}

.left-block{
  float: left;
}

.right-block{
  float: right;
}
.color-red{
  color : #c70000;
}
.txt-spacing{
  margin-left:16px;
}

.lead-txt{
  /* margin-bottom: 20px; */
}

.weblink span{
    background: #008faa;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 28px;
    border-radius: 4px;
    margin-right: 6px;
}

/**
 * .mix-header
 **/
.mix-header{
  background-image: url(../../images/saitama-2nd/header_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center, top center, center center;
  height: 488px;
}
.mix-header .inner{
  width:920px;
  margin-left:auto;
  margin-right:auto;
}
.primary{
  width:772px;
  margin-left:auto;
  margin-right:auto;
  padding-top:40px;
}
.exhibition{
  width:210px;
  float:left;
}
.exhibition img{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.14);
}
.sponsorship{
  width:544px;
  float:right;
}
h1.title{
  text-align:center;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.subtitle{
  text-align:center;
}

.entrust{
  width:920px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  margin-bottom:40px;

}
.entrust p{
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
  text-align:center;
  padding-top:20px;
  padding-bottom:20px;
  margin: 0;
}
.mix-content{
  width:920px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 40px;
}
.mix-content .recommend{
  float:left;
  width: 440px;
}
.mix-content .profile{
  float:right;
  width: 440px;
}
.mix-content .recommend ul{
  list-style-type: none;
  
}
.mix-content .recommend ul li{
  float: left;
  display: block;
  width: 210px;
  height: 210px;
  background-image: -webkit-linear-gradient(135deg, #008faa 30%, #ebfbfe 100%);
	background-image: -moz-linear-gradient(135deg, #008faa 30%, #ebfbfe 100%);
	background-image: -o-linear-gradient(135deg, #008faa 30%, #ebfbfe 100%);
	background-image: linear-gradient(-45deg, #008faa 30%, #ebfbfe 100%);
}
.mix-content .recommend ul li:nth-child(odd){
  margin-right: 20px;
}
.mix-content .recommend ul li:nth-child(1),
.mix-content .recommend ul li:nth-child(2){
  margin-bottom: 20px;
}
.mix-content .recommend ul li p{
  font-weight: 700;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 210px;
  height: 210px;
  color: #fff;
  text-shadow: #008faa 1px 1px 1px, #008faa -1px 1px 1px,
               #008faa 1px -1px 1px, #008faa -1px -1px 1px,
               #008faa 1px 1px 1px, #008faa -1px 1px 1px,
               #008faa 1px -1px 1px, #008faa -1px -1px 1px,
               #008faa 1px 1px 2px, #008faa -1px 1px 2px,
               #008faa 1px -1px 2px, #008faa -1px -1px 2px;
}


.mix-section .common-headline,
.contact-section .common-headline{
  font-size: 24px;
  color:#008faa;
  line-height: 60px;
  border-left:8px solid #008faa;
  padding-left:10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cde9ee+0,ffffff+100 */
  background: #cde9ee; /* Old browsers */
  background: -moz-linear-gradient(left, #cde9ee 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #cde9ee 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #cde9ee 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde9ee', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px,
               #fff 1px -1px 1px, #fff -1px -1px 1px,
               #fff 1px 1px 1px, #fff -1px 1px 1px,
               #fff 1px -1px 1px, #fff -1px -1px 1px,
               #fff 1px 1px 2px, #fff -1px 1px 2px,
               #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.seminar-section .common-headline{
  font-size: 24px;
  color:#00a28e;
  line-height: 60px;
  border-left:8px solid #00a28e;
  padding-left:10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cde9ee+0,ffffff+100 */
  background: #d9f1ee; /* Old browsers */
  background: -moz-linear-gradient(left, #d9f1ee 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d9f1ee 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d9f1ee 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9f1ee', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px,
               #fff 1px -1px 1px, #fff -1px -1px 1px,
               #fff 1px 1px 1px, #fff -1px 1px 1px,
               #fff 1px -1px 1px, #fff -1px -1px 1px,
               #fff 1px 1px 2px, #fff -1px 1px 2px,
               #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.school-section .common-headline{
  font-size: 24px;
  color:#007bc7;
  line-height: 60px;
  border-left:8px solid #007bc7;
  padding-left:10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cde9ee+0,ffffff+100 */
  background: #d9ebf7; /* Old browsers */
  background: -moz-linear-gradient(left, #d9ebf7 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d9ebf7 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d9ebf7 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ebf7', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px,
               #fff 1px -1px 1px, #fff -1px -1px 1px,
               #fff 1px 1px 1px, #fff -1px 1px 1px,
               #fff 1px -1px 1px, #fff -1px -1px 1px,
               #fff 1px 1px 2px, #fff -1px 1px 2px,
               #fff 1px -1px 2px, #fff -1px -1px 2px;
}

.seminar-section .section-headline {
  border-top: 2px solid #00a28e;
  padding-top: 24px;
  border-bottom: 2px solid #00a28e;
  padding-bottom: 24px;
  text-align: center;
}

.school-section .section-headline {
  border-top: 2px solid #007bc7;
  padding-top: 24px;
  border-bottom: 2px solid #007bc7;
  padding-bottom: 24px;
  text-align: center;
}

.company-txt{
  font-size:16px;
  border-bottom: 1px solid;
  padding-bottom:10px;
  margin-bottom:10px;
  line-height: 1.2;
}
.ceo-txt{
  font-size:38px;
  font-weight: 700;
  line-height: 1;
}
.profile-info .left-block{
  width:240px;
}
.ceo-pic{
  float: right;
}
.profile-content p{
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

.mix-pdf{
  width:920px;
  margin-left:auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.mix-inner-links{
  width:920px;
  margin-left:auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.seminar-pdf{
  width:440px;
  display: block;
  float: left;
}
.school-pdf{
  width:440px;
  display: block;
  float: right;
}

.seminar-link{
  width:440px;
  display: block;
  float: left;
}
.school-link{
  width:440px;
  display: block;
  float: right;
}


/**
 * .seminar-section
 **/
.seminar-section a:link{
  color : #00a28e;
}
.seminar-section a:visited {
  color : #00a28e;
  text-decoration: none;
}
.seminar-section a:hover {
  text-decoration: none;
  color : #00d5bb;
}
.seminar-section a:active {
  color : #00d5bb;
  text-decoration: none;
}

.seminar-section{
  background: #ccece8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.seminar-section .inner-content{
  width: 1000px;
  background: #fff;
  padding: 40px;
  margin-left:auto;
  margin-right:auto;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.seminar-flow{
  width: 100%;
  margin-bottom:40px;
}
.seminar-flow .flow-content{
  width:200px;
  height: 200px;
  padding-left:10px;
  padding-right: 10px;
  vertical-align: top;
  text-align: center;
  background-image: -webkit-linear-gradient(90deg, #cdece8 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(90deg, #cdece8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(90deg, #cdece8 0%, #ffffff 100%);
  background-image: linear-gradient(0deg, #cdece8 0%, #ffffff 100%);
  border: 2px solid #00a28e;
}
.seminar-flow .flow-content .inner{
  margin-top:24px;
}
.seminar-flow .flow-content .num{
  text-align:center;
  /*
  color:#fff;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, #00a28e 0%, #7ed0c6 100%);
  background-image: -moz-linear-gradient(90deg, #00a28e 0%, #7ed0c6 100%);
  background-image: -o-linear-gradient(90deg, #00a28e 0%, #7ed0c6 100%);
  background-image: linear-gradient(0deg, #00a28e 0%, #7ed0c6 100%);
  */
}
.seminar-flow .flow-content .txt{
  color:#00a28e;
  font-weight: 700;
  text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px,
               #fff 1px -1px 1px, #fff -1px -1px 1px,
               #fff 1px 1px 1px, #fff -1px 1px 1px,
               #fff 1px -1px 1px, #fff -1px -1px 1px,
               #fff 1px 1px 2px, #fff -1px 1px 2px,
               #fff 1px -1px 2px, #fff -1px -1px 2px;
  /*
  text-shadow: #00a28e 1px 1px 1px, #00a28e -1px 1px 1px,
               #00a28e 1px -1px 1px, #00a28e -1px -1px 1px,
               #00a28e 1px 1px 1px, #00a28e -1px 1px 1px,
               #00a28e 1px -1px 1px, #00a28e -1px -1px 1px,
               #00a28e 1px 1px 2px, #00a28e -1px 1px 2px,
               #00a28e 1px -1px 2px, #00a28e -1px -1px 2px;
  */
  margin-bottom: 0;
  line-height: 1.3;
}
.seminar-flow .flow-arrow{
  text-align: center;
  vertical-align: middle;
}
.seminar-detail{
  margin-bottom: 20px;
}
.seminar-detail th {
  width:120px;
  height:120px;
  padding-bottom: 20px;
}
.seminar-detail th span{
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, #00a28e 0%, #7ed0c6 100%);
  background-image: -moz-linear-gradient(90deg, #00a28e 0%, #7ed0c6 100%);
  background-image: -o-linear-gradient(90deg, #00a28e 0%, #7ed0c6 100%);
  background-image: linear-gradient(0deg, #00a28e 0%, #7ed0c6 100%);
  display: table-cell;
  height: 120px;
  width: 120px;
  vertical-align: middle;
  color:#fff;
  font-size: 20px;
  text-shadow: #00a28e 1px 1px 1px, #00a28e -1px 1px 1px,
               #00a28e 1px -1px 1px, #00a28e -1px -1px 1px,
               #00a28e 1px 1px 1px, #00a28e -1px 1px 1px,
               #00a28e 1px -1px 1px, #00a28e -1px -1px 1px,
               #00a28e 1px 1px 2px, #00a28e -1px 1px 2px,
               #00a28e 1px -1px 2px, #00a28e -1px -1px 2px;
}
.seminar-detail td{
  vertical-align: middle;
  padding-left: 20px;
  padding-bottom: 20px;
}
.seminar-detail td p{
  margin-bottom:0;
  /* font-weight: 500; */
}
.seminar-detail td p strong{
  font-size: 28px;
}
.seminar-detail .weblink span{
  background: #00a28e;
}

/**
 * .school-section
 **/
.school-section a:link{
  color : #007bc7;
}
.school-section a:visited {
  color : #007bc7;
  text-decoration: none;
}
.school-section a:hover {
  text-decoration: none;
  color : #0097f4;
}
.school-section a:active {
  color : #0097f4;
  text-decoration: none;
}

.school-section{
  background: #dff2fc;
  padding-top: 40px;
  padding-bottom: 40px;
}
.school-section .inner-content{
  width: 1000px;
  background: #fff;
  padding: 40px;
  margin-left:auto;
  margin-right:auto;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.school-detail{
  margin-bottom: 20px;
}
.school-detail th {
  width:120px;
  height:120px;
  padding-bottom: 20px;
}
.school-detail th span{
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, #007bc7 0%, #7dbbe3 100%);
  background-image: -moz-linear-gradient(90deg, #007bc7 0%, #7dbbe3 100%);
  background-image: -o-linear-gradient(90deg, #007bc7 0%, #7dbbe3 100%);
  background-image: linear-gradient(0deg, #007bc7 0%, #7dbbe3 100%);
  display: table-cell;
  height: 120px;
  width: 120px;
  vertical-align: middle;
  color:#fff;
  font-size: 20px;
  text-shadow: #007bc7 1px 1px 1px, #007bc7 -1px 1px 1px,
               #007bc7 1px -1px 1px, #007bc7 -1px -1px 1px,
               #007bc7 1px 1px 1px, #007bc7 -1px 1px 1px,
               #007bc7 1px -1px 1px, #007bc7 -1px -1px 1px,
               #007bc7 1px 1px 2px, #007bc7 -1px 1px 2px,
               #007bc7 1px -1px 2px, #007bc7 -1px -1px 2px;
}
.school-detail td{
  vertical-align: middle;
  padding-left: 20px;
  padding-bottom: 20px;
}
.school-detail td p{
  margin-bottom: 0;
}
.school-detail td p strong{
  font-size: 28px;
}

.program-block h4{
  font-size: 24px;
  border-bottom: 1px solid #007bc7;
  color: #007bc7;
}
.program-block h4 strong{
  font-size: 32px;
}
.program-block .num{
  background-image: url(../../images/saitama-2nd/seminar_program_bg.png);
  background-repeat: no-repeat;
  width: 140px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  padding-left:28px;
  color: #fff;
  font-size: 24px;
}
.program-block .num strong{
  font-size: 32px;
}
.program-title {
  float: right;
  display: inline-block;
  line-height: 60px;
  font-size: 38px;
}

.program-block h5{
  font-size:32px;
}

.program-list {
  padding:20px;
  background: #fff9e7;
  margin-bottom: 40px;
  border: 1px solid #007bc7;
}
.program-list ul{
  list-style-type: square;
  color: #007bc7;
  margin-left: 20px;
  margin-right:40px;
}
.program-list ul li span{
  color: #595757;
}
.program-list ul li:nth-child(1){
  margin-bottom:20px;
}
.program-list strong.final{
  line-height: 1.4;
  font-weight: 500;
}
.program-list .final-list{
  margin-bottom:0 !important;
}
.school-detail .weblink span{
  background: #007bc7;
}


/**
 * .contact-section
 **/
.privacy-block{
  background: #fff9e7;
  border: 1px solid #008faa;
  padding:20px;
  margin-bottom: 40px;
}
.privacy-block ul{
  list-style-type: square;
  color: #008faa;
  margin-left: 20px;
  margin-right:40px;
}
.privacy-block ul li{
  line-height: 1.4;
}
.privacy-block ul li span{
  color: #595757;
}
.privacy-block ul li:nth-child(1){
  margin-bottom: 20px;
}


.mw_wp_form{
  margin-bottom:40px;
}

.contact-section .inner-content{
  width: 920px;
  margin-left:auto;
  margin-right:auto;
  padding-top: 40px;
}

.contact-table{
  width:100%;
  margin-bottom: 40px;
}
.contact-table th,
.contact-table td{
  border: 1px solid #008faa;
  text-align: left;
  font-size: 22px;
  padding: 20px;
}
.contact-table th{
  background: #ebf9fc;
  width:200px;
  font-weight: 700;
}
.copyright{
  text-align:center;
  margin-bottom: 40px;
}


.contact-section .inquiry-table{
  width:100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-section .inquiry-table tr:nth-child(odd){
  /* background: #fef5eb; */
  background: #ebf9fc;
}

.contact-section .inquiry-table th,
.contact-section .inquiry-table td{
  border: 1px solid #cacaca;
  padding: 16px;
  vertical-align: middle;
  text-align: left;
  border-left: none;
  border-right: none;
  font-size: 18px;
}
.contact-section .inquiry-table td{
  padding-left: 0;
}

.contact-section .inquiry-table th{
  width: 200px;
  line-height: 1.4;
}
.contact-section .inquiry-table small{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
  display: inline-block;
}
.contact-section .inquiry-table p{
  font-size:18px;
}

.form-required-box{
  width: 76px !important;
  text-align: right !important;
}
.form-required{
  background: #c70000;
  color: #fff;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 6px;
  border-radius: 4px;
  text-align: center;
  width: 76px;
  display: inline-block;
}

.form-radio label{
  display: inline;
  margin-right: 20px;
}
.form-radio label:first-of-type{
  margin-bottom: 10px;
}
.form-radio label input{
  margin-right: 4px;
}

.form-select select {
  /*
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  */
  height: 32px;
  font-size: 18px;
  border: 1px solid #cacaca;
  background: #fff;
  margin-left: 4px;
  margin-right: 4px;
}

.form-xs input{
  width: 100px;
  padding: 4px;
  height: 32px;
  font-size: 18px;
  border: 1px solid #cacaca;
  background: #fff;
  box-shadow: 0px 1px 1px 0px #bbb inset;
  margin-left: 4px;
  margin-right: 4px;
}
.form-s input{
  width: 140px;
  padding: 4px;
  height: 32px;
  font-size: 18px;
  border: 1px solid #cacaca;
  background: #fff;
  box-shadow: 0px 1px 1px 0px #bbb inset;
  margin-left: 4px;
  margin-right: 4px;
}
.form-m input{
  width: 280px;
  padding: 4px;
  height: 32px;
  font-size: 18px;
  border: 1px solid #cacaca;
  background: #fff;
  box-shadow: 0px 1px 1px 0px #bbb inset;
  margin-left: 4px;
  margin-right: 4px;
}
.form-l input{
  width: 400px;
  padding: 4px;
  height: 32px;
  font-size: 18px;
  border: 1px solid #cacaca;
  background: #fff;
  box-shadow: 0px 1px 1px 0px #bbb inset;
  margin-left: 4px;
  margin-right: 4px;
}
.form-txt textarea{
  width: 98%;
  padding: 4px;
  height: 240px;
  font-size: 18px;
  border: 1px solid #cacaca;
  background: #fff;
  box-shadow: 0px 1px 1px 0px #bbb inset;
}
.radio-btn label{
  margin-right: 10px;
}
.radio-btn label input{
  margin-right: 4px;
}

.section-inquiry .txt-center{
  margin-bottom: 0;
  margin-top:20px;
  line-height: 1;
}

.btn-success-wrap input{
  font-size:20px;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:40px;
  padding-right:40px;
  outline: 0;
  cursor: pointer;
  font-weight: bold;
  -webkit-appearance: none;
  border: 0;
  text-decoration: none;
  background: #008faa; /* Old browsers */
  background: -moz-linear-gradient(top, #5bb2c1 0%, #008faa 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5bb2c1 0%,#008faa 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5bb2c1 0%,#008faa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb2c1', endColorstr='#008faa',GradientType=0 ); /* IE6-9 */
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}
.btn-success-wrap input:hover{
  opacity: 0.8;
}
.btn-back-wrap input{
  font-size:20px;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:40px;
  padding-right:40px;
  outline: 0;
  cursor: pointer;
  font-weight: bold;
  -webkit-appearance: none;
  text-decoration: none;
  background-color: #e0e0e0;
  display: inline-block;
  border-radius: 4px;
  margin-right:20px;
}

.zip-mes{
  line-height: 1;
}
.zip-mes small{
  margin-top: 0 !important;
}
.zip-wrap{
  margin-bottom: 5px;
}

.mw_wp_form_confirm .confirm-hidden{
  display: none;
}

input:focus,
select:focus,
textarea:focus{
  outline: none;
}


.back-top{
  margin: 0px;
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 1002;
}
.back-top a{
  color: #fff;
  width: 80px;
  height: 80px;
  display: block;
  text-align: center;
  line-height: 64px;
  font-size: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #008faa; /* Old browsers */
  background: -moz-linear-gradient(top, #5bb2c1 0%, #008faa 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5bb2c1 0%,#008faa 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5bb2c1 0%,#008faa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb2c1', endColorstr='#008faa',GradientType=0 ); /* IE6-9 */
}