@charset "utf-8";
/* CSS Document */

/*---------------------------------------
  リセット
---------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  outline: none;
  color: #39f;

  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:link, a:visited {
  color: #39f;
  text-decoration: none;
}
a:hover {
  outline: none;
  color: #039;
}
a:active {
  outline: none;
}

a:hover {
  opacity: 0.85;

  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-spacing: 0;
}

img {
  max-width: 100%;
  width /***/: auto;
  height: auto;
  vertical-align: bottom;
}

/* For modern browsers */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/*---------------------------------------
  旧common.css
---------------------------------------*/

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 12px;
  text-align: left;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6, pre, address, em, th, ins {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
div, h1, h2, h3, h4, h5, h6, pre, address, ul, ol, li, dl, dt, dd, form, legend, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  text-align: left;
}
td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
input, select, textarea {
  vertical-align: middle;
  /*  font:small Meiryo, Verdana, sans-serif;
  color:#5c5c5c;*/
}
img {
  border: 0;
  vertical-align: middle;
}
ins, a {
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
br {
  letter-spacing: 0;
}

select {
  font-size: 100%;
}

input, textarea {
  font-size: 100%;
}

/*---------------------------------------
  link
---------------------------------------*/

a {
  color: #963;
  text-decoration: none;
}
a:link {
  color: #963;
  text-decoration: none;
}
a:hover {
  color: #c00;
  text-decoration: underline;
}

/*---------------------------------------
  float
---------------------------------------*/

.left {
  float: left;
  clear: both;
}
.right {
  float: right;
}
img.left {
  margin: 0 30px 30px 0;
}
img.right {
  margin: 0 0 30px 30px;
}

/*---------------------------------------
  clear float
---------------------------------------*/

.cl {
  clear: both;
}

hr {
  clear: both;
  border: 0;
}

/* Clearfix */
.clearfix:after {
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
}
.clearfix {
  display: inline-block;
  min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-Mac */

/*---------------------------------------
  font
---------------------------------------*/

.fb {
  font-size: 115%;
}
.fs {
  font-size: 72%;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
.u {
  text-decoration: underline;
}
.del {
  text-decoration: line-through;
}
.red {
  color: #d60000;
}

/*---------------------------------------
  text align
---------------------------------------*/

.txt-l {
  text-align: left;
}
.txt-c {
  text-align: center;
}
.txt-r {
  text-align: right;
}


/*---------------------------------------
  旧layout.css
---------------------------------------*/

body {
  background: url("../../20th/images/common/body_bg.jpg") repeat-x;
  background-color: #fff;
  text-align: center;
}

#wrap {
  width: 915px;
  margin: 0 auto;
  text-align: left;
}

/*---------------------------------------
  Header
---------------------------------------*/

#header {
  margin-top: 4px;
  background: url("../../20th/images/common/header_bg.png") no-repeat;
}

/*  */

.column_name {
  float: left;
  padding: 0;
  background: url("../../20th/images/common/header.png") no-repeat;
}
.column_name a {
  display: block;
  overflow: hidden;
  width: 435px;
  height: 0 !important;
  height /**/: 90px;
  padding: 90px 0 0;
  line-height: 2em;
}

/*  */

.column_search {
  float: right;
  width: 310px;
  height: 66px;
  padding: 10px 0 0 0;
}

.column_search span {
  float: left;
}
.kensaku {
  width: 200px;
  height: 20px;
  margin-right: 5px;
  border: 1px solid #666;
}
.kensaku2 {
  width: 80px;
  height: 22px;
  border: 1px solid #666;
  background-color: #eee;
}

/*  */

.column_h_menu {
  float: right;
  width: 480px;
  height: 24px;
}

.h_menu {
  float: right;
  margin: 0;
  padding: 0;
}
.h_menu li {
  float: left;
  margin: 0;
  padding: 0 15px 0 0;
}
.h_menu li a {
  margin: 0;
  padding: 0 0 0 20px;
  background: url("../../20th/images/common/square.gif") no-repeat;
  color: #fff;
  text-decoration: none;
}
.h_menu li a:hover {
  color: #c00;
  text-decoration: underline;
}

.b_menu {
  clear: both;
  margin: 0;
  padding-left: 15px;
}
.b_menu li {
  float: left;
  margin: 0;
  padding: 0;
}
.b_menu li a {
  display: block;
  overflow: hidden;
  width: 150px;
  height: 0 !important;
  height /**/: 37px;
  padding: 37px 0 0;
  line-height: 2em;
}
.b_menu li a:hover {
  background-position: 0 -37px;
}
.menu01 a {
  background: url("../../20th/images/common/menu01.gif") no-repeat;
}
.menu02 a {
  background: url("../../20th/images/common/menu02.gif") no-repeat;
}
.menu03 a {
  background: url("../../20th/images/common/menu03.gif") no-repeat;
}
.menu04 a {
  background: url("../../20th/images/common/menu04.gif") no-repeat;
}
.menu05 a {
  background: url("../../20th/images/common/menu05.gif") no-repeat;
}
.menu06 a {
  background: url("../../20th/images/common/menu06.gif") no-repeat;
}

/*---------------------------------------
  Footer
---------------------------------------*/

#wrap2 {
  min-width: 915px;
  background: url("../../20th/images/common/wrap2_bg.gif") repeat-x;
}
#footer {
  width: 900px;
  margin: 0 auto 21px;
  background: url("../../20th/images/common/footer.gif") no-repeat;
  text-align: right;
}

.page_gotop {
  height: 28px;
  padding: 4px 0;
  text-align: right;
}
.page_gotop a {
  color: #fff;
}
.page_gotop a:hover {
  color: #900;
}

.corp_details {
  padding-top: 10px;
  font-size: 12px;
  text-align: right;
  line-height: 150%;
}
