@charset 'UTF-8';
/*---------------------------------------------------------------------------------
common
-----------------------------------------------------------------------------------
font size
147% = 24px
135% = 22px
122% = 20px
110% = 18px
97%  = 16px
85%  = 14px
72%  = 12px
60%  = 10px
---------------------------------------------------------------------------------*/

/*
import
---------------------------------------------------------------------------------*/
@import 'ie67.css';

/*
全体
---------------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  background: #ffedd5;
  color: #333;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: center;
}

html,
body {
  height: 100%;
}

a {
  color: #00c;
}

a img {
  border: none;
}

form {
  margin: 0;
  padding: 0;
}

input,
option,
select,
textarea {
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  line-height: normal;
}

/*
大枠
---------------------------------------------------------------------------------*/
#all {
  background: #fff;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  margin: 0 auto;
  min-height: 100%;
  width: 970px;
}

* html #all {
  height: 100%;
}

/*
グローバルナビ
---------------------------------------------------------------------------------*/
#global_navi {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 970px;
}

#global_navi:after {
  clear: both;
  content: " ";
  display: table;
}

#global_navi li {
  display: block;
  float: left;
  height: 25px;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

#global_navi a {
  display: block;
  line-height: normal;
}

#global_navi img {
  cursor: pointer;
  vertical-align: bottom;
}

/*
メガメニュー
---------------------------------------------------------------------------------*/
#global_navi .nav_mega {
  background: url(../img/cmn/menu/girl.png) no-repeat 740px bottom #fff;
  border: 2px solid #ff8296;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 5px #666;
  display: none;
  left: -130px;
  top: 30px;
  padding: 10px;
  position: absolute;
  width: 950px;
  z-index: 10;
}

#global_navi .nav_mega:before {
  background: #fff;
  border: 2px solid;
  border-color: #ff8296 transparent transparent #ff8296;
  content: "";
  display: block;
  height: 15px;
  left: 200px;
  position: absolute;
  top: -10px;
  transform: rotate(45deg);
  width: 15px;
  z-index: -12;
}

#global_navi .nav_mega strong {
  color: #ff8296;
  display: block;
  font-size: 14px;
  position: static;
  margin: 20px 0 15px;
  text-align: left;
}

#global_navi .nav_mega strong:first-child {
  margin-top: 10px;
}

#global_navi .nav_mega ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

#global_navi .nav_mega li {
  background: url(../img/about/icon_dd.png) no-repeat left 0.3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  height: auto;
  margin: 0;
  padding: 0 0 0 12px;
  position: static;
  text-align: left;
  width: 20%;
}

#global_navi .nav_mega .mega_industry {
  padding-right: 185px;
  width: auto;
}

#global_navi .nav_mega .mega_industry li {
  width: 25%;
}

#global_navi .nav_mega .mega_unique li {
  width: 33%;
}

#global_navi .nav_mega a {
  color: #000;
  display: inline-block;
}

#global_navi .nav_mega a:hover {
  color: #f60;
  text-decoration: none;
}

/*
パンくず
---------------------------------------------------------------------------------*/
#topic_path {
  font-size: 60%;
  list-style: none;
  margin: 0;
  padding: 10px 10px 0;
  text-align: left;
  width: 950px;
}

#topic_path li {
  display: inline;
  margin: 0;
  padding: 0;
}

#topic_path a {
  color: #39f;
}

/*
メイン
---------------------------------------------------------------------------------*/
#content {
  margin: 10px 0 0;
  overflow: hidden;
  padding: 0 10px;
  width: 950px;
}

.wrap_cnt {
  text-align: left;
}

#content .go_top {
  font-size: 72%;
  margin: 5px 0 10px;
  overflow: hidden;
}

#content .go_top a {
  color: #f60;
  float: right;
  text-align: right;
}

#content .go_top .go_backnumber {
  float: left;
  text-align: left;
}

/*
メイン表示部分
---------------------------------------------------------------------------------*/
#main {
  float: left;
  padding-bottom: 1px;
}

/*
サブ表示部分
---------------------------------------------------------------------------------*/
#sub {
  float: right;
  padding: 0 0 1px 9px;
}

/*
スライドパネル
---------------------------------------------------------------------------------*/
.panel {
  cursor: pointer;
}

.panel a {
  text-decoration: none;
}

.panel-closed {
  display: none;
}

/*
フッター
---------------------------------------------------------------------------------*/
#footer {
  border-top: 1px solid #a0a0a0;
  font-size: 72%;
  padding: 10px 0;
  text-align: center;
  width: 970px;
}

#footer ul {
  list-style: none;
  margin: 0 auto 10px;
  overflow: hidden;
  padding: 0;
  width: 950px;
}

#footer #home {
  float: left;
}

#footer #sitemap {
  float: right;
}

#footer #home a {
  background: url(../img/cmn/footer/icon_home.gif) no-repeat left 0.1em;
  padding-left: 20px;
}

#footer #sitemap a {
  background: url(../img/cmn/footer/icon_map.gif) no-repeat left 0.1em;
  padding-left: 18px;
}

#footer div {
  color: #a0a0a0;
  margin: 0 auto 10px;
  overflow: hidden;
  width: 970px;
}

#footer a {
  color: #39f;
}

#footer a:hover {
  color: #f90;
}

#footer dl {
  float: left;
  margin: 0 0 10px;
  padding: 0 10px;
  text-align: left;
}

#footer dt,
#footer dd {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

#footer img {
  vertical-align: bottom;
}

#footer_search dl {
  width: 460px;
}

#footer_search dl:first-child {
  border-right: 1px dotted #a0a0a0;
}

#footer_content dl {
  border-right: 1px dotted #a0a0a0;
  width: 160px;
}

#footer_content dl:last-child {
  border-right: none;
  width: auto;
}

#footer_search dt,
#footer_content dt {
  margin-bottom: 5px;
}
