﻿@charset "utf-8";
/**
 * サイト共通 ヘッダ、フッタ
 *
 * ■2014.05.14
 * ・フッタlogo typeC4 80周年対応
 *■2024.05.29
 * ・通常フッタの下90周年ロゴ対応
*
 * img path: /common/images/hf/
 */

/* 表示非表示
---------------------------------------------------------------------*/

@media screen and (min-width: 767px) {
#wUtilSp,#listSPMenu {display:none;} /* スマホハンバーガーメニューがPCに出ないように */
}

@media screen and (max-width: 767px) {

#wGM,
#wUtil,
#siteTitle p,
#wrapFooterLogo,
p#catch {display:none!important;}

}

/* ぱんくず
---------------------------------------------------------------------*/

div.topicPath {
        clear: both;
        width: 950px;
        margin: 10px auto 15px;
}

ul.topicPath {
  line-height: 1.2;
}

ul.topicPath li+li:before {
    content: ">";
    margin: 0 2px;
    padding: 0 2px;
}

ul.topicPath li {
  font-size: 1rem;
  display: inline-block;
}
ul.topicPath li a {
  font-size: inherit;
  text-decoration: underline;
  color: #1a0dab;
}
ul.topicPath li a:hover {
  text-decoration: none;
}


/* ヘッダーハンバーガーメニュー
---------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
#wUtilSp .menuSPIcon {
		position: absolute;
		z-index: 202;/*仮*/
		display: block;
		width: 100%;
		height: 100%;
		background: #ccc;/*仮*/
	}
	

#wUtilSp.active .menuSPIcon {
		background: #000;/*仮*/	
}


#wUtilSp{
    display: block;
    height: 45px;
    position: absolute;
    width: 45px;
    right: 0;
    top: 0;
}

#wUtilSp ul {
    float: left;
    margin: 0;
    max-width: 227px;
    width: 80%;
}


#wUtilSp ul li {
    float: left;
    max-width: 59px;
    width: 25.9911%;
}

#wHeaderContents #listSPMenu {
		box-sizing: border-box;
		list-style: none;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 201;/*仮*/
		width: 100%;
		top:53px;
	}

#wHeaderContents #listSPMenu.active {
		display: block;
}
	
#wHeaderContents #listSPMenu li {
		box-sizing: border-box;
		width: 100%;
		padding: 0.25em;
		color: #fff;
		background: rgba(215,11,36,0.9);
		border-bottom:1px solid #e2d3c5;
		line-height:180%;
		font-size:1.5rem;
}

#wHeaderContents #listSPMenu li.title {
		background: rgba(215,11,36,1);
}

#wHeaderContents #listSPMenu li.ohter {
		background: rgba(96,96,96,0.8);
}
	
#wHeaderContents #listSPMenu li a {
		color: #fff;
		max-width:none;
		width:100%;
		text-decoration:none;
		display: inline-block;
}
	

#wHeaderContents #listSPMenu li li {
		color: #fff;
		max-width:none;
		width:100%;
		border-bottom:1px dotted #e2d3c5;
		padding-left:10px;
}
	
#wHeaderContents #listSPMenu li li:last-child {
		border-bottom:none;
}
	

#wHeaderContents #listSPMenuBG {
		display: none;
		z-index: 200;/*仮*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0);
}
	

#wHeaderContents #listSPMenuBG.active {
		display: block;	
}



/* 会員登録など　キタムラスマホサイトに合わせる対応
---------------------------------------------------------------------*/

nav#globalnav {
	border-right: solid 1px #D0D0D0;
	display: block;
	/*padding: 0 0 0 35%;*/
	padding: 0 0 0 45%;
}

nav#globalnav ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	width: 100%;
	position: relative;
}

nav#globalnav li {
	border-left: solid 1px #D0D0D0;
	display: block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	text-align: center;
}

nav#globalnav li a img {
	width: 46px;
	height: auto;
	max-width: 92px;
}
#wMenuFull {flex-wrap: wrap;}
@media screen and (max-width: 767px) {
#wMenuFull dl {width:46%!important;margin:0 10px 10px 0;}
}
#wMenuFull dl dt {font-size: 1.2rem;}
#wMenuFull dl dd {width:100%;}
#wFooter ul li {display: block;}
#wrapMenuFooter　{margin-top:0;}
#wUtilSp,#listSPMenu {display:block;}
ul.topicPath {
        clear: both;
        width: 100%;
        margin: 0 auto 15px;
	font-size:1.4rem;
	box-sizing: border-box;
}
}

