@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* リセット
-------------------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd,
table, th, td, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/* IE 7のhasLayout問題を解決 */
*:first-child+html * {
	letter-spacing: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
ol, ul { list-style: none;}

input, select, textarea {
	vertical-align: middle;
}
:focus { outline: 0;} 

/*---------------------------------------------------
* clearfix 
---------------------------------------------------*/
.clearfix { display: inline-block; }
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   font-size:0;
   height: 0;
   visibility: hidden;
}

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/*-------------------------------------------------------------------------------------------------------------------------------
* style設定 
-------------------------------------------------------------------------------------------------------------------------------*/
.f10{ font-size:10px; }
.f11{ font-size:11px; }
.f12{ font-size:12px; }
.f14{ font-size:14px; }
.f16{ font-size:16px; }

.ma0{ margin:0 !important; }
.ma5b{ margin-bottom:5px; !important; }
.ma10b{ margin-bottom:10px; !important; }
.ma15b{ margin-bottom:15px; !important; }
.ma20b{ margin-bottom:20px; !important; }
.ma25b{ margin-bottom:25px; !important; }
.ma30b{ margin-bottom:30px; !important; }
.ma40b{ margin-bottom:40px; !important; }
.ma50b{ margin-bottom:50px; !important; }

/*-------------------------------------------------------------------------------------------------------------------------------
* 全ページ共通
-------------------------------------------------------------------------------------------------------------------------------*/
.contentsTopNav{
width:995px;
margin:0 0 10px 0;
overflow:hidden;
padding-bottom:10px;
}

.contentsTopNav .breadCrumb{
float:left;
width:730px;
margin:21px 0 0 0;
}

.contentsTopNav .breadCrumb ul{
overflow:hidden;
}

.contentsTopNav .breadCrumb ul li{
float:left;
margin:0 8px 0 0;
padding:0 14px 0 0;
background:url(/base/store/default/img/bg_store_double_rightarrow.gif) no-repeat right center;
}

.contentsTopNav .breadCrumb ul li a{
color:#a3a287;
}

.contentsTopNav .breadCrumb ul li.current{
background:none;
}

