/*====================================================================================================
  ABOUT
====================================================================================================*/

/*** ABOUT ******************************************************************/

/* INDEX */
#subpage .about-box {
	clear:both;
	margin:0 2%;
	padding:50px 300px 50px 0;
	background:url(../../about/image/abou1.jpg) no-repeat right center;
}
#subpage .about-box .catch {
	margin:0 0 20px;
}
#subpage .about-box p {
	text-shadow:
	-1px -1px 0px #FFF,
	1px -1px 0px #FFF,
	1px 1px 0px #FFF,
	-1px 1px 0px #FFF;
}

/* HISTORY */
#subpage .history {
	clear:both;
	margin:2%;
}
#subpage .history dl {
	width:98%;
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #DDD;
}
#subpage .history dl:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#subpage .history dt { float:left; width:17%; font-size:13px;}
#subpage .history dd { float:right; width:80%; padding-left:2%; border-left:1px dotted #CCC;}


/*** POLICY *****************************************************************/


/*** GREETING ***************************************************************/


/*====================================================================================================
　CURRICULUM
====================================================================================================*/

/*** INDEX ******************************************************************/


/*** GROUP ******************************************************************/


/*** SUBJECT ****************************************************************/
#subpage table.subject {
	width:96.1%;
}
#subpage table.subject ul {
	float:left;
	width:50%;
}
#subpage table.subject ul li {
	margin: 1% 0 1% 2%;
	padding-left:20px;
	width:94%;
	background:url(../image/list-arrow.gif) no-repeat left 5px;
}
#subpage table.subject ul li.b-none { padding-left:0; background:none;}

/*** CAPABILITIES ***********************************************************/


/*** ABROAD *****************************************************************/

/* INTERNATIONAL STUDENT VOICE*/
#subpage .abroad_voice {
	margin:20px 2%;
	padding:5%;
	background:#EFEFE8;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#subpage .abroad_voice h3 {
	margin:0;
	padding:0;	
	border:none;
	background:none;
}
#subpage .abroad_voice .box {
	clear:both;
	margin:15px 0 0;
	padding:30px;
	background:#FFF;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#subpage .abroad_voice .box:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
#subpage .abroad_voice .box h4 {
	clear:none;
	margin:0;
	padding:0 0 5px;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 200%;
	line-height:120%;
	border:none;
	background:none;
}
#subpage .abroad_voice .box h5 {
	padding:0 0 10px;
	font-weight:normal;
}
#subpage .abroad_voice .box p {
}


/* INTERNATIONAL STUDENT INTERVIEW*/

#subpage .interview {
	margin:20px 2%;
	padding:5%;
	background:#EFEFE8;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#subpage .interview:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
#subpage .interview h3 {
	clear:none;
	margin:0;
	padding:0 0 5px;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 200%;
	line-height:120%;
	border:none;
	background:none;
}
#subpage .interview .box {
	clear:both;
	margin:2% 0 0;
	padding:3% 2%;
	background:#FFF;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#subpage .interview .box h4 {
	margin:0;
	padding: 0 0 15px 35px;
	background:url(../../curriculum/image/interview-tit2.jpg) no-repeat 10px top;
	border:none;
	border-bottom:1px solid #EFEFE8;
}
#subpage .interview .box .comment {
	margin:0 2%;
	padding:20px 20px 0;
}
#subpage .interview .box .comment p {
	padding: 0 0 10px;
}



/*** COOPERATION ************************************************************/


/*====================================================================================================
  STAFF
====================================================================================================*/

/*** LIST *******************************************************************/

#subpage .staff-list {}
#subpage .staff-list .box {
	float:left;
	margin:2% 2% 30px;
	padding:0;
	width:29%;
	height:100px;
}
#subpage .staff-list .box a {
	color:#000;
	text-decoration:none;
}
#subpage .staff-list .box h4 {
	clear:none;
	margin:0;
	padding:10px;
	font-size:19px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#000;
	line-height:100%;
	border:none;
	background:url(../image/staff-aroow.gif) no-repeat right center;
}
#subpage .staff-list .box h4 b {
	display:block;
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
}
#subpage .staff-list .box p {
	padding:5px 10px;
	color:#555;
	font-size:13px;
	background:#F6F6F6;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}


/*** DETAIL *****************************************************************/

#subpage .staff-detail {}
#subpage .staff-detail .box {
	clear:both;
	margin:20px 2% 40px;
	padding-bottom: 30px;
	width:96%;
	border-bottom:1px solid #EEE;
}
#subpage .staff-detail .box:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#subpage .staff-detail .box h3 {
	clear:none;
	margin:5px 0 30px;
	padding: 0;
	font-size:220%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#000;
	line-height:100%;
	background:none;
	border-bottom:none;
}
#subpage .staff-detail .box h3 b {
	display:block;
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
}
#subpage .staff-detail .box p {
	margin: 0;
	padding:5px 0 15px 120px;
}
#subpage .staff-detail .box p.item1 { background:url(../image/staff-icon1.gif) no-repeat left top;}
#subpage .staff-detail .box p.item2 { background:url(../image/staff-icon2.gif) no-repeat left top;}
#subpage .staff-detail .box p.item3 { background:url(../image/staff-icon3.gif) no-repeat left top;}
#subpage .staff-detail .box p.item4 { background:url(../image/staff-icon4.gif) no-repeat left top;}
#subpage .staff-detail .box p.item5 { background:url(../image/staff-icon5.gif) no-repeat left top;}
#subpage .staff-detail .box p.item6 { background:url(../image/staff-icon6.gif) no-repeat left top;}
#subpage .staff-detail .box .comment { padding:30px 0 0; }


