@charset "UTF-8";

/* ************************************************************
Title: common.css
Since: 20xx-00-00
Last Modified: 20xx-00-00
************************************************************ */


/************************************************
/* rule
************************************************/

html {
  width: 100%;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  color: #333;
  font-style: normal;
  font-weight: 400;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 13.0px;
  line-height: 1.3em;
  letter-spacing: 0px;
  -webkit-text-size-adjust: 100%;
  position: relative;
  /* GoogleMap表示エリアを追加 2023.01.12 NII start */
  /*overflow-x: hidden;*/
  overflow:visible;
  /* GoogleMap表示エリアを追加 2023.01.12 NII end */
}

a {
  color: #455197;
  text-decoration: underline;
}

a:visited {
  color: #455197;
  text-decoration: underline;
}

a:hover {
  color: #455197;
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}


/*文字折り返し*/

pre {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
}

/*特殊文字*/
sup {
  position: relative;
  top: -0.5em;
  vertical-align: top;
}


/************************************************
/*見出し
/***********************************************/

h1,
h2,
h3,
h4 {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  letter-spacing: 0.5px;
}

h2 {
  width: 100%;
  height:auto;
  margin: 10px auto 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 0 ;
  color: #192c79;
  font-size: 1.8em;
  line-height: 1.2;
  font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
  background: url(/shared/img/bg_h2_border.png)0 100% repeat-x;
  background-size: 2px 2px;
  color: #00318c;
  letter-spacing: -0.2px;
}


h3 {
  width: 100%;
  height: auto;
  margin: 0 auto 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 3px;
  font-size: 1.12em;
  font-weight: bold;
}


/************************************************
/*clearfix
/***********************************************/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/************************************************
/*モーダルのオーバーレイ
/***********************************************/

#overlay {
  width: 100%;
  height: 100%;
  background: #000;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom:0;
  display: none;
  -ms-filter: alpha(opacity=0.3);
  opacity: 0.3;
  z-index: 100;
}


/************************************************
/*画像リンクロールオーバー
/***********************************************/

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}


/************************************************
/*facebook
/***********************************************

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style] {
  width: 100%!important;
  display: block;
}
*/


/*===============================
各種ブロック
===============================*/


/*ページブロック
----------------------*/
#mainContainer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}

/*汎用ブロック*/
.contentBlock {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background: #fff;
}


/*パンくず
================*/
.breadCrumb {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #F4F0ED;
  box-shadow: 0 2px 2px #ccc inset;
}

