@charset "utf-8";

/*--------------------------------------------
 
      コンテンツタイトル
 
---------------------------------------------*/

.page-tit h1{
	background:url(../img/icon-medical.png) no-repeat center top;
	padding-top:40px;
}

/*----------------------------------------------------------------------------------------
 
      放射線技術科（index.html）
 
-----------------------------------------------------------------------------------------*/

.idea{
	text-align:center;
	font-size:200%;
	color:#000;
	line-height:1.5em;
	margin:0 0 50px 0;
}

.block-two li ul li{
	width:100%;
}

.coution{
	background:#FFEEEE;
	padding:2%;
}

.coution .tit{
	color:#F00;
	font-weight:bold;
	font-size:110%;
	margin-bottom:10px;
}

.coution dt{
	border-bottom:1px dotted #999;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#000;
}

.coution dd{
	padding:0 0 10px 20px;}