@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 {
	border:0;
	border-bottom:1px solid #ddd;
	margin:30px 0;
}
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:420px;
}
.headerlink-area{
	float:right;
	width:355px;
}

/*-----ヘッダーボックス-----*/
#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:320px;
}
#header-box{
	padding-top:14px;
}
}
@media screen and (max-width: 576px) { 
#headercontainer header{
	padding:5px 0 5px;
	position:relative;
}
#logo{
	margin:3px auto 5px;
	width:170px;
	float:none;
}
#header-right{
	width:170px;
	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: 7px 5px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 10px;
}
#headerlink li {
	display: inline;
}
#headerlink a {
	display: block;
	float: left;
	margin: 0 0 0 19px;
	padding:0 7px 0 18px;
	color:#333;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-transition: none;
	transition: none;
}
#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);
}

.tw{
	width:24px;
	float:left;
	margin:0 5px 0 0;
}
.fb{
	width:24px;
	float:left;
}
.tw img{
	width:100%;
}
.fb img{
	width:100%;
}
@media screen and (max-width: 576px) { 
#headerlink{
	margin: 0 3px 0 5px;
}
#headerlink a {
	margin: 0 24px 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 li:last-child a{
	margin: 0 15px 0 0;
}
#headerlink a:hover {
	text-decoration:none;
/*	background-color:#dcdcdc;*/
}
.tw{
	width:34px;
	margin:3px 0 3px;
}
.fb{
	width:34px;
	margin: 3px 0 3px 0;
	float:right;
}
}

/*文字サイズ*/
#fontsize {
	float: left;
	position: relative;
	width: 160px;
	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;
	-webkit-transition: none;
	transition: none;
}
#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: 150px;
}
#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: 240px;
}
#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:60px;
}

@media screen and (max-width: 1020px) { 
#sitesearch {
	width: 156px;
}
#sitesearch input#words {
	width: 82px;
}
}
@media screen and (max-width: 576px) { 
#sitesearch {
	width: 260px;
	position:static;
	float:none;
	margin:0 auto;
/*	top:95px;
	left:30px;*/
}
#sitesearch input#words {
	width: 186px;
}
}


/*グローバルメニュー
----------------------------------------*/
@media screen and (max-width: 576px) { 
#globalnavi nav:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
#globalnavi nav {
	/zoom:1;
} /* ie6,ie7 */	
}

#globalnavi ul{
	margin:0;
}
#globalnavi ul a{
	color:#FFF;
	text-decoration:none;
}
/*-----訪問者別メニュー-----*/
#guest{
	background:#c7000a;
}
#guest ul {
	text-align: center;
}
#guest ul li {
	display: inline;
}
#guest ul li a {
	display: block;
	float: left;
	margin:6px 0;
	padding:2px 0;
	border-left: 1px solid #7b0000;
	width:141.7px;
	font-size: 13px;
	line-height: 13px;
}
#guest ul li a span{
	background:url(../imgs/base/ic_guest.png) no-repeat 0 0.1em;
	padding:0 0 0 10px;
	display:block;
	margin:0 auto;
	width:80px;
}
#guest ul li.end a {
	border-right: 1px solid #7b0000;
}
#guest ul li a:hover {
	background-color:#A20000;
}

/*-----メニュー-----*/
#nav{
	background:#000;
}
#nav ul {
	text-align: center;
	position:relative;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	border-top:2px solid #000;
	border-left: 1px solid #5f605b;
	padding:20px 5px 22px;
	font-size: 16px;
	line-height:16px;
	background:none no-repeat center 85% #000;
}
#nav .nv1 a,
#footer-nav .nv1 a {
	width: 97px;
}
#nav .nv2 a,
#footer-nav .nv2 a {
	width: 130px;
}
#nav .nv3 a,
#footer-nav .nv3 a {
	width: 147px;
}
#nav .nv4 a,
#footer-nav .nv4 a {
	width: 164px;
}
#nav .nv5 a,
#footer-nav .nv5 a {
	width: 101px;
}
#nav .nv6 a,
#footer-nav .nv6 a {
	width: 103px;
}
#nav .nv7 a,
#footer-nav .nv7 a {
	width: 180px;
}
#nav .nv7 a {
	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,
#nav .on7 .nv7 a {
	background:url(../imgs/base/bg_navi_hover.png) no-repeat bottom center #5f605b;
	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:270px;
}
#nav ul li ul li:hover{
	background:#B5BAD0 !important;
}

#nav ul li ul li a{
	width:245px !important;
	margin:0;
	display:block;
	background:url(../imgs/kasou/ic_submenu.png) no-repeat 9px 0.7em !important;
	padding:5px 5px 4px 20px;
	text-indent:0px;
	height:auto !important;
	text-decoration: none;
	color:#333;
	font-size:90%;
	border:0;
}
#nav ul li ul li a:hover,
#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;
}
#nav ul li ul li a:hover{
	background:url(../imgs/kasou/ic_submenu.png) no-repeat 11px 0.7em #F2F2F2!important;
}

#nav ul li ul.sub-about{
	left:0px;
}
#nav ul li ul.sub-university{
	left:109px;
}
#nav ul li ul.sub-develop{
	left:251px;
}
#nav ul li ul.sub-cooperation{
	left:410px;
}
#nav ul li ul.sub-exam{
	left:586px;
}
#nav ul li ul.sub-international{
	left:699px;
}
#nav ul li ul.sub-student{
	right:0;
}




