@charset "UTF-8";
article section {
  margin-bottom: 40px;
}
article b {
  font-weight: bold;
}
article h1 {
	font-size: 28px;
	letter-spacing:2px;
	border-bottom: 3px solid #990000;
	margin-bottom: 30px;
	padding:10px 15px;
	color:#663300;
	background: #FFE4D9;
	background: linear-gradient(#FFE4D9, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE4D9), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFE4D9, #FFFFFF);
	background: -o-linear-gradient(top, #FFE4D9, #FFFFFF);
	background: -ms-linear-gradient(top, #FFE4D9, #FFFFFF);
	font-weight:normal;
}
article h2 {
	background:url(../imgs/common/h2Bg.png) right top no-repeat, #f0f0f0;
	background:url(../imgs/common/h2Bg.png) right top no-repeat, -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#eee));
	background:url(../imgs/common/h2Bg.png) right top no-repeat, -webkit-linear-gradient(#fff, #eee);
	background:url(../imgs/common/h2Bg.png) right top no-repeat, -moz-linear-gradient(#fff, #eee);
	background:url(../imgs/common/h2Bg.png) right top no-repeat, -o-linear-gradient(#fff, #eee);
	background:url(../imgs/common/h2Bg.png) right top no-repeat, linear-gradient(#fff, #eee);
	padding: 0px 10px 5px 10px;
	margin: 0 0 20px 0;
	border: 1px solid #fff;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 2px #999;
	position: relative;
	overflow:hidden;
	font-size: 16px;
	line-height: 20px;
	letter-spacing:1px;
	color:#1761ae;
	clear:both;
}
article h2:before {
	content:url(../imgs/common/h2Icon.png);
}
article h2.top {
	overflow:auto;
}
article h2.h2_type02 {
	background:url(../imgs/common/h2Bg.png) right top no-repeat, #f0f0f0;
	background:url(../imgs/common/h2Bg.png) right top no-repeat, -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#eee));
	background:url(../imgs/common/h2Bg.png) right top no-repeat, -webkit-linear-gradient(#fff, #eee);
	background:url(../imgs/common/h2Bg.png) right top no-repeat, -moz-linear-gradient(#fff, #eee);
	background:url(../imgs/common/h2Bg.png) right top no-repeat, -o-linear-gradient(#fff, #eee);
	background:url(../imgs/common/h2Bg.png) right top no-repeat, linear-gradient(#fff, #eee);
	padding: 0px 10px 5px 10px;
	margin: 0 0 20px 0;
	border: 1px solid #fff;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 2px #999;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	letter-spacing:1px;
	color:#1761ae;
/*
	font-size: 21px;
	line-height: 1.4;
  margin: 10px 0;
  padding: 5px 8px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  color: white;
  background: url(../imgs/common/bg_header01.png) #aa2b2b;*/
}
article h2.h2_type02:before {
	content:url(../imgs/common/h2Icon.png);
}
article h3 {
	margin:0 0 1em 0;
	padding: 6px 0 0 0;
	font-size: 108%;
	line-height: 140%;
	font-weight:normal;
	color: #543E3E;
	letter-spacing: 1px;
	border-bottom: 1px solid #999999;
	overflow: hidden;
	zoom:1;
/*  font-weight: bold;
  color: #333333;
  font-size: 16.8px;
  margin: 10px 0;
  border-bottom: 3px solid #507997;
*/
}
article h3 span {
	border-bottom: 2px solid #6f6052;
	float: left;
	padding-bottom:2px;
}
article .photoBlock {
	width:700px;
	float:left;
	clear:both;
	margin:0 0 1em 0;
	padding:0;
}
	article .photoBlock img {
		width:150px;
		float:left;
	}
	article .photoBlock .name {
		width:530px;
		float:left;
		margin:50px 0;
		padding:10px;
		font-size: 108%;
		line-height: 140%;
		font-weight:normal;
		color: #543E3E;
		letter-spacing: 1px;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}

article p {
  color: #333333;
  text-indent: 1em;
  margin-bottom: 1em;
}
article p.noindent {
  text-indent: 0;
}
article p .red {
  color: #f00;
}
article strong {
	font-weight: bold;
	color: #000;
}
article ul {
  list-style-type: disc;
}
article ol {
  list-style-type: decimal;
}
article li {
  margin-left: 2em;
  margin-bottom: 10px;
}

/* = A
-------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 5px 15px;
  color: white;
  font-weight: bold;
  background-color: #507997;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.btn:hover {
  background-color: #8babc2;
}

/* = TABLE
-------------------------------------------------- */
table, th, td {
  vertical-align: top;
  padding: 10px;
}

.tbl, .tbl_reserchers, .tbl_invitation, .tbl_gakunai {
	width: 100%;
	text-align: center;
	border-top:1px solid #CCCCCC;
}
/*
.tbl tr:hover,
.tbl_reserchers tr:hover,
.tbl_invitation tr:hover,
.tbl_gakunai tr:hover {
	background-color: #f8f8f8;
}
*/
tr:nth-child(2n+1) {
	background:#f9f9f9;
}

.tbl th,
.tbl_reserchers th,
.tbl_invitation th,
.tbl_gakunai th {
/*
	background-color: #eee;
	font-weight: bold;
	text-align: center;
	border: 4px solid white;
	border-bottom: 4px solid #cccccc;
*/
	background: #9c9c9c;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bcbcbc), to(#737373));
	background: -webkit-linear-gradient(#bcbcbc, #737373);
	background: -moz-linear-gradient(#bcbcbc, #737373);
	background: -o-linear-gradient(#bcbcbc, #737373);
	background: linear-gradient(#bcbcbc, #737373);
	color:#FFFFFF;
	border-right:1px solid #CCCCCC;
}
.tbl td,
.tbl_reserchers td,
.tbl_invitation td,
.tbl_gakunai td {
/*
	border-left: 4px solid white;
	border-right: 4px solid white;
	border-bottom: 2px solid #eeeeee;
*/
	word-break: break-all;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.tbl td:last-child,
.tbl_reserchers td:last-child,
.tbl_invitation td:last-child,
.tbl_gakunai td:last-child {
	border-right:none;
}

.tbl_reserchers .name {
  width: 32%;
}
.tbl_reserchers .dev {
  width: 30%;
}
.tbl_reserchers .theme {
  width: 38%;
}

.tbl_invitation .subject {
  width: 50%;
}
.tbl_invitation .class {
  width: 25%;
}
.tbl_invitation .etc {
  width: 25%;
}

.tbl_gakunai .date {
  width: 20%;
}
.tbl_gakunai .body {
  width: 80%;
}

/* = ETC
-------------------------------------------------- */
.news-block {
  max-height: 300px;
  margin-bottom: 20px;
}

.new {
  color: red;
  font-weight: bold;
}

.anchorList {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* 研究Pickup
-------------------------------------------------- */
#researcherBox {
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
}
#researcherBox li {
  float: left;
  margin: 0 0 10px 0;
	padding:0;
  list-style-type: none;
}
#researcherBox li img {
  float: left;
  margin:0 10px 0 0;
	padding:0;
}
#researcherBox li .body {
  overflow: hidden;
}
#researcherBox li .body h3 {
	/*  border-bottom: 2px solid #507997;*/
	border-bottom:none;
	margin:0 0 8px 0;
	padding:2px 0 0 10px;
	color:#1761ae;
	font-weight:normal;
	font-size:16px;
	background:url(../imgs/common/detailBg.png) left center no-repeat;
}
#researcherBox li .body h4 {
  font-weight:normal;
  margin: 5px 0;
	padding:0;
	color:#FFFFFF;
	font-size:10px;
}
#researcherBox li .body p {
  text-indent: 0;
	font-size:12px;
  line-height:18px;
  margin:0;
	padding:0;
	color:#FFFFFF;
}
#researcherBox li a {
  width: 234px;
  display: block;
  border: 2px solid #CCCCCC;
  color: #333;
  padding:10px;
	text-decoration:none;
/*
	background:#666666;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#666666), to(#333333));
	background:-webkit-linear-gradient(#666666, #333333);
	background:-moz-linear-gradient(#666666, #333333);
	background:-o-linear-gradient(#666666, #333333);
	background:linear-gradient(#666666, #333333);
*/
	background:url(../imgs/common/btnBg_off.png) left top no-repeat #464646;
}
#researcherBox li a:hover {
  width: 234px;
  padding:10px;
  text-decoration: none;
  border: 2px solid #507997;
	background:url(../imgs/common/btnBg_on.png) left top no-repeat #193c60;
}

/* アクセス
-------------------------------------------------- */
#access .info {
  overflow: hidden;
  *zoom: 1;
}
#access .info .address {
  clear: both;
  text-indent: 0;
  margin-top: 1em;
}
#access h3 {
  clear: both;
  margin: 30px 0 10px;
}
#access section ul {
  margin-top: 20px;
}
