@charset "utf-8";
/* CSS Document */


/*------------------------------
パンくずリスト
------------------------------*/

/*-----背景　黒ver.-----*/

#breadcrumbs {
	overflow: hidden;
	width: 95%;
	margin: 0 auto 20px;
	padding: 0;
	font-size: 12px;
	line-height: 3;
	text-align: left;
}

#breadcrumbs ul, #breadcrumbs ol {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumbs ul li, #breadcrumbs ol li {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	line-height: 3;
}

#breadcrumbs dl {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumbs dl dd {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	line-height: 3;
}

#breadcrumbs a {
	display: block;
	margin: 0;
	padding: 0 1.5em 0 0;
	background: url(http://www.pasela.co.jp/img/bg_breadcrumbs_white.png) center right no-repeat;
	color: #fff;
}

#breadcrumbs a:hover {
	color: #c00;
}


/*-----背景　白ver.-----*/

#breadcrumbs.white ul li, #breadcrumbs.white ol li, #breadcrumbs.white dl dd {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0;
	color: #333;
	line-height: 3;
}

#breadcrumbs.white a, #breadcrumbs.white ol li a {
	display: block;
	margin: 0;
	padding: 0 1.5em 0 0;
	background: url(http://www.pasela.co.jp/img/bg_breadcrumbs_gray.png) center right no-repeat;
	color: #f60;
	line-height: 3;
}

#breadcrumbs.white a:hover {
	color: #f90;
}

.middle {
	width: 940px !important;
}

.narrow {
	width: 800px !important;
}

.narrow_less {
	width: 780px !important;
}

.narrow_min {
	width: 700px !important;
}

.rhythm {
	width: 850px !important;
}


.bg_gray {
	background: #eee;
}

.bg_yellow {
	background: #ebc639;
}

/*パンくず末尾用*/
#breadcrumbs dd:last-child a, #breadcrumbs li:last-child a {
	pointer-events: none;
	background: none;
	text-decoration: none;
	color: inherit;
}

/*-- 二重パンくず --*/

#breadcrumbs_double {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	line-height: 2;
	text-align: left;
}

#breadcrumbs_double div {
	display: inline-block;
}


/*-----背景　白ver.-----*/

#breadcrumbs_double.white ul li, #breadcrumbs_double.white ol li, #breadcrumbs_double.white dl dd  #breadcrumbs_double.white{
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0;
	color: #333;
	line-height: 3;
	list-style: none;
}

#breadcrumbs_double a {
	margin: 0;
	background: url(../images/common/bg_breadcrumbs_double_gray.png) center right no-repeat;
	line-height: 3;
	color: #f00;
}

#breadcrumbs_double.white a:hover {
	color: #f90;
}

.middle {
	width: 940px !important;
}

.narrow {
	width: 800px !important;
}

.narrow_less {
	width: 780px !important;
}

.narrow_min {
	width: 700px !important;
}

.rhythm {
	width: 850px !important;
}


.bg_gray {
	background: #eee;
}

.bg_yellow {
	background: #ebc639;
}

#breadcrumbs_double div div:last-child a {
	pointer-events: none;
	background: none;
	text-decoration: none;
	color: inherit;
}
