@charset "Shift_JIS";
/*-------労働トピック　年月／国／カテゴリー選択メニュー------*/
#c_bottun {
    width: 670px;
   	margin: 0;
   	padding: 0 0 0 0;
   	position: relative;
   	display: table;
}
#c_bottun ul {
    list-style-type: none;
   	list-style-image: none;
   	margin: 0 !important;
   	padding: 0 !important;
   	width: 100%;
}
#c_bottun ul li {
    width: 210px;
   	display: block;
   	line-height: 2.1em;
	margin: 0 0 0 20px;
	padding: 5px 0;
   	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;
}

#c_bottun ul li:first-child {
	margin-left: 0;
}

#c_bottun ul li.on,
#c_bottun li:hover,
#c_bottun ul li.listendon {		/* 年月or国別orカテゴリー別　選択時に適用 */
	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 ul li.listendon a,
#c_bottun a:hover{
	text-decoration:none;
	color:#aa1111;
	background: none;
	font-weight: normal;
}

/*-----------------労働トピック／選択メニューの下のコンテンツ本体--------------------*/
/* foreign.cssに移行(2015.9.3.okm)
#topicindex h3 {
	margin: 0 auto;
	padding: 5px 10px 5px 20px;
}
#topicindex h4 {
	margin-top: 0;
	padding: 3px 10px 3px 20px;
}
#topicindex ul li { 		*カテゴリー別のページのみ適用*
	margin-top: 10px;
	margin-left:20px;
}
#topicindex ul li.no-img { 		*カテゴリー別のページのみ適用*
	list-style-image: none;
	list-style-type:none;
}
*/
/* 労働トピック／記事ページ */
/* foreign.cssに移行(2015.9.3.okm)
#topicindex p.cat {
	margin:8px 0.8em 5px 0;
	text-align: right;
}
#topicindex h4.title {
	clear:both;
	background-image:none;
	background-color:transparent;
	margin:0 0 0 10px;
	padding:10px 0 10px 2.0em;
	text-indent: -1.0em;
	font-size: 125%;
	font-family: "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	layout-grid-line: 1.6;	* for IE*
	letter-spacing: 0.1em;
	color:#2D5187;
	border-bottom: dotted #036 1px;
}
*/
