@charset "utf-8";
/* CSS Document */

/* Whole page content */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainWrapper {
	margin:0px 0 0 0;
	padding:0 auto;
	text-align:center;
	width:100%;
}
#mainWrapper header {
	margin:0px auto;
	width:900px;
}
#mainWrapper header .univ_logo {
	margin:0px 0 2px 0;
	float:left;
}
#mainWrapper img#logo {
	cursor: pointer;
	transition: background-color .4s ease;
	margin:0;
}

#mainWrapper #content {
	width:860px;
	text-align:center;
	padding:0 20px;
	margin:30px auto 20px auto;
}

.title {
	text-align:center;
	margin:10px auto;
	background:url(../img/title_bg1.png) 90px 0 no-repeat;
}

/*コンセプトボタン ここから*/
.concept_btn  a {
    background: linear-gradient(to right, rgba(89, 173, 241, 1), rgba(207, 253, 157, 1));
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 35px;
    color: #333333;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
	border-radius: 50px;
	
	
}
/* .concept_btn  a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #006536;
  transition: 0.2s;
 border-radius: 50px;
} */

/*.concept_btn  a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);

}*/

.concept_btn  a:hover::before {
  top: 0;
  left: 0;
}

.concept_btn  a:hover {
  text-decoration: none;
  background: linear-gradient(to right, rgba(89, 173, 241, 1), rgba(207, 253, 157, 1));
  color: #FFF;
}

.concept_btn p {
	font-size: 1.5rem;
	font-family: serif;
}

/*コンセプトボタン ここまで*/

/*ニュース ここから*/
.top_news_box{
	width: 680px;
	height:300px;
	margin:10px auto 40px auto;
	padding:0px;
	overflow:hidden;
	color:#666666;
	border:1px #ccc solid;
}
.top_news_scrollBox {
	clear:both;
	height:300px;
	margin:0px;
	padiing:0px;
	font-size:0.75rem;
	overflow:auto;
	outline:none;
}

.top_news_scrollBox table.table_news {
	border-collapse: collapse;
	font-size:0.75rem;
	text-align: left;
	width:100%;
	margin:0;
}
.top_news_scrollBox table.table_news th {
	padding: 10px;
	text-align:center;
	background:#fcfcfc;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}
.top_news_scrollBox table.table_news td {
	padding: 10px;
	vertical-align:middle;
	border: 1px solid #ccc;
	line-height: 2.0;
}
.icn_link {
	background-image:url(../img/icn_link.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}
/*お知らせ ここまで*/



/*公開講演会・シンポジウム ここから*/
.top_events_box{
	width: 680px;
	margin:10px auto 40px auto;
	padding:0px;
	color:#666666;
	border:1px #ccc solid;
}
.top_events_scrollBox {
	clear:both;
	height:180px;
	margin:0px;
	padiing:0px;
	font-size:0.75rem;
	overflow:auto;
	outline:none;
}
.top_events_box table.table_events {
	border-collapse: collapse;
	font-size:0.75rem;
	text-align: left;
}
.top_events_box table.table_events th {
	padding: 10px;
	text-align:center;
	background:#fcfcfc;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}
.top_events_box table.table_events td {
	padding: 10px;
	vertical-align:middle;
	border: 1px solid #ccc;
	line-height: 2.0;
}
.top_events_box table.table_events .syuryo {
	border-top: 1px solid #ccc;
}

/*申込ボタン*/
.icon_apply {
	margin:0;
	padding:6px 0 0 0;
	text-align:center;
	vertical-align:middle;
}

/*公開講演会・シンポジウム ここまで**/

/*バナー　ここから*/

.banner_area {
	width:680px;
	margin:20px auto;
}
.banner_area a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*フッター　ここから*/
.footer {
	color:#777777;
	font-size:0.75rem;
}
#foot_last {
	border-top: 6px solid #eee;
	margin:60px 0 0 0;
}

#foot_last_inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	height: 80px;
}

#foot_last_copyright {
	position: absolute;
	text-align:right;
	line-height: 1.4;
	top:20px;
	right: 0;
}
#foot_last_inner ul {
	position: absolute;
	text-align:left;
	line-height: 1.4;
	top:20px;
	left: 0;
	margin:0;
}
#foot_last_inner ul li {
	display: inline-block;
}
#foot_last_inner ul li a {
	text-decoration: none;
	color: #777777;
}
#foot_last_inner ul li a::before {
	content: " | ";
}
#foot_last_inner ul li:first-child a::before {
	content: none;
}
/*フッター　ここまで*/

