@charset "utf-8";

/*=========================================================
*----------------------------------------------------------
* EMSIのブログCSS読み込み
*----------------------------------------------------------
=========================================================*/

/*カテゴリ表示/非表示切り替え */

#topics .student,
#topics .graduate,
#topics .license,
#topics .employment_sup,
#topics .reunion,

.student #carework .topics,
.student #carework .graduate,
.student #carework .license,
.student #carework .employment_sup,
.student #carework .reunion,

.student #socialwork .topics,
.student #socialwork .graduate,
.student #socialwork .license,
.student #socialwork .employment_sup,
.student #socialwork .reunion,

.student #childwelfare .topics,
.student #childwelfare .graduate,
.student #childwelfare .license,
.student #childwelfare .employment_sup,
.student #childwelfare .reunion,

.graduate #carework .topics,
.graduate #carework .student,
.graduate #carework .license,
.graduate #carework .employment_sup,
.graduate #carework .reunion,

.graduate #socialwork .topics,
.graduate #socialwork .student,
.graduate #socialwork .license,
.graduate #socialwork .employment_sup,
.graduate #socialwork .reunion,

.graduate #childwelfare .topics,
.graduate #childwelfare .student,
.graduate #childwelfare .license,
.graduate #childwelfare .employment_sup,
.graduate #childwelfare .reunion,

#license .topics,
#license .student,
#license .graduate,
#license .employment_sup,
#license .reunion,

#employment_sup .topics,
#employment_sup .student,
#employment_sup .graduate,
#employment_sup .license,
#employment_sup .reunion,

#reunion .topics,
#reunion .student,
#reunion .graduate,
#reunion .license,
#reunion .employment_sup
{
	display: none;
}


/*エントリータイトル */
.entry-title {
	margin: 15px 0 0 0;
	padding: 5px 0 5px 20px;
	border-right: 1px solid #F9D7CE;
	border-bottom: 1px solid #F9D7CE;
	color: #D59076;
	background: #FDF1E6 url("../img/common/icon_arw_m.gif") no-repeat 9px 0.8em;
}

/*大タイトル*/
.blog-maintitle {
	margin: 0;
	padding: 6px 5px 0 20px;
	border: 1px solid #999;
	min-height: 24px;
	font-size: 120%;
	background:url(../blog/img/title_main.gif) no-repeat left top;
}

* html .blog-maintitle {
	height: 30px;
}

.entry-footer {
	text-align:right;
}
