@charset "UTF-8";
/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */
#page {
  width: 960px;
  margin: 0 auto;
  position: relative;
  clear: both;
}

a {
  text-decoration: none;
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #6688AA;
}
a:active {
  color: #6688AA;
}
a .current {
  font-weight: bold;
}

/*----------------------------------------------------
	header#globalHeader
----------------------------------------------------*/
/*ヘッダー*/
#fixnav {
  width: 100%;
  height: 25px;
  position: relative;
}
#fixnav h1 {
  font-size: 100%;
  font-weight: normal;
  color: #333342;
  line-height: 1;
  padding: 4px 0;
  background-color: #eee;
  position: relative;
  text-indent: 4px;
}
#fixnav ul {
  position: absolute;
  right: 4px;
  top: 0;
  margin: 4px 0;
}
#fixnav ul li {
  text-align: center;
  display: inline;
  padding-right: 5px;
}
#fixnav ul li:before {
  content: "|";
  padding-right: 5px;
}
#fixnav ul li:first-child:before {
  content: "";
}
#fixnav ul li a {
  color: #666;
}
#fixnav ul li a:hover {
  color: #f00;
  text-decoration: underline;
}

#globalHeader {
  position: relative;
  width: 100%;
  height: 130px;
  margin: 0 auto;
}

#logo {
  position: absolute;
  top: 48px;
  left: 3px;
}

#globalHeader a {
  display: block;
}

#globalHeader #topNav {
  position: absolute;
  top: 25px;
  right: 162px;
}
#globalHeader #topNav li {
  float: left;
  font-size: 100%;
  background-image: url(/assets/templates/empire-mansion/img/common/topNavicon1.png);
  background-image: url(/assets/templates/empire-mansion/img/common/topNavicon1_ie.png) \9;
  background-repeat: no-repeat;
  background-position: 0 left;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  padding-left: 16px;
  padding-right: 5px;
  list-style: none;
  line-height: 1.3;
}
#globalHeader #topNav li a {
  color: #666;
}
#globalHeader #topNav li a:hover {
  color: #f00;
}
#globalHeader #topNav li.beginnerIcon {
  background-image: url(/assets/templates/empire-mansion/img/common/topNavicon1.png);
}
#globalHeader #topNav li.noticeIcon {
  background-image: url(/assets/templates/empire-mansion/img/common/topNavicon2.png);
}
#globalHeader #topNav li.guideIcon {
  background-image: url(/assets/templates/empire-mansion/img/common/topNavicon3.png);
}
#globalHeader #topNav li.privacyIcon {
  background-image: url(/assets/templates/empire-mansion/img/common/topNavicon4.png);
}
#globalHeader ol {
  position: absolute;
  top: 54px;
  right: 0;
}
#globalHeader ol li {
  width: 108px;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  padding-left: 3px;
}
#globalHeader ol li img {
  width: 100%;
}
#globalHeader ol li.login img {
  width: 109px;
}
#globalHeader ol li.login span {
  float: left;
}
#globalHeader ol li.name {
  width: auto;
  padding-right: 5px;
}

#site_search_header {
  position: absolute;
  right: 0;
  top: 22px;
}
#site_search_header form {
  border: 1px solid #cecece;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 0 0 0 5px;
  background-color: #f1f1f1;
  behavior: url(/assets/templates/empire-mansion/css/PIE.htc);
  position: relative;
}
#site_search_header form legend {
  display: none;
}
#site_search_header .search-box {
  color: #666674;
  font-size: 117%;
  width: 150px;
  height: 18px;
  border: none;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #f1f1f1;
  behavior: url(/assets/templates/empire-mansion/css/PIE.htc);
  position: relative;
}
#site_search_header input#search-bt {
  width: 14px;
  position: absolute;
  top: 5px;
  right: 6px;
  text-indent: 10px;
}

