/* レイアウト関係 */
/*
################################################################################################################

Common Layout
- 全ページ共通

################################################################################################################
*/
 body {
    -webkit-print-color-adjust: exact;
	min-width:1200px;
}
  img {
	border: 0;
	vertical-align: top;
}


/*
################################################################################################################

Head
- 共通ヘッダー

################################################################################################################
*/

/* header
-------------------*/
header {
	position:absolute;
}

/* menu
-------------------*/
header .menu {
	right: 20px;
}
/* 募集要項
-------------------*/
header .btnRequirements {
	right: 20px;
}

header .gNav .cur_nav {
	display:none;
}

/*
################################################################################################################

Foot
- 共通フッター

################################################################################################################
*/

footer {
	background:#203ea1;
	color: #fff;
	width: auto;
	padding:20px;
	position:relative;
	z-index:1;
}
footer .footInner{
	margin:0 auto;
}
footer .footInner .sns{
	float:left;
}
footer .footInner .sns li{
	float:left;
	margin-right:17px;
}
footer .footInner .sns li img{
	height:18px;
	width:auto;
}
footer .footInner .copyright{
	display:block;
	float:right;
	text-align:right;
	font-size:93%;
	letter-spacing:0.02em;
	font-family:Arial, Helvetica, sans-serif;
	margin:2px 20px 0 0;
}

/*
################################################################################################################

page-top トップへ戻る

################################################################################################################
*/
#back_top {
	display:none !important;
}





/*
################################################################################################################

スーパーグローバル大学創成支援 TOP
- sgu_top

################################################################################################################
*/



.slides li{
	opacity:1 !important;

}
#sgu_top .mainVisual .titleMain {
	opacity:1 !important;
}
#sgu_top .mainVisual .txt_m{
	opacity:1 !important;
}
/* btn */
#sgu_top .mainVisual .btn{
	opacity:1 !important;
}


#sgu_top #group1 .inner .sec03 .acMenu dd{
    display: block;
}


#sgu_top #group1 .inner .sec02 {
    margin-bottom: 100px;
}
#sgu_top #group1 .inner .sec03 {
    padding-top: 100px;
}

#sgu_top #group1 .inner .sec03 .percentWrap ul li .title {
    position: relative !important;
	bottom:0;
	margin-top:20px;
}


#sgu_top #group2 ul li{
	opacity:1 !important;
	top:inherit !important;
	left:inherit !important;
}
#sgu_top #group2 ul li.message .content{
	top:0 !important;
	left:0 !important;
}
#sgu_top #group2 ul li.interview .content{
	top:0 !important;
	right:0 !important;
}
#sgu_top #group2 ul li.global .content{
	right:0 !important;
	top:250px !important;
}
#sgu_top #group2 ul li.pnf .content{
	left:305px !important;
	top:500px !important;
}
#sgu_top #group2 ul li.book .content{
	left:0 !important;
	top:500px !important;
}
#sgu_top #group2 ul li.earth .content{
	left:305px !important;
	top:250px !important;
	
}

