/* -------------------------------- 
Activities
-------------------------------- */
.activities .column{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;	
}

.activities .column .box{
	width: 320px;
	height: 300px;
	float: left;
	border: #CCC 1px solid;
	margin: 20px 5px;
}

.activities .column .box .date{
	position: absolute;
	width: 320px;	
	height: 70px;	
	background: #F3EDED;
}

.activities .column .box ul li.left{
	width: 170px;
	float: left;
	color: #EA5C39;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0  0  15px;
}

.activities .column .box ul li.title{
	color: #EA5C39;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;	
	padding: 5px 0  0 15px;	
}

.activities .column .box ul li.right{
	line-height: 1.3em;
	font-weight: bold;
	padding: 8px 0  0 0;	
}

.activities .column .box .mark1{
	background: #FC0;
	color: #FFFFFF;
	padding: 2px 5px 1px ;
	border:#FFF 2px solid;	
}

.activities .column .box .mark2{
	background: #28B572;
	color: #FFFFFF;
	padding: 2px 5px 1px ;
	border:#FFF 2px solid;	
}

.activities .column .box .mark3{
	background: #0080C0;
	color: #FFFFFF;
	padding: 2px 5px 1px ;
	border:#FFF 2px solid;	
}

.activities .column .box a{
	color: #545454;
	text-decoration: none;
}

.activities .column .box a:hover{
	color: #545454;
	text-decoration: underline;
}


/* -------------------------------- 
internship
-------------------------------- */
.internship ul li{
	line-height: 1.5em;
}

.internship ul.list{
	margin: 20px;
}

.internship ul.list li{
	border-bottom: #CCC dotted 1px;	
	line-height: 1.5em;
	list-style: disc;
	padding-top: 10px;
}

.internship table{
	width: 100%;
	background: #FFFFFF;
	table-layout: fixed;
}

.internship table tr th{
	line-height: 1.3em;
	background: #0080C0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
	max-height: 100%;	
}

.internship table tr td {
	line-height: 1.5em;
	background: #ebebeb;	
	padding: 5px 10px;
	max-height: 100%;	
}

.internship table tr td.col01 {
	width: 190px;
}

.internship table tr td.col02 {
	width: 650px;
}

.internship table tr td.col03{
	width: 160px;
	text-align: center;
	padding: 10px 10px 0 10px;	
}

.internship table tr td.col04{
	width: 810px;
}

.internship table img{
	border: #FFFFFF 1px solid;
}

.internship table tr td.story {
	padding: 20px;
	max-height: 100%;	
}
