@charset "UTF-8";
@import url("reset.css");
body {
  font: 12px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  *font-size: small;
  /* IE用 */
  *font: x-small;
  /* IE 互換モード用 */
  background: url(../images/body_bg.gif) white;
  color: #333;
  border-top: 3px solid #45b864;
  -webkit-text-size-adjust: 100%; }

/* Link */
a {
  color: #0fabdf; }
  a:link, a:visited, a:active {
    text-decoration: underline; }
  a:hover {
    text-decoration: none;
    color: #237af0; }

/* Float */
.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

/* clearfix */
.clearfix {
  zoom: 1;
  /*for IE 5.5-7*/ }
  .clearfix:after {
    /*for modern browser*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

hr {
  border: 0;
  background: white;
  border-bottom: solid 1px #5ABB5A; }

/* Common Class
---------------------------------------------------------*/
.sizeSS {
  width: 60px; }

.sizeS {
  width: 120px; }

.sizeSM {
  width: 300px; }

.sizeMM {
  width: 450px; }

.sizeM {
  width: 450px;
  height: 150px;
  margin-bottom: 8px; }

.sizeL {
  width: 500px;
  height: 250px;
  margin-bottom: 8px; }

.sizeLL {
  width: 650px;
  height: 250px;
  margin-bottom: 8px; }

/* Layout
---------------------------------------------------------*/
.container, #contents-area, .pagetop, .copyright p {
  width: 950px;
  margin: 0 auto; }

#contents-area {
  margin-bottom: 49px; }

#main-area {
  width: 680px;
  float: left; }

#sub-area {
  width: 250px;
  float: right; }

@media all and (max-width: 768px) {
  .container, #contents-area, .pagetop, .copyright p {
    width: 100%; }

  #contents-area {
    margin-bottom: 20px;
    padding: 0 5%; }

  #main-area {
    width: 100%;
    float: none; }
    #main-area h2, #main-area h3, #main-area h4, #main-area h5, #main-area h6 {
      overflow: hidden; }

  #sub-area {
    width: 100%;
    float: none;
    margin-top: 40px;
    padding: 4px;
    background-color: #ffd9de; } }
/* Header
---------------------------------------------------------*/
#header {
  background: url(../images/header_btm_line.gif) repeat-x bottom white;
  padding: 29px 0 12px;
  margin-bottom: 29px; }
  #header .logo {
    margin-bottom: 29px;
    overflow: hidden; }
  #header #gnav {
    overflow: hidden; }
    #header #gnav li {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 25%;
      float: left;
      border-left: 1px dotted #ccc;
      text-align: center;
      font-weight: bold;
      font-size: 16px;
      line-height: 32px; }
      #header #gnav li:last-child {
        border-right: 1px dotted #ccc; }
      #header #gnav li a {
        display: block;
        text-decoration: none;
        color: #553D33; }
        #header #gnav li a:hover {
          color: #FC5F74; }

@media all and (max-width: 768px) {
  #header {
    min-height: 80px;
    padding: 16px 0 0;
    margin-bottom: 29px; }
    #header .logo {
      margin-bottom: 16px;
      padding: 0 5%; }
      #header .logo img {
        width: 100%;
        height: auto; }
    #header #gnav {
      background-color: #00665A;
      text-align: center; }
      #header #gnav li {
        position: relative;
        width: 50%;
        padding-left: 5%;
        border-left: none;
        line-height: 48px; }
        #header #gnav li:nth-child(even) {
          border-left: 1px solid white; }
        #header #gnav li:nth-child(n+3) {
          border-top: 1px solid white; }
        #header #gnav li:last-child {
          border-right: none; }
        #header #gnav li a {
          color: white; }
          #header #gnav li a:before {
            content: "▶︎";
            display: block;
            position: absolute;
            top: 0;
            left: 10%;
            font-size: 12px;
            color: #FFDD97; }
          #header #gnav li a:hover {
            color: white; } }
/* area-inner
---------------------------------------------------------*/
.area-inner {
  background: white;
  border-left: 6px solid #c0ecb5;
  border-right: 6px solid #c0ecb5;
  padding: 16px; }

