@charset "utf-8";
/*-------------------------------------------------*/
/*(C) A.C.Planet Inc. All rights reserved.*/
/*--------------------------------------------------*/

/*default
----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size:100%;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #333;
	background: #FFF;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
ul {
	list-style-type: none;
	margin:10px 0 0 10px;
}
ol {
	margin: 10px 0 10px 30px;
}
hr {
	display: none;
}
img {
	vertical-align:top;
	border: 0;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}


/*Link Config
----------------------------------------*/
a, a img,article {
	-webkit-transition: background 0.3s linear,color 0.3s linear,opacity 0.3s linear;
	transition: background 0.3s linear,color 0.3s linear,opacity 0.3s linear;
	outline: none;
}
a:link {
	color:#AB0008;
}
a:visited {
	color:#AB0008;
}
a:active {
	color:#000;
}
a:hover {
	color:#000;
}
a:hover img {
	filter: alpha(opacity=70); /* IE7以下用 */
	-ms-filter: “alpha(opacity=70)”; /* IE8用 */
	opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */
}
/*ClearFix
----------------------------------------*/
.clear:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clear {
	/zoom:1;
} /* ie6,ie7 */

.block {
	display: block;
}
.inline {
	display: inline;
}
.hidden {
	display: none;
}
.pc-hidden{
	display:none;
}
.sp-hidden{
	display:block;
}
.pc-view{
	display:block;
}
.sp-view{
	display:none;
}



@media screen and (max-width: 1020px) {
.pc-hidden{
	display:block;
}
.pc-view{
	display:none;
}
}
@media screen and (max-width: 576px) {
.sp-hidden{
	display:none;
}
.sp-view{
	display:block;
}
select{
	width:290px;
}
}


/*コンテンツボックス
----------------------------------------*/
/*文字サイズ調整範囲用*/
#all {
}
/*共通*/
#headercontainer header,
section#guest p,
section#nav p,
#globalnavi section ul,
#mainvisual #mvcontainer,
#bigbanner,
#top-maincontents,
#top-subcontents,
#pannavi p,
#maincontainer,
#footercontainer{
	max-width: 1000px;
	margin:0 auto;
}

@media screen and (max-width: 1020px) { 
#headercontainer header,
section#guest p,
section#nav p,
#globalnavi section ul,
#mainvisual #mvcontainer,
#bigbanner,
#top-maincontents,
#top-subcontents,
#pannavi p,
#maincontainer,
#footercontainer{
	max-width: 560px;
}
}
@media screen and (max-width: 576px) { 
#headercontainer header,
section#guest p,
section#nav p,
#globalnavi section ul,
#mainvisual #mvcontainer,
/*#bigbanner,*/
#top-maincontents,
#top-subcontents,
#pannavi p,
#maincontainer,
#footercontainer{
	max-width: 320px;
}
}

/*ヘッダー
----------------------------------------*/
#headercontainer{
	background:#FFF;
}
#headercontainer header{
	padding:11px 0 14px;
}

/*-----ロゴ-----*/
#logo {
	float:left;
	width:256px;
}
#logo img{
	width:100%;
}

/*-----ヘッダーコンテンツ-----*/
#header-right,
#header-box{
	float:right;
	width:412px;
}
.headerlink-area{
	float:right;
	width:338px;
}

/*-----ヘッダーボックス-----*/
#header-box{
	padding-top:23px;
}

@media screen and (max-width: 1020px) { 
#headercontainer header{
	padding:9px 0 11px;
}
#logo{
	width:207px;
}
#header-right,
#header-box{
	width:310px;
}
#header-box{
	padding-top:14px;
}
}
@media screen and (max-width: 576px) { 
#headercontainer header{
	padding:5px 0 5px;
	position:relative;
}
#logo{
	margin:3px auto 5px;
	/*margin:3px 0 0 0;*/
	width:170px;
	float:none;
}
#header-right{
	width:180px;
	float:none;
}
#header-box{
	float:none;
	padding-top:5px;
	width:320px;
}
.headerlink-area{
	float:none;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding: 5px 10px 5px 5px;
	width:305px;
}
}

