@charset "utf-8";
/* CSS Document */


/*****************************************************************************
学科長
 *****************************************************************************/

.greeting .inner {
	padding-right: 250px;
}

.clearfix .yokyoColor {
	float: left;
	margin-bottom: 30px;
}

.depContents .clearfix .profile {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
}

.clearfix .text {
	clear: left;
}

@media screen and (max-width: 600px) {
	.greeting .inner {
		position: static;
		padding-right: 0;
	}
	.clearfix .yokyoColor {
		float: none;
	}
	.depContents .clearfix .profile {
		position: static;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	}
	.clearfix .text {
		clear: both;
		margin-top: 30px;
	}
}