body {margin: 0;}

/* reset */
#wHeader *, #wGM *, #wSearch2 *, #wFooter * {
	line-height: 1.0;
	vertical-align: baseline;
	clear: none;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #333;
	background: none;
}



/* ヘッダ
---------------------------------------------------------------------*/
#wHeader {
	width: 100%;
	background-color: #fff;
	z-index: 5000;/*ie7*/
	position:relative;/*ie7*/
}


#wHeaderContents {
	width: 950px;
	height: auto;/*h1複数行禁止*/
	margin: 0 auto;
}

/* ポップアップ用 */
#wPopup #wHeaderContents {
	width: 730px;
}


#wHeaderContents .bold {
	font-weight:bold;
}


#siteTitle {
	display: inline;
	float: left;
	width: 420px;
	height: 45px;/*h1複数行禁止*/
	margin: 5px 0 0 0;
	padding-bottom: 4px;
}

#siteTitle img {
	display: inline;
	float: left;
	margin-right: 5px;
}

#siteTitle img#logo,#siteTitle img.mario {height: 45px;}

/* フッタ
---------------------------------------------------------------------*/

#wrapFooter {
	clear:both;
}

#wrapFooterDetail {
	width:950px;
	margin:0 auto;
}

#wMenuFull {
	border-top:1px solid #CCCCCC;
	clear:both;
	color:#666666;
	font-size:1.2rem;
	text-decoration:none;
	letter-spacing:-0.05em;
	margin:10px auto 0;
	padding:5px 0;
	width:950px;
	display:flex;
}

#wMenuFull dl {
    margin: 0;
    padding: 2px 0 2px 4px;
    width: 24.9%;
}

#wMenuFull dl dt {
	clear:both;
	font-size:1.2rem;
	font-weight:bold;
	line-height:1.4;
	margin:5px 0 2px 0;
}

#wMenuFull dl dt.shop {
	clear:both;
	font-size:1.2rem;
	font-weight:bold;
	line-height:1.4;
	margin:5px 0 2px 0;
	padding:0 0 0 13px;
	background:url("/common/images/icon/ico_link_shop.gif") no-repeat scroll left 5px;
}

#wMenuFull dl dd {
	display:block;
	font-size:1rem;
	float:none;
	line-height:1.4;
	margin:2px 0 2px 2px;
	padding:0;
	width:216px;
}

#wMenuFull dl dt a:visited {
	color:#666666;
	font-weight:bold;
}

#wMenuFull a:visited {
	color:#666666;
}

#wMenuFull dl dt a {
	color:#595959;
	font-weight:bold;
}

#wMenuFull dd a {
	color:#595959;
	text-decoration:none;
}

.seotext {font-size:10px;color:#333;margin: 10px 0 0 0;}

p#fPT img {
        display: inline;
        float: right;
    }

/*h1,p複数行禁止*/
#siteTitle h1, #siteTitle p {
	line-height: 1.3;
	display: inline;
	float: left;
	width: 320px;
	margin: 2px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 0.8rem!important;
}



#wUtil {
	display: inline;
	float: right;
	width: 520px;/*お問い合わせ*/
	/*width: 500px;店舗規約*/
	margin-top: 7px;
}


#wUtil ul {
	display: inline;
	float: right;
	width: 345px;/*お問い合わせ*/
	/*width: 322px;店舗規約*/
	height: 15px;
	margin-top:  2px;
	font-size: 10px;
}


#wUtil.typeShort ul  {
	width: 408px;
}

.search #wUtil ul {
	float: right;	
}

#wUtil ul li {
	display: inline;
	float: left;
}

#wSearch {
	display: inline;
	float: right;
	width: 164px;
	height: 20px;
}

* html #wSearch {
	margin-top: 0px;
}

.typeShort #wSearch {
	width: 108px;
}

#wSearch form {
	height: 20px;
	font-size: 11px;
}

