/***********************************************************
************************************************************
**                                                        **
**  国立大学法人 岐阜大学                                 **
**                                                        **
************************************************************
***********************************************************/



/*==========================================================
  共通部分
==========================================================*/

#container { width:auto; }
#contents {
	width:940px;
	margin:0px auto;
}



/*----------------------------
  記事一覧
----------------------------*/

#blogEntryList { margin-bottom:30px; }
#blogEntryList li {
	list-style-type:none;
	background:url(https://www.gifu-u.ac.jp/en/themes_images/arrow_or.gif) no-repeat 10px 8px #fff;
	padding:5px 10px 5px 30px;
	overflow:hidden;
}


/*--日付--*/
#blogEntryList li .date {
	display:block;
	width:6em;
	float:left;
}


/*--記事タイトル--*/
#blogEntryList li .title {
	display:block;
	margin-left:7em;
}



/*----------------------------
  記事詳細
----------------------------*/

.blogBg {
	background:url(https://www.gifu-u.ac.jp/en/news/important/themes_images/default_sideimage.jpg) no-repeat right 100px;
	min-height:850px;
	height:auto !important;
	height:850px;
}



/*----------------------------
  サイドバー
----------------------------*/

.sidebarMenu {
	list-style-type:none;
	background:#f0edea;
	padding:5px 5px 1px 5px;
	margin-bottom:20px;
	list-style-type:none;
}
.sidebarMenu li { margin-bottom:5px; }
.sidebarMenu li a {
	display:block;
	color:#333;
	background:url(https://www.gifu-u.ac.jp/en/themes_images/arrow_or.gif) no-repeat 10px 8px #fff;
	padding:5px 10px 5px 30px;
}


/*--サブカテゴリ--*/
.sidebarMenu li ul { margin:5px 5px 0px 5px; }
.sidebarMenu li ul li a {
	display:block;
	color:#333;
	background:url(https://www.gifu-u.ac.jp/en/themes_images/list_bg_b.gif) no-repeat 10px 11px #fff;
	padding:5px 10px 5px 30px;
}



/*----------------------------
  ページング
----------------------------*/

.pagingWrapper{
	position:relative;
	overflow:hidden;
	width:100%;
}


.pagingWrapper ul.pager {
	position:relative;
	left:50%;
	float:left;
	margin:0px !important;
}


.pagingWrapper ul.pager li {
	list-style:none;
	position:relative;
	right:50%;
	float:left;
	background:#f0f0f0;
	margin:0px 5px;
}


.pagingWrapper ul.pager li a,
.pagingWrapper ul.pager li span {
	display:block;
	border:1px solid #ccc;
	padding:5px 10px;
}
.pagingWrapper ul.pager li.prev a,
.pagingWrapper ul.pager li.prev span,
.pagingWrapper ul.pager li.next a,
.pagingWrapper ul.pager li.next span {
	background:#999;
	border:none;
	color:#fff;
}





/*==========================================================
  記事
==========================================================*/

.entryWrapper {
	margin-bottom:30px;
	overflow:hidden;
}


/*--記事名--*/
.entryTitle {
	background-color:#f39700;
	font-size:120%;
	font-weight:bold;
	padding:6px 15px;
	margin-bottom:20px;
}
.entryTitle a { color:#333; }


/*--本文--*/
.entryBody {
	overflow:hidden;
	padding:0px 10px 15px 10px;
}
.entryBody ul { margin:0px 0px 20px 20px; }
.entryBody ul.list01 { margin:0px 0px 20px 0px; }
.entryBody ul.list01 li {
	list-style-type:none;
	line-height:1.8;
	background:url(https://www.gifu-u.ac.jp/en/themes_images/arrow_or.gif) no-repeat left 5px;
	padding-left:25px;
}


/*--日付・カテゴリー--*/
.entryData {
	border-top:1px dotted #ccc;
	padding:5px 10px;
	text-align:right;
}


/*--続きを読む--*/
.entryMore { padding:0px 10px 15px 10px; }














