@charset 'UTF-8';
/*---------------------------------------------------------------------------------
common
-----------------------------------------------------------------------------------
font size
150% = 24px
138% = 22px
125% = 20px
113% = 18px
100%  = 16px
88%  = 14px
75%  = 12px
63%  = 10px
---------------------------------------------------------------------------------*/

/*
reset
---------------------------------------------------------------------------------*/
html, body,
a, address,
dd, div, dl, dt,
em,
form,
h1, h2, h3, h4, h5, h6,
iframe, img,
label, li,
ol,
p,
span, strong,
table, td, th, tr,
ul {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

body {
  background: #e4e4e3;
  font-family: 'メイリオ', Meiryo, verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
  line-height: 1.5;
}

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

/*
全体
---------------------------------------------------------------------------------*/
#all {
  background: url(/common/images/background.gif) left repeat-y #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0 auto;
  min-height: 100%;
  width: 970px;
}

* html #all {
  height: 100%;
}

/*
seoテキスト
---------------------------------------------------------------------------------*/
#header {
  background: #fff;
}

#header h1 {
  background: #c7c8c8;
  font-size: 63%;
  padding: 2px 5px;
}

#header h1 a {
  color: #fff;
  text-decoration: none;
}

#header h1 a:hover {
  color: #fff;
}

#header #headTxt {
  background: #c7c8c8;
  color: #fff;
  font-size: 63%;
  padding: 0 5px 2px;
}

/*
ロゴ
---------------------------------------------------------------------------------*/
#header h2 a {
  float: left;
  margin: 10px;
}

/*
エリア選択
---------------------------------------------------------------------------------*/
#selectArea {
  float: left;
  margin: 18px 0 0;
}

#selectArea li {
  border-left: 1px solid #000;
  display: inline-block;
  font-size: 100%;
  padding: 0 10px;
}

#selectArea a {
  color: #000;
  text-decoration: none;
}

/*
ワード検索
---------------------------------------------------------------------------------*/
#headerSearch {
  float: right;
  margin: 30px 10px 0 0;
}

#headerSearch input[type='text'] {
  border: 1px solid #949288;
  color: #949288;
  font-size: 75%;
  height: 21px;
  margin: 0 5px 0 0;
  padding: 1px 2px;
  vertical-align: top;
  width: 150px;
}

.textFocus {
  border-color: #333;
  color: #333;
}

#headerSearch input[type='submit'] {
  background: url(/common/images/header/btnSearch.png) no-repeat;
  border: none;
  cursor: pointer;
  height: 25px;
  vertical-align: baseline;
  width: 65px;
}

/*
メニュー
---------------------------------------------------------------------------------*/
#headerMenu {
  background: url(/common/images/header/menu/back.gif) repeat-x;
  clear: both;
  height: 45px;
  margin: 0 auto;
  position: relative;
  width: 970px;
}

#headerMenu li {
  float: left;
  text-align: center;
}

#headerMenu #mnTop {
  width: 80px;
}

#headerMenu #mnSearch {
  text-align: left;
  width: 755px;
}

#headerMenu #mnSearch img,
#headerMenu #mnSearch select {
  float: left;
  margin-right: 5px;
}

#headerMenu #mnSearch select {
  background: #fff !important;
  border: none;
  font-size: 88%;
  height: 20px;
  margin-top: 10px;
  width: 160px;
}

#mnSearch input[type='submit'] {
  background: url(/common/images/header/menu/btnSearch.png) no-repeat;
  border: none;
  cursor: pointer;
  height: 35px;
  margin: 8px 0 0;
  width: 60px;
}

#headerMenu #mnExplain {
  width: 135px;
}

#headerMenu li a {
  display: block;
}

#headerMenu li ul {
  background: #444;
  list-style: none;
  position: absolute;
  right: 0;
  top: 35px;
  width: 135px;
  z-index: 9;
}

#headerMenu li ul li {
  color: #fff;
  height: 0;
  overflow: hidden;
  transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  width: 135px;
}

#headerMenu li ul li a {
  background: #444;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}

#headerMenu li:hover > a {
  background: #444;
}

#headerMenu li ul li a:hover {
  background: #999;
}

#headerMenu li:hover ul li {
  height: 35px;
  overflow: visible;
}

/*
コンテンツ表示部分
---------------------------------------------------------------------------------*/
#wrapper:before,
#wrapper:after {
  content:"";
  display:table;
}

#wrapper:after {
  clear:both;
}

#wrapper {
  zoom:1;
}

#wrapper a img:hover,
#headerSearch input[type='submit']:hover,
#mnSearch input[type='submit']:hover,
.btnArea input[type='button']:hover,
.btnArea input[type='submit']:hover,
#keepWrap input[type='button']:hover,
#reSearch input[type='submit']:hover,
.special a img:hover,
.spcBnr:hover {
  left: 1px;
  position: relative;
  top: 1px;
}

/*
パンくず
---------------------------------------------------------------------------------*/
#topicPath {
  background: #fff;
  font-size: 63%;
  margin: 0;
  padding: 5px;
}

#topicPath li {
  display: inline;
}