/*keyWords*/
input#search {
	line-height: 20px;
	vertical-align: middle;
	/*width: 156px;*/
	width: 116px;
	border: none;
	height: 20px;
	padding: 0 0 0 4px;
	color: #969696;
	font-size: 11px;
	background: url(/common/images/hf/bg_search120.gif) no-repeat bottom left;

}
*+html #wSearch input,
* html #wSearch input {
	margin: -2px 0 0 0;
}

.typeShort #wSearch input#search {
	width: 70px;
	padding: 0 2px;
	background-image: url(/common/images/hf/bg_searchS.gif);
}

input#submit {
	vertical-align: middle;
	width: 40px;
	height: 20px;
}

.typeShort #wSearch input#submit {
	width: 27px;
}


/* 相談室 */
#wUtil p {
	line-height: 15px;
	float: right;
	margin: 6px 0 0 0;
	height: 15px;
	font-size: 11px;
}


/* 2012検索*/
#wSearch2 {
	clear: both;
	width: 100%;
	margin-top: -3px;/*#wGMを相殺*/
	padding: 5px 0;
	font-size: 12px;
	background: #de1b27;
}

#wSearch2Contents {
	clear: both;
	width: 950px;
	margin: 0 auto;
}

#wCross {
	float: left;
	width: 545px;
	height: 26px;
	margin: 0 0 0 125px;
	vertical-align: middle;
	background: url(/common/images/hf/bg_cross.gif) no-repeat left top;
}

#wCross input, #wCross select, #wCross textarea, #wCross option {
	font-size: 100%;
	outline: none;
	vertical-align: middle;
}

#wCross #crossI {
	width: 125px;
	margin: 2px;
	padding: 0;
	/*border: 1px solid #ccc;*/
	font-size: 12px;
	background: #fff;
	
}

#crossI option {
	margin: 0;
	padding: 0 3px 0 5px;
	background: #fff;
}


#wCross #crossQ {
	line-height: 22px;
	width: 355px;
	height: 26px;
	margin: 0;
	/*border: 1px solid #ccc;*/
	padding: 0 5px;
	font-size: 14px;
	background: none;
	-webkit-appearance: none;
	appearance: none;
}

#wCross #crossS {
	line-height: 26px;
	width: 40px;
	height: 26px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	font-size: 12px;
	border: none;
	-webkit-appearance: none;
	appearance: none;
}



#wUtil2 {
	float: right;
	width: 155px;
	margin: 0;
}

/* ヘッダー リンク
---------------------------------------------------------*/
#wHeaderContents a:link,
#wHeaderContents a:visited,
#wHeaderContents a:active,
#wHeaderContents a:hover { /* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
}

#wHeaderContents a:link {
	text-decoration: none;
	color: #1122cc;
}

#wHeaderContents a:visited {
	color: #660099;
}

#wHeaderContents a:hover, #wHeaderContents a:active {
	color: #d80b24;
	text-decoration: underline;
}


/* GlobalMenu
---------------------------------------------------------------------*/
#wGM {
    width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.50, #fff), color-stop(0.00, #f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: linear-gradient(top, #ffffff 0%, #fff 50%, #eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); /* IE7,8,9 */
	border-bottom: 3px solid #de1b27;
}

#wGM #topnav {
	list-style: none;
    width: 950px;
    margin: 0 auto;
	padding: 0;
	font-size: 12px;
}

#wGM #topnav li {
    float: left;
    position: relative;
	line-height: 1.7;
	cursor: default;
	z-index: 5000;
}
 
#wGM #topnav > li {
	background:url(/common/images/hf/bg_gm_off.png) repeat-x;
	min-height: 100%;
}

 
#wGM #topnav li a {
    float: left;
	height: 35px;
    padding: 0;
	color: #333;
	cursor: pointer;
}
 
#wGM #topnav li:hover > a {
	background:url(/common/images/hf/bg_gm_on.png) repeat-x;
}


#wGM #topnav > li:first-child > ul {
	margin-left: 0;
}

#wGM #topnav > li > ul {
	margin-left: -1px;
}

  
#wGM #topnav li:hover > ul
{
    display: block;
	height: auto;
	min-height: 100%;
}
 

#wGM #topnav li ul {
    list-style: none;
	width: 205px;
    padding: 0; 
    display: none;
    position: absolute;
    top: 35px;
	left: 0;
    z-index: 99999;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}


