@charset "utf-8";

@import "normalize.css";

html {
	overflow-y: scroll;
}

body {
	color: #222;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	text-align: center;
	background: #FFF;
}

#sb-site {
	width: 100% !important;
	text-align: center;
}

#container {
	width: 960px;
	margin: auto;
	text-align: center;
}

a:link {
	color: #65AB0A;
}

a:visited {
	color: #65AB0A;
}

a:active {
	color: #54A9FD;
}

a:hover {
	color: #54A9FD;
}

a:focus {
	outline: none;
}

img.ic {
	vertical-align: bottom;
}


/* header */

header {
	width: 960px;
	height: 85px;
	position: relative;
	margin: 0 auto;
}

#h_nav {
	position: absolute;
	top: 30px;
	right: 0px;
	margin: 0;
}

#h_nav img {
	width: 65px;
}

header h1 {
	position: absolute;
	top: 12px;
	left: 0px;
	margin: 0;
}

header h1 img {
	width: 815px;
}


/* nav */

nav {
	width: 960px;
    height: auto;
	margin: 0 auto 10px;
	overflow: hidden;
}

#toggle, .sb-slidebar {
	display: none;
}

ul#menu {  
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 
ul#menu li {
	height: auto;
	margin: 0;
	padding: 0;
	background-image: none;
	display: block;
	text-align: left;
	float: left;
	border-left: 1px solid #FFF;
	background: #65AC09;
}

ul#menu li:first-child {
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
	-o-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
	-o-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


ul#menu li:last-child {
	-webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
	-o-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
	-o-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

ul#menu li a {
	display: block;
	padding: 17px 18px 15px;
	line-height: 13px;
	font-size: 13px;
}

ul#menu.en li a {
	display: block;
	padding: 17px 53px 15px 54px;
	line-height: 13px;
	font-size: 13px;
}

ul#menu li a:link, ul#menu li a:visited,
ul#menu.en li a:link, ul#menu.en li a:visited {
	color: #FFF;
	text-decoration: none;
}

ul#menu li a:active, ul#menu li a:hover,
ul#menu.en li a:active, ul#menu.en li a:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}


/* footer */

footer {
	width: auto;
	height: auto;
	padding: 0;
	clear: both;
	text-align: center;
	background: #808080;
	color: #FFF;
}

#address {
	margin: 0;
	padding: 18px 0 5px;
	font-size: 12px;
}

#copy {
	margin: 0 auto;
	padding: 0 0 13px;
	font-size: 11px;
}


/* ページトップへ戻る */

#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 20px;
	padding: 15px 10px 10px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	clear: both;
	opacity: .7;
    filter: alpha(opacity=70);
}

#page-top:hover {
	opacity: .8;
    filter: alpha(opacity=80);
}

.arrow {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 2px solid #000;
	border-left-color: #FFF;
	border-top-color: #FFF;
	top: 20px;
	left: 25px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

@media print {
#page-top {
	display: none;
}
}


/* top */

#slideimage {
	width: 960px;
	height: 325px;
	margin: 0 auto;
	clear: both;
}

#slideimage img {
	width: 960px;
}

ul.photo {
   position: relative;
   overflow: hidden;
   margin: 0;
   padding: 0;
   width: 960px;
   height: 325px;
   list-style: none;
}

ul.photo li {
   position: absolute;
   top: 0;
   left: 0;
   margin: 0;
   padding: 0;
   background-image: none;
}

#news_frame {
	width: 645px;
	margin: 0 35px 0 0;
	padding: 0;
	text-align: left;
	float: left;
}

#news {
	height: 360px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.news_border {
	width: 100%;
	margin: 0 auto 5px;
	padding: 10px 0 10px;
	border-bottom: 1px solid #E8E8E8;
	overflow: hidden;
}

.news_img {
	width: 153px;
	margin: 0 10px 0 0;
	text-align: center;
	float: right;
}

.news_img img {
	width: 100%;
}

.news_comment {
	width: 457px;
	margin: 0 0 0 5px;
	float: left;
}

.news_comment p {
	margin: 5px 5px 5px 0;
	padding: 0;
	text-indent: 0;
}

.news_comment span.title {
	color: #989898;
	font-weight: bold;
}

p.pasttopics {
	text-align: right;
	margin: 10px 0 0;
}

#top_menu {
	width: 280px;
	margin: 0;
	float: right;
}

#top_menu ul {
	margin: 0;
	padding: 0;
}

#top_menu ul li {
	margin: 0 0 8px;
	padding: 0;
	list-style-type: none;
	line-height: 0;
	background-image: none;
}

