@charset "utf-8";
/*--京student_s/index.css--*/
/*####################SP表示用####################*/
.catch_msg{
	border-bottom:1px dotted #aaa;
	margin-bottom:20px;
}

	.catch_msg h2{
		font-size:1.1em;
		font-weight:bold;
		margin-bottom:0.4em;
	}
	
.event{}

	.event table,
	.event table tbody,
	.event table tbody tr,
	.event table tbody tr th,
	.event table tbody tr td{
		display:block;
	}
	
	.event table tbody tr{
		margin-bottom:10px;
	}
	
	.event table tbody tr th{
		background:#2a275e;
		color:#fff;
		padding:2px 5px;
	}
	
	.event table tbody tr td{
		padding:5px;
	}
	
.goto_ex_site{
	width:80%;
	margin:0 auto;
	text-align:center;
}

	.goto_ex_site li{
		overflow:hidden;
		padding:5px;
	}
	
	.goto_ex_site a{
		display:block;
	}
	
	.goto_ex_site a span.visible-xs-inline{
		text-align:center;
		display:block !important;
		text-decoration:none;
		padding:5px 0;
		color: #111;
		border: 1px solid #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-decoration: none;
		box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,247,255,1) 49%, rgba(247,242,255,1) 50%, rgba(233,219,255,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(250,247,255,1)), color-stop(50%, rgba(247,242,255,1)), color-stop(100%, rgba(233,219,255,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,247,255,1) 49%, rgba(247,242,255,1) 50%, rgba(233,219,255,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,247,255,1) 49%, rgba(247,242,255,1) 50%, rgba(233,219,255,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,247,255,1) 49%, rgba(247,242,255,1) 50%, rgba(233,219,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,247,255,1) 49%, rgba(247,242,255,1) 50%, rgba(233,219,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9dbff', GradientType=0 );
	}

/*####################PC表示用####################*/
@media print, screen and (min-width: 768px) {
	.catch_msg{
		border-bottom:none;
		background:#fff;
		padding:20px;
	}
	
		.catch_msg h2{
			text-align:center;
			font-size:16px;
		}
		
	.event{
		margin-bottom:20px;
	}
		
	.event table{
		display:table;
	}
	
	.event table tbody{
		display:table-row-group;
	}
	
	.event table tbody tr{
		display:table-row;
	}
	
	.event table tbody tr th,
	.event table tbody tr td{
		display:table-cell;
		border:1px solid #ccc;
	}
	
	.event table tbody tr th{
		width:140px;
	}
	
	.event table tbody tr td{
		background:#fff;
	}
	
	.goto_ex_site{
		width:auto;
	}
	
	.goto_ex_site li{
		padding:0;
		display:inline-block;
		height:80px;
		margin:0 10px;
	}
	
	.goto_ex_site a span.visible-xs-inline{
		display:none !important;
	}
}

