/*pcメニュー：上書き分*/
div.menu-topmenu-container ul.menu {
	background-color: #008c8c;
}

div.menu-topmenu-container ul.menu > li{
	border-top:0;
	border-bottom:0;
}
div.menu-topmenu-container ul.menu > li:first-child{
	border-left:1px solid #fff;
}
div.menu-topmenu-container ul.menu > li:last-child{
	border-right:1px solid #fff;
}

.recruit-career-menu li {
	line-height: 2.0em;
}

.recruit-career-menu ul{
	margin-top:0;
}

/*吹き出し：上書き分*/
.speaker-left .talk-box,
.speaker-right .talk-box  {
	margin-bottom:1em;
}

.speaker-left .person,
.speaker-right .person{
	top:0;
}
.speaker-left .person img,
.speaker-right .person img{
	width:150px;
	display: inline;
}


/*画像*/
.block-wrap img {
	height:auto;
	width: 70%;
	display: block;
	margin:0 auto;
}