#topicPath a {
  color: #0084ff;
}

/*
メインカラム
---------------------------------------------------------------------------------*/
#main {
  float: left;
  padding-top: 10px;
  width: 700px;
}

/*
lightbox
---------------------------------------------------------------------------------*/
#jquery-overlay {
  height: 500px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 90;
}

#jquery-lightbox {
  left: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}

#jquery-lightbox a img {
  border: none;
}

#lightbox-container-image-box {
  background-color: #fff;
  height: 250px;
  margin: 0 auto;
  position: relative;
  width: 250px;
}

#lightbox-container-image {
  padding: 10px;
}

#lightbox-loading {
  height: 25%;
  left: 0%;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
}

#lightbox-nav {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}

#lightbox-nav a {
  outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  display: block;
  height: 100%;
  width: 49%;
  zoom: 1;
}

#lightbox-nav-btnPrev {
  float: left;
  left: 0;
}

#lightbox-nav-btnNext {
  float: right;
  right: 0;
}

#lightbox-container-image-data-box {
  background-color: #fff;
  font: 10px Verdana, Helvetica, sans-serif;
  line-height: 1.4em;
  margin: 0 auto;
  overflow: auto;
  padding: 0 10px;
  width: 100%;
}

#lightbox-container-image-data {
  color: #666;
  padding: 0 10px;
}

#lightbox-container-image-data #lightbox-image-details {
  display: none;
}

#lightbox-image-details-caption {
  font-weight: bold;
}

#lightbox-image-details-currentNumber {
  clear: left;
  display: block;
  padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
  float: right;
  padding-bottom: 0.7em;
  width: 66px;
}

/*
サブカラム
---------------------------------------------------------------------------------*/
#sub {
  float: right;
  padding: 10px 18px;
  width: 230px;
}

#sub .wrapSys {
  background: #fff;
  border: 1px solid #999;
  text-align: center;
  z-index: 1;
}

#sub .panel {
  cursor: pointer;
}

#sub .panel a {
  text-decoration: none;
}

#sub .spcBnr {
  display: block;
  margin: 0 0 10px;
}

/*
キープBOX
---------------------------------------------------------------------------------*/
#keepBox {
  margin: 0 0 10px;
}

#keepWrap {
  display: none;
}

#keepWrap .count {
  margin: 10px auto;
}

#keepWrap .count span {
  color: #0084ff;
}

.keepContact,
.keepNotContact {
  font-size: 75%;
}

.keepContact span,
.keepNotContact span {
  color: #2bb239;
}

#keepWrap input {
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  height: 25px;
  margin: 0 auto;
  width: 165px;
}

#keepWrap .keepContact input {
  background-image: url(/common/images/sub/keep/btnContact.png);
}

#keepWrap .keepNotContact input {
  background-image: url(/common/images/sub/keep/btnNotContact.png);
  cursor: default;
  margin-bottom: 10px;
}

#keepWrap .keepNotContact input:hover {
  left: 0;
  top: 0;
}

#keepWrap h5 {
  background: #e7e7e5;
  color: #666;
  font-size: 75%;
  font-weight: bold;
  margin: 15px 0 0;
  padding: 2px 0;
}

#keepWrap ul {
  margin: 0 10px;
}

#keepWrap li {
  border-bottom: 1px dotted #999;
  font-size: 75%;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 0 0 5px;
  text-align: left;
}

#keepWrap li:first-child {
  margin-top: 5px;
}

#keepWrap ul span {
  float: left;
  width: 170px;
}

#keepWrap a {
  color: #0084ff;
}

#keepWrap .del {
  float: right;
  width: 32px;
}

#goKeepList {
  color: #0084ff;
  font-size: 75%;
  margin: 0 10px 5px;
  text-align: right;
}

#keepSlide {
  display: block;
  height: 25px;
  width: 230px;
}

#keepBox .panel-up {
  background: url(/common/images/sub/keep/btnOpen.png) no-repeat scroll 0 0;
}

#keepBox .panel-up:hover {
  background: url(/common/images/sub/keep/btnOpenOver.png) no-repeat scroll 0 0;
}

#keepBox .panel-down {
  background: url(/common/images/sub/keep/btnClose.png) no-repeat scroll 0 0;
}

#keepBox .panel-down:hover {
  background: url(/common/images/sub/keep/btnCloseOver.png) no-repeat scroll 0 0;
}

/*
フッター
---------------------------------------------------------------------------------*/
#footer {
  background: #000;
  padding-bottom: 10px;
}

#footer ul {
  background: #333;
  font-size: 75%;
  padding: 10px;
  text-align: center;
}

#footer li {
  display: inline;
  margin: 0 10px;
}

#footer li a {
  color: #fff;
  text-decoration: none;
}

#footer .aboutAge {
  color: #999;
  font-size: 75%;
  margin-top: 20px;
}

#footer dl {
  color: #666;
  font-size: 63%;
  margin: 20px;
}

#footer p {
  color: #666;
  font-size: 63%;
  margin: 0 20px;
}

#footer a {
  color: #666;
  text-decoration: none;
}
