@import url(/css/student/font.css);

@charset "utf-8";

/**************************************************
		Side Area
**************************************************/


#sideArea {
	width:100%;
}

#sideArea .site{
	width: 100%;
	padding-right:5%;
	margin:0 auto;
	max-width: 260px;
}
#sideArea .site .list{
	height:50px;
	position: relative;
	background:#fff;
	color:#4d4d4d;
	text-align:left;
	padding: 8% 2% 0;
	line-height: 19px;
	padding-left: 25%;
	font-size:1em;

}


#sideArea .site .list img{
	position: absolute;
	left:5%;
    top: 35%;
}

#sideArea .site .lista{
	width: 90%;
	height:60px;
	position: relative;
	background:#f15a24;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	color:#fff;
	text-align:left;
	padding: 2%;
	line-height: 55px;
	padding-left: 25%;
	font-size:1.1em;
	padding-bottom: 10px;
	margin-bottom:10px;
}

#sideArea .site .lista img{
	position: absolute;
	left:6%;
    top: 35%;
}




#sideArea .list p,
#sideArea .lista p{
	margin-bottom:0;
}
#sideArea .site .list:hover,
#sideArea .site .lista:hover
{
	transition: background 0.4s;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";

}
#sideArea .list span{
	font-size:0.7em;
	color:#b52b22;
	position: absolute;
	left:30%;
    top: 10%;
    line-height: 0;
}

/* ===== Banner ===== */
#banner002{
	width: 100%;
	padding-right:5%;
	margin:0 auto;
	max-width: 210px;
}



#banner002 img{
	width: 100%;
	max-width: 210px;
}



#banner001 ul,
#banner002 dl {
	font-size:0.8em;
	padding-left: 0;
}

#banner001 ul li,
#banner002 ul li {
	font-size: 1.5em;
	padding:3%;
	padding-left:5%;
	margin-bottom:5px;
	border-bottom: dotted 1px #ccc;
}

#banner001 ul li >img,
#banner002 ul li >img {
	position: absolute;
	top:40px;
	left: 10px;
	width:100%;
	
}




#banner001 li a:hover{
	
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";

}

#banner001 ul li.lastItem,
#banner002 dl dd.lastItem,
#banner002 ul li.lastItem {
	margin-bottom:0;
}

#banner002 dl dt {
	margin-bottom:7px;
}

#banner002 dl dd {
	margin-bottom:17px;
}

#banner002 dl .listEvent {
	padding:5px;
	background:transparent url("../img/bg_event_side.gif") 0 0 repeat;
}

/** -----------------------------------------------------------------
 *
 *  [sp]レスポンシブ 5px
 *
 ----------------------------------------------------------------- */

@media screen and (max-width:767px) {

	#sideArea {
		display: none;
	
	}
	

}






hr.dotted {
	margin:0 0 10px;
	border-top: 1px dotted #8c8b8b;
}
