@charset "utf-8";

/*全体
---------------------------------------------*/
.mm-menu {
	overflow: scroll;
}
#mm-blocker {
	background-color: rgba(3, 2, 1, 0.2);
	-webkit-transition: background-color 1s ease-in 1s;
	transition: background-color 1s ease-in 1s;
	-ms-transition: background-color 1s ease-in 1s;
}
#slideMenu {
	background: #333333;
}

.mb20 {
	margin-bottom: 20px!important;
}

/*中身
---------------------------------------------*/
/*-----ボタン-----*/
#sp-submenu ul .link-btn {
	clear: both;
	padding: 20px 20px 5px;
	border: none;
}
/*翻訳ボタン設置により無効化 20200313
.link-btn .btn1{
	float: left;
	width: 49%;
}

.link-btn .btn2{
	float: right;
	width: 49%;
}
*/

#sp-submenu .link-btn .btn a{
	padding: 10px 0;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	border-radius: 0;
}

#sp-submenu .link-btn .btn1 a{
	background: #BD0100;
}

#sp-submenu .link-btn .btn2 a{
	background: #0B3E93;
}


/*-----検索ボックス-----*/
.m-sitesearchbox {
	height: 59px;
	border-top: medium none !important;
}

#sitesearch-s {
	line-height: 1px;
	margin: 0 auto;
	padding: 10px 0;
   width: 90%;
}

#cse-search-box {
	background: #010E4B;
}

#searcharea-s {
	margin: 0;
	padding: 0;
	width: 88.7%;
}

#words-s {
	float: left;
	padding: 5px;
	width: 90%;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
	background: #010E4B;
	outline: medium none;
	border: 0 none;
}

#searchbtn-s {
	position: relative;
}

#go-s {
	display: block;
	position: absolute;
	padding: 10px;
  top: -12px;
	right: 0;
}


/*-----メニュー-----*/
#sp-submenu {
	background: #021F6B;
}
#sp-submenu ul {
	margin: 0;
}
#sp-submenu a {
	display: block;
	padding: 15px 40px;
	color: #ffffff;
	background: #ffffff;
}
#sp-submenu a:hover {
	background: #5672bb;
}
#sp-submenu ul li {
	text-align: center;
	border-top: 1px solid #375FB1;
}
#sp-submenu li a {
	display: block;
	overflow: hidden;
	color: #ffffff;
	text-align: left;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	text-decoration: none;
	background: #021F6B;
}

#sp-submenu li ul li a{
	background: #66779B;
}


/*-----訪問者メニュー-----*/
#sp-submenu ul .target {
	background: #0B3E93;
}

#sp-submenu .target a {
	background: #0B3E93;
}


#sp-submenu .target .half-l{
	float: left;
	padding: 0;
	width: 49%;
	border-right: 1px solid #375fb1;
}

#sp-submenu .target .half-r{
	float: right;
	width: 49%;
	padding: 0;
}

#sp-submenu .target .half-l a,
#sp-submenu .target .half-r a{
	text-align: left;
	font-size: 12px;
}
#sp-submenu .target .half-l a{
	padding:15px 0 15px 15px;
}
#sp-submenu .target .half-r a{
	padding:15px 0 15px 15px;
}

/*-----下メニュー-----*/

#sp-submenu .sab {
	border: none;
}

#sp-submenu .sab a {
	padding: 5px 0 5px 57px;
	background: url(https://www.nitech.ac.jp/js/mmenu/imgs/ic_sab.png) no-repeat 42px 12px;
	font-size: 13px;
}

#sp-submenu .sab:last-child {
	padding-bottom: 20px;
}
.lan-btn {
	padding-top: 10px;
}
.lan-btn li {
	display:block;
	width:50%;
	float:left;
}
.lan-btn li a{
	background:#0B3E93 !important;
	border-left:1px solid #375FB1;
	text-align:center !important;
	padding: 15px !important;
	}
.lan-btn li:nth-child(3) a,.lan-btn li:nth-child(4) a{
	border-bottom:1px solid #375FB1;
}
.lan-btn li:nth-child(even)  a{
	border-right:1px solid #375FB1;
}