/* ナビゲーション
-------------------*/
#globalHeader #gNav {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 958px;
  height: 32px;
  overflow: hidden;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  behavior: url(/assets/templates/empire-mansion/css/PIE.htc);
}
#globalHeader #gNav ul {
  width: auto;
  height: inherit;
  position: relative;
}
#globalHeader #gNav ul li {
  float: left;
  height: inherit;
  border-left: 1px solid #b8bfc6;
  overflow: hidden;
}
#globalHeader #gNav ul li a {
  width: 33px;
  height: inherit;
  display: block;
  padding-top: 6px;
  padding-right: 9px;
  padding-left: 9px;
  transition: background-color 150ms ease-in;
  background-color: #0d045f;
}
#globalHeader #gNav ul li a:hover {
  background-color: rgba(15, 13, 95, 0.8);
}
#globalHeader #gNav ul li:first-child {
  border: none;
}
#globalHeader #gNav ul li + li a {
  width: 106px;
  padding-top: 8px;
  padding-right: 21px;
  padding-left: 21px;
  padding-bottom: 4px;
}
#globalHeader #gNav ul li + li + li a {
  width: 110px;
  padding-right: 20px;
  padding-left: 20px;
}
#globalHeader #gNav ul li + li + li + li a {
  width: 113px;
  padding-right: 20px;
  padding-left: 20px;
}
#globalHeader #gNav ul li + li + li + li + li a {
  width: 62px;
  padding-right: 44px;
  padding-left: 44px;
}
#globalHeader #gNav ul li + li + li + li + li + li a {
  width: 92px;
  padding-right: 29px;
  padding-left: 29px;
}
#globalHeader #gNav ul li + li + li + li + li + li + li a {
  width: 96px;
  padding-right: 27px;
  padding-left: 27px;
}
#globalHeader #gNav ul li img {
  width: 100%;
}

#sp_gNav span {
  display: none;
}
#sp_gNav ul {
  display: none;
}

#sp_model {
  display: none !important;
}

/*----------------------------------------------------
	#contents --コンテンツ格納用最上位のwrap
----------------------------------------------------*/
#contents {
  clear: both;
  position: relative;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 90px;
}

/*----------------------------------------------------
	#breadClumb --コンテンツ下部分 格納用のwrap
----------------------------------------------------*/
#breadClumb {
  /*	position:absolute;
  	top: 165px;*/
  font-size: 115%;
  padding-top: 10px;
  z-index: 10;
  color: #999;
  padding-bottom: 20px;
}

#breadClumb span {
  color: #666666;
}

#breadClumb a {
  color: #666666;
}

#breadClumb a:hover,
#breadClumb a:active {
  color: #6688AA;
}

/*----------------------------------------------------
	#main  --メインコンテンツのwrap
----------------------------------------------------*/
#main {
  position: relative;
  width: 690px;
  float: left;
  overflow: hidden;
}

/*----------------------------------------------------
	#page_top 
----------------------------------------------------*/
#PageTopBt {
  position: fixed;
  bottom: 40px;
}

#PageTopBt .pageTop {
  position: relative;
  left: 1000px;
  line-height: normal;
  margin: 0;
  z-index: 900;
  /*	*left:750px;*/
}
#PageTopBt .pageTop img {
  width: 50px;
}

#PageTopBt .pageTop a {
  display: block;
  width: 50px;
  height: 50px;
}

/*----------------------------------------------------
	#side --サイドのwrap
----------------------------------------------------*/
#side {
  float: right;
  width: 230px;
  position: relative;
  background-color: #FFFFFF;
}

