@charset "utf-8";
/**************************************************************************************************/
/* for PC */
/*******/
.vpc { 
	display: block;
}
.vtb {
	display: none;
}
.vsp { 
	display: none;
}
.vPT {
	display: block;
}
.vTS {
	display: none;
}
/*******/
body {
	font: 15px/1.8 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* RESET */
h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul, li, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}
img, a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}
/*************************************************/
/* LINK */
/* 通常リンク */
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #5B3386;
}
a:hover {
	color: #999
}
a:active {
	color: #999;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/*************************************************/
/* H */
h1 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 120%;
	margin: 20px 0;
}
h2 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
	font-size: 21px;
	line-height: 150%;
	margin: 20px 0 40px 0;
	padding: 12px 30px 0 36px;
	color: #222;
	text-align: left;
}
/* H2 TITLE */
h2.titleH {
	background: url(../images/iH.png) no-repeat left 10px;
	background-size: 23px 34px;
}

/***/
h3 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif, ;
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	margin: 0 0 20px 0;
	padding: 2px 20px;
	color: #333;
}
h4 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	margin: 0 0 10px 0;
	color: #633;
}
h4.contact {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	margin: 0 0 5px 0;
	color: #333;
	background: url(../images/iBlue.png) no-repeat left 44%;
	background-size: 12px 12px;
	padding-left: 16px;
}
h5 {
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	margin: 10px 0 3px 0;
	color: #000;
}
.textS {
	font-size: 90%;
}
.textSS {
	font-size: 80%;
}
.textRed {
	color: #962900;
}
.textNavy {
	color: #2656B7;
}
.textGray {
	color: #666;
}
.textWhite {
	color: #FFF;
}
.textBlack {
	color: #000;
}
/* FLOAT */
.flLeft {
	float: left;
}
.flRight {
	float: right;
}
/* Text Align */
.anLeft {
	text-align: left;
}
.anRight {
	text-align: right;
}
.anCenter {
	text-align: center;
}
/* Margin */
.mT5 {
	margin-top: 5px;
}
.mT10 {
	margin-top: 10px;
}
.mT15 {
	margin-top: 15px;
}
.mT20 {
	margin-top: 20px;
}
.mT30 {
	margin-top: 30px;
}
.mT40 {
	margin-top: 40px;
}
.mT50 {
	margin-top: 50px;
}
.mT60 {
	margin-top: 60px;
}
.mT80 {
	margin-top: 80px;
}
.mT100 {
	margin-top: 100px;
}
.mT150 {
	margin-top: 150px;
}
.mT200 {
	margin-top: 200px;
}
.mB5 {
	margin-bottom: 5px;
}
.mB10 {
	margin-bottom: 10px;
}
.mB15 {
	margin-bottom: 15px;
}
.mB20 {
	margin-bottom: 20px;
}
.mB30 {
	margin-bottom: 30px;
}
.mB40 {
	margin-bottom: 40px;
}
.mB50 {
	margin-bottom: 50px;
}
.mB60 {
	margin-bottom: 60px;
}
.mB100 {
	margin-bottom: 100px;
}
.mL5 {
	margin-left: 5px;
}
.mL10 {
	margin-left: 10px;
}
.mL15 {
	margin-left: 15px;
}
.mL20 {
	margin-left: 20px;
}
.mL30 {
	margin-left: 30px;
}
.mL40 {
	margin-left: 40px;
}
.mL50 {
	margin-left: 50px;
}
.mL60 {
	margin-left: 60px;
}
.mR5 {
	margin-right: 5px;
}
.mR10 {
	margin-right: 10px;
}
.mR15 {
	margin-right: 15px;
}
.mR20 {
	margin-right: 20px;
}
.mR30 {
	margin-right: 30px;
}
.mR40 {
	margin-right: 40px;
}
.mR50 {
	margin-right: 50px;
}
.mR60 {
	margin-right: 60px;
}
/* Padding */
.pT5 {
	padding-top: 5px;
}
.pT10 {
	padding-top: 10px;
}
.pT15 {
	padding-top: 15px;
}
.pT20 {
	padding-top: 20px;
}
.pT30 {
	padding-top: 30px;
}
.pT100 {
	padding-top: 100px;
}
.pB5 {
	padding-bottom: 5px;
}
.pB10 {
	padding-bottom: 10px;
}
.pB15 {
	padding-bottom: 15px;
}
.pB20 {
	padding-bottom: 20px;
}
.pB30 {
	padding-bottom: 30px;
}
.pB100 {
	padding-bottom: 100px;
}
/* Width */
.w1 {
	width: 1px;
}
.w30 {
	width: 30px;
}
.w40 {
	width: 40px;
}
.w50 {
	width: 50px;
}
.w60 {
	width: 60px;
}
.w70 {
	width: 70px;
}
.w80 {
	width: 80px;
}
.w90 {
	width: 90px;
}
.w100 {
	width: 100px;
}
.w120 {
	width: 120px;
}
.w122 {
	width: 122px;
}
.w140 {
	width: 140px;
}
.w160 {
	width: 160px;
}
.w180 {
	width: 180px;
}
.w200 {
	width: 200px;
}
.w220 {
	width: 220px;
}
.w240 {
	width: 240px;
}
.w260 {
	width: 260px;
}
.w280 {
	width: 280px;
}
.w300 {
	width: 300px;
}
.w400 {
	width: 400px;
}
.w490 {
	width: 490px;
}
.w500 {
	width: 500px;
}
.w600 {
	width: 600px;
}
.w700 {
	width: 700px;
}
.w800 {
	width: 800px;
}
.w900 {
	width: 900px;
}
.w10pc {
	width: 10%;
}
.w20pc {
	width: 20%;
}
.w30pc {
	width: 30%;
}
.w40pc {
	width: 40%;
}
.w50pc {
	width: 50%;
}
.w60pc {
	width: 60%;
}
.w70pc {
	width: 70%;
}
.w80pc {
	width: 80%;
}
.w90pc {
	width: 90%;
}
.w100pc {
	width: 100%;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	display: block;
	zoom:1;
}
* html .clearfix {
	height: 1%;
}
/* Nowrap */
.nw {
	white-space: nowrap;
}
/*************************************************/
/* HEADER */
#header {
	width: 100%;
	height: 70px;
	padding: 0 0;
	margin: 0 0 0 0;
	line-height: 100%;
}
/* header Logo */
#header h1 {
	float: left;
	margin: 0 0;
	padding: 5px 0 0 5px;
	color: #000;
	font-size: 12px;
	font-family: Century Gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}