/* ヘッダーリンク*/
#headerlink{
	float: left;
	margin: 8px 15px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 10px;
}
#headerlink li {
	display: inline;
}
#headerlink a {
	display: block;
	float: left;
	margin: 0 19px 0 0;
	padding:0 7px 0 18px;
	color:#333;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:0 0;
}
#headerlink a:hover {
	color:#000;
	text-decoration: underline;
}
#headerlink li.hl1 a {
	background-image:url(../imgs/base/ic_hl01.gif);
}
#headerlink li.hl2 a {
	background-image:url(../imgs/base/ic_hl02.png);
}
#headerlink li.hl3 a {
	background-image:url(../imgs/base/ic_hl03.png);
	margin: 0 0 0 0;
}
.fb{
	width:24px;
	float:left;
}
.fb img{
	width:100%;
}

@media screen and (max-width: 576px) { 
#headerlink{
	margin: 0 0 0 0;
}
#headerlink a {
	margin: 0 40px 0 0;
	padding:27px 3px 4px;
	text-align:center;
	font-size: 9px;
/*	border-radius:5px;
	border-bottom:2px solid #CCC;*/
	background-position: 50% 9px;
/*	background-color:#f0f0f0;*/
}
#headerlink a:hover {
	text-decoration:none;
/*	background-color:#dcdcdc;*/
}
#headerlink li.hl3 a {
	margin:0;
}
.fb{
	width:34px;
	margin: 3px 0 0;
	float:right;
}
}

/*文字サイズ*/
#fontsize {
	float: left;
	position: relative;
	width: 150px;
	font-size: 13px;
	line-height: 13px;
}
#fontsize dt {
	float: left;
	margin: 5px 12px 0 0;
}
#fontsize dd {
	display: inline;
}
/*文字サイズアイコン*/
#fontsize ul {
	display: inline;
	float: left;
	margin:0;
}
#fontsize li {
	float: left;
}
#fontsize li a {
	color: #333;
	display: block;
	text-decoration: none;
	overflow: hidden;
	background: #eaeaea;
	border-top:2px solid #eaeaea;
	border-bottom:2px solid #d5d5d5;
	padding: 3px 6px 4px;
}
#fontsize #fs3 {
	border-radius: 4px 0 0 4px;
}
#fontsize #fs2 {
}
#fontsize #fs1 {
	border-radius: 0 4px 4px 0;
}
.font-normal #fontsize #fs3,
.font-large #fontsize #fs2,
.font-superlarge #fontsize #fs1,
#fontsize li a:hover {
	background: #5f605b;
	color: #FFF;
	border-top:2px solid #000;
	border-bottom:2px solid #5f605b;
}
.noscript {
	width: 160px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFF;
	font-size: 10px;
	height: 27px;
	overflow: hidden;
	background:rgb(102,102,102);
	background:rgba(102,102,102,0.8);
}
/*文字サイズ調整*/
.font-superlarge {
	font-size: 110%;
	line-height: 1.4em;
}
.font-large {
	font-size: 100%;
	line-height: 1.5em;
}
.font-normal {
	font-size: 90%;
	line-height: 1.5em;
}
@media screen and (max-width: 1020px) { 
#fontsize {
	width: 130px;
}
#fontsize dt {
	margin: 6px 8px 0 0;
	font-size: 12px;
	line-height: 12px;
}
}
@media screen and (max-width: 576px) { 
#fontsize {
	display:none;
}
}

/*検索*/
#sitesearch {
	line-height: 1px;
	list-style: none;
	float: right;
	width: 258px;
}
#sitesearch dt {
	display: none;
}
#sitesearch dd {
	float: left;
	display: inline;
	font-size: 1px;
}

#sitesearch input#words {
	width: 166px;
	height: 24px;
	overflow: hidden;
	border: 0px;
	background-color: #EBEBEB;
	font-size: 13px;
	outline: none;
	padding: 0 7px;
	float: left;
	color: #666666;
}
#sitesearch input.text {
	color: #000!important;
}
#sitesearch input#go {
	width:78px;
}

@media screen and (max-width: 1020px) { 
#sitesearch {
	width: 176px;
}
#sitesearch input#words {
	width: 84px;
}
}
@media screen and (max-width: 576px) { 
#sitesearch {
/*	width: 260px;
	position:absolute;
	top:55px;
	left:30px;*/
	width: 260px;
	position:static;
	float:none;
	margin:0 auto;
}
#sitesearch input#words {
	width: 168px;
}
}


