@charset "utf-8";

/* 2015-03-31 */

/*
 * -------------------------------------------------------------------- *|
 * ____ common
 */
#gHeader, #gFooter, #contentsWrap {
  font-size: 1.4rem;
  width: 100%;
}
#gHeader.inner, #gFooter.inner, #contentsWrap.inner,
#gHeader > .inner, #gFooter > .inner, #contentsWrap > .inner {
  width: 984px;
  margin: 0 auto;
  position: relative;
}

/*
 * -------------------------------------------------------------------- *|
 * ____ header
 */
#gHeader {
  background-color: #fff;
  border-bottom: 1px solid #004899;/*
  border-bottom: 1px solid #5592c1;*/
  width: 100%;
  margin: 0;
}
#gHeader .hdr_logo_area .inner {
  width: 984px;
  margin: 0 auto;
  position: relative;
}
#gHeader .hdr_logo_area {
  float: left;
  width: 174px;
  height: 67px;
}
#gHeader .hdr_logo_area a img {
  width: 174px;
  height: 67px;
}

/* --------------------------------------------------- *
 * メインナビ
 */
#gHeader .hdr_nav_area {
  float: left;
  width: 605px;
  height: 67px;
  margin: 0;
  padding: 0 0 0 31px;
}
#gHeader .hdr_nav {
}
#gHeader .hdr_nav ul {
  line-height: 1 !important;
  margin: 0;
  padding: 0;
}
#gHeader .hdr_nav li {
  line-height: 1 !important;
}
#gHeader .hdr_nav li.nav_cat {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  float: left;
/*  width: 140px;*/
  height: 50px;
  margin: 0;
  padding: 17px 0 0;
  position: relative;
  z-index: 12000;
  overflow: visible;
}
#gHeader .hdr_nav li.nav_cat.first {
  width: 161px;
}
#gHeader .hdr_nav li.nav_cat.second {
  width: 145px;
}
#gHeader .hdr_nav li.nav_cat.third {
  width: 115px;
}
/*#gHeader .hdr_nav li.nav_cat.first {
  margin: 0;
}
*/
#gHeader .hdr_nav li.nav_cat > a,
#gHeader .hdr_nav li.nav_cat > .a_tags {
  color: #222;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 38px;
  padding: 12px 0 0;
}
#gHeader .hdr_nav li.nav_cat > a > .inner,
#gHeader .hdr_nav li.nav_cat > .a_tags > .inner {
  border-bottom: 3px solid #fff;
  color: #222;
  display: block;
  width: 100%;
  height: 35px;
}
#gHeader .hdr_nav li.nav_cat.nav_active > a > .inner,
#gHeader .hdr_nav li.nav_cat.nav_active > .a_tags > .inner {
  border-bottom: 3px solid #5592c1;
/*
  border-bottom: 4px solid #014f99;
*/
}

/* ストアロゴ */
#gHeader li.forth a {/*
  visibility: hidden;*/
}
#gHeader .hdr_nav li.nav_cat.hdr_store_logo {
	width: 153px;
	height: 47px;
	text-align: center;
	/*margin-right: 20px;*/
}
#gHeader .hdr_nav li.nav_cat.hdr_store_logo > a {
  width: 153px;
	height: 47px;
  padding: 0;
}
#gHeader .hdr_nav li.nav_cat.hdr_store_logo:hover {
  border-bottom: 3px solid #5592c1;
}
#gHeader .hdr_nav li.nav_cat.hdr_store_logo > a img {
  width: 113px;
	height: 47px;
}

/* サブカテゴリー */
#gHeader a[target="_blank"] .icon_external {
  background: url(/common/data/img/hdr-ftr/icon_external.png) no-repeat right center;
  padding-right: 18px;
}
#gHeader .hdr_nav .sub_cat {
  background-color: transparent;
  box-shadow: 0 3px 3px rgba(0,0,0,0.3);
  list-style: none;
  display: none;
  width: 222px;
  margin: 0 1px 0 0;
  padding: 2px 0 0;
  position: absolute;
  top: 66px;
  z-index: 14000;
}
#gHeader li:hover .sub_cat {
  display: block;
}
#gHeader .sub_cat li {
  background-color: #fff;
  border-bottom: none;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  display: table;
  width: 222px;
  height: 42px;
  margin: 0;
}
#gHeader .sub_cat > li:first-child {
  padding-top: 15px;
}
#gHeader .sub_cat > li:last-child {
  padding-bottom: 15px;
}
#gHeader .sub_cat li a {
  color: #222;
  background-color: #fff;
  text-decoration: none;
  vertical-align: middle;
  display: table-cell;
  width: 196px;
  height: 42px;
  padding: 0 0 0 26px;
}
#gHeader .sub_cat li a:hover {
  color: #fff;
  background-color: #5592c1;
  text-decoration: none;
}
#gHeader .third .sub_cat,
#gHeader .third .sub_cat li {
  width: 286px;
}
#gHeader li.third .sub_cat li a {
  width: 260px;
}
#gHeader li.third .sub_cat > li > a {
  display: table;
}
#gHeader .sub_cat a .subbullet {
  vertical-align: middle;
  display: table-cell;
  
}
#gHeader li.third .sub_cat > li > ul a {
  width: 240px;
  padding-left: 46px;
}

/* --------------------------------------------------- *
 * サブナビ
 */
#gHeader .hdr_nav_sub {
  float: left;
  width: 770px;
  margin-right: 20px;
}
#gHeader .hdr_nav_sub ul {
  line-height: 1 !important;
  text-align: right;
  margin: 0;
  padding: 5px 0 0;
}
#gHeader .hdr_nav_sub li {
  line-height: 1 !important;
  display: inline-block;
}