#subNav,
#subNav2 {
  width: 228px;
  border: 1px solid #DDD;
  background-color: #F7F7F7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  behavior: url("/assets/templates/empire-mansion/css/PIE.htc");
}
#subNav h3,
#subNav2 h3 {
  color: #fff;
  text-align: center;
  font-size: 100%;
  background-color: #000;
  padding: 3px 0;
}
#subNav h3 span,
#subNav2 h3 span {
  padding: 4px 0 3px 0;
  display: block;
  height: 100%;
  border: 1px dotted #fff;
  border-left: none;
  border-right: none;
}
#subNav h3.cl2,
#subNav2 h3.cl2 {
  background-color: #6699DD;
}
#subNav h3.cl3,
#subNav2 h3.cl3 {
  background-color: #66A9D5;
}
#subNav h3.cl4,
#subNav2 h3.cl4 {
  background-color: #5577CC;
}
#subNav h3.cl5,
#subNav2 h3.cl5 {
  background-color: #6688AA;
}
#subNav h3:first-child,
#subNav2 h3:first-child {
  margin-top: 13px;
}
#subNav li,
#subNav2 li {
  list-style: none;
  padding: 0;
  background: url(/assets/templates/empire-mansion/img/common/subnav_bd_bg.png) repeat-x top;
  color: #333;
}
#subNav li:visited,
#subNav2 li:visited {
  color: #333;
}
#subNav li:hover,
#subNav2 li:hover {
  color: #6688AA;
}
#subNav li:active,
#subNav2 li:active {
  color: #6688AA;
}
#subNav li a,
#subNav2 li a {
  display: block;
  font-size: 117%;
  margin-left: 18px;
  padding: 14px 3px 14px 20px;
  background-repeat: no-repeat;
  background-position: 0 15px;
  background-size: 14px;
}
#subNav li ul,
#subNav2 li ul {
  background: url(/assets/templates/empire-mansion/img/common/subnav_bd_bg.png) repeat-x top;
}
#subNav li ul li a,
#subNav2 li ul li a {
  padding-top: 12px;
  padding-bottom: 8px;
  color: #777777;
}
#subNav li ul li a:hover,
#subNav2 li ul li a:hover {
  color: #6688AA;
}
#subNav li:first-child,
#subNav2 li:first-child {
  background: none;
}
#subNav .cl1 li a,
#subNav2 .cl1 li a {
  background-image: url(/assets/templates/empire-mansion/img/common/sub_arrow1.png);
}
#subNav .cl2 li a,
#subNav2 .cl2 li a {
  background-image: url(/assets/templates/empire-mansion/img/common/sub_arrow2.png);
}
#subNav .cl3 li a,
#subNav2 .cl3 li a {
  background-image: url(/assets/templates/empire-mansion/img/common/sub_arrow3.png);
}
#subNav .cl4 li a,
#subNav2 .cl4 li a {
  background-image: url(/assets/templates/empire-mansion/img/common/sub_arrow4.png);
}
#subNav .cl5 li a,
#subNav2 .cl5 li a {
  background-image: url(/assets/templates/empire-mansion/img/common/sub_arrow5.png);
}
#subNav li.under a,
#subNav2 li.under a {
  color: #BBBBBB;
  background-image: url(/assets/templates/empire-mansion/img/common/sub_arrow_under.png) !important;
}
#subNav .cl1 li li a,
#subNav2 .cl1 li li a {
  background-image: url(/assets/templates/empire-mansion/img/common/icon_arrow_s_blue_ie.png);
  background-size: 7px 9px;
  background-position: 4px 16px;
}
#subNav .cl2 li li a,
#subNav2 .cl2 li li a {
  background-image: url(/assets/templates/empire-mansion/img/common/icon_arrow2_ie.png);
  background-size: 7px 9px;
  background-position: 4px 16px;
}
#subNav .cl3 li li a,
#subNav2 .cl3 li li a {
  background-image: url(/assets/templates/empire-mansion/img/common/icon_arrow3_ie.png);
  background-size: 7px 9px;
  background-position: 4px 16px;
}
#subNav .cl4 li li a,
#subNav2 .cl4 li li a {
  background-image: url(/assets/templates/empire-mansion/img/common/icon_arrow4_ie.png);
  background-size: 7px 9px;
  background-position: 4px 16px;
}
#subNav .cl5 li li a,
#subNav2 .cl5 li li a {
  background-image: url(/assets/templates/empire-mansion/img/common/icon_arrow5_ie.png);
  background-size: 7px 9px;
  background-position: 4px 16px;
}

#subNav.twoLevel li a {
  display: block;
  font-size: 117%;
  margin-left: 18px;
  padding: 14px 0 14px 20px;
  background-repeat: no-repeat;
  background-position: 0 15px;
  background-size: 15px;
  background-image: url(/assets/templates/empire-mansion/img/common/slideopen_blue_bt.png);
}
#subNav.twoLevel li li {
  background-image: none;
}
#subNav.twoLevel li li a {
  display: block;
  margin-left: 24px;
  padding: 7px 0 7px 15px;
  background-image: url(/assets/templates/empire-mansion/img/common/icon_arrow_s_blue.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 8px;
}
#subNav.twoLevel li li:first-child a {
  margin-top: -7px;
}
#subNav.twoLevel li .psBox {
  display: none;
}
#subNav.twoLevel li.active > a {
  background-image: url(/assets/templates/empire-mansion/img/common/slideclose_blue_bt.png);
}
#subNav.twoLevel li.active .psBox {
  display: block;
}

