@charset "UTF-8";
/* !layout all
---------------------------------------------------------- */

/* !common header
---------------------------------------------------------- */
body #kandaicommon_header{
	height:42px;
	background-position:bottom left;
	background-color:#fff;
}
body #kandaicommon_header img.kandaicommon_title{
	padding:8px 0 0 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
body #kandaicommon_header ul#kandaicommon_navi{
	width:155px;
	height:42px;
	overflow: hidden;
}
body #kandaicommon_header ul#kandaicommon_navi li{
	padding:6px 0 0 0;
}
body #kandaicommon_header ul#kandaicommon_navi li { float: left;}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi01{
	display:none;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi02{
	width:88px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi03{
	width:67px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi04{
	width:92px;
}
	body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi04 a{
		margin-left:58px;
	}	



/* common */
.headerLogo01 {
	width: 100%;
	max-width: none;
	margin-bottom: 12px;
}
.headerTool01 {
	width: 100%;
	max-width: none;
}

.accessList01 {
	float: right;
	margin-left: 10px;
	padding: 4px 0;
	overflow: hidden;
}
	.accessList01 li { float: left;}
	
		.accessList01 a {
			display: inline-block;
			position: relative;
			padding-left: 16px;
			color: #000;
			text-decoration: none;
		}
			.accessList01 li.japanese a:before {
				content: "";
				position: absolute;
				top: 6px;
				left: 0;
			}
				.accessList01 li.japanese a:before {
					width: 11px;
					height: 11px;
					background: url(../../common/img/ico_link01_sp.gif) 0 0 no-repeat;
					-webkit-background-size: 11px 11px;
					background-size: 11px 11px;
				}

a.pageTopMid {
	width: 92px;
	background: url(../img/common/pagetop.gif) no-repeat 0px 0px;
}

#sub {
	border-top-width: 0px;
}

div.footerPath01 ,
div.footerIn01 {
	background-color: #000000;
}

#footer div.contactBox01 {
	max-width: 100%;
}


/* toppage */
#en_index div#en-promotion {
	margin: 0 0 10px;
}
#en_index div.en-title {
	padding: 16% 5%;
	text-align: center;
}
#en_index ul.faculty_image {
	margin-top: 3%;
}
#en_index ul.faculty_image li {
	width: 78%;
	max-width: 339px;
	margin: 0 auto 5px;
	text-align: center;
}
#en_index ul.faculty_image li:last-child {
	margin-bottom: 0px;
}


/* undergraduate */
div.undergraduate div.curriculum_system h3 {
	margin-bottom: 2px;
	font-size: 116%;
	font-weight: bold;
}
div.undergraduate div.curriculum_system h3 span {
	display: inline-block;
	margin-right: 5px;
	padding-bottom: 1px;
	vertical-align: middle;
	font-size: 86%;
	font-weight: normal;
}
div.undergraduate div.curriculum_system p {
	margin-bottom: 10px;
}
div.undergraduate div.curriculum_detail h3.curriculum_m,
div.undergraduate div.curriculum_detail h3.curriculum_s,
div.undergraduate div.curriculum_detail h3.curriculum_c {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 4%;
	padding: 0px 10px 0px 13px;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
}
div.undergraduate div.curriculum_detail h3.curriculum_m span,
div.undergraduate div.curriculum_detail h3.curriculum_s span,
div.undergraduate div.curriculum_detail h3.curriculum_c span {
	display: block;
	min-height: 32px;
	padding: 4px 0px 3px;
}
div.undergraduate div.curriculum_detail h3.curriculum_m {
	background-color: #ef78a0;
}
div.undergraduate div.curriculum_detail h3.curriculum_s {
	background-color: #d7a851;
}
div.undergraduate div.curriculum_detail h3.curriculum_c {
	background-color: #62bae5;
}