/*グローバルメニュー
----------------------------------------*/
#globalnavi{
	clear:both;
	border-top:30px solid #C7000A;
}
#globalnavi ul{
	margin:0;
}
#globalnavi ul a{
	color:#FFF;
	text-decoration:none;
}
@media screen and (max-width: 576px) { 
#globalnavi nav:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
#globalnavi nav {
	/zoom:1;
} /* ie6,ie7 */	
}

/*-----メニュー-----*/
#nav{
	background:#000;
}
#nav ul {
	display:table;
	text-align: center;
	border-right: 1px solid #5f605b;
	margin:0;
	position:relative;
}
#nav ul li {
	display:table-cell;
	vertical-align:top;
	border-left: 1px solid #5f605b;
	padding:0;
}
#nav ul li a {
	display: block;
/*	float: left;*/
	border-top:2px solid #000;
	font-size: 16px;
	line-height:16px;
	background:none no-repeat center 85% #000 !important;
}
#nav .nv1 a,
#footer-nav .nv1 a {
	width: 97px;
	height:16px;
	padding:22px 5px 22px;
}
#nav .nv2 a,
#footer-nav .nv2 a {
	width: 154px;
	height:30px;
	padding:15px 5px 15px;
}
#nav .nv3 a,
#footer-nav .nv3 a {
	width: 216px;
	height:30px;
	padding:15px 5px 15px;
}
#nav .nv4 a,
#footer-nav .nv4 a {
	width: 176px;
	height:16px;
	padding:22px 5px 22px;
}
#nav .nv5 a,
#footer-nav .nv5 a {
	width: 179px;
	height:16px;
	padding:22px 5px 22px;
}
#nav .nv6 a,
#footer-nav .nv6 a {
	width: 111px;
	height:16px;
	padding:22px 5px 22px;
}
#nav .nv6 a {
	height:16px;
	padding:22px 5px 22px;
}
/*マウスオーバー用*/
#nav li a:hover, 
#nav .on1 .nv1 a,
#nav .on2 .nv2 a, 
#nav .on3 .nv3 a, 
#nav .on4 .nv4 a, 
#nav .on5 .nv5 a,
#nav .on6 .nv6 a {
	background:url(../imgs/base/bg_navi_hover.png) no-repeat bottom center #5f605b !important;
	border-top:2px solid #4A4B47;
}

/*-----プルダウンメニュー-----*/
#nav ul li ul{
	clear:both;
	position:absolute;
	top:60px;
	margin:0;
	background:#FFF;
	box-shadow:0 0 6px #444;
	z-index:99;
	width:270px;
	display:none;
	text-align:left;
}
#nav ul li ul li{
	display:block;
	width:auto;
}
#nav ul li ul li:hover{
	background:#B5BAD0 !important;
}

#nav ul li ul li a{
	width:auto !important;
	margin:0;
	display:block;
	background:url(../imgs/kasou/ic_submenu.png) no-repeat 9px 0.7em #FFF !important;
	padding:5px 5px 4px 20px !important;
	text-indent:0px;
	height:auto !important;
	text-decoration: none;
	color:#333;
	font-size:90%;
	border:0;
}
#nav .on1 .nv1 ul li a,
#nav .on2 .nv2 ul li a, 
#nav .on3 .nv3 ul li a, 
#nav .on4 .nv4 ul li a, 
#nav .on5 .nv5 ul li a,
#nav .on6 .nv6 ul li a,
#nav .on7 .nv7 ul li a{
	border:0;
	background:url(../imgs/kasou/ic_submenu.png) no-repeat 9px 0.7em #FFF !important;
}
#nav .on1 .nv1 ul li a:hover,
#nav .on2 .nv2 ul li a:hover, 
#nav .on3 .nv3 ul li a:hover, 
#nav .on4 .nv4 ul li a:hover, 
#nav .on5 .nv5 ul li a:hover,
#nav .on6 .nv6 ul li a:hover,
#nav .on7 .nv7 ul li a:hover,
#nav ul li ul li a:hover{
	border:0;
	background:url(../imgs/kasou/ic_submenu.png) no-repeat 11px 0.7em #F2F2F2!important;
}

#nav ul li ul.sub-introduction{
	left:0px;
}
#nav ul li ul.sub-schools{
	left:108px;
}
#nav ul li ul.sub-research{
	left:273px;
}
#nav ul li ul.sub-international{
	left:500px;
}
#nav ul li ul.sub-relations{
	left:687px;
}
#nav ul li ul.sub-student_life{
	right:0 !important;
}


