/*-------------------------------------------------------------
　　トップページ
-------------------------------------------------------------*/
#index_main{
	position:relative;
	width:100%;
	height:430px;
	background:url(../../img/index/index_main.gif) no-repeat center;
	box-shadow: #666 0px 2px 3px;
	z-index:1;
}
#index_main img{
	display:block;
	position:absolute;
	left:-1000px;
	margin-left:50%;
}
#index_navlist{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:750px;
}
#index_navlist .index_nav{
	flex-basis:33%;
	-webkit-flex-basis:33%;
	max-width:33%;
}
.index_nav h3{
	width:100%;
	background:#003F7C;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:5px 0;
}
.index_nav ul{
	margin:10px 0;
	padding:0 0 0 10px;
}
.index_nav li{
	margin:0;
	padding:1px 0 2px 20px;
	background:url(../../img/base/images/list_mark.gif) no-repeat 1px;
}
#index_news{
	margin:30px 0;
}
#index_news h3{
	background:url(../../img/base/images/mark.gif) no-repeat;
	margin:0 0 5px 0;
	padding:1px 0 5px 25px;
	letter-spacing:0.2em;
	color:#003F7C;
	font-size:14px;
}
#index_news{
	width:100%;
	height:500px;
	overflow:hidden;
}
#index_news iframe{
	width:100%;
	height:500px;
	border:none;
	overflow:auto;
}
@media screen and (max-width: 1080px) {
#index_navlist{
	width:100%;
}
}
@media screen and (max-width: 780px) {
#index_main{
	width:100%;
	height:230px;
	background:url(../../img/index/index_main.gif) no-repeat center;
	background-size:cover;
}
#index_news{
	height:500px;
	margin-bottom:40px;
}
}
@media screen and (max-width: 680px) {
#index_navlist{
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
#index_navlist .index_nav{
	flex-basis:100%;
	-webkit-flex-basis:100%;
	max-width:100%;
}
#index_news{
	height:300px;
	margin-bottom:40px;
}
}
/*-------------------------------------------------------------
　　トップページお知らせ（画像なし）
-------------------------------------------------------------*/
*{
	box-sizing:border-box;
}
#index_newsbox{
	border:1px solid #003F7C;
	width:730px;
}
#index_newsbox iframe{
	width:720px;
	height:300px;
}
.index_newsbox_detail{
	padding:10px 0 10px 20px;
	max-height:310px;
	overflow:auto;
}
.index_newsbox_detail p.message{
	margin-bottom:1em;
}
.index_newsbox_detail p{
	padding:10px;
	box-sizing:border-box;
}
.top_news{
	border-top:1px dotted #E82A7A;
	margin-right:20px;
}
.top_news:first-child{
	border-top:none;
}
.top_news_date{
	float:left;
	width:150px;
}
.top_news_text{
	float:left;
}
@media screen and (max-width: 1080px) {
#index_newsbox{
	width:100%;
}
}
@media screen and (max-width: 780px) {
.top_news{
	padding:10px 0;
}
.top_news_date p,
.top_news_text p{
	padding:0;
	margin:0;
}
}

.fnav{
	display:none;
}