/* graduate */
div.graduate div.titlepane + div.section {
	word-break: break-word;
}
div.graduate div.titlepane + div.section a.page {
	margin-left: 3px;
}
div.graduate div.research_area h3 {
	margin-bottom: 2px;
	font-size: 116%;
	font-weight: bold;
}

div.graduate img.atmark{
	vertical-align: middle;
}

/* staff */
div.staff div.titlepane + div.section {
	margin-top: 7%;
}
div.staff ul.staff_anchior {
		overflow: hidden;
		padding: 11px 17px 6px;
		border: 0px solid #d0d0d0;
		background-color: #eeeeee;
}
div.staff ul.staff_anchior li {
	float: left;
	width: auto;
	padding-right: 3%;
	padding-bottom: 5px;
}
div.staff ul.staff_anchior li a {
	position: relative;
	padding-left: 20px;
}
div.staff ul.staff_anchior li a:before {
	content: "";
	top: 3px;
	left: 5px;
	width: 11px;
	height: 11px;
	position: absolute;
	background-image: url(../../common/img/ico_link10_sp.gif);
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
div.staff table th a {
	padding-left: 0px;
	text-indent: 16px;
}



/* !layout tablet
---------------------------------------------------------- */
@media only print, screen and (min-width : 641px) {

/* !common header
---------------------------------------------------------- */
body #kandaicommon_header{
	width:100%;
	height:25px;
	line-height:0;
	font-size:0;
	text-align:left;
}
body #kandaicommon_header img.kandaicommon_title{
	float:left;
	width:121px;
	height:25px;
	padding-top: 0px;
}
body #kandaicommon_header ul#kandaicommon_navi{
	float:right;
	width:307px;
	height:25px;
	margin:0;
	padding:0;
	list-style:none;
}
body #kandaicommon_header ul#kandaicommon_navi li{
	float:left;
	margin:0;
	padding:7px 0 0 0;
	display:block;
}
body #kandaicommon_header ul#kandaicommon_navi li img{
	border:none;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi01{
	display: list-item;
	width:60px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi02{
	width:88px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi03{
	width:67px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi04{
	width:92px;
}
	body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi04 a{
		margin-left:0px;
	}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi05{
	width:98px;
}

/* common */
#header {
	padding-top: 18px;
}
.headerIn01 {
	margin: 0 auto 8px;
}
.headerLogo01 {
	width: 57%;
}
.headerTool01 {
  width: 43%;
}
div.footerPath01 ,
div.footerIn01 {
	background-color: transparent;
}


/* toppage */
#en_index div#en-promotion {
	margin-bottom: 5%;
}
#en_index div.en-title {
	padding: 250px 5%;
}
#en_index ul.faculty_image {
	margin-top: 13px;
}
#en_index ul.faculty_image li {
	float: left;
	width: 50%;
	max-width: none;
	margin: 0px;
	padding-right: 0.25%;
}
#en_index ul.faculty_image li:last-child {
	padding-right: 0%;
	padding-left: 0.25%;
}


/* undergraduate */
div.undergraduate h2.h2_basic01 {
	margin-bottom: 18px;
}
div.undergraduate div.curriculum_detail h3.curriculum_m,
div.undergraduate div.curriculum_detail h3.curriculum_s,
div.undergraduate div.curriculum_detail h3.curriculum_c {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 20px;
	padding: 0px 10px 0px 13px;
	font-size: 133.3%;
	font-weight: bold;
	color: #ffffff;
}
div.undergraduate div.curriculum_detail h3.curriculum_m span,
div.undergraduate div.curriculum_detail h3.curriculum_s span,
div.undergraduate div.curriculum_detail h3.curriculum_c span {
	display: block;
	min-height: 36px;
	padding: 7px 0px 5px;
}
div.undergraduate div.curriculum_detail h3.curriculum_m {
	background-color: #ef78a0;
}
div.undergraduate div.curriculum_detail h3.curriculum_m span {
	background: url(../ug/img/ug_title_media.gif) no-repeat right center transparent;
	-webkit-background-size: contain;
	background-size: contain;
}
div.undergraduate div.curriculum_detail h3.curriculum_s {
	background-color: #d7a851;
}
div.undergraduate div.curriculum_detail h3.curriculum_s span {
	background: url(../ug/img/ug_title_sysytem.gif) no-repeat right center transparent;
	-webkit-background-size: contain;
	background-size: contain;
}
div.undergraduate div.curriculum_detail h3.curriculum_c {
	background-color: #62bae5;
}
div.undergraduate div.curriculum_detail h3.curriculum_c span {
	background: url(../ug/img/ug_title_computing.gif) no-repeat right center transparent;
	-webkit-background-size: contain;
	background-size: contain;
}
div.undergraduate div.curriculum_system h2 {
	margin-bottom: 26px;
}


