@charset "utf-8";
ul, ol, li, dl, dt, dd {
	display: block;
	list-style-type: none;
}
a:link {
	text-decoration: none;
}

#header {
	background-color: #1F75BF;
	height: 44px;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
	width: 100%;
	opacity: 0.9;
	filter: alpha(opacity=90);/*IE7*/	
}
#header a.btnNavOpen {
	margin: 5px;
}


#contents {
}
#orgMenu {
	display: none;
	margin-top: 10px;
}

h3{
	position: relative;
	z-index: 1;
}

.interview{
	padding-left: 10px;	
}

.interview ::before{
	content: "■";
	font-size: 55px;
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 50px;
	color: #a8c6e2;
	z-index: -1;
}

h3 span{
	font-size: 14px;
}

.title01{
	color: #0b57a5;
	font-weight: bold;
	font-size: 16px;
}

.title02{
	color: #0b57a5;
	border-left: solid 7px #0b57a5;
	border-bottom: 1px dotted #0b57a5;
	font-size: 16px;
	padding: 7px;
	text-indent:0;
	background-color: #fff;
}

.background p{
	margin-bottom: 8px;
}
