


/* ---------------- グループリスト ---------------- */
.bnr_radius_top			{ margin: 0 0 5px 0; padding: 15px 0; text-align: center; font-size: 1.4em; font-weight: bold; color: #FFF; background: #17C; border: solid 1px #17C; border-radius: 0; }
.bnr_radius_top:hover	{ color: #06B; background: #FFF; }
.bnr_radius				{ margin: 0 0 5px 0; padding: 10px 0; text-align: center; font-size: 1.2em; font-weight: bold; color: #FFF; background: #17C; border: solid 1px #17C; border-radius: 0; }
.bnr_radius:hover		{ color: #06B; background: #FFF; }


/* ---------------- カテゴリーリスト ---------------- */
.cat_list			{ margin-bottom: 5px; padding: 10px 0 0 10px; background: #FFF; }
.cat_list	p		{ display: inline-block; vertical-align:middle; font-size: 1.2em; font-weight: bold; }


/* ---------------- トップページのメニューバナー PC のみ位置変更 ---------------------- */
@media (min-width: 768px) {
	.top_cat_list	{ margin-top: 0; padding: 0 0 30px 0; }
}

@media (max-width: 767px) {
	.top_cat_list	{ margin-top: 0; padding: 0 0 20px 0; }
}



/* ---------------- トップページのメニューバナーの特則 ---------------------- */
.menu_biz_cat				{ margin-top: 20px; padding: 0;  color: #FFF; background: #000; border: 0; }
.menu_biz_cat a				{ display: block; padding: 16px 0; text-align: center; font-size: 1.4em; font-weight: bold; color: #FFF; }
.menu_biz_cat a:hover		{ background: #F00; }
@media (max-width: 767px) {
	.menu_biz_cat{
		margin: 0 1px 5px 1px;
		padding: 0;
		font-size: 1.0em;
	}
}


/* --------------------- 画面右の項目メニュー ------------------- */
.sidemenu_biz_cat		ul												{ margin: 0; padding: 0; width: 100%; }
.sidemenu_biz_cat		ul		li										{ margin: 0 0 4px 0; list-style: none; display: block; text-decoration: none; text-align: center; font-size: 1.2em; font-weight: bold; color: #FFF; border-radius: 0; }
.sidemenu_biz_cat		ul		li.item									{ padding: 0 0 0 12px; line-height: 40px; height: 40px; background: #000; }
.sidemenu_biz_cat		ul		li.jis									{ background: #F00; }
.sidemenu_biz_cat		ul		a										{ text-decoration: none; }
.sidemenu_biz_cat		ul		li:hover								{ background: #F00; }



/* --------------------- case white-space --------------------- */
table.table.case		th												{ white-space: nowrap; }



/* --------------------- whats, knowledge ------------------- */
div.str					div.def											{ margin: 0; padding: 2px 10px; font-size: 14px; color: White; background: #5F7A99; border: solid 1px #5F7A99; }
div.str					div.def2										{ margin: 10px 0; padding: 3px 10px; font-size: 12px; font-weight: bold; text-align: center; background: Lightyellow; border-style: dashed; border-width: 1px 0; border-color: #5F7A99; }
div.str					div.exp											{ padding: 10px; border-style: dashed; border-width: 0 0 1px 0; border-color: #5F7A99; }

/* ---------------------------------------------------------- */


/* TEL / FAX */
@media(min-width:768px) {
	.container .navbar-header .tel_fax_num {
		position: absolute; top: 25px; right: 0px;
	}
	.navbar-telnum {
		display: none;
	}
}

@media(max-width:767px) {
	.container .navbar-header .tel_fax_num {
		display: none;
	}
	.navbar-telnum {												/* ★スマホサイズのトップ位置の電話番号 */
		position: absolute; top: 18px; right: 60px;
	}
}


	/* 画像に被せるタグライン */
#head_tagline_str {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 30px;
	font-size: 2.4em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #FFF;
	background: #345;
	text-shadow: 2px 2px 5px #000;
	font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6;
	z-index: 999;
}

@media(max-width:767px) {
	#head_tagline_str {
		font-size: 1.6em;
	}
}