@media screen and (max-width: 1020px) { 
/*reset*/
#nav ul {
	display:block;
	text-align: center;
	border-right:0px;
	border-right:1px solid #5f605b;
}
#nav ul li {
	display:inline;
	vertical-align:auto;
	border-left: 0px;
}
#nav ul li a {
	display: block;
	float: left;
	border-top:0px;
	font-size: 16px;
	line-height:16px;
	background: center 85% #000;
/*	border-bottom:1px solid #5f605b;*/
	border-left:1px solid #5f605b;
}

/*メニュー*/
#nav ul li a {
/*	padding:16px 5px;*/
}
#nav .nv1 a,
#footer-nav .nv1 a {
	width: 127px;
	height:32px;
	padding:18px 0 0;
	border-bottom:1px solid #9FA09A;
}
#nav .nv2 a,
#footer-nav .nv2 a {
	width: 193px;
	height:39px;
	padding:11px 0 0;
	border-bottom:1px solid #9FA09A;
}
#nav .nv3 a,
#footer-nav .nv3 a {
	width: 235px;
	height:39px;
	padding:11px 0 0;
	border-right:1px solid #5f605b;
	border-bottom:1px solid #9FA09A;
}
#nav .nv4 a,
#footer-nav .nv4 a {
	width: 205px;
	height:32px;
	padding:18px 0 0;
}
#nav .nv5 a,
#footer-nav .nv5 a {
	width: 216px;
	height:32px;
	padding:18px 0 0;
}
#nav .nv6 a,
#footer-nav .nv6 a {
	width: 134px;
	height:32px;
	padding:18px 0 0;
	border-right:1px solid #5f605b;
}
/*マウスオーバー用*/
#nav li a:hover, 
#nav .on1 .nv1 a,
#nav .on2 .nv2 a, 
#nav .on3 .nv3 a, 
#nav .on4 .nv4 a, 
#nav .on5 .nv5 a,
#nav .on6 .nv6 a {
	border-top:0px;
}

#nav .nv1 a,
#nav .nv2 a,
#nav .nv3 a {
/*	border-bottom: 1px solid #5f605b;*/
}
#nav .nv4 a {
/*	border-bottom: 1px solid #5f605b;
	border-right: 1px solid #5f605b;*/
}
}

@media screen and (max-width: 576px) { 
/*メニュー共通*/
/*メニュー*/
#globalnavi{
	background:#000;
	border-top:0;
}
#nav p{
}
#nav p a{
	display: block;
	margin:0 auto !important;
	text-decoration:none;
	color:#FFF;
	position:relative;
	padding:9px 33px 7px 30px;
	font-size:85%;
}
#nav p span {
	display: block;
	position:absolute;
	right:10px;
	background-image:url("../imgs/base/bt_navi.gif");
	background-repeat:no-repeat;
	background-position:5px 6px;
	background-color:#5f605b;
	height: 14px;
	border-radius:2px;
	overflow: hidden;
	padding: 4px 5px;
	text-indent: -9999em;
	width: 12px;
	top:8px;
}
#nav p a:hover span{
	background-color:#444;
}
#nav ul{
	display:none;
}
}


/*メインコンテンツ
----------------------------------------*/
#maincontainer{
}

/*フッター
----------------------------------------*/
footer{
	border-top:2px solid #d5d5d5;
	background:#f5f5f5;
	clear:both;
	display:block;
}
#footercontainer{
	padding:30px 0 45px;
}

/*-----フッターコンテンツ-----*/
#footer-left{
	float:left;
}
#footer-right{
	float:right;
}
/*メニュー*/
#footer-nav{
	margin-bottom:45px;	
}
#footer-nav ul {
	display:table;
	text-align: center;
	margin:0;
}
#footer-nav ul li {
	display:table-cell;
	vertical-align:top;
/*	border-left: 1px solid #5f605b;*/
	padding:0;
}
#footer-nav ul li a {
	display: block;
	border-top:2px solid #5f605b;
	border-left: 1px solid #9fa09a;
	font-size: 15px;
	line-height:15px;
	background:none no-repeat center 85% #5f605b;
	color:#FFF;
	text-decoration:none;
}
/*li aの指定は#navと共通*/

