@charset "utf-8";
/* /foreign/labor_system/以下(最終更新2015.9.7.) */
/* フォーカス　年月／カテゴリー選択メニュー */
#c_bottun {
	width: 670px;	/*580pxより変更(2015.6.10.okm)*/
	margin: 0;
	padding: 0 0 0 0;
	position: relative;
	display: table;
}
#c_bottun ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;		/* 20px 0 0 20pxより変更(2015.6.10.okm)*/
	padding: 0 0 0 0;
	display: -moz-box;		/* for Firefox */  
	width: 100%;
	*display: table-row; 		/* for IE6,7 c.f. http://jsdo.it/ksk1015/4Jsn */  
	*behavior: expression(  this.style.behavior || (  (function(kids) {
var w = Math.floor(100 / kids.length) + "%", i = 0;
while(kids[i]) {
kids[i].style.width = w;
i++;
}
}
)(this.childNodes),  (this.childNodes), (this.childNodes),  this.style.behavior = "none"  )  );
}

body.page #content #c_bottun ul {
	padding-left: 0 !important;
}

#c_bottun ul li {
	width: 210px;		/*176pxより変更(2015.6.10.okm)*/
	*width: auto; 		/* forIE */
	display: block;
	line-height: 2.1em;		/*1.6emより変更(2015.6.10.okm)*/
	margin: 0 20px 20px 0;		/* 0 20px 0 0より変更(2015.6.10.okm)*/
	padding: 5px 0;		/*8px 0より変更(2015.6.10.okm)*/
	float: left;
	background: url("/images/cont_btWaku_s02.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0) !important;
	border: 1px solid #25397a !important;
	border-radius: 4px !important;
	font-size:110%;
	text-align: center;
	color: #11427A;
	*display:table-cell;		/* forIE6,7 */
}

#c_bottun li:hover,
#c_bottun ul li.on,		/* 年月　選択時に適用 */
#c_bottun ul li.listendon {		/*カテゴリー別　選択時に適用*/
	color:#aa1111;
	border: 1px solid #aa1111 !important;
	background: url(/images/cont_btWaku_hover_s02.png) no-repeat 0px bottom !important;
}

#c_bottun ul li a {
	text-decoration:none;
	color: #11427A;
	display:block;
}

#c_bottun a:hover,
#c_bottun ul li.listendon a {		/*カテゴリー別　選択時に適用*/
	color:#aa1111;
	background: none;
	font-weight: normal;
}
/* リニューアル後、廃止。foreign.css内、.year_list参照。(DEL.2015.9.7.okm） */
/* 年リスト インライン表示 kaikai_yearlist.cssより移動(2016/6/10/okm) */
/*
.link {
width:100%;
list-style-type: none;
}
.link_list1 ul {
	list-style-type: none;
	list-style-image:none;
}
.link_list1 li {
	display: inline;
	padding-right: 2px;
	padding-left: 5px;
	border-left: 1px solid #666666;
}
.link_right1 {
	padding-right: 5px;
	border-right: 1px solid #666666;
}
*/
/* フォーカス記事リスト(DEL.2015.9.7.okm） 
#focus h3 span.normal {
	font-weight: normal;
}
*/

/* フォーカス記事本体の分類 （foreign.cssに移動。2015.9.3.okm）
#focusindex ul.article { 
	margin:8px 0 20px 0;
	list-style-image: none;
	text-align: right;
}
#focusindex ul.article li { 
	color:#2D5187;
	padding:2px 0.5em 1px 0.5em;
	*padding:2px 0 1px 0.4em; 	* for IE*
	list-style-image: none;
	list-style-type: none;
	display: block;		* inlineより変更(2015.6.11.okm) *
}
#focusindex ul.article li.month {
	background-color:#F0F0F0;
	border:1px solid #2D5187;
	font-weight: bold;
	display: inline-block;	* 追加(2015.6.11.okm) *
}
*/