/* graduate */


/* staff */
div.staff div.titlepane + div.section {
	margin-top: 40px;
}
div.staff ul.staff_anchior li a:before {
	background-image: url(../../common/img/ico_link10.gif);
	-webkit-background-size: 100% 22px;
	background-size: 100% 22px;
}

div.staff ul.staff_anchior li {
	float: left;
	width: auto;
	padding-right: 36px;
}
div.staff ul.staff_anchior li a:before {
	content: "";
	top: 1px;
}

}

/* !layout pc
---------------------------------------------------------- */
@media only print, screen and (min-width : 801px) {

/* common */

.headerLogo01 {
	width: 647px;
	max-width: 647px;
}
.headerTool01 {
  width: 128px;
  max-width: 128px;
}

.accessList01 {
  margin-top: 20px;
}
.accessList01 a {
	display: block;
	height: 11px;
	background: url(../img/common/en_access01.png) 0 0 no-repeat;
	padding-left: 0;
	text-indent: -999px;
	overflow: hidden;
}
.accessList01 li.japanese a {
	width: 82px;
	background-position: 0 0;
}
.accessList01 li.japanese a:hover,
.accessList01 li.japanese a.current,
.accessList01 li.japanese a.current:hover { background-position: 0 -11px;}

.accessList01 li.japanese a:before {
	display: none;
}

.pageTop {
	width: 980px;
	margin: 0 auto;
}
.pageTop a {
	width: 124px;
	background: url(../img/common/pagetop01.gif) 0 0 no-repeat;
}
	.pageTop a:hover { background-position: 0 -41px;}

#footer div.footerIn01 {
	padding: 20px 0px 21px;
}


/* toppage */
#main_contents.en_index {
	padding-bottom: 20px;
}
#en_index .section {
	margin: 50px 0 0;
}
#en_index div#en-promotion {
	margin-bottom: 46px;
}
#en_index div.ttlInfo01 {
	padding-top: 0;
}
#en_index div.en-title {
	padding: 304px 0 0;
	text-align: center;
}
#en_index div.en-title h1 img {
	padding-right: 7px;
}
#en_index ul.faculty_image {
	width: 700px;
}
#en_index ul.faculty_image li {
	float: left;
	width: 350px;
	padding-right: 1px;
}
#en_index ul.faculty_image li:last-child {
	padding-right: 0px;
	padding-left: 1px;
}
#en_index ul.campus_guide li {
	margin-bottom: 4px;
}


/* undergraduate */
div.undergraduate div.section_m {
	margin-top: 29px;
}
div.undergraduate div.curriculum_detail h3.curriculum_m,
div.undergraduate div.curriculum_detail h3.curriculum_s,
div.undergraduate div.curriculum_detail h3.curriculum_c {
	width: 680px;
}


/* graduate */
div.graduate div.titlepane + div.section a.page:before {
	top: 5px;
}


/* staff */
div.staff div.titlepane + div.section {
	margin-top: 50px;
}
div.staff ul.staff_anchior li a:hover:before { background-position: 0 -11px;}
div.staff ul.staff_anchior li a:hover { color: #a40000;}

}
