﻿@charset "utf-8";
*:first-child+html body {
	overflow: hidden;
}
/*-----------------------------------------------------------------
		メインイメージ設定
-----------------------------------------------------------------*/

#Top_Banner {
	overflow: hidden;
	max-width:1060px;
	width:100%;
	margin:-3px auto 0 auto;
	z-index: 1;
	height: 500px;
	background:#070d37 url(../img/top_banner_bg.png) top right no-repeat;
}
@media (max-width:991px) {
  #Top_Banner {
  margin-top:20px;
  }
}



#Top_Banner h1 {
	font-size:30px;
	color:#FFF;
}
#Top_Banner p {
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}
#Top_Banner div.btn {
	margin-top:25px;
	height:50px;
	width:300px;
	display: block;
}
#Top_Banner div.btn a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
div.Top_Banner-inner {
	padding:65px 0 0 0;
	margin: 0 auto 0 auto;
	max-width: 960px;
	width: 100%;
	height: 500px;
	z-index: 0;
}
div.Top_Banner-inner-bg {
	padding:0;
	margin: 0;
	width:100%;
	background:url(../img/top_banner2.png) right top 85px no-repeat;

}
@media (max-width:991px) {
  div.Top_Banner-inner-bg {
	background:url(../img/top_banner2.png) right bottom 15px no-repeat;
    height:770px;
  }
  #Top_Banner {
    height:770px;
  }
  div.Top_Banner-inner {
 	margin-left:20px;
 	padding-top:20px;
  }
}




/*-----------------------------------------------------------------
		メイン
-----------------------------------------------------------------*/

/* ニュース＆トピックス */

.newstopics {
	margin-top:20px;
	margin-bottom: 20px;
	width: 100%;
}

.newstopics .date {
	background:url(../img/icon_textlink.png) no-repeat 0 4px;
	padding-left: 15px;
	float: left;
	margin-top: 1px;
	letter-spacing: 0.5px;
	font-size:15px;
	clear:left;
	width: 100px;
	display: block;
}
.newstopics .news {
	margin: 0 0 10px 20px;
	display:block;
	float: left;
	height: auto;
	max-width: 825px;
	width: 94%;
}
.newstopics .news a {
	text-decoration:underline;
}
.newstopics img.new {
	vertical-align: middle;
	padding-bottom: 3px;
	margin-left: 5px;
}
/*-----------------------------------------------------------------
		NIASが解決します
-----------------------------------------------------------------*/


div.solutionblock {
	max-width:898px;
	width:100%;
	height:auto;
	padding:20px 30px;
	background-color:#004292;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	text-align:center;
}
div.solutionblock .more {
	width:400px;
	margin: 0 auto;
	text-align: center;
}
div.solutionblock a {
	color: #ffffff;
	display:block;
	padding:15px 15px 14px 15px;
	background-color:#ff9933;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div.solutionblock .more a:hover {
	color: #ffffff;
	background-color:#0059aa;
}
div.solutionblock .more p {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:url(../img/icon_whitelist.png) 90px 7px no-repeat;
	text-indent: 8px;
}
div.numlistBOX {
	max-width:900px;
	width:100%;
	padding:30px;
	float:left;
	display:block;
	margin:0 0 20px 0;
	background:url(../img/bg_01.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.numlistBOX .label {
	display:block;
	padding:8px 15px;
	background:#ffffff;
	font-weight:bold;
	color:#0059aa;
	margin: 0 0 20px 0;
	text-align: center;
	border: 2px dotted #0059aa;
}
/*-----------------------------------------------------------------
		お問い合わせ
-----------------------------------------------------------------*/
#top_contact {
	clear:both;
	padding: 0;
	text-align: center;
	height:250px;
	background:#f2f2f2;
}
#top_contact .inner {
	max-width: 960px;
	width:100%;
	margin: 0 auto;
}
.top_contact_inner {
	padding-top: 40px;
}
#top_contact .inner p {
	text-align:center;
}
.top_contact_ttl {
	font-size: 21px;
	font-weight: bold;
}
.top_contact_txt {
	margin-top: 10px;
}
.top_contact_btn {
	margin-top: 20px;
	margin-bottom: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 .NewsBox li {
font-size: 11px;
}
 .NewsBox .seminartopics .date {
min-height: 12px;
background-position: 0 2px;
}
}

