@charset "utf-8";

/* 更新した場合は top.css second.css の@import urlにある?以降の数値を更新する（バージョン管理） */

/*******************************************/

body {
	background-color: #002B55;
	}
#faculty {
	background-color: #9FBE60;
}


/*******************************************/

@media screen and (min-width: 801px), print {
 #container {
	max-width: 1150px;
	min-width: 900px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: auto !important;
	position: relative;
	background-color: #FFF;
	margin-top: 0px;
	clear: both;
 }
}

@media screen and (max-width: 800px) {
 #container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: auto !important;
	position: relative;
	background-color: #FFF;
	margin-top: 0px;
	clear: both;
 }
}

/*******************************************/

@media screen and (min-width: 801px) , print{
#header {
	height: 180px;
	width: 100%;
	position: relative;
}
}
@media screen and (max-width: 800px) {
#header {
	height: 147px;
	width: 100%;
	position: relative;
}
}

#header2 {
	height: 225px;
	width: 100%;
	position: relative;
}

#header #search-lang {
	display: flex;
	justify-content: flex-end;
}
#header #search-lang ul {
	display: flex;
	align-items: center;
}
#header #g_search2 {
	height: 43px;
	width: 300px;
	background-color: #FFF;
	display: inline-block;
}

@media screen and (min-width: 801px), print {
#header #g_search, #header2 #g_search {
	height: 43px;
	width: 290px;
	background-color: #FFF;
	position: absolute;
	right: 91px;
	top: 0px;
}
}
@media screen and (max-width: 800px) {
#header #g_search, #header2 #g_search {
	height: 43px;
	width: 290px;
	background-color: #FFF;
	position: absolute;
	right: 105px;
	top: 100px;
	z-index: 10;
}
}

#header #g_search #11, #header2 #g_search #11 {
	margin-left: 20px;
	margin-bottom: 30px;
}

#header #g_search #search-window, #header2 #g_search #search-window {
	width: 265px;
        height: 28px;
        border-width: thin;
	margin-bottom: 8px !important;
	position: absolute;
	left: 10px;
	top: 6px;
}

#header #search-window2 {
	width: 250px;
        height: 30px;
        border-width: thin;
	position: relative;
	left: 10px;
}

#header #g_search #search-bottom, #header2 #g_search #search-bottom {
	position: absolute;
	top: 8px;
	left: 240px;
}

#header #cse-search-box2 {
}
#header #search-bottom2 {
	border: solid 1px #777777; 
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (min-width: 801px) , print{
#header #language, #header2 #language  {
	float: right;
	height: 42px;
	width: 91px;
	position: absolute;
	right: 0;
	top: 0;
}
}
@media screen and (max-width: 800px) {
#header #language, #header2 #language  {
	float: right;
	height: 42px;
	width: 91px;
	position: absolute;
	right: 6px;
	top: 101px;
	z-index: 10;
}
}

#header #language2 {
	height: 42px;
	width: 91px;
}

#header #language ul, #header2 #language ul{
	list-style: none;
}

@media screen and (min-width: 801px), print {
#header #header_title, #header2 #header_title {
	background-image: url(../images/common/header_bg.png);
	background-repeat: repeat;
	height: 95px;
	width: 100%;
	position: absolute;
	top: 41px;
	left: 0px;
}
}
@media screen and (max-width: 800px) {
#header #header_title, #header2 #header_title {
	background-image: url(../images/common/header_bg.png);
	background-repeat: repeat;
	height: 95px;
	width: 100%;
	position: absolute;
	top: -1px;
	left: 0px;
	z-index: 10;
}
}

#header #header_title ul, #header2 #header_title ul {
	display: flex;
	justify-content: flex-end;
	margin-top: 2px;
}

#header #header_title ul li, #header2 #header_title ul li {
	float: left;
	list-style: none;
}
div#header div#header_title ul li a, div#header2 div#header_title ul li a {
	display: block;
	padding: 0px 3px;
	text-align: center;
}

#header #header_title #komaba, #header2 #header_title #komaba {
	float: left;
	margin-left: 30px;
}

@media screen and (min-width: 801px), print {
#header #header_title #hongo, #header2 #header_title #hongo {
	float: right;
	margin-top: 12px;
	margin-bottom: 19px;
}
}
@media screen and (max-width: 800px) {
#header #header_title #hongo, #header2 #header_title #hongo {
	display: none;
}
}

#header .global_navi, #header2 .global_navi {
	height: ;
	width: 950px;
	position: absolute;
	top: 136px;
	left: 0;
}
#header .global_navi ul li, #header2 .global_navi ul li {
	/* float: left; */
	list-style: none;
}

/* new global_navi ------------------ */

@media screen and (min-width: 801px), print {
#header .global_navi_n {
	/* overflow: hidden; */
	width: 100%;
	background-color: #003366;
	position: absolute;
	top: 136px;
	left: 0;
}
}
@media screen and (max-width: 800px) {
#header .global_navi_n {
	width: 100%;
	background-color: #003366;
	position: absolute;
	top: 93px;
	left: 0;
	height: 55px;
}
}

#header .global_navi_n * {
	font-weight: bold;
}

@media screen and (min-width: 801px), print {
#header .global_navi_n ul {
	display: flex;
	justify-content: space-between;
}
}
@media screen and (max-width: 800px) {
#header .global_navi_n ul {
	display: none;
}
}

