@charset "utf-8";

/*-------------------------------------------------
  レイアウト指定
  作成者：Hidemi Iwazaki
  作成日：2009/3/18
  最終更新日：2010/7/14
--------------------------------------------------*/

/*オープンキャンパス用ボックス*/
.openbox{
	background-color:#FEF3D8;
	padding:10px;
	margin:0 0 10px 0;
	min-height:80px;
}

* html .openbox{
	height:80px;
}
/*オープンキャンパスレポート用ボックス*/
.openbox2{
	background-color:#FEF3D8;
	padding:10px;
	margin:0 0 10px 0;
	min-height:235px;
}

* html .openbox2{
	height:235px;
}
/*付箋タイトルオレンジ*/
.open-ti-ora{
	background-image:url(../imgs/ti_ora_t.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	line-height: 1.2em;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0px;
	height:auto;
	margin-top: 30px;
}
.open-ti-ora span{
	background-image: url(../imgs/ti_ora_b.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
	padding: 9px 15px 13px 15px;
	display:block;
}
/*付箋タイトルグリーン*/
.open-ti-gree{
	background-image:url(../imgs/ti_gree_t.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	line-height: 1.2em;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0px;
	height:auto;
	margin-top: 30px;
}
.open-ti-gree span{
	background-image: url(../imgs/ti_gree_b.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
	padding: 9px 15px 13px 15px;
	display:block;
}
/*付箋タイトル水色*/
.open-ti-blue{
	background-image:url(../imgs/ti_blue_t.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	line-height: 1.2em;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0px;
	height:auto;
	margin-top: 30px;
}
.open-ti-blue span{
	background-image: url(../imgs/ti_blue_b.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
	padding: 9px 15px 13px 15px;
	display:block;
}
/*パディング上50*/
.padding-top50{
	padding-top:50px !important;
}
/*在学生からのメッセージ用
--------------------------------------------------*/

.mess dt{
	font-weight:bold;
	font-size:115%;
	border-left:3px solid #41BFD6;
	line-height: 1em;
	padding:2px 5px;
	color:#2493A6;
}
.mess dd{
	margin-top:5px;
}

/*2010.06.18追加--オープンキャンパス*/
.mogi-univ{
	font-weight:bold;
	font-style:normal;
	color: #007766;
	font-size:105%;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:dotted 1px;
}
.mogi-college{
	font-weight:bold;
	font-style:normal;
	color: #FF7700;
	font-size:105%;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:dotted 1px;
}
/*2010.07.14追加--オープンキャンパス*/
.openbox-mogi{
	background-color:#FEF3D8;
	padding:10px;
	margin:0 0 10px 0;
}

.mogi th{
	width:150px;
}
.mogi em{
	color:#008365;
	font-style:normal;
	display:block;
	padding:5px 0 5px 0;
	margin-bottom:5px;
	border-bottom:dotted 1px;
}
.mogi-u th{
	background:#e5f4f2 !important;
	color:#00664f !important;
}
.mogi-c th{
	background:#ffeeaa !important;
	color:#ff6600 !important;
}