#header h1 img {
	width: 300px;
	height: auto;
}
#header a {
	text-decoration: none;
	color: #000;
}
#header a:hover {
	opacity: 1;
}
/* HEADER MENU */
.nav {
	padding: 0 0;
	margin: 0;
	text-align: center;
	height: 34px;
	border-bottom: 3px solid #5B3386;
}
.nav ul {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	padding: 10px 12px 7px 12px;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	line-height: 110%;
	vertical-align: top;
	min-width: 50px;
}
.nav ul li a {
	color: #000;
}
.nav ul li:hover {
	filter:	alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.nav ul li.english {
	padding: 10px 20px 6px 20px;
	background: #929CFF;
	margin-left: 30px;
}
.nav ul li.english a {
	color: #FFF;
}
.nav ul li.current a {
	color: #593987;
}
/*************************************************/
/* footer */
#footer {
	position: absolute;
	background: #402860;
	width: 98%;
	padding: 3px 1% 30px 1%;
	margin: 0 auto;
	text-align: center;
}
#footer p {
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
.footer-topF {
	position: absolute;
	width: 98%;
	padding: 3px 1% 30px 1%;
	margin: 0;
	text-align: center;
}
.footer-topF p {
	font-size: 12px;
	text-align: center;
	color: #000;
}
/*************************************************/
/* go to home */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
	z-index: 98;
}
#page-top a {
	background: #333 url(../images/iPagetop.png) no-repeat 50% 20%;
	background-size: 22px 27px;
	text-indent: -9999px;
	width: 70px;
	height: 70px;
	border-radius: 6px;
	display: block;
	opacity: 0.8;
}
#page-top a:hover {
	background: #666 url(../images/iPagetop.png) no-repeat 50% 10%;
	background-size: 22px 27px;
	opacity: 0.5;
}
/*************************************************/
/* CONTAINER */
.container {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
/* CONTENT */
.content {
	padding: 0 0;
	text-align: left;
	min-height: 300px;
}
.content a img:hover {
	opacity: 0.8;
}
.p10 {
	padding: 0 10px;
}
.p15 {
	padding: 0 15px;
}
.p20 {
	padding: 0 20px;
}
p.first-in {
	text-indent: 1rem;
}
/**************************/
/************************** PAGE **************************/
/* BACKGROUND */
.black-box {
	background: #FFF url(../images/bgP.png) no-repeat;
	background-position: top right;
	background-size: 20px auto;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
/* BACKGROUND */
.black-box-staff {
	background: #DDD url(../images/bgP.png) no-repeat;
	background-position: top right;
	background-size: 20px auto;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}


/*** Department Introduction ***/
img.chart01{
	width: 90%;
	height: auto;
}
/*** Staff Introduction ***/
h3.roll {
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 150%;
	margin: 0 0 20px 0;
	padding: 7px auto 0 auto;
	color: #FFF;
	background: #593987;
	width: 30%;
	height: 23px;
}
/* WRAPP */
div.staff {
	width: 100%;
	margin-bottom: 60px;
}
/* NAME */
div.staff h4.sta {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	margin: 0 0 10px 0;
	color: #222;
	/*float: left;*/
	width: 280px;
}
div.staff h4.sta::first-letter {
	color: #962900;
}
div.staff h4.sta span {
	font-weight: normal;
	font-size: 14px;
}
/* Prof. Photo */
div.staff p.prof {
	width: 19%;
	float: right;
	margin-right: 12%;
}
div.staff p.prof img {
	width: 100%;
	height: auto;
	border: 1px solid #999;
}
/* Associate Prof. Photo */
div.staff p.acprof {
	width: 17%;
	text-align: center;
	float: left;
	padding: 0 1% 0 0;
}
div.staff p.acprof img {
	width: 100%;
	height: auto;
	border: 1px solid #999;
	text-align: left;
}
/* Associate Professor Photo#2 */
div.staff p.acprof.Seco {
	margin: -40px 0 0 140px;
}
/* Associate Professor Photo#3 */
div.staff p.acprof.Thid {
	margin: -100px 0 0 0;
}
/* Lecturer Photo */
div.staff p.lecturer {
	width: 15%;
	text-align: center;
	float: left;
	padding: 0 2% 0 0;
}
div.staff p.lecturer img {
	width: 100%;
	height: auto;
	border: 1px solid #999;
	text-align: left;
}
/* Lecturer Flame */
div.staff div.assp {
	margin-left: 30%;
}
/* Pt. Lecturer Photo */
div.staff p.assprof {
	width: 15%;
	text-align: center;
	float: right;
	padding: 0 1% 0 0;
}
div.staff p.assprof img {
	width: 100%;
	height: auto;
	border: 1px solid #999;
	text-align: left;
}
/* ass. Prof. Photo#2 */
div.staff p.assprof.Seco {
	margin: -40px 100px 0 0;
}
/* ass. Prof. Photo#3 */
div.staff p.assprof.Thid {
	margin: -40px 0 0 0;
}
/* Profile 50% */
div.staff .p50 {
	width: 49%;
	padding: 0 0;
	margin: 0 1% 0 0;
}
/* Profile 50% S */
div.staff .p50s {
	width: 49%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* Profile 40% */
div.staff .p40 {
	width: 40%;
	padding: 0 0;
	margin: 0 1% 0 0;
}
/* Profile 40% S */
div.staff .p40s {
	width: 40%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* Profile 35% */
div.staff .p35 {
	width: 35%;
	padding: 0 0;
	margin: 0 3% 0 0;
}
/* Profile 35% S */
div.staff .p35s {
	width: 35%;
	padding: 0 0;
	margin: 0 3% 0 0;
	font-size: 12px;
}
/* Profile 30% */
div.staff .p30 {
	width: 30%;
	padding: 0 0;
	margin: 0 1% 0 0;
}
/* Profile 30% S */
div.staff .p30s {
	width: 30%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* Profile 25% S */
div.staff .p25s {
	width: 24%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* Profile 20% S */
div.staff .p20s {
	width: 19%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* Profile p S */
div.staff .ps {
	padding: 0 0;
	margin: 10px 0 0 0;
	font-size: 12px;
}
/* Profile flLEFT 50% */
div.staff div.flL50 {
	float: left;
	width: 49%;
	padding: 0 0;
	margin: 0 1% 0 0;
}
/* Profile flLEFT 50% S */
div.staff div.flL50s {
	float: left;
	width: 49%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* Profile flLEFT 40% */
div.staff div.flL40 {
	float: left;
	width: 40%;
	padding: 0 0;
	margin: 0 1% 0 0;
}
/* Profile flLEFT 40% S */
div.staff div.flL40s {
	float: left;
	width: 40%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* Profile flLEFT 35% */
div.staff div.flL35 {
	float: left;
	width: 35%;
	padding: 0 0;
	margin: 0 3% 0 0;
}
/* Profile flLEFT 35% S */
div.staff div.flL35s {
	float: left;
	width: 35%;
	padding: 0 0;
	margin: 0 3% 0 0;
	font-size: 12px;
}
/* Profile flLEFT 30% */
div.staff div.flL30 {
	float: left;
	width: 30%;
	padding: 0 0;
	margin: 0 1% 0 0;
}
/* Profile flLEFT 30% S */
div.staff div.flL30s {
	float: left;
	width: 30%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* Profile flLEFT 25% S */
div.staff div.flL25s {
	float: left;
	width: 24%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* Profile flLEFT 20% S */
div.staff div.flL20s {
	float: left;
	width: 19%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* Profile flRIGHT 50% */
div.staff div.flR50 {
	float: right;
	width: 49%;
	padding: 0 0;
	margin: 0 1% 0 0;
}
/* Profile flRIGHT 50% S */
div.staff div.flR50s {
	float: right;
	width: 49%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* Profile flRIGHT 40% */
div.staff div.flR40 {
	float: right;
	width: 40%;
	padding: 0 0;
	margin: 0 1% 0 0;
}
/* Profile flRIGHT 40% S */
div.staff div.flR40s {
	float: right;
	width: 40%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* Profile flRIGHT 35% */
div.staff div.flR35 {
	float: right;
	width: 35%;
	padding: 0 0;
	margin: 0 3% 0 0;
}
/* Profile flRIGHT 35% S */
div.staff div.flR35s {
	float: right;
	width: 35%;
	padding: 0 0;
	margin: 0 3% 0 0;
	font-size: 12px;
}
/* Profile flRIGHT 30% */
div.staff div.flR30 {
	float: right;
	width: 30%;
	padding: 0 0;
	margin: 0 1% 0 0;
}
/* Profile flRIGHT 30% S */
div.staff div.flR30s {
	float: right;
	width: 30%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* Profile flRIGHT 25% S */
div.staff div.flR25s {
	float: right;
	width: 24%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* Profile flRIGHT 20% S */
div.staff div.flR20s {
	float: right;
	width: 19%;
	padding: 0 0;
	margin: 0 1% 0 0;
	font-size: 12px;
}
/* ass. Prof. LAST */
div.staff div.Fourd {
	float: right;
	width: 55%;
	padding: 0 0;
	margin: -200px 1% 0 0;
}
/* personal profile */
div.personal {
	height: 0;
	margin-top: 0;
}
/* personal profile Last */
div.personalLast {
	height: 1px;
	margin-top: 100px;
}
/********* Result **********/
table.result {
	width: 90%;
}
table.result th,td {
	vertical-align: top;
	text-align: left;
}
table.result th {
	text-weight: bold;
	font-family: "Times New Roman", Times, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3";
	font-size: 18px;
	padding: 1px 2px 2px 2px;
}
table.result td {
	padding: 1px 2px 30px 2px;
}
table.result td ul li {
	list-style: disc inside;
	padding-bottom: 15px; 
}
/*******************/
/* LINK */
a.bwindow {
	padding-right: 20px;
	background: url(../images/ibWindow.png) no-repeat right 50%;
	background-size: 16px 11px;
}

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


/* LINE */
div.line {
	height: 1px;
	border-bottom: 1px dotted #999;
	margin: 50px 0;
}

/**************************************************************************************************/
/* TB */
@media only screen and (max-width: 980px) and (orientation: landscape) {
  /* Portrait Mode（Tate） */
	.container {
		min-height: ;
		max-height: ;
	}
}
@media only screen and (max-width: 980px) and (orientation: portrait) {
  /* Portrait Mode（Tate） */
	.container {
		min-height: ;
		max-height: ;
	}
}

@media only screen and (max-width: 980px) {
/*******/
	.vpc { 
		display: none;
	}
	.vtb {
		display: block;
	}
	.vsp { 
		display: none;
	}
	.vPT {
		display: block;
	}
	.vTS {
		display: block;
	}
/*******/
	body {
		width: 100%;
	}
/*******************/
/* H */
	h1 {
		font-weight: 500;
		font-size: 20px;
		line-height: 120%;
		margin: 22px 0;
		text-align: center;
	}
/*******************/
/* HEADER */
/* header Logo */
	#header h1 {
		margin: 0 0 0 0;
		color: #000;
		font-size: 11px;
		font-weight: normal;
	}
	#header .hMenu {
		margin: -15px 2px 0 0;
	}
	#header .hMenu ul li.buttonS img {
		margin: 8px 15px 0 15px;
	}
	/* HEADER MENU */
	.nav {
		padding: 10px 0;
		margin: 0;
		text-align: center;
		height: 40px;
	}
	.nav ul {
		width: 100%;
		text-align: center;
	}
	.nav ul li {
		padding: 12px 3px 15px 20px;
		font-size: 16px;
		min-width: auto;
	}
	.nav ul li a {
		font-weight: 300;
	}
/*************************************************/
/* go to home */
	#page-top a:hover {
		opacity: 0.8;
	}
/*************************************************/
	.container {
		width: 100%;
	}
	.content {
		width: 90%;
		padding: 0 5%;
	}
	.content a img:hover {
		opacity: 1;
	}
	.p10 {
		padding: 0 10px;
	}
	.p15 {
		padding: 0 15px;
	}
	.p20 {
		padding: 0 20px;
	}
/*************************************************/

	.mL5 {
		margin-left: 0;
	}
	.mL10 {
		margin-left: 0;
	}
	.mL15 {
		margin-left: 0;
	}
	.mL20 {
		margin-left: 0;
	}
	.mL30 {
		margin-left: 0;
	}
	.mL40 {
		margin-left: 0;
	}
	.mL50 {
		margin-left: 0;
	}
	.mL60 {
		margin-left: 0;
	}
	.mR5 {
		margin-right: 0;
	}
	.mR10 {
		margin-right: 0;
	}
	.mR15 {
		margin-right: 0;
	}
	.mR20 {
		margin-right: 0;
	}
	.mR30 {
		margin-right: 0;
	}
	.mR40 {
		margin-right: 0;
	}
	.mR50 {
		margin-right: 0;
	}
	.mR60 {
		margin-right: 0;
	}

/*** Page-top ***/
	#page-top a {
		background: #666 url(../images/iPagetop.png) no-repeat 50% 20%;
		background-size: 22px 27px;
		text-indent: -9999px;
		width: 70px;
		height: 70px;
		border-radius: 6px;
		display: block;
		opacity: 0.8;
	}
	#page-top a:hover {
		background: #666 url(../images/iPagetop.png) no-repeat 50% 20%;
		background-size: 22px 27px;
		opacity: 0.8;
	}

}
/**************************************************************************************************/
/* SP */
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* Portrait Mode（TATE） */
	.container {
		min-height: ;
		max-height: ;
	}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* Portrait mode（TATE） */
	.container {
		min-height: ;
		max-height: ;
	}
}
@media only screen and (max-width: 767px) {
/*******/
	.vpc { 
		display: none;
	}
	.vtb {
		display: none;
	}
	.vsp { 
		display: block;
	}
	.vPT {
	display: none;
	}
	.vTS {
		display: block;
	}
/*******/
	body {
		overflow-x: hidden;
		width: 100%;
	}
/*******/
	a:hover, a:active {
		color:#5B3386;
	}
	a:link, a:visited {
	color: #5B3386;
	}
/*******/
/* H */
	h1 {
		font-weight: 500;
		font-size: 18px;
		line-height: 120%;
		margin: 22px 0 50px 0;
	}
	h2 {
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
		font-weight: bold;
		font-size: 18px;
		line-height: 150%;
		margin: 20px 0 30px 0;
		padding: 12px 5px 0 34px;
		color: #222;
		text-align: left;
	}
/*******/
/* HEADER */
	#header {
		height: 50px;
		border-bottom: none;
		background: #FFF;
	}
/* header Logo */
	#header h1 {
		margin: 0 0 0 0;
		color: #000;
		font-size: 9px;
		font-weight: normal;
	}
	#header h1 img {
		width: 240px;
		height: auto;
	}
	#header .global_menu {
		float: right;
		padding: 5px 10px 5px 5px;
		margin: 5px 0 0 0;
	}
	#header .global_menu img {
		width: 30px;
		height: 30px;
	}
/* HEADER MENU */
	/*** GLOBALnavi ***/
	#globalNavi {
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		display: none;
		background-color: #111;
		filter: alpha(opacity=9);
		-moz-opacity: 0.9;
		opacity: 0.9;
		 filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		opacity: 0.9;
		color: #fff;
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#globalNavi ul {
		margin: 10px 0;
		padding: 0;
	}
	#globalNavi li {
		text-indent: 0;
		float: left;
		width: 88%;
		margin: 2% 2%;
		padding: 1% 2% 0 4%;
		border: 1px solid #ccc;
		font-size: 14px;
		text-align: center;
		-webkit-text-size-adjust: none;
		line-height: 100%;
		height: 50px;
	}
	#globalNavi li a {
		display: block;
		width: auto;
		height: auto;
		color: #FFFFFF;
		padding: 15px 2%;
	}
	#globalNavi li:hover {
		filter:	alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;	
	}
	.nav {
		padding: 0 0 0 0;
	}
	.nav ul li.english {
		padding: 0 0 0 0;
		background: inherit;
		margin-left: inherit;
	}
	.nav ul li.english a {
		color: inherit;
	}
	.nav ul li.current a {
		color: inherit;
	}
	.b_list_close {
		margin: 0;
		padding: 15px 0 15px 20px;
		background: #000 url(../images/bMenuSPclose.png) no-repeat 30% 50%;
		background-size: 24px 24px;
		color: #FFF;
	}
/*************************************************/
/* footer */
	#footer {
		background: #402860;
		width: 98%;
		padding: 3px 1% 50px 1%;
		margin: 0;
	}
	#footer p {
		text-align: center;
	}