@media screen and (max-width: 1020px) { 
/*訪問者別メニュー*/
#guest p a{
	display: block;
	padding:4px 50px 3px 30px;
	text-decoration:none;
	color:#FFF;
	font-size:90%;
	background-image:url("../imgs/base/ic_guest.png");
	background-repeat:no-repeat;
	background-position:11px 0.8em;
	position:relative;
}
#guest p span {
	display: block;
	position:absolute;
	top:4px;
	right:0;
	background-image:url("../imgs/base/bt_navi.gif");
	background-repeat:no-repeat;
	background-position:5px 6px;
	background-color:#A20000;
	height: 14px;
	border-radius:2px;
	overflow: hidden;
	padding: 4px 5px;
	text-indent: -9999px;
	width: 12px;
}
#guest p a:hover span{
	background-color:#790006;
}
#guest ul{
	display:none;
}

/*メニュー*/
#nav ul li a {
	padding:16px 5px;
}
#nav .nv1 a,
#footer-nav .nv1 a {
	width: 97px;
}
#nav .nv2 a,
#footer-nav .nv1 a {
	width: 130px;
}
#nav .nv3 a,
#footer-nav .nv1 a {
	width: 147px;
}
#nav .nv4 a,
#footer-nav .nv1 a {
	width: 141px;
}
#nav .nv5 a,
#footer-nav .nv1 a {
	width: 145px;
}
#nav .nv6 a,
#footer-nav .nv1 a {
	width: 157px;
}
#nav .nv7 a,
#footer-nav .nv1 a {
	width: 224px;
}

#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;
}
#nav .nv7 a {
	border-right: 1px solid #5f605b;
}
}

@media screen and (max-width: 576px) { 
/*メニュー共通*/
#guest p a,
#nav p a{
	padding:9px 33px 7px 30px;
	font-size:85%;
}
#guest p span,
#nav p span {
	top:8px;
}

/*訪問者別メニュー*/
#guest p a{
	background-position:11px 1em;
}
#guest p span {
	right:10px;
}
#guest,#nav{
	float:left;
}
#guest{
	width:35%;
}
#nav{
	width:65%;
}


/*メニュー*/
#nav p a{
	display: block;
	text-decoration:none;
	color:#FFF;
	position:relative;
}
#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: -9999px;
	width: 12px;
}
#nav p a:hover span{
	background-color:#444;
}
#nav ul{
	display:none;
}
}


/*メインコンテンツ
----------------------------------------*/
#maincontainer{
}

/*フッター
----------------------------------------*/
footer{
	border-top:2px solid #d5d5d5;
	background:#f5f5f5;
}
#footercontainer{
	padding:30px 0 35px;	
}

/*-----フッターコンテンツ-----*/
/*メニュー*/
#footer-nav ul {
	text-align: center;
	margin:0;
}
#footer-nav ul li {
	display: inline;
}
#footer-nav ul li a {
	display: block;
	float: left;
	border-top:2px solid #5f605b;
	border-left: 1px solid #9fa09a;
	padding:12px 5px 12px;
	font-size: 15px;
	line-height:15px;
	background:none no-repeat center 85% #5f605b !important;
	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 !important;
	border-top:2px solid #000;
}
@media screen and (max-width: 1020px) { 
#footer-nav ul li a {
	padding:13px 0;
}
#footer-nav .nv1 a {
	width: 107px;
	border-bottom: 1px solid #9fa09a;
}
#footer-nav .nv2 a {
	width: 140px;
	border-bottom: 1px solid #9fa09a;
}
#footer-nav .nv3 a {
	width: 157px;
	border-bottom: 1px solid #9fa09a;
}
#footer-nav .nv4 a {
	width: 151px;
	border-bottom: 1px solid #9fa09a;
	border-right: 1px solid #9fa09a;
}
#footer-nav .nv5 a {
	width: 155px;
}
#footer-nav .nv6 a {
	width: 167px;
}
#footer-nav .nv7 a {
	width: 234px;
	border-right: 1px solid #5f605b;
}
}

@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-link{
	float:right;
	width:90%;
	margin-top:35px;	
}

/*clearfix*/
#footer-link ul:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
#footer-link ul {
 /zoom:1;	/* ie6,ie7 */
}
/*clearfix end*/
#footer-link ul {
	float: right;
	margin:0;
}
#footer-link ul 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;
}
#footer-link ul li a {
	text-decoration:none;
	color:#333;
	font-size:80%;
}
#footer-link ul a:hover{
	text-decoration:underline;
}
@media screen and (max-width: 1020px) { 
#footer-link{
	float:none;
	margin: 25px 0 40px;
}
#footer-link ul {
	float: none;
}
#footer-link ul li {
	margin: 0 20px 0 0;
}
}
@media screen and (max-width: 576px) { 
#footer-link{
	margin: 25px 10px 27px;
}
}

/*住所*/
#footer-logo{
	float:left;
	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;
}
.fl1 a{
	display: block;
	margin: 3px 0 0 0;
	padding:0 7px 0 18px;
	color:#333;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:0 0.2em;
	-webkit-transition: none;
	transition: none;
	background-image:url(../imgs/base/ic_hl01.gif);
	font-size: 12px;
	line-height: 12px;
}
.fl1 a:hover{
	color:#000;
	text-decoration: underline;
}

/*モバイルバナー*/
#mobile{
	float:right;
	margin:30px 0 0;
	width:250px;
}


@media screen and (max-width: 1020px) { 
#footer-logo{
	width:172px;
}
#footer-logo img{
}
#mobile{
	margin:16px 0 0;
}
}
@media screen and (max-width: 576px) { 
#footer-logo{
	margin-left:10px;
}
}
/*-----コピーライト-----*/
#copyright {
	font-size:80%;
	padding:32px 0;
	text-align:center;
	border-top:2px solid #000;
	background:#5f605b;
	color:#FFF;
}

@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{
	display:none;
}
}