/* --------------------------------------------------- *
 * 検索フォーム : google
 */
header#gHeader .hdr_search {
  line-height: 1 !important;
  width: 174px;
  height: 20px;
  position: absolute;
  top: 24px;
  right: 0;
  display: none !important;
}
header#gHeader .hdr_search #cse-search-form {
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-left: none;
  width: 147px;
  height: 18px;
  margin: 0;
  padding: 0 0 0 26px;
  overflow: hidden;
}
header#gHeader .hdr_search input[type=text] {
  font-size: 13px;
  line-height: 1.2 !important;
  color: #222;
  width: 174px;
  height: 18px;
  padding: 0 0 0 2px !important;
  vertical-align: top;
  outline: none !important;
  border: none;
  background-color: #fff !important;
  background-position: -300px 0 !important;
}
header#gHeader .hdr_search input[type=text]:focus { background-color:  #fff;}
header#gHeader .hdr_search input[type=image] { outline: none; vertical-align: top; opacity: 0.7;}
header#gHeader .hdr_search input[type=image]:hover { opacity: 1;}

input.gsc-search-button,
header#gHeader .hdr_search .gsc-search-button {
  background: url(/common/data/img/hdr-ftr/hdr_icon_search.png) no-repeat;
  border: none;
  font-size: 13px;
  display: block;
  width: 26px;
  height: 0;
  margin: 0;
  padding: 25px 0 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
header#gHeader .hdr_search table.gsc-search-box {
  margin: 0 !important;
  padding: 0 !important;
}
header#gHeader .hdr_search table.gsc-search-box td {
  vertical-align: top !important;
}
header#gHeader .hdr_search table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}
header#gHeader .hdr_search table.gsc-search-box td.gsc-clear-button {
  display: none !important;
}

/* --------------------------------------------------- *
 * 検索フォーム : marsflag
 */
div.hdr_search_area {
  line-height: 1 !important;
  width: 174px;
  height: 20px;
  position: absolute;
  top: 24px;
  right: 0;
}
div.hdr_search_area #MF_form_phrase {
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-left: none;
  vertical-align: top;
  width: 147px;
  height: 18px;
  margin: 0;
  padding: 0 0 0 26px;
  overflow: hidden;
}
div.hdr_search_area input[type=text] {
  color: #222;
  font-size: 13px;
  line-height: 1.2 !important;
  outline: none !important;
}
div.hdr_search_area input[type=text]:focus { background-color:  #fff;}

div.hdr_search_area button {
  border: none;
  display: block;
  width: 26px;
  height: 20px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

/*
 * -------------------------------------------------------------------- *|
 * ____ topicpath
 */
#topicpath {
  line-height: 1 !important;
  width: 984px;
  margin: 10px auto;
}
#topicpath ul {/*
  background: url(/common/img/topicpath_homeIcon.png) left center no-repeat;*/
  line-height: 1 !important;
  margin: 0;
  padding: 0;
}
#topicpath a {
  background: url(/common/img/topicpath_arr.gif) right 0.097em no-repeat;
  padding-right: 15px;
}
#topicpath li {
  color: #999;
  font-size: 1.1rem;
  line-height: 1.3 !important;
  display: inline;
}

/*
 * -------------------------------------------------------------------- *|
 * ____ content
 */
#mainContent > section > .inner {
  width: 984px;
  margin: 0 auto;
}


/*
 * -------------------------------------------------------------------- *|
 * ____ footer
 */
#gFooter {
  background-color: #fff;
  border-top: 1px solid #004899;/*
  border-top: 1px solid #5592c1;*/
}
#gFooter .inner {
  padding: 20px 0 30px;
  position: relative;
}
#gFooter ul,
#gFooter li {
  line-height: 1 !important;
}


/* --------------------------------------------------- *
 * 各種リンク
 */
#gFooter .ftr_links ul {
  text-align: center;
}
#gFooter .ftr_links li {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#gFooter .ftr_links li:first-child {
  margin-left: 0;
}

/* --------------------------------------------------- *
 * コピーライト
 */
#gFooter .copyright {
  float: left;
  width: 592px;
  margin: 0;
  padding: 30px 0 0;
}
#gFooter .copyright p {
  color: #3273ab;
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  text-align: left;
  margin: 0;
}

/* --------------------------------------------------- *
 * バナー
 */
#gFooter .ftr_bnr_links {
  float: right;
  width: 380px;
}
#gFooter .ftr_bnr_links li {
  float: left;
}
#gFooter .social_links {
  float: left;
  width: 246px;
  padding: 20px 0 0;
}
#gFooter .social_links li {
  display: inline-block;
  margin: 0 0 0 3px;
  padding: 0;
}
#gFooter .social_links li:first-child {
  margin-left: 0;
}
#gFooter .other_links {
  float: right;
  width: 108px;
  padding-top: 18px;
  overflow: hidden;
}


/* --------------------------------------------------- *
 * ページ上部へ
 */
#backtotop {
  display: none;
  width: 40px;
  height: 40px;
  margin: 0;
  position: fixed;
  bottom: 6px;
  right: 10px;
}
#backtotop span {
  background: url(/common/data/img/hdr-ftr/icon_backtotop.png) 0 0 no-repeat;
  display: block;
  width: 40px;
  height: 40px;
}


/* --------------------------------------------------- *
 * コンバージョン
 */
#footerConversion,
iframe[name="google_conversion_frame"] {
  width: 15px !important;
  height: 15px !important;
  overflow: hidden;
  position: absolute;
  top: 0;
}


/*
 * -------------------------------------------------------------------- *|
 * ____ スマホ用
 */
#smp_gHeader,
#smp_gFooter {
  display: none;
}



/* -------------------------------------------------------------------- *
 * ------------------------------------------------------------- EOF -- */