@charset "utf-8";

/* ==================================================================
	common.css
	
=================================================================== */

/* =================================
   ■ 共通
================================== */

#breadcrumb{
	margin:10px 0;
}

#breadcrumb div{
	display:inline-block;
	margin:0 5px;
}



#main h2.entry-title{
	overflow:hidden;
	position:relative;
	margin-left:-25px;
	min-height:30px;
	margin-bottom:25px;
	padding:0 10px 0 0px;
	background:url(../images/common/title.gif) 0 0 no-repeat;
	font-size:200%;
	color:#82ae40;
	line-height:1.2
}

#main h2.entry-title span{
	display:block;
	margin-left:60px;
	padding:11px 0 11px 0px;
	border-top:1px solid #9DBC61;
	border-bottom:1px solid #9DBC61;
}

#main #content.wide h2.entry-title{
	margin-left:0;
}

#main h3,
#main h4{
	font-size:150%;
	color:#82ae40;
	font-weight:700;
	margin-bottom:15px;
	padding:0 5px 5px 5px;
	border-bottom:1px solid #cccccc;
}

#main h4 a{
	color:#82ae40;
}

/* =================================
   ■ sitemap
================================== */
#sitemap {
	margin-left:15px;

}

#sitemap ul li{
	margin-left:15px;
	padding:8px 2px;
}

#sitemap ul li li{
	padding:8px 2px;
	border-bottom:0;
	border-bottom:1px solid #ccc;
}

#sitemap ul li li li{
	padding:4px 2px;
	border-bottom:0;
}

/* =================================
   ■ home
================================== */

/* --------------------------------
   □ #accent
-------------------------------- */ 
body.home #accent{
	overflow:hidden;
}

body.home #accent ul.visual{
	display:inline;
	float:left;
	width:835px;
}

body.home #accent ul.navi{
	display:inline;
	float:right;
	width:183px;
}

body.home #accent ul.navi li{
	margin-bottom:5px;
}


/* --------------------------------
   □ #chapter
-------------------------------- */ 
body.home #main #content{
	margin-left:0;
}

body.home #main .chapter h2{
	margin-bottom:15px;
}


body.home #main .chapter p.link{
	position:relative;
	margin-top:-15px;
	margin-bottom:0;
	padding-bottom:15px;
}
body.home #main .chapter p.link2{
	position:relative;
	margin-top:-15px;
	margin-bottom:0;
	padding-bottom:15px;
}
body.home #main .chapter p.link a{
	position:absolute;
	top:-32px;
	right:5px;
	color:#333;
	padding-left:15px;
	background:url(../images/common/icon/arrow/green-square.gif) 0 50% no-repeat;
}
#pdf_research {
	position:absolute;
	top:-32px;
	right:85px;
	color:#333;
	width:85px;
	padding-left:15px;
	background:url(../images/common/icon/arrow/green-square.gif) 0 50% no-repeat;
}
#pdf_research2 {
	position:absolute;
	top:-32px;
	right:5px;
	color:#333;
	width:85px;
	padding-left:15px;
	background:url(../images/common/icon/arrow/green-square.gif) 0 50% no-repeat;
}
/* --------------------------------
   □ #comingEvents
-------------------------------- */ 

#comingEvents,#campusBoard{
	margin-bottom:13px;
}

#comingEvents ul.tabInterface,#campusBoard ul.tabInterface{
	overflow:hidden;
	margin-bottom:13px;
}

#comingEvents ul.tabInterface li,#campusBoard ul.tabInterface li{
	display:inline;
	float:left;
	width:102px;
	border-right:1px solid #95b856;
	border-bottom:1px solid #95b856;
}

#comingEvents ul.tabInterface li:last-child,#campusBoard ul.tabInterface li:last-child{
	border-right:0;
}

#comingEvents ul.tabInterface li a,#campusBoard ul.tabInterface li a{
	display:block;
	color:#95b856;
	padding:8px 0;
	text-align:center;
	font-size:12px;
	line-height:1;
}

#comingEvents ul.tabInterface li.ui-tabs-selected a,#campusBoard ul.tabInterface li.ui-tabs-selected a{
	color:#fff;
	background:#95b856;

}
#comingEvents .section,#campusBoard .section{
	border:2px solid #82ae40;
	padding:9px 12px;
}
#admission_news .section {
	border:2px solid red;
	padding:9px 12px;	
}
	#comingEvents .section ul li,#campusBoard .section ul li,#admission_news .section ul li{
		overflow:hidden;
		padding:8px 8px 11px 0;
		border-bottom:1px solid #a0a0a1;
	}
		
		#comingEvents .section ul li p.category,#campusBoard .section ul li p.category{
			display:inline;
			float:right;
			width:51px;
		}
		#comingEvents .section ul li dl,#campusBoard .section ul li dl,#admission_news .section ul li dl{
			display:inline;
			float:left;
			width:700px;
			min-height:25px;
			padding-left:30px;
			/*background:url(../images/common/icon/arrow/green-circle-medium.jpg) 0 50% no-repeat;*/
		}
		#admission_news .section ul li dl {
			/*background:url(../images/common/icon/arrow/red-circle-medium.jpg) 0 50% no-repeat;*/
		}
		#comingEvents .section ul li dl dt,#campusBoard .section ul li dl dt,#admission_news .section ul li dl dt{
			margin-bottom:3px;
		}
		
		#comingEvents .section ul li dl dt,
		#comingEvents .section ul li dl dd,
		#campusBoard .section ul li dl dt,
		#campusBoard .section ul li dl dd,
		#admission_news .section ul li dl dt,
		#admission_news .section ul li dl dd
		{
			line-height:1.2;
		}
		
		#comingEvents .section ul li dl dd a,#campusBoard .section ul li dl dd a{
			color:#82AE40;
		}
		#admission_news .section ul li dl dd a {
			color:red;	
		}