#wGM #topnav li.next_left ul {
    top: 35px;
    left: -70px;
}

#wGM #topnav li ul li {
    float: none;
    margin: 0;
	padding: 6px 12px;
    display: block;
}

/*#wGM #topnav li ul li.next {
	background: url(/common/images/hf/mkr_gm_arrow_red.png) no-repeat right center;
}*/

#wGM #topnav li ul li ul {
	top: -1px;
    left: 205px;
	height: 100%;
	border-top: 1px solid #ccc;
}

#wGM #topnav li.next_left ul li ul {
	top: -1px;
    left: -207px;
}
 
#wGM #topnav li ul a {
    height: auto;
	line-height: 1.7;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
 
*html #wGM #topnav li ul a /* IE6 */,
*:first-child+html #wGM #topnav li ul a /* IE7 */
{
    height: 20px;
    width: 190px;
}

#wGM #topnav li ul li:hover {
	background-color: #f1f1f1;
}

#wGM #topnav li ul li:hover a {
	background: none;
}

#wGM #topnav li ul li a:hover {
	color: #d80b24;
	background: none;
}

/*#wGM #topnav li ul li.next > a:hover {
	background: url(/common/images/hf/mkr_gm_arrow_red2.png) no-repeat right center #f1f1f1 !important;
}Are you sure you want to delete it from becoming strange in IE7?*/
 
#wGM #topnav li ul li:first-child a {
}
 
#wGM #topnav li ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
}
 
#wGM #topnav ul li:first-child a:hover:after
{
}
 
#wGM #topnav ul li:last-child a
{
}
 
/* Clear floated elements */
#wGM #topnav:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
 
* html #topnav             { zoom: 1; } /* IE6 */
*:first-child+html #topnav { zoom: 1; } /* IE7 */


/* reset.cssを使わない */
#wGM #topnav a:link,
#wGM #topnav a:visited {
	text-decoration: none;
	color: #333;
}

#wGM #topnav a:hover,
#wGM #topnav a:active {
	text-decoration: underline;
	color: #d80b24;
}
/* /reset.cssを使わない */



/* 2012検索*/
#wSearch2 {
	clear: both;
	width: 100%;
	padding: 5px 0;
	font-size: 12px;
	background: #de1b27;
    box-shadow: 3px 3px 7px -4px #000000;
}

#wSearch2Contents {
	clear: both;
	width: 950px;
	margin: 0 auto;
}

#wCross {
	float: left;
	width: 545px;
	height: 26px;
	margin: 0 0 0 125px;
	vertical-align: middle;
	-moz-box-shadow: 3px 3px 7px -4px #000000;
	-webkit-box-shadow: 3px 3px 7px -4px #000000;
	box-shadow: 3px 3px 7px -4px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 4, direction = 135, color = '#ababab');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 135, Color = '#ababab')";
	background: #de1b27;
}

#wCross input, #wCross select, #wCross textarea, #wCross option {
	font-size: 100%;
	outline: none;
	vertical-align: middle;
}

#wCross #crossI {
	width: 125px;
	margin: 2px;
	padding: 0;
	/*border: 1px solid #ccc;*/
	font-size: 12px;
	background: #fff;
	
}

#crossI option {
	margin: 0;
	padding: 0 3px 0 5px;
	background: #fff;
}


#wCross #crossQ {
	line-height: 22px;
	width: 355px;
	height: 26px;
	margin: 0;
	/*border: 1px solid #ccc;*/
	padding: 0 5px;
	font-size: 14px;
	background: none;
	-webkit-appearance: none;
	appearance: none;
}

#wCross #crossS {
	line-height: 26px;
	width: 40px;
	height: 26px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	font-size: 12px;
	border: none;
	-webkit-appearance: none;
	appearance: none;
}



#wUtil2 {
	float: right;
	width: 155px;
	margin: 0;
}

/* ↓これはiframeになるかも↓ */
#wUtil2 iframe {
	width: 100%;
	height: 26px;
	overflow: hidden;
	overflow-y: hidden;
	margin: 0;
	padding: 0;
	border: none;
}

#wUtil2 ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

#wUtil2 li {
	list-style: none;
	float: left;
	margin: 0 0 0 2px;
	padding: 2px;
}

