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

.members_photo {width: 600px;margin: 30px auto;}
.members_photo img {width: 100%;height: auto;}
.main {
	background-image: url(../../images/bg_sec_contents_shimoi.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
	width: 100%;
}
.sec_title {
	height: 60px;
	padding-top: 60px;
	text-align: center;
}
.sec_title h2 {
	color: #FFF;
	font-size: 1.8em;
	font-weight: 700;
}
.sec_title p {
	color: #FFF;
	font-size: 1em;
	font-weight: 700;
	margin-top: 0;
	padding-top: 10px;
}
.page_nav {
	background-color: #4BD2FA;
	color: #FFF;
}
.page_nav_inner {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 1000px;
}
.page_nav_inner ul:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.page_nav_inner ul li {
	float: left;
	padding-left: 5px;
}
.page_nav_inner a {
	color: #FFF;
}
.sec_contents {
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	width: 1000px;
}
.sec_contents h3 {
	background-color: #E9F8F7;
	border: 3px double #4BD2FA;
	font-size: 1.4em;
	font-weight: 500;
	padding: .8em .75em;
}
.sec_contents h4 {
	border-bottom: 4px solid #ccc;
	color: #000;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.4em;
	margin-top: 30px;
	padding-bottom: 5px;
	position: relative;
}
.sec_contents h4:after {
	background-color: #3498db;
	bottom: -4px;
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	width: 20%;
	z-index: 2;
}
/*-------------------------------------
メンバー
-------------------------------------*/
.members_list {
	padding-top: 30px;
	width: 1000px;
}
.members_list:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.members_list .photo {
	border: 2px solid #4BD2FA;
	float: left;
	height: 200px;
	margin-right: 30px;
	width: 150px;
}
.detail .name01 {
	color: #4BD2FA;
	font-size: 1.4em;
	font-weight: 700;
}
.detail dl {
	float: left;
	width: 550px;
}
.detail dt {
	background-color: #4BD2FA;
	border-radius: 4px;
	clear: both;
	float: left;
	font-size: 0.85em;
	font-weight: 700;
	margin-right: 10px;
	padding: 10px 5px;
	text-align: center;
	width: 100px;
}
.detail dd {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 15px;
	margin-left: 100px;
	padding: 5px;
	width: 400px;
}
/*-------------------------------------
研究内容
-------------------------------------*/
.research {
	padding-bottom: 20px;
	padding-top: 20px;
}
.research:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.research p {
	font-size: 1.1em;
	line-height: 1.6em;
}
.research_photo ul {
	padding-bottom: 30px;
	padding-top: 30px;
}
.research_photo ul li {
	float: left;
	margin-right: 30px;
	width: 45%;
}
.research_photo img {
	height: 240px;
}
.research_detail {
	padding-top: 20px;
	width: 100%;
}
/*-------------------------------------
研究室の紹介
-------------------------------------*/
.about {
	padding-bottom: 20px;
	padding-top: 20px;
}
.about p {
	font-size: 1.1em;
	line-height: 1.6em;
}
.about_photo ul {
	padding-bottom: 30px;
	padding-top: 30px;
}
.about_photo ul li {
	float: left;
	margin-bottom: 40px;
	margin-right: 30px;
	width: 45%;
}
.about_photo img {
	height: 240px;
}
.about_detail {
	padding-top: 20px;
	width: 100%;
}
.about .detail {
	padding-top: 10px;
}
.about:after, .about_photo:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/*-------------------------------------
実績
-------------------------------------*/
.achievement_name {
	font-weight: 700;
	text-decoration: underline;
}
.achievement {
	padding-bottom: 50px;
}
.achievement ul {
	margin-top: 20px;
}
.achievement ul li {
	background-color: #4BD2FA;
	border-radius: 10px;
	color: #FFF;
	float: left;
	font-weight: 700;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	width: 12.2%;
}
.achievement ol {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 95%;
}
.achievement ol li {
	font-size: 1.1em;
	line-height: 1.6em;
	list-style-type: decimal;
	padding-bottom: 20px;
}
.achievement ul li a, .achievement ul li a:hover {
	color: #FFF;
	display: block;
	text-decoration: none;
}
/*-------------------------------------
お知らせ
-------------------------------------*/
.news {
	max-width: 90%;
	padding-bottom: 50px;
	text-align: left;
}
.news h2 {
	color: #4bd2fa;
	float: left;
	font-size: 2em;
	margin-right: 10px;
}
.news_jp {
	color: #4bd2fa;
	float: left;
	margin-top: 10px;
}
.news ul {
	margin-top: 20px;
}
.news ul li {
	border-bottom: 1px solid #FFF;
	color: #4A4A4A;
	font-size: 1em;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.news ul li .day {
	float: left;
	margin-right: 20px;
	padding-top: 5px;
}
.news ul li .icon {
	background-color: #4BD2FA;
	border: 1px solid #4BD2FA;
	border-radius: 4px;
	color: #FFF;
	float: left;
	font-size: 0.85em;
	margin-right: 20px;
	padding: 5px 10px;
	text-align: center;
}
.news ul li .news_detail {
	float: left;
	padding-top: 5px;
}
.btn_news_list {
	clear: both;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
.access {
	padding-bottom: 20px;
	padding-top: 20px;
}
.access p {
	font-size: 1.1em;
	line-height: 1.6em;
}
.table-access {
	border-collapse: collapse;
	margin-bottom: 30px;
}
.table-access td, .table-access th {
	border: 1px solid #ccc;
	padding: 5px;
}
.table-access td {
	font-size: 1em;
	line-height: 1.6em;
}
.table-access th {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.6em;
}
.table-access thead th {
	background: #e6e6e6;
}
.table-access .p02 {
	width: 360px;
}
.news ul li:before, .news ul li:after, .news ul li .news_detail:after, .access:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.table-access .p01, .table-access .p03, .table-access .p04, .table-access .p05 {
	width: 120px;
}
