@charset "utf-8";



/* section
=========================================*/
#other #mainContents .section {
	clear: both;
	margin: 28px 0 0 10px;
}
#other #mainContents .section .subsection {
	clear: both;
	margin: 20px 10px 0 37px;
}

#other #mainContents .indentSection {
	margin-left: 35px;
}
#other #mainContents .indentSection02 {
	margin-left: 1em;
}

/* numberList
=========================================*/
#other #mainContents .numberList01,
#other #mainContents .numberList02 {
	overflow: hidden;
	margin-top: 15px;
}
#other #mainContents .numberList01 li {
    margin-bottom: 5px;
    padding-left: 1.2em;
    text-indent: -1.2em;
}
#other #mainContents .numberList02 li {
    margin-bottom: 5px;
    padding-left: 1.5em;
    text-indent: -1.5em;
}




/* notes
=========================================*/
#other #mainContents .notes01 {
    padding-left: 1em;
    text-indent: -1em;
}



/* news
=========================================*/
#other #mainContents dl {
	padding: 0 6px 11px;
}
#other #mainContents dl dt {
	float: left;
}
#other #mainContents dl dt img {
	margin: 0 12px 2px;
	vertical-align: middle;
}
#other #mainContents dl dd {
	overflow: hidden;
}



/* for141113List
=========================================*/
#other .for141113List {
	overflow: hidden;
}
#other .for141113List li {
	float: left;
	width: 250px;
	margin: 10px 30px 0 0;
}

/* for150225List
=========================================*/
#other .for150225List {
	overflow: hidden;
}
#other .for150225List li {
	float: left;
	width: 190px;
	margin: 10px 30px 0 0;
}

/* for 150220.html
=========================================*/
.tableType_150220 {
	margin-top: 15px;
	width: 100%;
}
.tableType_150220 th,
.tableType_150220 td {
	padding: 5px 10px;
	border: solid 1px #dddddd;
}
.tableType_150220 th {
	vertical-align: middle;
	background: #00b0ec;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.tableType_150220 td {
	vertical-align: top;
}
.tableType_150220 td.vM {
	vertical-align: middle;
}


/* 404
=========================================*/
#notfoundContent {
	padding: 0 30px;
}
#notfoundContent .linkList {
	overflow: hidden;
	margin: 0 15px 0 15px;
}
#notfoundContent .linkList > li {
	float: left;
	margin: 30px 30px 0 0;
}
#notfoundContent .linkList > li.coursesLink {
	float: right;
	margin: 30px 0 0 0;
}
#notfoundContent .linkList > li > ul > li {
	margin-top: 10px;
}
#notfoundContent .linkList > li > ul > li a {
	padding-left: 17px;
	background: url(../images/com_ic005.gif) no-repeat 1px 0.15em;
}



/* clearfix
=========================================*/
#about #mainContents .networkMain:after,
#other #mainContents dl:after,
#other .for141113List:after,
#notfoundContent .linkList:after,
#other .for150225List:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#about #mainContents .networkMain,
#other #mainContents dl,
#other .for141113List,
#notfoundContent .linkList,
#other .for150225List {
	zoom: 1;
	display: block;	/* for safari firefox3 */
	min-height: 1%;  /* for IE 7*/
}
/* IE7 hacks */
*:first-child+html #about #mainContents .networkMain,
*:first-child+html #other #mainContents dl,
*:first-child+html #other .for141113List,
*:first-child+html #notfoundContent .linkList,
*:first-child+html #other .for150225List {
	display: inline-table;
}/* end hacks */



