@charset "utf-8";
/* CSS Document */

.sp{
	display: none !important;
}

/*##################################################
ヘッダー
##################################################*/
#header{
	border-bottom: 3px solid #48709b;
}

#index #header{
	border: none;
}

/*##################################################
メインメニュー
##################################################*/
#main_menu{
	display: none;
}

#index #main_menu{
	margin-top: 28vw;
	display: block;
}

#main_menu li a{
	font-size: 84%;
}

#main_menu li:last-child a{
	padding: 3px 0;
}

/*##################################################
トップコンテンツ
##################################################*/
#catch{
	position: static;
}

#catch img{
	width: 70%;
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 35vw;
}

/***** ピックアップ *****/
#pickup{
	background-color: #f2f2f2;
	background-image: url(/contents_images/back_stripe.png);
	padding-top: 30px;
	display: none;
}

/***** 学部紹介 *****/
#gakubu{
	margin-top: 0;
}

#gakubu li{
	width: 40%;
}

/***** バナー枠 *****/
#banner p{
	width: 44%;
}



/*##################################################
カテゴリトップ
##################################################*/
#content.category .cat_box{
	width: 100%;
}

#content.category .cat_box h2{
	font-size: 130%;
}

/*##################################################
下層ページ
##################################################*/

/***** 記事本文 *****/
#content .detail{
}

#content .detail h1{
	font-size: 160%;
	padding: 20px;
}

#content .detail .inner{
	padding: 20px;
}

#content .detail .inner h2{
	margin: 0 -10px 10px;
}

#content .detail .inner h3{
	margin: 0 -10px 10px;
}

#content .detail .inner h4{
	margin: 0 -10px 10px;
}

#content .detail .inner table{
	width: 100% !important;
}

/***** シラバス *****/
#content .detail .inner .kiji table{
	border-spacing: 0;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}

#content .detail .inner .kiji table td,
#content .detail .inner .kiji table th{
	display: block;
}

#content .detail .inner .kiji table td{
	border-bottom: 1px solid #777 !important;
}