#side aside {
  margin-top: 10px;
  position: relative;
}

#side aside a {
  display: block;
  margin-bottom: 3px;
}

#side aside a.externalLink:after {
  content: "";
}

/*----------------------------------------------------
	footer#globalFooter
----------------------------------------------------*/
#globalFoooter {
  width: 100%;
  height: 380px;
  *height: auto;
  z-index: 20;
  background-color: #0d045f;
}
#globalFoooter #footerTop {
  background: #F7F7F7;
  height: auto;
  padding-bottom: 40px;
}
#globalFoooter #footerBottom {
  width: 960px;
  margin: 0 auto;
  margin-top: 30px;
}
#globalFoooter #footerBottom img[src$="footer_logo.png"] {
  width: 142px;
  padding-right: 15px;
}
#globalFoooter #footerBottom address, #globalFoooter #footerBottom p {
  display: inline;
}
#globalFoooter #footerBottom p.copyright {
  float: right;
  margin-top: 38px;
}
#globalFoooter #footerBottom p.copyright small {
  font-size: 100%;
  color: #fff;
}
#globalFoooter footer {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#globalFoooter nav {
  width: 1040px;
}
#globalFoooter nav ul.sitemap {
  float: left;
  width: 195px;
  padding-top: 30px;
  margin-right: 20px;
}
#globalFoooter nav ul.sitemap + .sitemap {
  width: 235px;
}
#globalFoooter nav ul.sitemap + .sitemap + .sitemap {
  width: 190px;
}
#globalFoooter nav ul.sitemap + .sitemap + .sitemap + .sitemap {
  width: 285px;
}
#globalFoooter nav li {
  font-size: 100%;
  background: url(/assets/templates/empire-mansion/img/common/icon_arrow_blue.png) no-repeat 0 0;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  line-height: 1;
  font-weight: bold;
  padding-left: 17px;
  margin-bottom: 12px;
}
#globalFoooter nav li ol {
  margin-top: 10px;
  margin-left: -10px;
}
#globalFoooter nav li li {
  padding-left: 10px;
  list-style: none;
  font-weight: normal;
  background: url(/assets/templates/empire-mansion/img/common/icon_arrow_s.png) no-repeat 0 2px;
  -webkit-background-size: 6px auto;
  background-size: 6px auto;
}
#globalFoooter nav#sns {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
#globalFoooter nav#sns li {
  background: none;
}
#globalFoooter nav#sns li img {
  width: 30px;
}

#contactFooter {
  float: left;
  display: flex;
}

.footer-logo-block {
  margin-right: 30px;
}
.footer-logo-block > a {
  display: inline-flex;
  height: 53px;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.footer-logo {
  width: 200px;
  height: auto;
}

.footer-logo-text {
  color: #fff;
  font-size: 9px;
  display: block;
  text-align: left;
}

.tel-block__text {
  color: #fff;
  font-size: 9px;
}
.tel-block__no {
  color: #fff;
  font-size: 23px;
  font-family: Arial,"MS Pゴシック";
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.8px;
  margin: 3px 0;
}
.tel-block__no span {
  position: relative;
  top: -1px;
}

.freedial {
  width: 32px;
  height: auto;
  vertical-align: top;
  margin-right: 5px;
}

.mq {
  display: none !important;
}

#spNavFooter {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*safari*/
}
/*
		#globalFoooter nav ul li li{

		margin-left:10px;
		padding:0 0 5px 0;
		*padding:0;
		*list-style-type:disc;
		background:none;
		margin-bottom:0px;
		text-indent:-1em;
		*text-indent:0;
		
		}
		#globalFoooter nav ul li li:before{ content:"・"; text-indent:-1em;}
		#globalFoooter nav ul li li:first-child{ padding-top:5px;}
		#globalFoooter nav ul li li:last-child{ margin-bottom:15px;}

		#globalFoooter nav ul li a{font-weight:bold; color:#666;}
		#globalFoooter nav ul li a:hover{ color:#009900;}
		#globalFoooter nav ul li li a{ font-weight:normal;}
*/
