/* Scss Document */
/* Scss Document */
/* line 28, ../sass/_defines.scss */
a.a__blk, a.a__img-blk {
  display: block; }

/* line 31, ../sass/_defines.scss */
a.a__img-blk {
  height: 100%; }
  /* line 35, ../sass/_defines.scss */
  a.a__img-blk:hover {
    background-color: rgba(255, 255, 255, 0.2); }

/* line 5, ../sass/contact.scss */
.contact_form {
  background-image: url(../img/contact_bg.gif);
  padding: 37px 30px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1); }
  /* line 10, ../sass/contact.scss */
  .contact_form .radios {
    border-bottom: 1px solid #999;
    padding: 18px 8px; }
    /* line 14, ../sass/contact.scss */
    .contact_form .radios .radios__selection {
      display: inline-block; }
      /* line 17, ../sass/contact.scss */
      .contact_form .radios .radios__selection input[type="radio"] {
        margin-left: 20px;
        margin-right: 10px; }
  /* line 24, ../sass/contact.scss */
  .contact_form .form_submit {
    text-align: center;
    margin-top: 30px; }
    /* line 28, ../sass/contact.scss */
    .contact_form .form_submit > input {
      width: 120px;
      height: 24px;
      border-radius: 2px;
      border: 1px solid #999;
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(80%, #d9d9d9));
      background: -webkit-linear-gradient(#ffffff 20%, #d9d9d9 80%);
      background: -moz-linear-gradient(#ffffff 20%, #d9d9d9 80%);
      background: -o-linear-gradient(#ffffff 20%, #d9d9d9 80%);
      background: linear-gradient(#ffffff 20%, #d9d9d9 80%); }

/* line 38, ../sass/contact.scss */
.form_table {
  width: 100%; }
  /* line 42, ../sass/contact.scss */
  .form_table th {
    text-align: center;
    padding-right: 18px;
    padding-bottom: 30px;
    position: relative;
    white-space: nowrap; }
    /* line 52, ../sass/contact.scss */
    .form_table th > .item_name {
      height: 30px;
      line-height: 30px;
      background-color: #777;
      border-radius: 3px;
      color: #fff;
      font-weight: bold;
      padding: 0 13px; }
    /* line 62, ../sass/contact.scss */
    .form_table th .caution {
      font-size: 9px;
      color: #eb2142;
      text-align: right;
      position: absolute;
      top: 32px;
      right: 18px; }
  /* line 73, ../sass/contact.scss */
  .form_table td.answer {
    padding: 6px 0 30px;
    font-size: 14px; }
  /* line 79, ../sass/contact.scss */
  .form_table th, .form_table td {
    vertical-align: top; }
  /* line 83, ../sass/contact.scss */
  .form_table input {
    height: 27px;
    padding: 0 13px;
    border: 1px solid #999;
    border-radius: 3px; }
    /* line 89, ../sass/contact.scss */
    .form_table input.w430 {
      width: 404px; }
  /* line 94, ../sass/contact.scss */
  .form_table textarea#content {
    height: 380px; }

/* line 101, ../sass/contact.scss */
:root .form_table th > .item_name {
  background-color: rgba(51, 51, 51, 0.7); }

/* line 107, ../sass/contact.scss */
.bad {
  background: #F9F; }

/* line 111, ../sass/contact.scss */
.w430 {
  width: 430px; }

/* line 114, ../sass/contact.scss */
.w300 {
  width: 300px; }

/* line 117, ../sass/contact.scss */
.w80 {
  width: 80px; }

/* line 120, ../sass/contact.scss */
.w60 {
  width: 60px; }
