﻿@charset "UTF-8";

/*SmartPhone CSS -content Layout-*/

/***********************************
admission Layout
************************************/

@media print, screen and (max-width:769px){
#admission{
}

#admission #c01,
#admission #c02{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/*#c01*/
#admission #c01{
}

#admission #c01 strong{
	padding-top: 10px;
}

#admission #c01 .i01{
	display: block;
	text-align: center;
	margin-bottom: 20px;
	width: 15%;
	margin-right: auto;
	margin-left: auto;
}

#admission #c01 p{
	display: block;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	background-color: #004989;
	padding-top: 10px;
	padding-right:2%;
	padding-bottom: 10px;
	padding-left:2%;
	color: #FFF;
}

/*#c02*/

#admission #c02{
}

#admission #c02 .tBox{
	display: block;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #0084b9;
	position: relative;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 3%;
	padding-bottom: 5px;
	padding-left: 3%;
}

#admission #c02 .tBox span{
	font-weight: bold;
	text-decoration: underline;
}

#admission #c02 .tBox h3{
	width: 100%;
	line-height: 28px;
	color: #FFF;
	font-size: 16px;
	top: -24px;
	left: 15px;
	background-color: #0084b9;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

}