/*************************************************/
	.container {
		width: 100%;
		text-align: center;
	}
	.content {
		padding: 10px 4% 0 3%;
		width: 93%;
		min-height: 200px;
	}
	.p10 {
		padding: 0 10px;
	}
	.p15 {
		padding: 0 10px;
	}
	.p20 {
		padding: 0 10px;
	}
/*************************************************/
/* PAGE */
/* NACKGROUND */
	.black-box {
		background: #FFF url(../images/bgP.png) no-repeat;
		background-position: top right;
		background-size: 10px auto;
		height: 100%;
		padding: 0;
		margin: 0;
	}
/*******************/
/*** Department Introduction ***/
	img.chart01{
		width: 100%;
		height: auto;
	}
/*** Staff Introduction ***/
	h3.roll {
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
		line-height: 150%;
		margin: 40px 0 40px 0;
		padding: 7px auto 0 auto;
		color: #FFF;
		background: #593987;
		width: 90%;
		height: 23px;
	}
	/* WRAPP */
	div.staff {
		width: 100%;
		margin-bottom: 60px;
	}
	/* Name */
	div.staff h4.sta {
		font-weight: bold;
		font-size: 16px;
		line-height: 120%;
		margin: 10px 0 10px 0;
		width: auto;
	}
	div.staff h4.sta span {
		font-weight: normal;
		font-size: 14px;
	}
	/* prof. Photo */
	div.staff p.prof {
		width: 60%;
		float: none;
		margin: 0 20% 0 20%;
	}
	/* Associate Prof. Photo */
	div.staff p.acprof {
		width: 60%;
		padding: 0 20% 0 20%;
		margin: 0 0 0 0;
		float: none;
	}
	/* Associate Prof. Photo#2 */
	div.staff p.acprof.Seco {
		margin: 0 0 0 0;
	}
	/* Associate Prof. Photo#3 */
	div.staff p.acprof.Thid {
		margin: 0 0 0 0;
	}
	/* pt. Lecturer Photo */
	div.staff p.lecturer {
		width: 50%;
		text-align: center;
		float: none;
		padding: 0 25% 0 25%;
	}
	div.staff p.lecturer img {
		width: 100%;
		height: auto;
		border: 1px solid #999;
		text-align: center;
	}
	/* pt. Lecturer flame */
	div.staff div.assp {
		margin-left: 0;
	}
	/* pt. Lecturer Photo */
	div.staff p.assprof {
		width: 50%;
		text-align: center;
		float: none;
		padding: 0 25% 0 25%;
	}
	div.staff p.assprof img {
		width: 100%;
		height: auto;
		border: 1px solid #999;
		text-align: left;
	}
	/* ass. Prof. Photo#2 */
	div.staff p.assprof.Seco {
		margin: 0 0 0 0;
	}
	/* ass. Prof. Photo#3 */
	div.staff p.assprof.Thid {
		margin: 0 0 0 0;
	}
	/* Profile 50% */
	div.staff .p50 {
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile 50% S */
	div.staff .p50s {
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile 40% */
	div.staff .p40 {
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile 40% S */
	div.staff .p40s {
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile 35% */
	div.staff .p35 {
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile 35% S */
	div.staff .p35s {
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile 30% */
	div.staff .p30 {
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile 30% S */
	div.staff .p30s {
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile 25% S */
	div.staff .p25s {
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile 20% S */
	div.staff .p20s {
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile p S */
	div.staff .ps {
		width: 100%;
		padding: 0 0;
		margin: 10px 0 0 0;
		font-size: 12px;
	}
	/* Profile flLEFT 50% */
	div.staff div.flL50 {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flLEFT 50% S */
	div.staff div.flL50s {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flLEFT 40% */
	div.staff div.flL40 {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flLEFT 40% S */
	div.staff div.flL40s {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flLEFT 35% */
	div.staff div.flL35 {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flLEFT 35% S */
	div.staff div.flL35s {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flLEFT 30% */
	div.staff div.flL30 {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flLEFT 30% S */
	div.staff div.flL30s {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flLEFT 25% S */
	div.staff div.flL25s {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flLEFT 20% S */
	div.staff div.flL20s {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flRIGHT 50% */
	div.staff div.flR50 {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flRIGHT 50% S */
	div.staff div.flR50s {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flRIGHT 40% */
	div.staff div.flR40 {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flRIGHT 40% S */
	div.staff div.flR40s {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flRIGHT 35% */
	div.staff div.flR35 {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flRIGHT 35% S */
	div.staff div.flR35s {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flRIGHT 30% */
	div.staff div.flR30 {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flRIGHT 30% S */
	div.staff div.flR30s {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flRIGHT 25% S */
	div.staff div.flR25s {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* Profile flRIGHT 20% S */
	div.staff div.flR20s {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* ass. Prof. LAST */
	div.staff div.Fourd {
		float: none;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0 0;
	}
	/* personal profile */
	div.personal {
		height: 1px;
		margin-top: 50px;
	}
	/* margin none */
	div.staff .mT40 {
		margin-top: 0;
	}




}