@charset "UTF-8";
/* AssetNowVersion: FX1.9.0 Last Up Date: 2009-08-31 DesignVersion: 1.8 */

/*****************************************************************************/
/* -=基本レイアウト                                                          */
/* designs/-/pageformat_[top|bottom].cfm                                     */
/*****************************************************************************/

/* body -------------------- */
#PageBody {
	background-color: #fff;
}

	/* Wrapper -------------------- */
	#MinWidthWrapperOut {
	}
	#MinWidthWrapperIn {
	}
	#WrapperOut {
	}
@media screen and (min-width:640px){
	#WrapperIn {
		background-image: url(images/footer_bg01.png), url(images/footer_bg02.png);
		background-size: auto 283px, auto 290px;
		background-repeat: no-repeat, no-repeat;
		background-position: left bottom 0, right bottom 0;
		min-width: 1000px;
	}
}

/*****************************************************************************/
/* -=パンくずリスト                                                          */
/* common/drillmenu.cfm                                                      */
/*****************************************************************************/
/* 使用画像                                                                  */
/* here.gif                                                                  */
/*****************************************************************************/

/* パンくずリストボックス */
#Main #BreadCrumbList,
#Center #BreadCrumbList,
#Centre #BreadCrumbList {
	float: left;
	margin-bottom: 24px;
    padding: 0 0 5px;
	width: 100%;
    color: #000000;
    font-size: 83%;
    background-size: 70px auto;
    padding-left: 3px;
    color: #333;
	position: relative;
	border-bottom: 1px solid #ccc;
}
/* パンくずリストボックス */
#Main #BreadCrumbList::after,
#Center #BreadCrumbList::after,
#Centre #BreadCrumbList::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 20px;
	background: url(images/pankuzu_here.png) no-repeat left center;
	background-size: 70px auto;
}
@media screen and (max-width:640px){
/* パンくずリストボックス */
#Main #BreadCrumbList::after,
#Center #BreadCrumbList::after,
#Centre #BreadCrumbList::after {
    display: none;
}
}
@media screen and (max-width:640px){
	#Main #BreadCrumbList,
	#Center #BreadCrumbList,
	#Centre #BreadCrumbList {
		padding: 10px;
		border-top: solid 1px #CCC;
		width: auto;
		background: #FFF;
		float: none;
	}
}
#Main #BreadCrumbList {
	float: none;
	width: auto;
	background: url(images/pankuzu_here.png) no-repeat left top;
	background-size: 70px auto;
	padding-left: 3px;
	color: #333;
}
	/* パンくずリスト内のa要素のフォント */
	#BreadCrumbList a {
	}
	/* パンくずリスト内の現在位置のフォント */
	#BreadCrumbList .current {
		color: #442;
		font-weight: bold;
	}

/*****************************************************************************/
/* -=フッタ                                                                  */
/* common/footer.cfm                                                         */
/*****************************************************************************/

#Footer {
	display: none;
}
	ul.footer {
	}
		ul.footer li {
		}