@media all and (max-width: 768px) {
  .area-inner + img {
    width: 100%; } }
/* Pagetop
---------------------------------------------------------*/
.pagetop {
  background: url(../images/footer_illust.png) no-repeat 40px bottom;
  text-align: right;
  height: 47px; }

@media all and (max-width: 768px) {
  .pagetop {
    height: 80px;
    padding: 0 5%; } }
/* Footer
---------------------------------------------------------*/
#footer {
  background: white;
  border-top: 1px solid #D1CFCF;
  padding: 28px 0 0; }
  #footer #footer-nav {
    margin: 19px 0 31px;
    overflow: hidden; }
    #footer #footer-nav li {
      float: left;
      background: url(../images/footer_arw_nav.gif) no-repeat left center;
      padding-left: 8px;
      margin-right: 36px;
      font-size: 11px; }
  #footer #ss_gmo_img_wrapper_100-50_image_ja {
    float: right; }
  #footer .copyright {
    background: #45b864;
    color: white;
    font-size: 11px;
    text-align: right;
    height: 32px;
    line-height: 32px; }

@media all and (max-width: 768px) {
  #footer .container {
    padding: 0 5%; }
  #footer h2 {
    margin-bottom: 30px; }
  #footer #footer-nav {
    margin: 0 0 30px 0; }
    #footer #footer-nav li {
      width: 110px;
      margin: 0 0 10px 0;
      font-size: 14px; }
  #footer #ss_gmo_img_wrapper_100-50_image_ja {
    float: right; }
  #footer .copyright {
    text-align: center; } }
/* sub-area
---------------------------------------------------------*/
.sidebox + .sidebox {
  margin-top: 8px; }