.breadCrumb ul{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.breadCrumb ul li {
  width: auto;
  height: 30px;
  margin: 0 0.7em 0 0;
  padding: 0 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 30px;
  display: inline-block;
  position: relative;
  font-size: 0.9em;
}

.breadCrumb ul li:after {
  content: "＞";
  width: 1.0em;
  height: 30px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  bottom:0;
  left: 100%;
  font-size: 0.9em;
  text-align: center;
}

.breadCrumb ul li:last-child:after {
  content: "";
}

.breadCrumb ul li.current {
  color: #000;
  font-weight: bold;
}

.breadCrumb ul li a {
  color: #333;
}

.breadCrumb ul li a:hover {
  text-decoration: underline;
}


/*文字共通
----------------------*/

p {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14.5px;
  color: #333;
  line-height: 1.4em;
}


/*センタリング時*/

p.center {
  text-align: center;
}


/*ヘッダー
----------------------*/
header{
  width:100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  background:#fff;
}

.headerInner{
  width:100%;
  height: 68px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

h1 img{
  width:150px;
  height: auto;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  position: absolute;
  top:0;
  bottom:0;
  left: 10px;
}

h1 span{
  display: none;
}

/*ナビ
----------------------*/
.pcNavi {
  display: none;
}

spNavi {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  display: block;
position: relative;
  background: #fff;
}


.imgWrapper {
  width: 115px;
  height: 85px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top:0;
  left: 5px;
  background:#fff;
}

.imgWrapper.scroll{
  height: 50px;
}

.imgWrapper img {
  width: 100px;
  height: auto;
  margin: 20px 0 0 7px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.imgWrapper.scroll img{
  margin: 5px 0 0 8px;
}

.topBtnWrapper {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  float: left;
  text-align: right;
  display: block;
}

.topBtnWrapper a {
  width: auto;
  height: 35px;
  margin: 7.5px 0;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 35px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.75);
  display: inline-block;
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0px;
}


/*spメニュー*/
.spMenuBtn{
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 0;
  background-size: 100% auto;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 1001;
  cursor: pointer;
  display: block;
  background:url(/shared/img/btn_spmenu.png)0 0 no-repeat;
  background-size: 40px auto;
}

.spMenuBtn.open{
  background:url(/shared/img/btn_spmenu_close.png)0 0 no-repeat;
  background-size: 40px auto;
}

.mypageBtn{
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 0;
  background-size: 100% auto;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  z-index: 99;
  cursor: pointer;
  display: block;
}

.mypageBtn img{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}


.headerLink, .megaMenu, #HdSearchArea, #HdFontSize {
  display: none;
}


/*サイドバー兼spメニュー*/
.sideBar{
  width:90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:none;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 101;
}

.sbMenu {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.sbMenu ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
  line-height: 15px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.sbMenu ul li.sbTitle{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  background: #103a86;
  border-radius: 6px 6px 0 0;
}

.sbMenu ul li.sbTitle span{
  width:100%;
  height: auto;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  color:#fff;
  font-size: 1.15em;
  font-weight: bold;
}

.sbMenu ul li p.tgTitle{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 10px 10px 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
  color:#333;
  font-weight: bold;
  line-height: 1.2;
}

.sbMenu ul li p.tgTitle:after{
  content: "";
  width: 15px;
  height: 15px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(/shared/img/icon_menuarr_bk.png)0 0 no-repeat;
  background-size: 15px 15px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}

.sbMenu ul li.open p.tgTitle:after{
  background: url(/shared/img/icon_menuarr_pu.png)0 0 no-repeat;
  background-size: 15px 15px;
}

.sbMenu ul li.open p.tgTitle{
  color:#001086;
}

.sbPickup ul li br,
.sbMenu ul li p.tgTitle br{
  display: none;
}

.sbMenu ul li .tgItem{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none;
  position: relative;
}

.sbMenu ul li .tgItem a {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0px 0 10px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 13px;
  color: #333;
  position: relative;
  text-decoration: none;
  color:#333;
  text-decoration: underline;
}

.sbMenu ul li .tgItem a:after {
  content: "";
  width: 5px;
  height: 7.5px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(/shared/img/icon_menuarr_child.png)0 0 no-repeat;
  background-size: 5px auto;
  position: absolute;
  top:4px;
  left: 0;
}

.sbMenu ul li .tgItem a.active {
  font-weight: bold;
  color:#001086;
  text-decoration: none;
}

.sbMenu ul li a:hover {
  text-decoration: none;
}

.sbPickup{
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0 10px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #DCDCF0;
}

.sbPickup h3{
  width: 100%;
  height: auto;
  margin: auto;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color:#333;
  text-align: center;
  font-size: 15px;
  line-height: 1.0rem;
}

.sbPickup ul{
  width: 100%;
  height: auto;
  margin: auto;
  padding: 15px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius:6px;
  background: #fff;
}

.sbPickup ul li{
  width: 100%;
  height: auto;
  margin: auto;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 1.0rem;
}

.sbPickup ul li a{
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0 0 0 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  text-decoration: none;
  color:#333;
  font-weight: bold;
  display: block;
}

.sbPickup ul li a:after{
  content: "";
  width: 15px;
  height: 15px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(/shared/img/icon_menuarr_bu.png)0 0 no-repeat;
  background-size: 15px 15px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}

.sideBar .closeArea{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  background: #103a86;
  border-radius:0 0 6px 6px;
  text-align: center;
  cursor: pointer;
}

.sideBar .closeArea span{
  width:auto;
  height: auto;
  margin: 0;
  padding: 0 0 0 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  color:#fff;
  font-weight: bold;
  position: relative;
}

.sideBar .closeArea span:after {
  content: "";
  width: 15px;
  height: 15px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(/shared/img/btn_sidebar_close.png)0 0 no-repeat;
  background-size: 15px 15px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}



/*トップへ戻る*/
.backBtn {
  width: 45.5px;
  height: 38px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(/shared/img/btn_backtop.png)0 0 no-repeat rgba(0,0,0,0.5);
  background-size: 45.5px 38px;
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 150;
}

.backBtn:hover {
  opacity: 0.7;
}

/*フッター
----------------------*/

footer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
}

.footerMenu {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background: #1E3278;
}

.footerMenu ul {
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.footerMenu ul.mainLink li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
  border-bottom: 1px solid #354786;
}

.footerMenu ul.mainLink li a {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 10px 15px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 13.5px;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.footerMenu ul.mainLink li a:after {
  content: "";
  width: 6px;
  height: 10px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(/shared/img/icon_footer_arr.png)0 0 no-repeat;
  background-size: 6px 10px;
  position: absolute;
  top:0;
  bottom:0;
  left: 8px;
}

.footerMenu ul li a:hover {
  text-decoration: underline;
}

.footerMenu ul.subLink {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.footerMenu ul.subLink li a {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 8px 10px 8px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 13px;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.subFooter{
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  border-top: 1px solid #354786;
  background: #1E3278;
  text-align: center;
}

.subFooter ul.infoLink li{
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
}

.subFooter ul.infoLink li a{
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color:#fff;
  display: block;
  text-decoration: none;
  border-right: 1px solid #354786;
  font-size: 13px;
}

.subFooter ul.infoLink li:last-child a{
  border-right: none;
}

.subFooter ul.infoLink li a:hover{
  text-decoration: underline;
}

.rightArea{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  background: #fff;
}

.rightArea img{
  display: inline;
}

.rightArea p{
  font-size: 0.7em;
  color:#000;
  display: inline;
}


.copyright {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 14px;
  background: #fff;
  text-align: center;
  font-size: 0.8em;
}

.contactBtn.pc{
  display: none;
}

sup {
  //top: -0.5em;
  font-size:70%;
  vertical-align: baseline;
  font-family: "Verdana";
}

/*文字関係
----------------------*/

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.small {
  font-size: 0.85em;
}

.normal {
  font-size: 1.0em;
}

.large {
  font-size: 1.3em;
}

.red {
  color: #b71830;
}

.inline{
  display: inline;
}

/*※印の文章*/
span.attention {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 1.0em;
  position: relative;
  font-size: 0.9em;
}

span.attention:after {
  content: "*";
  width: 10px;
  height: auto;
  margin: 0;
  padding: 3px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9em;
}

/* Yahooサイト内検索 */
.searchMenu {
  height: auto;
  margin: auto;
  padding: 0 10px 0px;
  background: #FFF;
}

.searchOutline {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 15px 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
}

.searchArea {
  background: url(/shared/img/sp_search_bg.gif) no-repeat 0 5px;
  -webkit-background-size: 16px 18px;
  background-size: 16px 18px;
//  margin: 5px 10px 5px;
  padding: 0 0 0px 25px;
  border-bottom: 1px solid #808080;
}

.searchArea .submitBtn {
  float: right;
  background-color: #1e3278;
  border: none;
  border-radius: 2px;
  padding: 5px 10px;
  color: #fff;
  font-size: 100%;
  font-weight: normal;
  margin: 0px;
}

.searchArea .input {
  border: none;
  outline: none;
  padding: 5px;
//width: 210px;
  width: 65%;
//  background-color: #f8f8f8;
  display: inline;
  margin: 0 auto;
}

.clearfix { zoom: 1; }

/*===============================
タブレット（768px～）
===============================*/

@media screen and (min-width:768px) {

  html{
    min-width:980px;
  }

  body {
    min-width:980px;
    /* GoogleMap表示エリアを追加 2023.01.12 NII start */
    /*overflow-x: auto;*/
    /* GoogleMap表示エリアを追加 2023.01.12 NII end */
  }

  #mainContainer {
    width: 980px;
    margin: 20px auto 70px;
  }

  .breadCrumb {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 2px #ccc inset;
    background: #f9f9f9;
  }

  .breadCrumb ul{
    width: 980px;
    height: 40px;
    margin: 0 auto;
    display: block;
    padding: 0;
  }

  .breadCrumb ul li {
    width: auto;
    height: 40px;
    line-height: 40px;
  }
  .breadCrumb ul li:after {
    height: 40px;
  }

  header{
    width:100%;
    height: auto;
    padding: 0;
    margin: 0 0 4px 0;
    position: relative;
    background:#fff;
  }

  .headerInner{
    width:980px;
    height: 104px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }

  h1{
    width:232px;
    height: 65px;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
  }

  h1 img{
    width:100%;
    height: auto;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
    left: auto;
    position: static;
  }

  .headerLink{
    width:530px;
    height: auto;
    margin: auto;
    padding: 20px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:inline-block;
    position: absolute;
    top:0;
    left: 245px;
    line-height: 1.0rem;
    font-size: 1.0rem;
  }

  ul.aboutLink{
    width:590px;
    height: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:inline-block;
  }
  
  ul.aboutLink li{
    width:auto;
    height: auto;
    margin: auto;
    padding: 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:inline-block;
    float: left;
    border-right:1px dashed #333;
  }
  
  ul.aboutLink li:last-child{
    border: none;
  }
  
  .headerLink ul li a{
    width:100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color:#333;
    text-decoration: none;
    font-weight: bold;
  }
  
  .headerLink ul.aboutLink li a:hover{
    text-decoration: underline;
  }
  
  ul.visitorLink{
    width:100%;
    height: auto;
    margin: 15px auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
    text-align: right;
  }
  
  ul.visitorLink li{
    width:auto;
    height: auto;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:inline-block;
    background: #fafafa;
    border:1px solid #ddd;
    border-radius: 3px;
  }
  
  ul.visitorLink li a{
    width:100%;
    height: 100%;
    margin: auto;
    padding: 5px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
    font-weight: bold;
  }
  
  ul.visitorLink li a:hover{
    opacity: 0.7;
  }
  
  .spMenuBtn{
    display: none;
  }
  
  
  .pcNavi {
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    display: block;
    background: #1E3278;
    position: relative;
  }
  
  .pcNavi ul.megaList {
    width: 980px;
    height: 50px;
    padding: 0;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
  }
  
  .pcNavi ul li{
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
  }
  
  .pcNavi ul li.pcNavi_01:after,
  .pcNavi ul li.pcNavi_02:after,
  .pcNavi ul li.pcNavi_03:after,
  .pcNavi ul li.pcNavi_04:after{
    content: "";
    width: 2px;
    height: 28px;
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: url(/shared/img/border_pcmenu.png)0 0 no-repeat;
    background-size: 2px 28px;
    position: absolute;
    top:0;
    bottom:0;
    right: 0;
  }
  
  
  .pcNavi ul li.pcNavi_01{
    width:248px;
    height: 50px;
    background: url(/shared/img/gnavi_pc01.png) no-repeat;
    background-position: 0 0;
    background-size: 248px 100px;
  }
  
  .pcNavi ul li.pcNavi_02{
    width:168px;
    height: 50px;
    background: url(/shared/img/gnavi_pc02.png) no-repeat;
    background-position: 0 0;
    background-size: 168px 100px;
  }
  
  .pcNavi ul li.pcNavi_03{
    width:217px;
    height: 50px;
    background: url(/shared/img/gnavi_pc03.png) no-repeat;
    background-position: 0 0;
    background-size: 217px 100px;
  }
  
  .pcNavi ul li.pcNavi_04{
    width:155px;
    height: 50px;
    background: url(/shared/img/gnavi_pc04.png) no-repeat;
    background-position: 0 0;
    background-size: 155px 100px;
  }
  
  .pcNavi ul li.pcNavi_05{
    width:189px;
    height: 50px;
    background: url(/shared/img/gnavi_pc05.png) no-repeat;
    background-position: 0 0;
    background-size: 189px 100px;
  }
  
  .pcNavi ul li.pcNavi_01.active:before, 
  .pcNavi ul li.pcNavi_02.active:before,
  .pcNavi ul li.pcNavi_03.active:before, 
  .pcNavi ul li.pcNavi_04.active:before,
  .pcNavi ul li.pcNavi_05.active:before{
    content: "";
    width: 18px;
    height: 9px;
    margin: auto;
    background: url(/shared/img/gnavi_pc_arr.png)0 0 no-repeat;
    background-size: 18px 9px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    z-index: 1002;
  }

  .pcNavi ul li.pcNavi_01.active, 
  .pcNavi ul li.pcNavi_02.active,
  .pcNavi ul li.pcNavi_03.active, 
  .pcNavi ul li.pcNavi_04.active,
  .pcNavi ul li.pcNavi_05.active{
    background-position:0 -50px;
  }
  
  /*サイドバー*/
  .sideBar{
    width:230px;
    height: auto;
    margin: 0 35px 0 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
    position: static;
    float: left;
  }
  
  .sbMenu {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow:0px 0px 2px 0px #aaa;
    border-radius: 6px;
    border:2px solid #fff;
  }
  
  .sbMenu ul li.sbTitle{
    width:100%;
    height: 73px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
    background: #f9f9f9;
    border-radius: 6px 6px 0 0;
  }

  .sbMenu ul li.sbTitle span{
    width:100%;
    height: 73px;
    margin: auto;
    padding: 30px 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
    color:#1E3278;
    font-size: 15.5px;
    font-weight: bold;
    position: relative;
  }
  
  .sbMenu ul li.sbTitle span:after{
    content: "";
    width:160px;
    height: 5px;
    margin: auto;
    padding: 0;
    display:block;
    background:#1E3278;
    position: absolute;
    bottom:3px;
    left: 0;
  }
  
  .sbMenu ul li {
    padding: 0 8px 0 8px;
    background: #f9f9f9;
  }
  
  .sbMenu ul li:last-child {
    border:none;
  }
  
  .sbMenu ul li p.tgTitle {
    box-sizing: border-box;
    padding: 15px 10px 15px 20px;
  }
  
  .sbPickup ul li br,
  .sbMenu ul li p.tgTitle br{
    display: block;
  }
  
  .sbMenu ul li p{
    font-size: 14px;
  }
  
  .sbMenu ul li .tgItem {
    padding: 0 8px 10px;
  } 
  

  .sbMenu ul li p.tgTitle:after {
    background:url("/shared/img/mrk_03.png") no-repeat scroll 0 0 ;
    background-size:  11px 11px;
    box-sizing: border-box;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 17px;
    bottom: auto;
  }
  
  .sbMenu ul li.open p.tgTitle:after {
    background:url("/shared/img/mrk_04.png") no-repeat 0 0 ;
    background-size:  11px 11px;
  }
  
  .sbPickup {
    border-radius: 6px;
    position: relative;
  }
  
  .sideBar .closeArea{
    display: none;
  }
  
  .sbPickup ul{
    padding: 0;
    border-radius:6px;
    box-shadow:0px 0px 4px 0px #888 inset;
  }
  
  .sbPickup ul li{
    padding: 0;
    border-bottom: 1px dashed #ddd;
  }
  
  .sbPickup ul li a{
    width:100%;
    height: auto;
    margin: 0 auto;
    padding: 15px 15px 15px 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
  }
  
  .sbPickup ul li a:hover{
    text-decoration: underline;
  }
  
  .sbPickup ul li:last-child{
    border-bottom: none;
  }

  .sbPickup ul li a:after {
    content: "";
    width: 11px;
    height: 11px;
    background: url(/shared/img/mrk_02.png)0 0 no-repeat;
    background-size: 11px 11px;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 15px;
    top: 19px;
    bottom: auto;
  }
  
  .sbPickup ul li a {
    font-size: 14px;
  }
  
  .contentBlock{
    margin: 0;
    padding: 0;
    width:705px;
    float: left;
  }

  
  h2 {
    width: 100%;
    height: 50px;
    margin: 0 auto 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 0 5px;
    font-size: 2.5em;
    background: url(/shared/img/bg_h2_border.png)0 48px repeat-x;
    background-size: 2px 2px;background-size: 2px 2px;
  }

  .spMenuBtn {
    display: none;
  }
  
  .mypageBtn {
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    z-index: 101;
  }
  
  .mypageBtn img{
    width: 80px;
    height: auto;
  }
  
  /*移植分*/
  #HdSearchArea {
    background: rgba(0, 0, 0, 0) url("/shared/img/hd_ico_search.gif") no-repeat scroll 0 0;
    border-bottom: 1px solid #808080;
    font-size: 12px;
    padding: 0 0 5px 20px;
    position: absolute;
    right: 95px;
    top: 20px;
    width: 75px;
    z-index: 10;
    display: block;
  }
  input[type="text"]#HdSearchInput {
    border: medium none;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    width: 100%;
    height: 18px;
    margin: 0 auto;
    box-sizing: content-box;
  }
  #HdSearchSubmit {
    display: none;
  }
  #HdSearchArea .credit {
    display: none;
  }
  #HdSearchArea.focus {
    background-color: #fff;
    background-position: 8px 12px;
    border: 1px solid #aaa;
    border-radius: 3px;
    box-shadow: 0 0 3px 3px #fff;
    padding: 10px 15px 5px 30px;
    top: 15px;
    width: 220px;
  }
  #HdSearchArea.focus #HdSearchInput {
    border: 1px solid #ccc;
    float: left;
    height: 12px;
    margin-right: 5px;
    padding: 5px;
    width: 165px;
  }
  #HdSearchArea.focus #HdSearchSubmit {
    display: block;
    float: left;
  }
  #HdSearchArea.focus .credit {
    display: block;
    font-size: 10px;
    margin-top: 5px;
    text-align: right;
  }
  #HdSearchArea.focus .credit a {
    color: #333;
    text-decoration: none;
  }
  #HdFontSize {
    position: absolute;
    right: 105px;
    text-align: center;
    top: 53px;
    width: 75px;
    display: block;
  }
  #HdFontSize p {
    font-size: 9px;
    margin-bottom: 2px;
  }
  #HdFontSize li {
    background-position: 0 0;
    float: left;
    height: 20px;
    margin-left: 3px;
    overflow: hidden;
    text-indent: 30px;
    width: 23px;
  }
  #HdFontSize li:first-child {
    margin-left: 0;
  }
  #HdFontSize li.s {
    background-image: url("/shared/img/hd_font_s.gif");
  }
  #HdFontSize li.m {
    background-image: url("/shared/img/hd_font_m.gif");
  }
  #HdFontSize li.l {
    background-image: url("/shared/img/hd_font_l.gif");
  }
  #HdFontSize li.selected {
    background-position: 0 -20px;
  }
  #HdFontSize li a {
    display: block;
  }
  /*メガメニュー用暗転*/
  .MegaMenuOverlay{
    width: 100%;
    height: 100%;
    background: #000;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    display: none;
    -ms-filter: alpha(opacity=0.3);
    opacity: 0.3;
    z-index: 1000;
  }
  
  .megaMenu {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 30px 20px 0;
    box-sizing: border-box;
    width: 980px;
    height: auto;
    position: absolute;
    top:50px;
    left: 0;
    display: none;
    z-index: 11;
    text-align: left;
  }
  
  .megaMenu .topLink {
    border-bottom: 1px solid #aaa;
    margin-bottom: 15px;
  }
  
  .megaMenu .topLink a {
    background: rgba(0, 0, 0, 0) url("/shared/img/mrk_09.gif") no-repeat 0 50%;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0 5px 25px;
    box-sizing: border-box;
    text-decoration: none;
    height: auto;
    width: 100%;
    font-size: 16px;
  }
  .megaMenu .topLink a:hover {
    text-decoration: underline;
  }
  
  .megaMenu .floatL{
    width:48%;
    height: auto;
    padding: 0;
    margin: 0 2% 0 0;
    box-sizing: border-box;
    float: left;
  }
  
  .megaMenu .floatR{
    width:48%;
    height: auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    float: left;
  }
  
  .categ {
    min-height: 80px;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .categ.hasImage {
    padding-left: 90px;
    box-sizing: border-box;
  }
  .categ.hasImage .img {
    left: 0;
    position: absolute;
    top: 0;
  }

  .col3 {
    width: 32%;
    height: auto;
    padding: 0;
    margin: 0 2% 0 0;
    float:left; 
  }
  
  .col3:last-child {
    margin: 0 0 0 0;
  }
  
  .categ .title {
    height: 23px;
    border-bottom: 2px solid #0b3e91;
    color: #003b99;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 0;
    line-height: 20px;
    font-size: 13px;
  }

  .categ .col2 li.odd {
    float: left;
    width: 49%;
    margin: 0 2% 0 0;
    height: auto;
  }
  .categ .col2 li.even {
    float: left;
    width: 49%;
    height: auto;
  }

  
  .categ .column{
    width:48%;
    height: auto;
    padding: 0;
    margin: 0 2% 0 0; 
    float: left;
  }
  
  .categ .column ul{
    width:100%;
    height: auto;
    padding: 0;
    margin: 0 0 0 0;
    position: static;
  }
  
  .categ .column ul li{
    width:100%;
    height: auto;
    padding: 0;
    margin: 0 0 8px 0;
  }
  
  .categ .column:last-child{
    margin: 0; 
  }
  
  .pcNavi .categ ul.menuList{
    height: auto;
    width: 100%;
    text-align: left;
    position: static;
  }
  
  .categ ul li {
    height: auto;
    margin:0 0 6px 0;
    width: 100%;
    text-align: left;
  }
  .categ ul li a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
  }
  .categ ul li a:hover {
    text-decoration: underline;
  }
  
  .cmnLinkCircle {
    background: rgba(0, 0, 0, 0) url("/shared/img/mrk_02.png") no-repeat scroll 0 0.35em;
    display: inline-block;
    padding-left: 15px;
  }
  
  /*footer*/
  footer{
    padding: 0 0 40px 0;
  }
  
  
  .footerMenu {
    height: auto;
    padding: 0 0 60px;
  }
  
  .footerMenu ul.mainLink{
    padding: 20px 0 0;
    width: 980px;
    margin: 0 auto;
  }
  
  .footerMenu ul.mainLink li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    border-bottom: none;
  }
  
  .footerMenu ul.mainLink li a {
    padding: 15px 20px 15px 15px;
  }

  .footerMenu ul.mainLink li a:after {
    left: 0;
  }

  .footerMenu ul.subLink {
    width: 980px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
  }
  
  .footerMenu ul.subLink li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  
  .footerMenu ul.subLink li a {
    width: 100%;
    height: auto;
    margin: 4px 0;
    padding: 0 12px;
    font-size: 12px;
    text-decoration: none;
    border-left:1px solid #fff;
  }
  

  .subFooter {
    text-align: left;
  }
  
  .subFooter ul.infoLink{
    width:980px;
    margin: 0 auto;
    font-size: 0.85em;
  }

  .rightArea {
    width:980px;
    margin: 0 auto;
    padding:10px 0;
  }
  
  .copyright {
    text-align: right;
    width: 980px;
    margin: 0 auto;
    padding: 10px 0;
  }

  .searchMenu {
    display: none;
  }
  
}