@charset "utf-8";
/* CSS Document */

.orica_h1{
	background-image: none;
	border: none;
	background-color: #116666;
	color: white;
	margin: 10px 10px 20px 10px;;
	font-size: 24px;
	height: 44px;
	padding: 0 10px;
	display: flex;
	align-items: center;
}
#tab1{
	border-top: #1a9999 5px solid;
	border-left: #1a9999 5px solid;
	border-bottom: #1a9999 5px solid;
	border-right: #1a9999 5px solid;
	background-color: white;
}
#tab2{
	border-top: #1a9999 5px solid;
	border-left: #1a9999 5px solid;
	border-bottom: #1a9999 5px solid;
	border-right: #1a9999 5px solid;
	background-color: white;
}
.full_content ul li#news {
    background: #1a9999;
    background: #47cece;
    display: flex;
    align-items: center;
    justify-content: center;
}
.full_content ul li#news.active,.full_content ul li#news.hover{
	background-color: #1a9999;
}
.full_content ul li {
    background-color: #47cece;
	color: white;
}
.full_content ul li.active, .full_content ul li.hover{
	background-color: #1a9999;
}
.full_content ul li a{
	color: white;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
/*スマホ対応*/
@media screen and (max-width : 767px ){
	.orica_h1{
		background-image: none;
		border: none;
		background-color: #116666;
		color: white;
		padding: 0 10px;
		font-size: 18px;
		line-height: 21px;
		height: 55px;
		display: flex;
		align-items: center;
		margin: 10px 0;
		width: 100%;
	}
	#new_wrapper{
		width: 100%;
	}
	.container{
		width: 100%;
	}
	.contents{
		width: 100%;
		padding: 0;
	}
	#TopicPath{
		display: none;
	}
	#tab1{
		border-left: #1a9999 5px solid;
		border-bottom: #1a9999 5px solid;
		border-right: #1a9999 5px solid;
		background-color: white;
		border-top: none;
	}
	#tab2{
		border-left: #1a9999 5px solid;
		border-bottom: #1a9999 5px solid;
		border-right: #1a9999 5px solid;
		background-color: white;
		border-top: none;
	}
	.news dl dt {
		padding: 0 0 0 12px;
	}
}