.sidebox .area-inner {
  background: white;
  border-left: 6px solid #ffd9de;
  border-right: 6px solid #ffd9de;
  padding: 8px 6px; }
  .sidebox .area-inner ul li + li {
    margin-top: 8px; }
  .sidebox .area-inner ul li a {
    display: block; }
  .sidebox .area-inner ul li br {
    display: none; }
  .sidebox .area-inner .txtlink {
    margin-top: 8px;
    text-align: right; }
    .sidebox .area-inner .txtlink img {
      margin: 5px 3px 0 0; }
  .sidebox .area-inner .message {
    background: url(../images/side_icon_message.gif) no-repeat 3px top;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px dotted #c5c5c5;
    padding: 0 0 7px 37px;
    margin-bottom: 8px; }
  .sidebox .area-inner .heading {
    height: 28px;
    line-height: 28px;
    border-bottom: 1px dotted #c5c5c5;
    padding: 0 0 8px 8px;
    margin-bottom: 8px;
    color: #FC5F74; }
  .sidebox .area-inner .for-staff {
    margin-bottom: 8px;
    line-height: 1.4;
    padding: 0 8px; }
.sidebox .imgradius {
  /*for IE7*/
  height: 6px;
  overflow: hidden; }

@media all and (max-width: 768px) {
  .sidebox + .sidebox {
    margin-top: 1px; }
  .sidebox ul li a {
    width: 226px;
    margin: 0 auto; }
  .sidebox .area-inner {
    border-left: none;
    border-right: none;
    padding: 16px;
    text-align: center; }
    .sidebox .area-inner .txtlink {
      text-align: center; }
    .sidebox .area-inner .heading {
      height: auto;
      font-size: 16px;
      line-height: 40px;
      padding: 0; }
    .sidebox .area-inner .for-staff {
      font-size: 12px;
      padding: 0; }
  .sidebox .imgradius {
    display: none; } }
/* contents-area Common
---------------------------------------------------------*/
.bnr-catch {
  margin: -15px 0 18px; }

@media all and (max-width: 768px) {
  .bnr-catch {
    display: none; } }
.name-area {
  background: white;
  height: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  padding-left: 11px;
  color: #5abb5a;
  font-size: 13px;
  font-weight: bold; }

.pagettl {
  margin-bottom: 20px; }

@media all and (max-width: 768px) {
  .pagettl {
    border-right: 3px solid #7BD17B; } }
h3.subttl {
  background: #5abb5a;
  border-left: 6px solid #c0ecb5;
  border-right: 6px solid #c0ecb5;
  color: white;
  padding-left: 9px;
  height: 32px;
  line-height: 32px;
  font-size: 15px; }

h4 {
  border-left: 4px solid #5abb5a;
  font-size: 13px;
  height: 16px;
  line-height: 16px;
  padding-left: 8px;
  margin-bottom: 10px; }

h5 {
  color: #5abb5a;
  font-size: 13px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 10px; }

.imgtop {
  vertical-align: bottom; }

@media all and (max-width: 768px) {
  .imgtop {
    width: 100%; } }
.txtIndent {
  padding-left: 12px; }

.required {
  display: block;
  font-size: 10px;
  color: white;
  text-align: center;
  width: 40px;
  float: right;
  border: 1px solid white;
  margin-right: 8px;
  background-color: #FB5F75; }

.coution {
  font-size: 10px;
  color: #333333; }

.area-inner p {
  margin: 0 0 12px;
  line-height: 1.67em; }

.imgright {
  float: right;
  margin-left: 16px; }

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  line-height: 1px;
  font-size: 1px; }

.hide {
  display: none; }

/* login-area
---------------------------------------------------------*/
.login-area {
  width: 680px;
  margin: 0 auto; }
  .login-area .area-inner {
    position: relative;
    padding-bottom: 100px; }
  .login-area h2 {
    margin-top: -6px; }
  .login-area .login-form {
    width: 50%;
    float: left;
    padding-right: 15px; }
    .login-area .login-form th {
      width: 12em;
      color: #5ABB5A;
      vertical-align: top;
      text-align: left;
      padding: 0 0 8px 0; }
    .login-area .login-form td {
      vertical-align: top;
      padding: 0 0 8px 0; }
    .login-area .login-form .sizeSS {
      width: 60px; }
    .login-area .login-form .sizeS {
      width: 100px; }
    .login-area .login-form .sizeM {
      width: 250px; }
  .login-area .btn-area {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    overflow: hidden;
    padding: 16px 0;
    background: #f5f5f1;
    text-align: center; }
    .login-area .btn-area .loginBtn {
      width: 165px;
      margin: 0 auto;
      background: url(../images/btn_login_ov.jpg) no-repeat;
      text-align: center; }
      .login-area .btn-area .loginBtn input:hover {
        opacity: 0; }
  .login-area .about-login {
    width: 50%;
    float: right;
    border-left: 1px solid #c5c5c5;
    padding-left: 14px;
    line-height: 1.4; }
    .login-area .about-login .about-login-ttl {
      font-weight: bold;
      color: #5ABB5A; }
    .login-area .about-login p {
      margin-bottom: 0.5em; }

@media all and (max-width: 768px) {
  .login-area {
    width: 100%; }
    .login-area .area-inner {
      padding-bottom: 0; }
    .login-area h2 {
      overflow: hidden; }
    .login-area .login-form {
      width: 100%;
      float: none;
      padding: 16px 0; }
    .login-area .btn-area {
      position: relative;
      bottom: auto;
      left: auto;
      width: 100%; }
    .login-area .about-login {
      width: 100%;
      float: none;
      border-top: 1px solid #c5c5c5;
      border-left: none;
      padding: 16px 0; } }
/* search-area
---------------------------------------------------------*/
.search-area h2 {
  margin-top: -6px; }
.search-area .search-form dt {
  background: #ebf5e8;
  border: 1px dotted #9fdf90;
  padding: 5px 0 6px 7px;
  margin-bottom: 10px;
  cursor: pointer; }
.search-area .search-form dd h3 {
  border-left: 4px solid #5abb5a;
  font-size: 13px;
  height: 16px;
  line-height: 16px;
  padding-left: 8px;
  margin-bottom: 10px; }
.search-area .search-form dd p {
  line-height: 2.17;
  margin-bottom: 25px; }
.search-area .search-form dd label {
  margin-right: 1.5em;
  white-space: nowrap; }
.search-area .search-form dd input[type="checkbox"] {
  margin-right: 2px;
  vertical-align: middle; }
.search-area .search-form dd input[type="text"] {
  width: 400px;
  padding: 2px; }
.search-area .btn-area {
  background: #f5f5f1;
  text-align: center;
  padding: 16px 0;
  overflow: hidden; }
  .search-area .btn-area ul, .search-area .btn-area .btn {
    width: 402px;
    margin: 0 auto; }
  .search-area .btn-area li, .search-area .btn-area span {
    float: left;
    padding: 0 12px;
    display: block; }
  .search-area .btn-area .searchbtn {
    background: url(../images/search_btn_ov.jpg) no-repeat 12px top;
    border: none; }
  .search-area .btn-area .savebtn {
    background: url(../images/search_save_btn_ov.jpg) no-repeat 12px top;
    border: none; }
  .search-area .btn-area input:hover {
    filter: alpha(opacity=0);
    opacity: 0; }

@media all and (max-width: 768px) {
  .search-area .search-form dt {
    overflow: hidden; }
  .search-area .search-form dd input[type="text"] {
    width: 97%; }
  .search-area .btn-area ul, .search-area .btn-area .btn {
    width: 165px; }
  .search-area .btn-area li, .search-area .btn-area span {
    float: none;
    padding: 0; }
  .search-area .btn-area .searchbtn {
    background-position: 0 0; }
  .search-area .btn-area .savebtn {
    margin-top: 8px;
    background-position: 0 0; } }
/* info-area
---------------------------------------------------------*/
.info-area .area-inner {
  background: white;
  border-left: 6px solid #ffd9de;
  border-right: 6px solid #ffd9de;
  padding: 0 7px; }
.info-area dl {
  overflow: hidden;
  padding-top: 13px;
  line-height: 1.67; }
.info-area dt {
  float: left;
  clear: left;
  width: 90px;
  padding-left: 4px; }
.info-area dd {
  border-bottom: 1px dotted #c5c5c5;
  margin-bottom: 13px;
  padding: 0 4px 14px 94px; }

/* message-area
---------------------------------------------------------*/
.message-area dl {
  overflow: hidden;
  line-height: 1.67; }
  .message-area dl dt {
    float: left;
    clear: left;
    padding: 8px 0 8px 24px; }
    .message-area dl dt.read {
      background: url(../images/icon_mail_read.gif) no-repeat 4px 12px; }
    .message-area dl dt.unread {
      background: url(../images/icon_mail_unread.gif) no-repeat 4px 12px; }
  .message-area dl dd {
    border-bottom: 1px dotted #c5c5c5;
    padding: 8px 4px 8px 180px; }

@media all and (max-width: 768px) {
  .message-area dl dt {
    float: none;
    padding: 8px 0 0 24px; }
  .message-area dl dd {
    padding: 0 4px 8px 0; }

  img[src="images/start_image01.png"] {
    display: none; } }
/* message-detail
---------------------------------------------------------*/
.message-detail dl {
  overflow: hidden;
  padding-top: 16px;
  line-height: 1.83; }
  .message-detail dl dt {
    float: left;
    clear: left;
    width: 80px;
    text-align: right;
    font-weight: bold;
    color: #8C8C8C; }
  .message-detail dl dd {
    border-bottom: 1px dotted #c5c5c5;
    margin-bottom: 16px;
    padding: 0 4px 16px 80px; }
    .message-detail dl dd p {
      margin-bottom: 1em; }
.message-detail .sizeL {
  width: 97%; }

@media all and (max-width: 768px) {
  .message-detail dl dt {
    float: none;
    width: 100%;
    text-align: left; }
  .message-detail dl dd {
    padding: 0;
    padding: 0 0 16px 0; } }
/* _____ */
.back-messagelist {
  text-align: center;
  margin: 5px 0 13px; }

.aboutCancel, .tRight {
  text-align: right; }

/* job-area
---------------------------------------------------------*/
.job-area dl {
  overflow: hidden;
  margin-top: 16px;
  line-height: 1.6; }
  .job-area dl dt {
    float: left;
    clear: left;
    width: 128px;
    font-weight: bold; }
  .job-area dl dd {
    border-bottom: 1px dotted #c5c5c5;
    margin-bottom: 8px;
    padding: 0 0 8px 128px;
    min-height: 40px; }
.job-area .jobList .cautionCancel {
  background-color: #FFD9DE; }
  .job-area .jobList .cautionCancel .col2Left {
    float: left;
    width: 450px;
    font-size: 10px; }
.job-area .jobList .job_catchcopy {
  height: auto;
  font-size: 16px;
  line-height: 1.6;
  color: #6CBB5A;
  border-left: none;
  border: dotted 1px #6CBB5A;
  background: no-repeat 6px 9px #EBF5E8;
  padding: 8px 12px;
  margin-bottom: 0; }
  .job-area .jobList .job_catchcopy a {
    color: #6CBB5A; }
.job-area .jobList table {
  width: 100%; }
  .job-area .jobList table th, .job-area .jobList table td {
    padding: 8px;
    vertical-align: top;
    border-bottom: 2px solid white;
    font-size: larger; }
  .job-area .jobList table th {
    width: 80px;
    background-color: #5ABB5A;
    color: white;
    white-space: nowrap; }
  .job-area .jobList table td {
    background-color: #EBF5E8; }
  .job-area .jobList table .bdr {
    border-bottom: solid 2px #5ABB5A;
    border-left: solid 2px #5ABB5A;
    border-right: solid 2px #5ABB5A; }
.job-area .sub, .job-area .sortCol {
  padding: 8px 8px 8px; }
.job-area .number {
  color: #5ABB5A;
  font-weight: bold; }

@media all and (max-width: 768px) {
  .job-area dl dt {
    float: none;
    width: auto;
    padding: 0;
    font-size: 14px; }
    .job-area dl dt br {
      display: none; }
  .job-area dl dd {
    padding: 8px 4px 8px 0; }
  .job-area .jobList .job_catchcopy {
    padding: 8px; }
  .job-area .jobList table th {
    width: 30px;
    background-color: #5ABB5A;
    color: white;
    white-space: normal; }
  .job-area .jobList table td {
    background-color: #EBF5E8; }
  .job-area .jobList table .bdr {
    border-bottom: solid 2px #5ABB5A;
    border-left: solid 2px #5ABB5A;
    border-right: solid 2px #5ABB5A; }
  .job-area .number {
    display: block; } }
/* manage-area
---------------------------------------------------------*/
.manage-area h5 {
  height: auto;
  margin-left: 12px;
  padding-top: 16px;
  border-top: 1px dotted #c5c5c5; }
.manage-area dl {
  margin: 16px 0 16px 12px;
  line-height: 1.6; }
  .manage-area dl dt {
    float: left;
    clear: left;
    width: 80px; }
  .manage-area dl dd {
    margin-top: 8px;
    padding-left: 80px; }

@media all and (max-width: 768px) {
  .manage-area dl dt {
    float: none;
    width: auto; }
  .manage-area dl dd {
    padding-left: 0; } }
/* regist-area
---------------------------------------------------------*/
.regist-area + .regist-area {
  margin-top: 20px; }
.regist-area dl {
  overflow: hidden;
  padding-top: 8px;
  line-height: 1.67; }
  .regist-area dl dt {
    float: left;
    clear: left;
    width: 160px;
    font-weight: bold; }
  .regist-area dl dd {
    border-bottom: 1px dotted #c5c5c5;
    margin-bottom: 8px;
    padding: 0 0 8px 180px; }
    .regist-area dl dd.avaiable {
      color: #FC5F74; }
.regist-area p {
  line-height: 1.67;
  margin-bottom: 16px; }
.regist-area .area-inner h5 {
  padding-left: 8px;
  margin: 16px 0 0; }
.regist-area dl.rules {
  background: #EBF5E8;
  margin-top: 16px;
  font-weight: bold; }
  .regist-area dl.rules dd {
    border: none;
    padding-bottom: 0px; }

@media all and (max-width: 768px) {
  .regist-area + .regist-area {
    margin-top: 20px; }
  .regist-area dl dt {
    float: none;
    width: auto;
    min-height: 0; }
  .regist-area dl dd {
    margin-bottom: 8px;
    padding: 8px 0; }
    .regist-area dl dd.avaiable {
      color: #FC5F74; }
  .regist-area p {
    line-height: 1.67;
    margin-bottom: 16px; }
  .regist-area .area-inner h5 {
    padding-left: 8px;
    margin: 16px 0 0; }
  .regist-area dl.rules {
    background: #EBF5E8;
    margin-top: 16px;
    font-weight: bold; }
    .regist-area dl.rules dd {
      border: none;
      padding-bottom: 0px; }
  .regist-area .sizeSM {
    max-width: 120px; }
  .regist-area .sizeMM {
    max-width: 97%; }
  .regist-area .sizeM {
    max-width: 97%; }
  .regist-area select {
    max-width: 97%; } }
/* regist-area
---------------------------------------------------------*/
.tab {
  overflow: hidden; }
  .tab li {
    padding: 10px 25px 5px;
    float: left;
    margin-right: 1px;
    cursor: pointer;
    font-weight: bold;
    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 white;
    text-shadow: 0 1px white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .tab li.select {
      background: #C0ECB5;
      color: #5F543E; }

@media all and (max-width: 768px) {
  .tab li {
    padding: 12px 20px 8px;
    float: left;
    margin-right: 1px;
    cursor: pointer;
    font-weight: bold;
    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 white;
    text-shadow: 0 1px white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .tab li.select {
      background: #C0ECB5;
      color: #5F543E; } }
.content li#tab1, .content li#tab2, .content li#tab3 {
  border: 2px solid #C0ECB5;
  border-top: 6px solid #C0ECB5;
  background: white;
  padding: 24px; }
.content li h3 {
  margin-bottom: 8px; }

@media all and (max-width: 768px) {
  .content li#tab1, .content li#tab2, .content li#tab3 {
    border: none;
    border-top: 6px solid #C0ECB5;
    padding: 24px 0; } }
.backBtn input:hover, .contactBtn input:hover, .favoriteBtn input:hover, .submitBtn input:hover, .prevBtn input:hover, .confirmBtn input:hover {
  filter: alpha(opacity=0);
  opacity: 0; }

.submitCol {
  padding: 8px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center; }
  .submitCol div {
    float: none; }

.backBtn, .contactBtn, .favoriteBtn, .submitBtn, .prevBtn, .confirmBtn {
  width: 165px;
  height: 37px;
  border: none; }
  .backBtn input, .contactBtn input, .favoriteBtn input, .submitBtn input, .prevBtn input, .confirmBtn input {
    width: 165px;
    height: 37px;
    border: none; }

.backBtn {
  margin: 8px 0;
  background: url(../images/btn_backpage_ov.jpg) no-repeat; }
  .backBtn input {
    background: url(../images/btn_backpage.jpg) no-repeat;
    cursor: pointer; }

.contactBtn {
  background: url(../images/btn_contact_ov.jpg) no-repeat;
  float: left; }
  .contactBtn input {
    background: url(../images/btn_contact.jpg) no-repeat;
    cursor: pointer; }

.favoriteBtn {
  background: url(../images/btn_favorite_ov.jpg) no-repeat;
  float: right; }
  .favoriteBtn input {
    background: url(../images/btn_favorite.jpg) no-repeat;
    cursor: pointer; }

.submitBtn {
  background: url(../images/btn_submit.jpg) no-repeat;
  margin: 0 auto;
  cursor: pointer; }
  .submitBtn:hover {
    background: url(../images/btn_submit_ov.jpg) no-repeat; }
  .submitBtn input {
    background: url(../images/btn_submit.jpg) no-repeat;
    cursor: pointer; }
    .submitBtn input:hover {
      background: url(../images/btn_submit_ov.jpg) no-repeat; }

.prevBtn {
  background: url(../images/btn_prev_ov.jpg) no-repeat;
  float: left; }
  .prevBtn input {
    background: url(../images/btn_prev.jpg) no-repeat;
    cursor: pointer; }

.confirmBtn {
  background: url(../images/btn_confirm_ov.jpg) no-repeat;
  float: right; }
  .confirmBtn input {
    background: url(../images/btn_confirm.jpg) no-repeat;
    cursor: pointer; }

.area-inner blockquote h5, .area-inner blockquote p {
  padding-left: 16px; }

.errorCol {
  background: #FFDEDE;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px; }
