@charset "utf-8";
/* CSS Document */
.mainUnit {
	display:block;
	float:left;
	margin:15px;
	width:200px;
	height:200px;
	/*border:solid 1px red;*/
}
.mainUnit > div {
	text-align:center;
}
.mainUnit > div > div:nth-child(1){
	font-size:20px;
	color:#2c2c2c;
	font-weight:bold;
	height:60px;
	line-height:24px;
}
.mainUnit > div > div:nth-child(2){
	height:60px;
}
.mainUnit > div > ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.mainUnit > div > ul li {
	/*text-align:left;
	padding-left:20px;*/
}
.mainUnit > div > ul li a {
	font-size:12px;
	color:#2c2c2c;
	font-weight:bold;
}
#mainPage hr {
	text-align:center;
	background-color:#8080ff;
	height:2px;
}
.mainUnit > div > ul li a:hover,.unitColor {
	color:#0000ff;
}

#menuL1 ul.menuL1 > li > a.this,#menuL1_avail > ul > li > a.this {
	color:#005cff;
}
#menuL1 ul.menuL1 > li.hasChildren > a.this:after {
	border-color: transparent transparent transparent rgba(0, 92, 255, 1.0);	
	border-color: rgba(0, 92, 255, 1.0) transparent transparent transparent;	
}
#menuL2,#menuL2_frame {
	background-color:#0000ff;
}
.aboutTitle {
	text-align:center;
	padding-bottom:50px;
}
.aboutTitle div:nth-child(1) {
	color:#2c2c2c;
	font-size:27px;
	font-weight:bold;
}
.aboutTitle div:nth-child(2) {
	width:85px;
	margin:5px auto 0px;
	border-bottom:solid 5px #00f;
}
.aboutContents {
	font-size: 15px;
	margin-bottom:30px;
}
.aboutContents .title {
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:20px;
}







.aboutContents img{
	max-width: 100%;
	height: auto;
}
.aboutContents ul, .aboutContents ol{
	padding-left: 1.1em;
	margin-bottom: 10px;
}
.aboutContents ul li, .aboutContents ol li{
	margin-bottom: 0;
}
.aboutContents h2{
	line-height: 1.6em;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 1rem;
}
.aboutContents h3{
	line-height: 1.6em;
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 1rem;
}
.aboutContents h4{
	line-height: 1.6em;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0.8rem;
}
.aboutContents a{
	color: #337AB7;
}
.aboutContents table{
	max-width: 100%;
	font-size: 14px;
  border: #DDDDDD solid 1px;
  color: #333;
  margin: 0 auto 2em;
}
.aboutContents table th,.aboutContents table td{
	line-height: 1.5em;
  border: #ddd solid 1px;
  padding: 10px 20px;
}
.aboutContents iframe{
	max-width: 100%;
}
.awards:nth-of-type(odd) {
	background-color:#ebebeb;
}
.awards .row {
	padding-top:40px;
	padding-bottom:40px;
}


.awards .col-xs-4 {
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.awards .col-xs-4 img {
	padding-bottom:15px;
}
.awards .col-xs-4 > div {
	font-weight:bold;
}
.awards .col-xs-8 > div:nth-child(1) {
	font-size:20px;
	padding:15px 0px;
}
#moreAward {
	text-align:center;
	padding:30px 0px;
	color:#005cff;
}