@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* 1.elements
----------------------------------------------- */
html {
  height: 100%;
  font-size: 85%;
}
body {
  height: 100%;
  border: 0;
  background-color: #ffffff;
  background: url();
  line-height:160%;
}
body, td, th, select, option {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: lighter;
  letter-spacing: 0;
}
input, textarea {
  font-size: 110%;
  _font-size: 100%;
  font-family: Arial, sans-serif;
}
blockquote {
  margin: 10px 20px;
}
blockquote {
  font-style: italic;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
h1, h2, h3, h4, h5 {
  font-size: 120%;
}
p {
  margin-bottom: 50px;
}
img {
  border-style: none;
}
strong {
  font-weight: bold;
}
pre {
  font-family: SimHei, "ＭＳ ゴシック", monospace;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
ul {
  list-style-type: none;
  list-style-position: outside;
}
li {
  margin: 0;
  padding: 0;
 list-style-position:outside;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
a {
  color: #003399;
}
a:visited {
  color: #660099;
}
a:hover {
  color: #CA0000;
  text-decoration: underline;
}


/* =========================================================
   Common Classes.
========================================================= */

/* 2.blank to clear
----------------------------------------------- */
div.clearBlank {
  clear: both;
  height: 1px;
  font-size: 10%;
  line-height: 1px;
}
div.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  width: 0;
}
/* 3.icon
----------------------------------------------- */
img.fileIcon {
  position: relative;
  margin-right: 3px;
  vertical-align: middle;
}

/* 4.Notices
----------------------------------------------- */
ul.notices {
  margin: 0px 0px 15px;
  padding: 5px 10px;
  background-color: #ddeeff;
  border: 1px solid #bbddff;
}
ul.notices li {
  color: #3355ff;
}

/* 5.Errors
----------------------------------------------- */
.formError {
  margin: 15px 0px;
  padding: 10px;
  border: 1px solid #ee0000;
  color: #ee0000;
}
.elementError {
  margin: 3px 0px 0px 0px;
  color: #ee0000;
}

/* 6.field with errors
----------------------------------------------- */
.field_with_errors {
  display: inline;
}
.field_with_errors input,
.field_with_errors textarea, 
.field_with_errors select {
  border: 1px solid #e00;
}
.field_with_errors input[type=radio] {
  margin-right: 6px;
  outline: 1px solid #e00;
}
.field_with_errors + .field_with_errors,
.field_with_errors ~ .field_with_errors {
  display: inline;
}
.field_with_errors input[type="hidden"] {
  display: none;
}

/* 7.Table for list
----------------------------------------------- */
table.list {
  width: 100%;
}
table.list th {
  padding: 6px 7px;
  border: 1px solid #bbbbbb;
  background-color: #e4e4e4;
  color: #000000;
  font-weight: lighter;
  text-align: left;
}
table.list td {
  padding: 6px 7px;
  border: 1px solid #cccccc;
}
table.list tr.cycle td {
  background-color: #f7f7f7;
}

/* 8.Table for form
----------------------------------------------- */
table.form {
  width: 100%;
  margin: 10px 0 0;
}
table.form th {
  width: 200px;
  padding: 6px 7px;
  border: 1px solid #bbbbbb;
  background-color: #e4e4e4;
  color: #000000;
  font-weight: lighter;
  text-align: left;
}
table.form td {
  padding: 6px 7px;
  border: 1px solid #cccccc;
}

/* 9.Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0 10px;
}
div.submitters input {
  padding: 2px 20px;
}

.top,.middle {
  margin-bottom: 0px;
}
.department, .section, .tel, .fax {
  margin-right: 10px;
}
/* 10.Responsive Layout
----------------------------------------------- */
@media screen and (max-width: 640px) {
  .inquiry {
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* 11.clearfix
----------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0%;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}

/* 12.pagination
----------------------------------------------- */
.pagination {
  text-align: center;
}
.pagination a {
  padding: 0 6px;
}
.pagination em {
  padding: 0 3px;
  font-weight: bold;
  font-size: 150%;
  font-style: normal;
}

/* 13.Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  padding-left: 22px;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/default.png);
}
.iconBmp {
  background-image: url(/_common/images/icons/bmp.png);
}
.iconCsv,
.iconTxt {
  background-image: url(/_common/images/icons/default.png);
}
.iconDoc,
.iconDocx {
  background-image: url(/_common/images/icons/doc.png);
}
.iconGif {
  background-image: url(/_common/images/icons/gif.png);
}
.iconJpg,
.iconJpe,
.iconJpeg {
  background-image: url(/_common/images/icons/jpg.png);
}
.iconJtd {
  background-image: url(/_common/images/icons/jtd.png);
}
.iconLzh {
  background-image: url(/_common/images/icons/lzh.png);
}
.iconPdf {
  background-image: url(/_common/images/icons/pdf.png);
}
.iconPng {
  background-image: url(/_common/images/icons/png.png);
}
.iconPpt,
.iconPptx {
  background-image: url(/_common/images/icons/ppt.png);
}
.iconXls,
.iconXlsx {
  background-image: url(/_common/images/icons/xls.png);
}
.iconZip {
  background-image: url(/_common/images/icons/zip.png);
}
#container {
  background-color: #ffffff;
}
/* 14.Responsive Layout
----------------------------------------------- */
@media screen and (max-width: 640px) {
  #main, #main2 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
