@charset "utf-8";

/***************************/
/*list_applicaton*/
/***************************/
#list_applicaton{
  margin:0 0 20px;
  padding:0;
  
}

#list_applicaton dt{
  margin:5px 0 0 0;
  padding:2px 0 0 5px;
  color:#fff;
  font-size:14px;
  background: #CF9F4D;
}

#list_applicaton dd{
  margin:5px 0 10px;
  padding:0;
  border-bottom:1px dashed #DDDDDD;
}

.inner_list{
  margin:0;
  padding:0;
}

.inner_list li{
  margin:0;
  padding:0;
}

/***************************/
/*btn_form*/
/***************************/
#btn_form{
  margin:0 auto;
  padding:0;
  width:50%;
}

#btn_form a{
  display:block;
  margin:0;
  padding:10px 0;
  border:1px solid #FF4F7F;
background: rgb(252,236,245); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,236,245,1) 0%, rgba(251,167,191,1) 50%, rgba(253,137,166,1) 51%, rgba(255,125,162,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,236,245,1)), color-stop(50%,rgba(251,167,191,1)), color-stop(51%,rgba(253,137,166,1)), color-stop(100%,rgba(255,125,162,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,236,245,1) 0%,rgba(251,167,191,1) 50%,rgba(253,137,166,1) 51%,rgba(255,125,162,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,236,245,1) 0%,rgba(251,167,191,1) 50%,rgba(253,137,166,1) 51%,rgba(255,125,162,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,236,245,1) 0%,rgba(251,167,191,1) 50%,rgba(253,137,166,1) 51%,rgba(255,125,162,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,236,245,1) 0%,rgba(251,167,191,1) 50%,rgba(253,137,166,1) 51%,rgba(255,125,162,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecf5', endColorstr='#ff7da2',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  color:#e1659f;
  font-size:16px;
  text-align:center;
  zoom:1;
}

#btn_form a:active,
#btn_form a:hover{
 background: rgb(246,154,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(246,154,211,1) 0%, rgba(251,91,142,1) 50%, rgba(253,67,120,1) 51%, rgba(255,57,120,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,154,211,1)), color-stop(50%,rgba(251,91,142,1)), color-stop(51%,rgba(253,67,120,1)), color-stop(100%,rgba(255,57,120,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(246,154,211,1) 0%,rgba(251,91,142,1) 50%,rgba(253,67,120,1) 51%,rgba(255,57,120,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(246,154,211,1) 0%,rgba(251,91,142,1) 50%,rgba(253,67,120,1) 51%,rgba(255,57,120,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(246,154,211,1) 0%,rgba(251,91,142,1) 50%,rgba(253,67,120,1) 51%,rgba(255,57,120,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(246,154,211,1) 0%,rgba(251,91,142,1) 50%,rgba(253,67,120,1) 51%,rgba(255,57,120,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69ad3', endColorstr='#ff3978',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  zoom:1;
}

.recruit_btn a{
  display:block;
  margin:0 0 5px;
  padding:5px 0;
  width:100%;
  border:1px solid #8F8F8F;
  background: linear-gradient(to bottom left, #5F5F5F, #1F1F1F);
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  color:#fff;
  font-size:16px;
  font-weight: bolder;
  text-align:center;
  zoom:1;
}

.line_btn a {
    background:#41bb1c;
    background: -moz-linear-gradient(left top, #bffa53, #9ef047 20%, #6cdd42 40%, #41bb1c 70%);
    background: -webkit-linear-gradient(left top, #bffa53, #9ef047 20%, #6cdd42 40%, #41bb1c 70%);
    background: linear-gradient(to bottom right, #bffa53, #9ef047 20%, #6cdd42 40%, #41bb1c 70%);
    border: 1px solid #3ca505;
    border-radius: 6px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
#contents h2{
  padding-left: 10px;
  margin-bottom: 10px;
}
  

