@charset "utf-8";



/****************************************************************************************************

page.css

****************************************************************************************************/


#inpage_link{
	background:url(../images/inpage_bg.jpg) center top;
	opacity:0.9;
	position:relative;
	width:100%;
	
}
	#inpage_link  ul{
		width:930px;
		margin:0 auto;
	}
		#inpage_link  ul li{
			float:left;
		}
#inpage_link.fixed{
	position:fixed;
	top:0;
}


.main{
	width:930px;
	margin-top:60px;
}
.case{
	
}


.section01{
	margin-bottom:80px;
}
	.section01 h4.hline_01{
		margin-bottom:20px;
	}
	

.ind{
	padding-top:250px;
	margin-top:-250px;
	margin-bottom:80px;
	width:923px;
}
	.ind .up{
		text-align:right;
		margin-bottom:5px;
	}
		.ind .up a:link, .ind up a:visited{
			color:#003F7F;
			text-decoration:none;
		}
		.ind .up a:visited{
			color:#003F7F;
			text-decoration:underline;
		}
		

@media only screen and (max-width: 920px) {
	#inpage_link{
		background-image:none;
		background-color:#C1CEE3;
	
	}
	
}
	
	
	
	