#footer-nav .nv7 a {
	border-right: 1px solid #5f605b;
}
/*マウスオーバー用*/
#footer-nav li a:hover, 
#footer-nav .on1 .nv1 a,
#footer-nav .on2 .nv2 a, 
#footer-nav .on3 .nv3 a, 
#footer-nav .on4 .nv4 a, 
#footer-nav .on5 .nv5 a,
#footer-nav .on6 .nv6 a,
#footer-nav .on7 .nv7 a {
	background:url(../imgs/base/bg_navi_hover.png) no-repeat bottom center #40413d;
	border-top:2px solid #000;
}
@media screen and (max-width: 1020px) {
#footer-left{
	float:none;
}
#footer-right{
	float:none;
}
#footer-nav ul {
	display:block;
	text-align: center;
	border-right:0px;
	border-right:1px solid #5f605b;
}
#footer-nav ul li {
	display:inline;
	vertical-align:auto;
	border-left: 0px;
}
#footer-nav ul li a {
	display: block;
	float: left;
	font-size: 16px;
	line-height:16px;
	background:none no-repeat center 85% #5f605b;
	border-top:2px solid #5f605b;
	border-left: 1px solid #9fa09a;
}
}

@media screen and (max-width: 576px) { 
#footer-nav{
	background:#5f605b;
}
#footer-nav p a{
	padding:9px 33px 7px 30px;
	font-size:85%;
	display: block;
	text-decoration:none;
	color:#FFF;
	position:relative;
}
#footer-nav p span {
	top:8px;
}
#footer-nav p span {
	display: block;
	position:absolute;
	right:10px;
	background-image:url("../imgs/base/bt_navi.gif");
	background-repeat:no-repeat;
	background-position:5px 6px;
	background-color:#7A7B75;
	height: 14px;
	border-radius:2px;
	overflow: hidden;
	padding: 4px 5px;
	text-indent: -9999px;
	width: 12px;
}
#footer-nav p a:hover span{
	background-color:#444;
}
#footer-nav ul{
	display:none;
}
}


/*住所*/
#footer-logo{
	width:216px;
}
#footer-logo img{
	width:100%;
}
address{
	font-style:normal;
	font-size:80%;
	line-height:1.4em;
	border-top:1px solid #493d3f;
	padding:17px 0 0;
}

 /*フッターリンク*/ 
/*clearfix*/
#footerlink:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
#footerlink {
 /zoom:1;	/* ie6,ie7 */
}
/*clearfix end*/
#footerlink {
	float: right;
	margin:0 0 20px;
}
#footerlink li {
	background: url(../imgs/common/ic_linklist.png) no-repeat 0 0.3em;
	padding: 1px 0 1px 21px;
	margin:0 0 0 20px;
	width: auto;
	white-space: nowrap;
	float: left;
}
#footerlink li a {
	text-decoration:none;
	color:#333;
	font-size:80%;
}
#footerlink a:hover{
	text-decoration:underline;
}

/*モバイルバナー*/
#mobile{
	text-align:right;
	width:250px;
}
#mobile img{
	width:100%;
}

/*-----コピーライト-----*/
#copyright {
	font-size:80%;
	padding:32px 0;
	text-align:center;
	border-top:2px solid #000;
	background:#5f605b;
	color:#FFF;
}
@media screen and (max-width: 1020px) {
#footerlink {
	float: none;
}
}
@media screen and (max-width: 576px) { 
#footerbox{
	float:none;
	padding-left:10px;
	padding-right:10px;
}
}


/*トップへ戻る
----------------------------------------*/
#pagetop {
	position: fixed;
	bottom:86px;
	right:3%;
	z-index:1000;
}
#pagetop a {
	display:block;
	background:url(../imgs/base/bt_totop.gif) no-repeat bottom center;
	width:88px;
	height:68px;
	overflow:hidden;
	text-indent: -9999px;
}
#pagetop a span{
	display:none;
}
#pagetop a:hover {
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
}
#pagetop a:hover span{
	display:block;
	background:url(../imgs/base/img_totop.png) no-repeat top center;
	background-size:88px 27px;
	width:88px;
	height:38px;
}


@media screen and (max-width: 576px) { 
#pagetop,
#pagetop a{
	display:none;
}
}