#wUtil2 li a {
	display: block;
	margin: 0;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0 1px #666;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	background: url(/common/images/hf/bg_search2.gif) repeat-x center;
}
/*
#wUtil2 li a {
	display: block;
	text-decoration: none;
	margin: -2px 0;
	padding: 5px;
	border: 1px solid #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0 1px #666;
	color: #333;
	font-size: 13px;
	background: url(/common/images/hf/bg_search22.gif) repeat-x center;
}
*/
/* ↑これはiframeになるかも↑ */







/* フッタ
---------------------------------------------------------------------*/
/* ニュースリリースとか会社概要とか */
#wFooter {
	clear: both;
	width: 100%;
	height: 110px;
	padding-top: 20px;
	background-color: #fff;
}

#wFooterContents {
	line-height: 1.2;
	width: 950px;
	margin: 0 auto;
	border-top: 2px solid #d3d3d3;
	color: #767676;
	font-size: 13px;
	font-weight: normal;
}

/* ページ上部へ */
p#fPT {
	font-size: 12px;
}

p#fPT img{
	display: inline;
	float: right;
}

#wFooter a:link {
	color: #767676;
	text-decoration: none;
}
#wFooter a:visited {
	color: #767676;
	text-decoration: none;
}
#wFooter a:active {
	color: #d80b24;
	text-decoration: underline;
}
#wFooter a:hover {
	color: #d80b24;
	text-decoration: underline;
}

#wFooter ul {
	line-height: 1.2;
	list-style: none;
	clear: both;
	display: block;
	width: auto;
	margin: 0 0 5px 0;
}

#wFooter ul li {
	display: inline;
	padding: 0 3px 0 10px;
	background: url(/common/images/hf/arrow_7x7.gif) no-repeat left center;
}

#wFooter ul li.listOpen {
	background: url(/common/images/hf/arrow_open_7x7.gif) no-repeat left center;
}

p#catch, p#copyright {
	padding: 2px;
	line-height: 1.0;
	font-size: 11px;
}

p#catch {
	padding-top: 17px;
}

p#catch, p#catch a {
	letter-spacing: -1px;
}

/* CopyRights */
p#copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

p#catch a:link, p#catch a:visited,
p#copyright a:link, p#copyright a:visited {
	text-decoration: underline;
}

p#catch a:active, p#catch a:hover,
p#copyright a:active, p#copyright a:hover {
	text-decoration: none;
}

#wFooterLogo  {
	display: inline;
	float: right;
	width: 262px;
	height: 68px;
	background-color: #fff;
}

#wFooterLogo p  {
	display: inline;
	float: left;
}

* html #wHeader, * html #wHeaderContents, * html #wFooter {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

/*通常フッターの下エリア 期間限定挿入 ※90周年ロゴ対応*/
#belowFooter {
    background-color: #f5f5f5;
    padding: 50px 0;
    margin-top: 30px;
}
#belowFooter .logo { text-align: center;}
#belowFooter .logo_90th_min { 
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
#belowFooter {
        padding: 80px 0;
        margin-top: 120px;
    }
}


/* clearfix
---------------------------------------------------------------------*/
#wHeader, #wHeaderContents, #wGM #topnav, #wSearch2 {
	zoom: 1;/*for IE 5.5-7*/
}

#wHeader:after, #wHeaderContents:after, #wGM #topnav:after, #wSearch2:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0.1em;
	height: 0.1px;
	line-height: 0;
	visibility: hidden;
}

/* faq用
---------------------------------------------------------------------*/
#wHeader li:before,#topnav  li:before {color:#fff;}
#wFooterContents ul {margin:10px 0 0 0;}
#wFooterContents li {list-style-type:none;}
#wFooterContents li:before  {color: transparent;}

/* スマホ
---------------------------------------------------------------------*/

@media screen and (max-width: 767px) {

#siteTitle {
margin: 0 0 5px;
padding: 4px 0 0 0;
width:auto;
}

#siteTitle img#name {
	margin:0 5px 5px 0 ;
	width:220px;
	height:32px;
}

#siteTitle img#logo {
	width:32px;
	height:32px;
}

#siteTitle .mario {
    display: none;
}

#wFooterContents {width:100%;}
#wFooterLogo {
display:block;
float:none;
}
}