#top_menu img {
	width: 280px;
}

#bn {
	margin: 0;
	padding: 12px 11px 11px 10px;
	background-color: #2D287F;
	overflow: hidden;
}

#bn ul {
	margin: 0;
	padding: 0;
	background-color: #2D287F;
}

#bn ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 0;
	background-image: none;
	float: left;
}

#bn ul li.bn1 img {
	width: 135px;
}

#bn ul li.bn2 img {
	width: 124px;
}


/* main */

#main {
	width: 960px;
	min-height: 550px;
	text-align: left;
	margin: 0;
	padding: 0 0 20px;
	overflow: hidden;
}

#main.top {
	min-height: inherit;
	margin-top: 30px;
}

#main h1 {
	margin: 25px 0 25px;
	padding: 2px 15px 0;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #4C4C4C;
	text-align: left;
	border-left: 4px solid #D5E805;
}

h2 {
	margin: 25px 0 17px;
	padding: 8px 15px 8px;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	text-align: left;
	color: #646464;
	border-top: 2px solid #65AC09;
	background: #F4F4F4;
}

h2.top {
	margin: 0;
}

h3 {
	margin: 25px 15px 10px 20px;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #345212;
}

h4 {
	margin: 15px 20px 10px 25px;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

p {
	margin: 5px 20px 5px 30px;
	padding: 0;
	text-indent: 0.7em;
}

p.noindent {
	text-indent: 0;
}


/* list */

ul {
	margin: 5px 20px 5px 41px;
	padding: 0;
}

ul li, ol li ul li {
	list-style: none;
	padding: 2px 0 2px 18px;
	background-position: 0 6px;
	background-image: url(../image/li.png);
	background-repeat: no-repeat;
	-moz-background-size: 11px 11px;
	background-size: 11px 11px;
}

li ul {
	margin: 5px 0 0 5px;
}

ol {
	margin: 5px 20px 5px 57px;
	padding: 0;
}

ol li {
	margin: 0;
	padding: 2px 0;
}

li ol {
	margin: 5px 0 0 20px;
}


/* table */

table {
	padding: 0;
	margin: 10px 10px 10px 35px;
}

table th {
	border: 1px solid #CCC;
	padding: 7px 5px 5px;
	font-weight: normal;
	text-align: center;
	background-color: #F2F2F2;
}

table td {
	border: 1px solid #CCC;
	padding: 7px 5px 5px;
}

table.noborder th {
	border: none;
}

table.noborder td {
	border: none;
}

table.center {
	margin: 10px auto;
}


/* figure */

figure {
	margin: 10px 20px;
}

figure.center {
	margin: 10px auto;
}

figure.fr {
	float: right;
	margin: 0 20px 5px 10px;
}

figure.fl {
	float: left;
	margin: 0 10px 5px 30px;
}

figure img {
	margin: 2px 0;
}

figcaption {
	font-size: 0.85em;
	line-height: 1.1;
	padding: 0 5px;
	text-align: left;
}
.f_mr10 {
	margin-right: 10px;
}

.f184 {
	width: 184px;
}

.f184 img, .f320 img {
	width: 100%;
}

.f672 {
	width: 672px;
	margin: 10px auto;
	padding: 0 20px 0 0;
	overflow: hidden;
}

.f320 {
	width: 320px;
}

.f720 {
	width: 720px;
	margin: 10px auto;
	padding: 0 20px 0 0;
	overflow: hidden;
}


/* utility */

a.pdf {
	background: url(../image/ic_pdf.png) right no-repeat;
	padding-right: 24px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}

a.blank {
	background: url(../image/ic_blank.png) right no-repeat;
	padding-right: 22px;
	-moz-background-size: 18px 17px;
	background-size: 18px 17px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
	text-indent: 0;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.small {
	font-size: 0.85em;
}

hr {
	border: 1px dotted #666666;
	margin: 15px 15px;
	clear: both;
}

blockquote {
	margin: 5px 0 5px 9px;
}

blockquote p {
	text-indent: 0;
}


/* メンバー */

#member_r {
	width: 704px;
	float: right;
	margin: 0 20px 5px 10px;
}

#member_l {
	width: 186px;
	float: left;
	margin: 0 10px 5px 30px;
}

#member_l img {
	width: 186px;
}

#member_l2 {
	width: 126px;
	margin: 20px auto 0;
}

#member_l2 img {
	width: 126px;
}


/* 最近の論文発表 */

.prototip table {
	margin: 0;
	text-align: left;
	border: none;
}

.prototip table td {
	border: none;
}