@charset "UTF-8";

/*------------------------------------------------------------------------------
	CSS Info.

	adjustment style
------------------------------------------------------------------------------*/

* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

* html div#gNav ul li a {
	padding: 8px 10px 0 20px;
}

/* IE7のズーム機能でレイアウトが崩れる問題を解決 */
*:first-child+html * {
	letter-spacing: 0;
}

/* ClearFix
----------------------------------------------------*/
div {
	zoom: 1;/*for IE 5.5-7*/
}

/* modern browsers */
div#contents:after,
div#main:after,
div#sub:after,
.section:after,
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

/* IE7 */
div#contents,
div#main,
div#sub,
.section,
.clearfix {
	display: inline-block;
}

/* legacy IE */
* html div#contents,
* html div#main,
* html div#sub,
* html .section,
* html .clearfix {
	height: 1%;
}
	
div#contents,
div#main,
div#sub,
.section,
.clearfix{
	display: block;
}

/* Legacy IE (6,5.5)
----------------------------------------------------*/
* html body {
}


/* Site Search
----------------------------------------------------*/
#res {
    padding-left: 0;
}

#utilityNav li,
#utilityNav li a {
	font-size: 100%;
	line-height: 1;
}

#cse-search-results {
	font-size: 12px;
	line-height: 1.6;
}

.j {
    width: 540;
}

ul.daigaku {
	overflow: hidden;
	margin-bottom: 20px;
}
ul.daigaku li {
	float: left;
	margin: 0 0 10px 20px;
}