@charset "utf-8";
/* #PC ========================================================================================================== */
.title_inner {
	height: 150px;
	margin-top: 50px;
	font-weight: bold;
}
.title_inner li.hn1 {
	height: 150px;
}
.subnav{
	width: 100%;
	height: 50px;
	float: left;
	background-color: rgba(0,0,0,0.55);
	clear: left;
}
.subnav a{
	color: #FFFFFF;
	text-decoration: none;
}
.subnav a:hover{
	color: #0185CC;
	text-decoration: none;
}
.subnav_inner {
	width: 970px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 1000;
}
.subnav_inner ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.subnav_inner li {
	height: auto;
	width: 100%;
	position : relative;
	float: left;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.subnav_inner li.hn1 {
	width: 250px;
}
.subnav_inner li.hn2 {
	width: 700px;
	text-align: right;
	font-size: 17px;
	line-height: 17px;
	padding-top: 18px;
}
.text_blue {
	color: #0185CC;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title_inner {
	margin-top: 0px;
}
.title_inner li.hn1 {
	margin-top: 25px;
}
.subnav{
	display:none;
}



	

}/* @media only screen and (max-width: 750px) */