#header .global_navi_n ul li {
	display: block;
	justify-content: space-evenly;
	list-style: none;
	flex: 1 0 auto;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

#header .global_navi_n ul li a {
	display: flex;
	justify-content: space-evenly;
	padding: 1em;
	font-size: 12px;
	color: #fff;
	background-color: #003366;
}

#header .global_navi_n ul li a:hover,
#header .global_navi_n ul li a.current {
	color: #003a68;
	background-color: #ebebeb;
}

#header .global_navi_n ul li ul {
	visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
	opacity: 0;/*不透明度0*/
	transition: all .5s;/*表示の変化を0.3秒に指定*/
	display: block;
	position: absolute;
}

#header .global_navi_n ul li:hover ul {
	visibility: visible;/*Gナビメニューにホバーしたら表示*/
	opacity: 1;/*不透明度1*/
	display: block;
}

#header .global_navi_n ul li ul li a {
	color: #fff;
	background-color: #003366;
	list-style-type:none;
	transition: all .3s;
	position: relative;
	border-bottom: 0.1px solid #c4c4c4;
}

#header .global_navi_n ul li ul li a:hover {
	color: #003a68;
	background-color: #ebebeb;
}


/*******************************************/

#utilty {
	line-height: 41px;
	margin-left: 25px;
	margin-right: 25px;
	/* width: 900px; */
	clear: both;
}
#utilty #pan {
	float: left;
	/* width: 760px; */
	overflow: hidden;
	height: 41px;
	display: block;
}
#utilty #update {
	float: right;
	width: 140px;
	text-align: right;
}
.mac #utilty #pan {
	/* width: 740px; */
}
.mac #utilty #update {
	width: 160px;
}

/*******************************************/

@media screen and (min-width: 801px) , print{
 #contents {
	width: 96%;
	margin-right: 25px;
	margin-left: 5px;
	float: left;
	margin-bottom: 50px;
	overflow: hidden;
	background-color: #FFF;
 }
}
@media screen and (max-width: 800px) {
 #contents {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	overflow: hidden;
	background-color: #FFF;
 }
}

@media screen and (min-width: 801px), print {
 #contents #main {
	width: 71%;
	float: right;
	overflow: hidden;
 }
}
@media screen and (max-width: 800px) {
 #contents #main {
	margin-bottom: 50px;
 }
}

@media screen and (min-width: 801px), print {
 #contents #sidemenu {
	width: 26%;
	float: left;
	margin-right: 20px;
	overflow: hidden;
 }
}
@media screen and (max-width: 800px) {
 #contents #sidemenu {
	width: 90%;
	overflow: hidden;
	margin: auto
 }
}

#sidemenu #sidehead {
	padding: 15px 15px 15px;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	color: #003366;
	background-color: #aab8c7;
}

/*******************************************/



#footer {
	clear: both;
	width: 100%;
}

#footer #pagetop {
	clear: both;
	background-image: url(../images/common/line.gif?20240225);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
}

#footer  #pagetop p {
	text-align: right;
	margin-right: 30px;
}

@media screen and (min-width: 801px), print {
 #footer_navi {
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	height: 45px;
	background-image: url(../images/common/line.gif?20240225);
	background-repeat: no-repeat;
	background-position: bottom;
 }
}
@media screen and (max-width: 800px) {
 #footer_navi {
	display: none;
 }
}

#footer_navi #main_navi {
	background-color: #D1DDE5;
	height: 25px;
}
#footer_navi #main_navi ul {
	display: flex;
	list-style: none;
}
#footer_navi #main_navi li {
	display: flex;
	line-height: 25px;
	background-image: url(../images/common/navi_icon.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
}
#footer_navi #main_navi li:last-child {
	background-image: none !important;
}

#footer_navi #sub_navi {
	width: 890px;
	height: 30px;
	background-image: url(../images/common/navi_icon2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 30px;
	margin-left: 30px;
}
#footer_navi #sub_navi ul {
	width: 890px;
	list-style: none;
}
#footer_navi #sub_navi ul li {
	display: flex;
	background-image: url(../images/common/navi_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 15px;
	padding-right: 15px;
	height: 27px;
	font-size: 0.84em;
	display: inline;
	padding-top: 3px;
}

.mac #footer_navi #sub_navi ul li {
	padding-right: 31px;
	padding-left: 31px;
}
#footer_navi #sub_navi ul .line2 a{
	line-height: 15px;
}
#footer #close  {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
}




/*******************************************/

#last {
	width: 100%;
	/* height: 25px; */
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#last ul {
	display: flex;
}
#last ul li {
	display: flex;
	background-image: url(../images/common/navi_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 15px;
	padding-right: 15px;
}
#last ul li:last-child {
	background-image: none !important;
}

#last #flogo {
	position: absolute;
	left: 733px;
	top: 10px;
}

#kanri  {
	clear: both;
	text-align: center;
	padding: 10px;
}

#copyright {
	clear: both;
	text-align: center;
	padding: 15px;
}

.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

.small {
	font-size: 80%;
}

.small2 {
	font-size: 80%;
	font-weight: normal !important;
}

.big {
	font-size: 120%;
}

.red {
	color: #C00;	
}

/*******************************************/

td.gsc-branding-img-noclear,
td.gcsc-branding-img-noclear {
  vertical-align : top !important;
}


