@charset "UTF-8";
#container {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body.mac #container {
  font-size: 16px;
}

/*---------------------------
メイン
---------------------------*/
#container {
  width: 980px;
}

/*---------------------------
サイドメニュー
---------------------------*/
#sidemenu {
  float: left;
  width: 147px;
  height: 100%;
}

#sidemenu .search:hover {
  opacity: 0.6;
  transition: 0.6;
}

#sidemenu .search a {
  display: block;
  height: 100%;
  width: 100%;
}

ul.naviR {
  zoom: 100%;
  padding: 0px 4px;
  border: 1px solid #ADADAD;
  margin-bottom: 10px;
}

ul.arrow li {
  margin: 0px 3px 0px 3px;
  text-indent: 0;
  padding: 10px 0 10px 15px;
  font-size: 0.85em;
  line-height: 1.2;
  background: url(/static/images/common/menu_triangle.gif) 3px 12px no-repeat;
}

ul.arrow-w li {
  margin: 0;
  text-indent: 0;
  padding: 10px 0 10px 15px;
  font-size: 0.8em;
  line-height: 1.2;
  background: url(/static/images/common/menu_triangle.gif) 3px 12px no-repeat;
}

ul.arrow li:nth-child(10) {
  margin: 0px 3px 0px 3px;
  text-indent: 0;
  padding: 10px 0 0px 5px;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.2;
  background: none;
}

ul.arrow li:nth-child(11) {
  border-top: none;
}

#sidemenu li.cate {
  margin: 0px 3px 0px 1px;
  padding: 10px 0 10px 17px;
}

ul.naviR li {
  border-top: 1px dotted #ADADAD;
}

ul.naviR li.cate-title {
  border-top: 1px solid #333333;
}

ul.naviR li:nth-child(1) {
  border-top: none;
}

ul.naviR.arrow-w li:nth-child(2) {
  border-top: 1px dotted #ADADAD;
}

#sidemenu h5 {
  padding: 9px 3px 5px 8px;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  background: #004fb8;
  color: #fff;
  text-align: left;
  border-top: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
}

#sidemenu h5.blue {
  background: #E5E5E5;
  color: #333333;
}

#sidemenu h5.blue.kanren {
  background: #E5E5E5;
  color: #333333;
  margin-top: 15px;
}

#sidemenu h5.gray {
  background: #f0f0f0;
  color: #000;
}

#sidemenu .side-banner {
  margin: 10px 0;
}

#sidemenu .side-banner img {
  width: 100%;
}

#sidemenu div.side-banner {
  margin: 0 0 10px 0;
  border: 1px solid #A5A5A5;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

.sp {
  display: none;
}

/* モーダルウィンドウ
---------------------------*/
.modal-syncer {
  cursor: pointer;
}

.modal-content {
  width: 560px;
  height: 620px;
  margin: 0;
  padding: 0;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 2;
}

.modal-content .hinban {
  display: none;
}

.modal-content .image {
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: center;
}

.modal-content .modal-close p {
  display: none;
}

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

/* PC回遊バナー */
div#migrat {
  margin: 0 0 3%;
}

div#migrat ul {
  margin: 0 0 2.5% 0;
  padding: 0 0 2.5% 0;
}

div#migrat li {
  font-size: 0.9em;
  float: left;
  width: 32.45%;
}

div#migrat li a {
  font-size: 1em;
  font-weight: bold;
}

div#migrat li a img {
  width: 100%;
}

/*
div#migrat li a:hover {
	opacity: 0.6;
	text-decoration: none;
	color: #1c64b3;
}*/
div#migrat li#left-banner {
  margin-left: 0;
}

div#migrat li#banner {
  margin-left: 10px;
}

/* SP回遊バナー */
div#migrat-sp {
  display: none;
}

div#migrat div#index-top {
  text-align: center;
}

/*---------------------------
フロート解除
---------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

/* ie7,macIE5 */
.clfx {
  display: inline-block;
}

/* winIE6 below, exclude macIE5 \*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

/**/
