@charset "UTF-8";

/**LOGOSWARE CSS*****************
sub.css
Version: 1.0 2012/3/5

subPageParts

1.front_page
2.archive.php
3.その他

********************************/	

/**1.front_page ******************************
 * トップページ
**********************************************/	

/*トップ：メインコンテンツとヘッダのアキ調整*/
.home #primary,.home #secondary{
	margin-top:10px;
}

/*新着情報タイトル（日／英で画像切り替え）*/

.home #content h3.info{
	width:550px;
	position:relative;
	height:39px;
	margin:0 0 0.5em;
	padding-top:0;
	text-indent:-9999px;
	border-bottom:1px dotted #333;
}

.home #content h3.ja{
	background:url(../images/newsTitle.png) no-repeat 0 0;
}

.home #content h3.en{
	background:url(../images/newsTitleEn.png) no-repeat 0 0;	
	}

/*新着情報リスト表示指定*/

.home #content .news{
	margin:0 0 1em 0.5em;
	list-style-type:none;
	}

.home #content .news li{
	padding-top:0.5em;
	font-size:12px;
}

.home #content .news li p{
	margin-bottom:0;
	float:left;
	font-size:1em;
}

.home #content .news li p.date{
	width:8em;
}

.home #content .news li p.headline{
	margin-bottom:0;
}

.home #content .news p.headline a:link{
	color:#333;
	text-decoration:underline;
}

.home #content .news p.headline a:hover{
	color:#5ca635;
}

.home #content .news p.headline br.c_left{
	display:none;
}

/*rss指定*/

#main article h3.news span.rssBtn{
	position:absolute;
	top:5px;
	right:10px;
	display:block;
	width:21px;
	text-indent:-9999px;
	background:url(../images/rssBtn.png) no-repeat 0 0;
}

/**2.archive.php ******************************
 * カテゴリ、アーカイブ（検索結果）
**********************************************/	

.page-title{
	margin:5px 0 10px;
	padding:0 0 0 0.25em;
	font-size:1.6em;
	letter-spacing:0;
	line-height:2em;;
	background-color:#efefef;
}

/**3.個別ページ ******************************
 *教員一覧ほか
**********************************************/	

/***********************
教員一覧テーブル
***********************/

th.title{
	background-color:#efefef;
}
#main th.post{
	padding-top:0em;
	padding-bottom:0em;
	background-color:#f4f0e8;
}

/***********************
出前授業テーブル
***********************/

#main table.table_schools th{
	background-color:#f4f0e8;
	white-space:nowrap;
	line-height:1.4;
}
#main table.table_schools tr.color td{
	background-color:#efefef;
}

/**********************
message
***********************/
#main article .message td h5{
margin-top:0;
padding-top:0;
}

/*************************
sitemap
***********************/

#sitemap .pagenav{
	list-style-type:none;
	font-size:1em;
}	

#sitemap .pagenav ul{
	display:block;
	list-style-type:disc;
}

#sitemap .pagenav ul{
}

#sitemap .pagenav .children li{
	font-size:1em;
}

/*シラバスで追加してみる*/


#subjDetail table td{
	font-size:1.2em;
}

element.style {
}

#tList{
	font-size:120% !important ;
}
#tList li{
	font-size:1.1em !important ;
}