#comingEvents .ui-tabs-hide,#campusBoard .ui-tabs-hide{
	display:none;
}

#years-boxs	{
	overflow:hidden;
	clear:both;
	margin:0 0 20px 0;
}
	.year-box li	{
		margin-right:15px;
		width:120px;
		border:1px solid #cccccc;
		float:left;
		border-radius:6px;
	}
	.year-box a	{
		text-decoration:none;
		display:block;
		padding:10px 10px 10px 35px;
		color:#82ae40;
		background:url(../images/common/icon/arrow/gray-circle.gif) 10px 50% no-repeat;
	}
	.year-box .select {
		font-weight:700;
		border:1px solid #82ae40;
	}

/* --------------------------------
   □ #campusTopics
-------------------------------- */ 

body.home #campusTopics,body.home #campusTopics1{
	margin-bottom:13px;
}

body.home #campusTopics ul.items li,body.home #campusTopics1 ul.items li{
	overflow:hidden;
	margin-left:-19px;
}

body.home #campusTopics ul.items li dl,body.home #campusTopics1 ul.items li dl{
	display:inline;
	float:left;
	width:264px;
	margin-left:19px;
}

body.home #campusTopics ul.items li dl dt img,body.home #campusTopics1 ul.items li dl dt img{
	width:100%;
	height:161px;
}

	body.home #campusTopics ul.items li dl dd,body.home #campusTopics1 ul.items li dl dd{
		padding:10px 0 0 0;
		text-align:center;
		line-height:1.5
	}
	
	body.home #campusTopics ul.items li dl dd a,body.home #campusTopics1 ul.items li dl dd a{
		color:#89b148;
	}
	
	body.home #campusTopics ul.items li dl dd p.category,body.home #campusTopics1 ul.items li dl dd p.category{
		display:inline-block;
		max-width:60px;
		margin-right:4px;
		vertical-align:middle;
	}

	/* ◆ ページ内容情報(メイン)
	-------------------------------- */


/* --------------------------------
   □ #siteTree
-------------------------------- */ 

body.home #siteTree ul.items li{
	overflow:hidden;
	margin-left:-14px;
	padding-bottom:35px;
}

body.home #siteTree ul.items li li{
	margin-left:0;
	padding-bottom:3px;
}

body.home #siteTree ul.items li a{
	color:#333;
}

body.home #siteTree ul.items li dl{
	display:inline;
	float:left;
	width:407px;
	margin-left:14px;
}

	body.home #siteTree ul.items li dl dt{
		margin-bottom:8px;
		font-size:150%;
		border-top:1px solid #bbbbbc;
		border-bottom:1px solid #bbbbbc;
	}
	
	body.home #siteTree ul.items li dl dt a{
		display:block;
		padding:20px 5px 20px 24px;
		background:url(../images/common/icon/green-plus.gif) 0 50% no-repeat;
	}

	body.home #siteTree ul.items li dl dd{
		font-size:117%;
		margin-left:18px;
	}
	
	body.home #siteTree ul.items li dl dd ul li{
		min-height:25px;
		padding-left:25px;
		background:url(../images/common/icon/arrow/gray-circle.gif) 0 50% no-repeat;
	}
	
	body.home #siteTree ul.items li dl dd a{
		display:inline-block;
	}
	
	body.home #siteTree ul.items li dl dd a.blank{
		padding-right:20px;
		background:url(../images/common/icon/blank.gif) 100% 50% no-repeat;
	}
	
	body.home #siteTree ul.items li dl dd a{
		display:inline-block;
	}

	body.home #siteTree ul.items li dl dd dl{
		display:block;
		float:none;
		width:auto;
		margin:0;
	}
	
	body.home #siteTree ul.items li dl dd dl dt{
		font-size:117%;
		margin:12px 0 0 0;
		border:0;
		background:none;
	}
	
	body.home #siteTree ul.items li dl dd dl dd{
		font-size:100%;

	}
	
/* --------------------------------
   □ .wp-pagenavi
-------------------------------- */	
.wp-pagenavi{
	overflow:hidden;
	margin:15px;
}

.wp-pagenavi a,
.wp-pagenavi span{
	float:left;
	white-space:nowrap;
}


/* --------------------------------
   □ .course_contents
-------------------------------- */
.course_contents{
}

.course_contents .text_area{
	margin-bottom:20px !important;
}

.course_contents h3{
	margin-top:50px !important;
}
.course_contents table td{
	padding-right:20px;
}
.course_contents table td.person_name{
	font-size:120%;
	font-weight:700;
}

.course_contents  .caution_note{
	font-weight:400;
	font-size:85% !important;
}



#ebooklink{
	clear: both;
	position: relative;
	width: 420px;
	margin: 0 auto 30px;
	border: 1px solid #82ae40;
	border-radius: 8px;
}
#ebooklink a{
	position: relative;
	display: block;
	background: url(../images/common/icon/arrow/green-circle-medium.jpg) 10px 50% no-repeat;
	color: #82ae40;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 8px 10px 40px;
}
