@charset "utf-8";

/*----------------------------------------------------
	share.css
----------------------------------------------------*/
a {
	color: #1D95D4;
}
/*----------------------------------------------------
	common.css
----------------------------------------------------*/
@media only screen and (min-width: 531px){
	#header {
		background: #FFF;
	}
	#content #modeltitle{
		color: #AF976B;
	}
	#content #modelname {
		color: #000;
	}
	#header #sitemap a{
		border-left: 1px solid #AF976B;
	}
	#header #home a, #header #home_c{
		border-left: 1px solid #AF976B;
	}
	#header #nav .search_title{
		border-left: 1px solid #AF976B;
	}
	#header #sitemap a{
		color: #000;
	}
}

@media only screen and (max-width: 530px) {
	#header {
		background: #FFF;
	}
	#content #modeltitle{
		color: #AF976B;
	}
	#content #modelname {
		color: #000;
	}
	#header #sitemap a{
		border-left: 1px solid #AF976B;
	}
	#header #home a, #header #home_c{
		border-left: 1px solid #AF976B;
	}
	#header #nav .search_title{
		border-left: 1px solid #AF976B;
	}
	#header #nav .hm_title{
		border-left: 1px solid #AF976B;
	}
}
#bread{
	border-top: 1px solid #AF976B;
}

.main_title {
	color: #000;
}
.title {
	color: #AF976B;
	border-bottom: 1px solid #AF976B;
}
.title_sub{
	color: #AF976B;
}
.title_none{
	color: #AF976B;
}
.troubled .title{
	color: #FFFFFF;
	background: #D6D6D6;
}
.troubled .title h2{
	color:#000000;
}
.color_red h3{
	color:#FFF;
	background:#F00;
}
.accent_box_line .sub_title{
	color: #666666;
	border-bottom: 1px solid #666666;
}
.accent_box_line .sub_title_none{
	color: #666666;
}


/*----------------------------------------------------
	main.css
----------------------------------------------------*/
.accordion_web .accordion_web_title {
	background: #0287DF url(../img/burette/arrow_02.png) no-repeat right center;
}
.accordion_web .accordion_web_title.open {
	background: #0287DF url(../img/burette/arrow_02_c.png) no-repeat right center;
}
.accordion_web_title.active a{
	background: #0287DF url(../img/burette/arrow_02_c.png) no-repeat right center;
}
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background-color: #AF976B;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	background: #AF976B;
}

#nav .lv1-block a, #menu .lv1-block a, #content_menu .lv1-block a{
	background: #AF976B;
}
#nav .lv2-block a, #menu .lv2-block a, #content_menu .lv2-block a{
	background: #AF976B;
}
#nav .lv3-block a, #menu .lv3-block a, #content_menu .lv3-block a{
	background: #AF976B;
}

/*----------------------------------------------------
	menu.css
----------------------------------------------------*/
#nav .lv1 a, #menu .lv1 a, #content_menu .lv1 a{
	color: #000;
}
#nav .lv2 a, #menu .lv2 a, #content_menu .lv2 a{
	color: #000;
}
.pdf a{
	color: #000;
}
#nav #t-block p, #menu #t-block p, #content_menu #t-block p{
	color: #000;
}
#nav #t-block.up p, #menu #t-block.up p, #content_menu #t-block.up p{
	color: #AF976B;
}
.down_title p{
	color: #AF976B;
}
.down_title.active p{
	color: #AF976B;
}
#nav #down-t-block p, #menu #down-t-block p, #content_menu #down-t-block p{
	color: #AF976B;
}
#nav #down-t-block.up p, #menu #down-t-block.up p, #content_menu #down-t-block.up p{
	color: #AF976B;
}
.sub_toc a, .sub_toc2 a, .sub_toc3 a{
	color:#000;
	background: #FFF url(../img/burette/sub_toc.png) no-repeat 12px center;
}
.sub_toc a:hover, .sub_toc2 a:hover, .sub_toc3 a:hover{
	color:#000;
	background: #CCC url(../img/burette/sub_toc.png) no-repeat 12px center;
}