/*====================================================================================================
  CAMPUS
====================================================================================================*/

/*** INDEX ******************************************************************/


/*** SPORT CLUB *************************************************************/


/*** SCHEDULE ***************************************************************/

.schedule {
	margin:0 auto;
	width:90%;
	border-top:1px solid #EEE;
}
.schedule th, .schedule td {
	position:relative;
	padding:10px 10px;
	border-bottom:1px solid #EEE;
}
.schedule td img {
	z-index:9999;
	position:absolute;
	top:-10px;
	right:0px;
}


/*** VOICE ******************************************************************/
#subpage #voice {}
#subpage #voice .box {
	position:relative;
	margin:20px 2%;
	padding:3%;
	width:89.5%;
	background:#FFFDF5;
	border:1px solid #EFEEE3;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#subpage #voice .box:after {
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#subpage #voice .box h3 {
	position:absolute;
	top:15px;
	left:-1px;
	clear:none;
	margin:0;
	padding:0;
	width:80px;
	height:27px;
	border:none;
	background:url(../../campus/image/fukidashi.png) no-repeat;
}
#subpage #voice .box h3 b {
	display:block;
	padding-top:4px;
	font-size:80%;
	text-align:center;
}
#subpage #voice .box h4 {
	clear:none;
	margin:0;
	padding:0 0 10px 70px;
	color:#FF7F00;
	border:none;
	background:none;
	border-radius: 0; /* CSS3 */
	-webkit-border-radius: 0; /* Safari,Google Chrome */
	-moz-border-radius: 0;/* Firefox */
	overflow:hidden;
}


/*====================================================================================================
  EMPLOYMENT
====================================================================================================*/
/*====================================================================================================
  EMPLOYMENT
====================================================================================================*/



ul.flow { margin:0 auto 50px; width:90%;}
ul.flow li {
	position:relative;
	margin:10px 0 30px;
	padding:10px;
	border:2px solid #0158A7;
	box-sizing:border-box;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
ul.flow li.end:after { display:none;}
ul.flow li:after {
	position:absolute;
	right:50%;
	bottom:-20px;
	width:18px;
	height:11px;
	content:"";
	background:url(../image/flow-arrow.gif) no-repeat;
	z-index:999;
}

/*====================================================================================================
  LECTURE
====================================================================================================*/

#subpage .lecture-list {
	clear:both;
	margin:0 2%;
}
#subpage .lecture-list dl {
	width:98%;
	margin:0 0 10px;
	padding:0 1%;
}
#subpage .lecture-list dl:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#subpage .lecture-list dt {
	float:left;
	width:18%;
	font-size:13px;
	background:url(../image/link-arrow.gif) no-repeat right 2px;
}
#subpage .lecture-list dd {
	float:right;
	width:80%;
}

#subpage .s-ar{ margin:0 0 15px; padding:0 0 15px; position:relative;}
#subpage .s-ar:after{
	position:absolute;
	content:'';
	background:url(../image/s-arrow.png) no-repeat;
	width:18px;
	height:10px;
	bottom:0;
	left:20px;
}

/*====================================================================================================
  DENSHI JN
====================================================================================================*/

.e-icn{ padding:1px 5px 0 0; vertical-align:top;}
.e-icn2{ padding:0 0 0 15px; vertical-align:top;}
.e-icn3{ vertical-align:middle;}

/*====================================================================================================
  SYOKAN
====================================================================================================*/

.syokan{}

.syokan p.theme{
	display:block;
	width:90px;
	margin-bottom:20px;
	padding:10px 10px;
	font-size:130%;
	font-weight:bold;
	color:#FFF;
	background:#569235;
	text-align:center;
	box-sizing:border-box;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;

}
.syokan p.theme2{ font-size:180%; font-weight:bold;}

/*====================================================================================================
  CAMPASU MENU
====================================================================================================*/

.campus_pl{ margin: 0 auto 50px; width: 96%;}
.campus_pl:after { /* float clear*/ display:block; clear:both; content:"";}
.campus_pl p{ width: 49%; text-align: center;}
.campus_pl p:nth-child(1){ margin-right: 1%; float:left;}
.campus_pl p:nth-child(2){ margin-left: 1%;float:right;}
.campus_pl p a{
	display: block; padding: 10px 0; color: #569235; text-decoration: none;
	border: #569235 1px solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.campus_pl p a:hover{
	color: #FFF;
	background: #569235;
}
