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

/*
ページタイトル
----------------------------------------------------------------------*/

#page_title{
	background-image:url(image/title.jpg)
}

/*
サイトマップ　枠
----------------------------------------------------------------------*/

#sitemap_ol{
	width: 100%;
	margin:20px auto;
	overflow:hidden;
}

#sitemap_ol ul.sitemap_list{
	width: 100%;
	overflow:hidden;
	margin:10px auto;
}

#sitemap_ol ul.sitemap_list li{
	width:132px;
	float:left;
	display:inline;
	margin-right:5px;
	list-style-type:none;
}

#sitemap_ol ul.sitemap_list li a{
	display:block;
	width:132px;
	line-height:49px;
	float:left;
	background-image:url(image/bg_bt.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	color:#000;
}

#sitemap_ol ul.sitemap_list li a:hover{
	color:#F69;
}

#sitemap_ol ul.sitemap_list li a span{
	display:block;
	background-image:url(image/ico.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	text-indent:20px;
}

/*
ひとカテゴリ
-------------------------------------------*/

.one_category_lv1{
	width: 100%;
	margin:10px auto;
	border: 2px solid #E1DFE0;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	overflow:hidden;
}
.one_category_lv2{
}
.one_category_lv3{
}

.one_category_lv3 table{
	width: 100%;
}
.one_category_lv3 table th, .one_category_lv3 table td{
	display: block;
	width: 100%;
}
.one_category_lv3 table th{
	text-align:center;
	vertical-align:middle;
	padding:6px 0px;
	background-color: #FEE5E1;
}
.one_category_lv3 table td div{
	width: calc( 100% - 20px );
	padding:10px 10px;
}
.one_category_lv3 table td div ul{
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.one_category_lv3 table td div ul li{
}
.one_category_lv3 table td div ul li a{
	background-image:url(image/ico.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
	text-decoration:none;
	color:#000;	
}

.one_category_lv3 table td.bg_pink{
    background-color: #FEE5E1;
	font-size:1px;
	height:5px;
	line-height:100%;
}
#blacktxt a {
	color: #000000;
}
