@import url("../../common/css/default.css");
@import url("../../common/css/common.css"); 

/*--------------------------------------
  タブの設定
---------------------------------------*/
ul.topnavi li a{
	background: url(../img/bg_topnavi.gif) 0 0 no-repeat;
}
ul.topnavi li.act a{
	background-position-y: -84px;
}
ul.topnavi li.act a:hover{
	background-position-y: -84px;
	cursor : default;
}
ul.topnavi li.service a{
	background-position: -9px -10px;
}
ul.topnavi li.service a:hover{
	background-position: -9px -47px;
}
ul.topnavi li.service a span.act{
	background: url(../img/bg_topnavi.gif) -9px -84px no-repeat;
}
ul.topnavi li.chigai a{
	background-position: -174px -10px;
}
ul.topnavi li.chigai a:hover{
	background-position: -174px -47px;
}
ul.topnavi li.chigai a span.act{
	background: url(../img/bg_topnavi.gif) -174px -84px no-repeat;
}
ul.topnavi li.charge a{
	background-position: -339px -10px;
}
ul.topnavi li.charge a:hover{
	background-position: -339px -47px;
}
ul.topnavi li.charge a span.act{
	background: url(../img/bg_topnavi.gif) -339px -84px no-repeat;
}
ul.topnavi li.model a{
	background-position: -504px -10px;
}
ul.topnavi li.model a:hover{
	background-position: -504px -47px;
}
ul.topnavi li.model a span.act{
	background: url(../img/bg_topnavi.gif) -504px -84px no-repeat;
}

ul.topnavi li.faq a{
	background-position: -669px -10px;
}
ul.topnavi li.faq a:hover{
	background-position: -669px -47px;
}
ul.topnavi li.faq a span.act{
	background: url(../img/bg_topnavi.gif) -669px -84px no-repeat;
}

ul.bottomnavi li a{
	background: url(../img/bg_bottomnavi.gif) 0 0 no-repeat;
}
ul.bottomnavi li.service a{
	background-position: -9px 0;
}
ul.bottomnavi li.service a:hover{
	background-position: -9px -37px;
}
ul.bottomnavi li.service a span.act{
	background: url(../img/bg_bottomnavi.gif) -9px -74px no-repeat;
}
ul.bottomnavi li.chigai a{
	background-position: -174px 0;
}
ul.bottomnavi li.chigai a:hover{
	background-position: -174px -37px;
}
ul.bottomnavi li.chigai a span.act{
	background: url(../img/bg_bottomnavi.gif) -174px -74px no-repeat;
}
ul.bottomnavi li.charge a{
	background-position: -339px 0;
}
ul.bottomnavi li.charge a:hover{
	background-position: -339px -37px;
}
ul.bottomnavi li.charge a span.act{
	background: url(../img/bg_bottomnavi.gif) -339px -74px no-repeat;
}
ul.bottomnavi li.model a{
	background-position: -504px  0;
}
ul.bottomnavi li.model a:hover{
	background-position: -504px -37px;
}
ul.bottomnavi li.model a span.act{
	background: url(../img/bg_bottomnavi.gif) -504px -74px no-repeat;
}

ul.bottomnavi li.faq a{
	background-position: -669px  0;
}
ul.bottomnavi li.faq a:hover{
	background-position: -669px -37px;
}
ul.bottomnavi li.faq a span.act{
	background: url(../img/bg_bottomnavi.gif) -669px -74px no-repeat;
}

ul.bottomnavi li.act a{
	background-position-y: -74px;
}
ul.bottomnavi li.act a:hover{
	background-position-y: -74px;
	cursor : default;
}


/*--------------------------------------
   NEW TOP NAVI + NEW BOTTOM NAVI
---------------------------------------*/
ul.new_topnavi, ul.new_bottomnavi {
	background: none;
	padding: 0 15px;
	height: 68px;
}
ul.new_topnavi li, ul.new_bottomnavi li {
	margin-right: 5px;
	width: 144px;
	height: auto;
}
ul.new_topnavi li a, ul.new_bottomnavi li a{
	background: none;
	text-indent: 0;
    font-size: 16px;
	text-decoration: none;
	display: block;
	width: 144px;
    height: 54px;
}
ul.new_topnavi li a span, ul.new_bottomnavi li a span{
	background: #fff;
	border-radius: 5px;
	color: #00549d;
	border: 2px solid #00549d;
	font-weight: 600;
	width: 144px;
	height: 54px;
	padding: 13px 0px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.25);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------------------------------------
   NEW TOP NAVI
---------------------------------------*/
ul.new_topnavi li {
    margin-top: 15px;
}
ul.new_bottomnavi li:hover  a span,
ul.new_bottomnavi li.act a span,
ul.new_topnavi li:hover  a span,
ul.new_topnavi li.act a span {
	background: url(../img/nav_bg_hover_top.png) 0 0 no-repeat !important;
	color: #fff;
	border: none;
	cursor: inherit;
	padding-top: 15px;
	height: 59px;
}
ul.new_topnavi li:hover  a span,
ul.new_topnavi li.act a span {
	box-shadow: none;
}
/*--------------------------------------
   NEW BOTTOM NAVI
---------------------------------------*/
 ul.new_bottomnavi li a span {
	margin-top: 5px;
 }
 
ul.new_bottomnavi li:hover  a span,
ul.new_bottomnavi li.act a span {
	background: url(../img/nav_bg_hover_bottom.png) 0 0 no-repeat !important;
	margin-top: 0;
	padding-top: 20px;
}
/*--------------------------------------
   clearfix
---------------------------------------*/
.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
/*--------------------------------------
   CHILD CV
---------------------------------------*/
.main .childCv {
	position: relative;
	margin-top: 25px;
}

.childCv a {
	width: 242px;
	height: 88px;
	position: absolute;
	top:50%;
	margin-top: -44px;
	left: 22px;
}

/*ul.topnavi li.back a{
	background-position: -765px -6px;
}
ul.topnavi li.back a:hover{
	background-position: -765px -43px;
}

ul.bottomnavi li.back a{
	background-position: -765px -7px;
}
ul.bottomnavi li.back a:hover{
	background-position: -765px -44px;
}*/

/*--------------------------------------
  ページ内リンクの設定
---------------------------------------*/
#serviceContents .innerLink {
	background: #eeeeee url(../img/bg_service_innerlink.gif) bottom center no-repeat;
}

#serviceContents .innerLink  ol li{
	width: 550px;
}

#serviceContents .innerLink  ol li span{
	max-width: 480px;
}
#chigaiContents .innerLink {
	background: #eeeeee url(../img/bg_chigai_innerlink.gif) bottom center no-repeat;
}

#chigaiContents .innerLink  ol li{
	width: 590px;
}

#chigaiContents .innerLink  ol li span{
	max-width: 530px;
}