
#slider{
	width:1200px;
	height:inherit;
	background:#003366;
}
#department_navi{
	padding:30px 0;
	text-align:center;
}
#department_navi a{
	display:inline-block;
	vertical-align:middle;
	margin:0 15px;
	/* < IE8 */
	*display:inline;
	*zoom:1;
}

#pickup_navi{
	padding:40px 0;
	/*background:#CFEFFF;*/
	text-align:center;
}

#pickup_navi ul{
	display:table;
	border-collapse:collapse;
	list-style:none;
	margin:0 auto;
	padding:0;
}
#pickup_navi li{
	display:table-cell;
	vertical-align:top;
	padding:0 10px;
}
#pickup_navi li:first-of-type{
	width:120px;
}
#pickup_navi li:nth-of-type(2){
	width:100px;
}
#pickup_navi li:nth-of-type(3){
	width:120px;
}
#pickup_navi li:nth-of-type(4){
	width:150px;
}
#pickup_navi li:nth-of-type(5){
	width:120px;
}
#pickup_navi li:nth-of-type(6){
	width:150px;
}
#pickup_navi li:nth-of-type(7){
	width:120px;
}
#pickup_navi li:nth-of-type(8){
	width:150px;
}
#pickup_navi a img{
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
}
#pickup_navi dl{
	padding-top:10px;
	text-align:left;
}
#pickup_navi dt{
	color:#32468c;
	font-weight:bold;
	font-size:140%;
	line-height:24px;
}
#pickup_navi dt a{
	color:inherit;
	text-decoration:none;
	border-bottom: 2px solid #32468c;
}
#pickup_navi dt a:hover{
	color:#333;
}
#pickup_navi dd{
	padding-top:10px;
	}
#pickup_navi dd a img{
	margin-top:10px;
	}
#voice a:last-of-type{
	margin-left:10px;
}

.pn_row2{
	padding-top:16px;
}
.pn_row2 a{
	display:block;
	margin-top:10px;
}

.info_section{
	padding:30px 0;
	*zoom:1;	/* < IE8 */
}
.info_section:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

#news_section{
	float:left;
	width:580px;
	border:solid 1px #B4B4B4;
	border-left-width:0;
	border-right-width:0;
	background:#fff;
}
#news_section h3{
	padding:10px 3px 10px 10px;
	border-bottom:dotted 1px #B4B4B4;
	position:relative;
	background:#32468c;
	color:#fff;
}
#news_section h3 a{
	color:#fff;
	font-weight:normal;
}
#news_section table{
	margin:10px 0;
	background:#fff;
}
#news_section th,
#news_section td{
	vertical-align:top;
	padding:10px 0;
}
#news_section th{
	padding-left:10px;
	padding-right:20px;
	white-space:nowrap;
}

#news_link{
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-13px;
}

.info_r{
	float:right;
	text-align:right;
}

