@charset "UTF-8";

/*===========================================

 * _inquiry-common.scss

=========================================== */

header h1 {
  background: url("../img/h-inquiry.jpg") no-repeat;
  text-indent: -99999px;
}

article#content h3 {
  margin: 3em 0 0.5em;
  padding: 3px 5px;
  background-color: #6e7f8f;
  color: #fff;
}

article#content h3.form-heading, article#content ul, article#content p.form-instruction {
  margin-top: 1em;
}

article#content ul {
  margin-bottom: 1em;
}

article#content ul.nav {
  margin-top: 1em;
  padding-left: 0;
}

article#content ul.nav li {
  display: block;
  padding-left: 15px;
  background: url("../img/common/list-icon.gif") 5px 0.5em no-repeat;
  margin-left: 0;
}

article#content table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

article#content th, article#content td {
  padding: 5px;
  border: 1px solid #6e7f8f;
}

article#content th {
  background-color: #e7e7e7;
  vertical-align: top;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
}

article#content textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow-y: auto;
}

article#content span.form-description {
  color: #666;
}

article#content p.form-operation {
  padding: 5px;
  background-color: #6e7f8f;
  text-align: center;
}

article#content input[type="radio"] {
  vertical-align: top;
}
article#content em {
  color: #f00;
  font-style: normal;
}

/*
 * _common-mixins.scss
 */
#main-container {
  *zoom: 1;
}
#main-container:before, #main-container:after {
  display: table;
  line-height: 0;
  content: "";
}
#main-container:after {
  clear: both;
}

article#content {
  float: left;
  width: 535px;
}

nav#side-nav {
  float: right;
  width: 170px;
}
