@charset "utf-8";
/*全体の設定
==================================*/
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic M", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
	line-height: 1.8;
	background: #fff;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
ul {
	list-style-type: none;
}
ol {
	padding-left: 40px;
	padding-bottom: 15px;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}
iframe {
	width: 100%;
}
a img:hover {
	opacity: 0.8;
	transition: all .2s;
}
a {
	color: #0069d7;
	transition: 0.2s;
	text-decoration: none;
}
a:hover {
	color: #ca024e;
	text-decoration: underline;
}
/*inner
==================================*/
.inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}
/*header
==================================*/
header {
	background: #458dd9;
	height: 120px;
	color: #fff;
}
header .inner {
	background: url(../images/logo.png) no-repeat left center;
}
header a {
	color: #fff;
}
header h1 {
	margin: 0 0 0 0;
	text-align: center;
}
/*contents
==================================*/
#contents {
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
}
/*contents-in
==================================*/
#contents-in {
	float: left;
	width: calc(100% - 220px);
}
.c2 #contents-in {
	float: none;
	width: auto;
}
/*maincts
==================================*/
#maincts {
	padding: 0 15px;
}
/*mainimg
==================================*/
#mainimg {
	clear: left;
	width: 100%;
	margin: 20px auto 0;
	position: relative;
}
/*main
==================================*/
#main {
	float: right;
	width: 70%;
	margin: 0 3.5% 0 0;
	padding-top: 20px;
}
 @media screen and (max-width:980px) {
#main {
	float: right;
	width: 61%;
	margin-right: 3.5%;
}
}
.c2 #main {
	width: 78.6%;
	margin-right: 0;
}
/*sub
==================================*/
#sub {
	float: left;
	width: 23%;
}
.c2 #sub {
	width: 18.4%;
}
/*MENU（PC）
==================================*/
#menubar {
	clear: both;
	overflow: hidden;
	position: relative;
	width: 200px;
	margin-top: 20px;
}
#menubar li:first-child {
	margin: 0 0 10px;
}
#menubar li {
	text-decoration : none;
	border-radius: 6px;
	margin: 12px 0;
	line-height: 1.2;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	font-size: 1.1rem;
	position: relative;
	top: 0;
}
#menubar li a {
	display : block;
	text-decoration: none;
	padding : 12px 12px;
	color : #fff;
}
#menubar li:hover {
	transition: all .4s;
}
#menubar li:active {
	top: 2px;
	transition: all .2s;
}
#menubar li.home {
	background: rgba(80, 150, 210, 1.0) url(../images/bg_pict01.png) no-repeat right top;
	box-shadow: 0 4px 0px rgba(70, 100, 170, 1);
}
#menubar li.home:hover {
	background: rgba(80, 150, 210, 0.8) url(../images/bg_pict01_on.png) no-repeat right top;
}
#menubar li.home:active {
	top: 2px;
	box-shadow: 0 2px 0px #3d5eae;
	transition: all .2s;
}
#menubar li.col1 {
	background: rgba(30, 170, 200, 1.0) url(../images/bg_pict02.png) no-repeat right top;
	box-shadow: 0 4px 0px rgba(30, 140, 170, 1);
}
#menubar li.col1:hover {
	background: rgba(30, 170, 200, 0.8) url(../images/bg_pict02_on.png) no-repeat right top;
}
#menubar li.col1:active {
	box-shadow: 0 2px 0px #2189a8;
}
#menubar li.col2 {
	background: rgba(0, 200, 150, 1.0) url(../images/bg_pict03.png) no-repeat right top;
	box-shadow: 0 4px 0px rgba(0, 160, 100, 1);
}
#menubar li.col2:hover {
	background: rgba(0, 200, 150, 0.8) url(../images/bg_pict03_on.png) no-repeat right top;
}
#menubar li.col2:active {
	box-shadow: 0 2px 0px #119c67;
}
#menubar li.col3 {
	background: rgba(130, 180, 50, 1.0) url(../images/bg_pict04.png) no-repeat right top;
	box-shadow: 0 4px 0px rgba(80, 130, 40, 1);
	padding : 12px 10px 12px 12px;
	color : #fff;
}
#menubar li.col3:hover {
	background: rgba(130, 180, 50, 1.0) url(../images/bg_pict04_on.png) no-repeat right top;
}
#menubar li.col3:active {
	top: 0;
}
#menubar li.col4 {
	background: rgba(170, 140, 40, 1.0) url(../images/bg_pict05.png) no-repeat right top;
	box-shadow: 0 4px 0px rgba(130, 100, 50, 1);
}
#menubar li.col4:hover {
	background: rgba(170, 140, 40, 0.8) url(../images/bg_pict05_on.png) no-repeat right top;
}
#menubar li.col4:active {
	box-shadow: 0 2px 0px #83672f;
}
#menubar li.col5 {
	background: rgba(150, 130, 110, 1.0) url(../images/bg_pict06.png) no-repeat right top;
	box-shadow: 0 4px 0px rgba(110, 100, 100, 1);
}
#menubar li.col5:hover {
	background: rgba(150, 130, 110, 0.8) url(../images/bg_pict06_on.png) no-repeat right top;
}
#menubar li.col5:active {
	box-shadow: 0 2px 0px #6e6761;
}
#menubar li ul li:first-child {
	margin: 8px 0;
}
#menubar li ul li:last-child {
	margin: 8px 0 4px;
}
#menubar li ul li {
	text-decoration : none;
	border-radius: 3px;
	border: 1px solid #6a9e18;
	background-color: #fff;
	box-shadow: 0 2px 0px #618724;
	margin: 8px 0;
	font-size: 1rem;
	text-shadow: none !important;
	position: relative;
	top: 0;
}
#menubar li ul li a {
	display : block;
	color : #0f6200;
	padding : 5px;
}
#menubar li ul li:hover {
	background-color: #fbffba;
}
#menubar li ul li:active {
	top: 2px;
	box-shadow: 0 0.5px 0px #618724;
	transition: all .2s;
}
/*MENU（SP）
==================================*/
#menubar-s {
	display: none;
}
#menubar_hdr {
	display: none;
}
/*side
==================================*/
#side {
	float: right;
	/*width: 20%;*/
	width: 220px;
}
#sidemenu {
	width: 220px;
	margin-top: 20px;
}
.c2 #side {
	display: none;
}
#side h2 {
	position: relative;
	padding: 4px 6px 4px 6px;
	background: #aca97a;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 4px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
#side h2:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 46%;
	border: 8px solid transparent;
	border-top: 12px solid #aca97a;
	width: 0;
	height: 0;
}
#side .box1 {
	border: 1px solid #ccc;
	padding: 6px;
	margin-bottom: 10px;
	text-align: center;
}
#side .box1 p.txt {
	font-size: 0.9rem;
	line-height: 1.5;
	padding: 10px 2px 0;
	text-align: center;
}
/*footer
==================================*/
footer {
	clear: both;
	font-size: 85%;
	color: #fff;
}
/*copyright
==================================*/
#copyright {
	clear: both;
	text-align: center;
	background: #2d75c1;
	padding: 15px 15px;
}
/*NEWS
==================================*/
#new dl {
	padding: 0px 10px;
	margin-bottom: 15px;
	line-height: 1.4;
	font-size: 0.95rem;
}
#new dt {
	float: left;
	width: 6em;
	padding: 8px 0;
	color: #86856c;
}
#new dd {
	padding-left: 6em;
	padding-top: 3px;
	padding: 8px 0;
	border-bottom: 1px dashed #cecece;
}
/*h2
==================================*/

#main #welcome h2 {
	position: relative;
	padding: 7px 7px 7px 17px;
	background: #eb9250;
	margin-bottom: 0px;
	border-radius: 8px 8px 0 0;
	border-top: 5px solid #f1c3a1;
	border-left: 5px solid #f1c3a1;
	border-right: 5px solid #f1c3a1;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	font-size: 1.3rem;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
}
#main #welcome h2:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 85px;
	border: 10px solid transparent;
	border-top: 16px solid #eb9250;
	width: 0;
	height: 0;
}
#main #new h2 {
	position: relative;
	padding: 4px 10px 4px 17px;
	background: #dc8192 url(../images/bg_newsttl.png) no-repeat right top !important;
	margin-bottom: 6px;
	border-radius: 8px;
	border: none;
	color: #FFF;
	font-weight: normal;
	font-size: 1.2rem;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
}
#main #members h2 {
	position: relative;
	padding: 6px 10px 6px 12px;
	background: url(../images/h2_pict02.png) no-repeat right top, linear-gradient(to right, rgba(30, 170, 200, 1), rgba(30, 170, 200, 0.1));
	margin: 0 0 30px 0;
	border-radius: 8px;
	border-left: solid 14px rgba(30, 140, 170, 1);
	color: #FFF;
	font-weight: normal;
	font-size: 1.6rem;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
}
#main #recruit h2 {
	position: relative;
	padding: 6px 10px 6px 12px;
	background: url(../images/h2_pict03.png) no-repeat right top, linear-gradient(to right, rgba(0, 200, 150, 1), rgba(0, 200, 150, 0.1));
	margin: 0 0 30px 0;
	border-radius: 8px;
	border-left: solid 14px rgba(0, 160, 100, 1);
	color: #FFF;
	font-weight: normal;
	font-size: 1.6rem;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
}
#main #research h2 {
	position: relative;
	padding: 6px 10px 6px 12px;
	background: url(../images/h2_pict04.png) no-repeat right top, linear-gradient(to right, rgba(130, 180, 50, 1), rgba(130, 180, 50, 0.1));
	margin: 0 0 30px 0;
	border-radius: 8px;
	border-left: solid 14px rgba(80, 130, 40, 1);
	color: #FFF;
	font-weight: normal;
	font-size: 1.6rem;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
}
#main #publications h2 {
	position: relative;
	padding: 6px 10px 6px 12px;
	background: url(../images/h2_pict05.png) no-repeat right top, linear-gradient(to right, rgba(170, 140, 40, 1), rgba(170, 140, 40, 0.1));
	margin: 0 0 30px 0;
	border-radius: 8px;
	border-left: solid 14px rgba(130, 100, 50, 1);
	color: #FFF;
	font-weight: normal;
	font-size: 1.6rem;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
}
#main #links h2 {
	position: relative;
	padding: 6px 10px 6px 12px;
	background: url(../images/h2_pict06.png) no-repeat right top, linear-gradient(to right, rgba(150, 130, 110, 1), rgba(150, 130, 110, 0.1));
	margin: 0 0 30px 0;
	border-radius: 8px;
	border-left: solid 14px rgba(110, 100, 100, 1);
	color: #FFF;
	font-weight: normal;
	font-size: 1.6rem;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
}
/*h3
==================================*/

#main h3 {
	overflow: visible;
	position: relative;
	padding-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 30px 0;
}
#main h3 span {
	padding: 8px;
}
#main h3:before {
	content: "";
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
#main h3:after {
	border-bottom: 5px solid #e4e4e4;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
#main #members h3:before {
	border-bottom: 5px solid rgba(30, 170, 200, 1);
}
#main #recruit h3:before {
	border-bottom: 5px solid rgba(0, 200, 150, 1);
}
#main #research h3:before {
	border-bottom: 5px solid rgba(130, 180, 50, 1);
}
#main #publications h3:before {
	border-bottom: 5px solid rgba(170, 140, 40, 1);
}
#main #links h3:before {
	border-bottom: 5px solid rgba(150, 130, 110, 1);
}
/*h3-publications*/

#main .h3wrap {
	border-bottom: 5px solid #e4e4e4;
	padding: 0;
	margin-bottom: 30px;
}
#main .h3wrap h3 {
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 0 0 -5px 0;
}
#main .h3wrap h3:before {
	content: "";
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
#main .h3wrap h3:after {
	border-bottom: 5px solid #e4e4e4;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
.h3link {
	float: right;
	text-align: right;
	margin: 0;
	display: block;
	padding: 0;
}
.h3link a {
	padding: 6px 20px 6px 12px;
	font-size: 0.9rem;
	font-weight: normal !important;
	color: #fff;
	background: #ca024e url(../images/arrow01.png) no-repeat right 4px center;
	border-radius: 3px;
	text-decoration: none !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.h3link a:hover {
	background: #4b8dd4 url(../images/arrow01.png) no-repeat right 4px center;
	text-decoration: none !important;
}
*:first-child+html .h3link {
	display: inline;
}
/*h4
==================================*/

#main h4 {
	overflow: hidden;
	position: relative;
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 20px;
	padding: 6px 10px;
	color: #0055b2;
	border-left: solid 5px #4b8dd4;
}
/*HOME：welcome
==================================*/
#welcome .cts {
	background: #fffee7;
	border-left: 5px solid #f1c3a1;
	border-right: 5px solid #f1c3a1;
	border-bottom: 5px solid #f1c3a1;
	border-radius: 0 0 8px 8px;
	padding: 20px 15px 15px;
	margin-bottom: 20px;
}
#welcome p {
	margin: 0;
	padding: 0 !important;
	line-height: 1.6;
}
#welcome ol li {
	line-height: 1.6;
}
/*publications
==================================*/

#publications ol {
	padding-left: 35px;
}
#publications ol li {
	margin-bottom: 16px;
	padding-left: 15px;
	line-height: 1.3;
}
#publications ol p {
	margin-bottom: 7px;
}
#publications ol p.ttl {
	font-weight: bold;
}
#publications ol p.summary {
	border-left: 3px solid rgba(170, 140, 40, 0.5);
	padding: 2px 0 2px 10px;
	margin: 10px 0 0 2px;
}
/* P
==================================*/
#main p {
	margin-bottom: 15px;
}
#main p.figttl {
	text-align: center;
	margin: 0 30px 0;
	padding: 10px 5px 5px;
	font-weight: bold;
	font-size: 1.05rem;
	border-bottom: 1px solid #d1d1d1;
}
#main p.figtxt {
	margin: 0 30px 15px;
	padding: 10px 6px 0;
	color: #002e81;
	font-size: 0.95rem;
	line-height: 1.5;
}
/* OL, UL
==================================*/
ol.nml {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}
ol.nml li {
	margin: 0 0 8px 0;
	line-height: 1.4;
	overflow: visible;
}
ul.nml {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}
ul.nml li {
	margin: 0 0 8px 0;
	line-height: 1.4;
	overflow: visible;
}
/*table
==================================*/
table.tbl01 {
	/*margin: 0 auto;*/
	margin: 0 0 20px 0;
	border-collapse: separate;
}
table.tbl01 th {
	text-align: left;
	padding: 0 10px 12px;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;/*border-top: 1px solid #a9c0e9;*/
}
table.tbl01 td {
	text-align: left;
	padding: 0 10px 12px;
	font-weight: normal;/*border-top: 1px solid #a9c0e9;*/
}
table.tbl01 td.url {
	font-size: 0.95rem;
}
/*table-members*/

table.tblmemb {
	margin: 0 0 50px 12px;
	border-collapse: separate;
}
table.tblmemb th {
	text-align: left;
	font-weight: bold;
	font-size: 1.15rem;
	white-space: nowrap;
	padding: 8px 12px 5px 18px;
	vertical-align: top;
	border-bottom: 1px solid #5ec4d6;
	width: 140px;
}
table.tblmemb td {
	text-align: left;
	padding: 11px 10px 5px 30px;
	font-weight: normal;
	vertical-align: top;
	border-bottom: 1px solid #e6e6e6;
}
/*tip
==================================*/
/* ttip-common */
div.ttip {
	margin: 0 4px;
	border-radius: 3px;
	font-size: 0.8rem;
	line-height: 1.2;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	display: inline-block;
}
div.ttip a {
	color: #fff;
	text-decoration: none;
}
div.ttip span {
	display: none;
}
div.ttip:hover {
	position: relative;
}
div.ttip:hover span {
	display: block;
	position: absolute;
	top: -24px;
	background-color: #fff;
	text-shadow: none !important;
	white-space: nowrap;
	padding: 1px 5px;
	line-height: 1.2;
	border-radius: 3px;
	z-index: 100;
}
div.ttip:hover span:before {
	content: "";
	position: absolute;
	top: 100%;
	border: 6px solid transparent;
	opacity: 0.6;
}
/* ttip-e-mail */
div.ttip.mail {
	padding: 3px 4px;
	background-color: #d86e07;
}
div.ttip.mail:hover span {
	color: #d86e07;
	border: #d86e07 solid 1px;
	left: -15px;
}
div.ttip.mail:hover span:before {
	left: 40%;
	border-top: 6px solid #d86e07;
}
/* ttip-researchmap */

div.ttip.rmap {
	padding: 3px 4px;
	background-color: #7e8995;
}
div.ttip.rmap:hover span {
	color: #7e8995;
	border: #7e8995 solid 1px;
	left: -32px;
}
div.ttip.rmap:hover span:before {
	left: 40%;
	border-top: 6px solid #7e8995;
}
/* ttip-facebook */
div.ttip.fb {
	padding: 3px 4px;
	background-color: #395599;
}
div.ttip.fb:hover span {
	color: #395599;
	border: #395599 solid 1px;
	left: -22px;
}
div.ttip.fb:hover span:before {
	left: 40%;
	border-top: 6px solid #395599;
}
/* ttip-twitter */
div.ttip.tw {
	padding: 3px 4px;
	background-color: #19c3f7;
}
div.ttip.tw:hover span {
	color: #19c3f7;
	border: #19c3f7 solid 1px;
	left: -18px;
}
div.ttip.tw:hover span:before {
	left: 40%;
	border-top: 6px solid #19c3f7;
}
/* publications-FullTxt */

.fulltxt a {
	background-color: #458dd9;
	margin: 0 8px;
	padding: 1px 6px;
	border-radius: 3px;
	font-size: 0.8rem;
	line-height: 1.2;
	color: #fff;
	text-decoration: none !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	display: inline-block;
	position: relative;
	bottom: 2px;
}
.fulltxt a:hover {
	background-color: #ca024e;
}
/* members-HP */

.hp a {
	background-color: #76cddc;
	margin: 0 8px;
	padding: 1px 6px;
	border-radius: 3px;
	font-size: 0.8rem;
	line-height: 1.2;
	color: #fff;
	text-decoration: none !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	display: inline-block;
	position: relative;
	bottom: 1px;
}
.hp a:hover {
	background-color: #ca024e;
}




/*PAGE TOP
==================================*/
@keyframes scroll {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
body .nav-fix-pos-pagetop a {
	display: none;
}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	z-index: 100;
	position: fixed;
	bottom: 65px;
	right: 2%;
	animation-name: scroll;
	animation-duration: 1S;
	animation-fill-mode: forwards;
}
/*OTHERS
==================================*/
.sh {
	display: none;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.clear {
	clear: both;
}
.noclear {
	clear: none !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img.fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.noborder {
	border: none !important;
}
.h100 {
	height: 100% !important;
	position: fixed;
}
.fsl01 {
	font-size: 1.1rem !important;
	line-height: 2 !important;
}
.fsl02 {
	font-size: 1rem !important;
}
.col01 {
	color: #15608b !important;
}
.col02 {
	color: #cc0000 !important;
}
.mb00 {
	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;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mt00 {
	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;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.ml00 {
	margin-left: 0 !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.mr00 {
	margin-right: 0 !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.pb00 {
	padding-bottom: 0 !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pt00 {
	padding-top: 0 !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pl00 {
	padding-left: 0 !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.pl50 {
	padding-left: 50px !important;
}
.pr00 {
	padding-right: 0 !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.p0 {
	padding: 0 !important;
}
 @media screen and (max-width:800px) {
body {
	font-size: 0.95rem;
	line-height: 1.6;
}
header {
	height: auto;
	min-height: 60px;
	padding: 10px 0;
}
header .inner {
	background: url(../images/logo.png) no-repeat;
	background-position: left -25px center;
	background-size: 110px;
}
header h1 {
	margin: 0 0 0 15%;
	text-align: center;
	max-width: 72%;
}
#maincts {
	margin: 0 5px;
	padding: 0;
}
 @keyframes menu1 {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
#menubar-s {
	display: block;
	overflow: hidden;
	position: absolute;
	border-top: 1px solid #fff;
	width: 100%;
	z-index: 10;
	animation-name: menu1;
	animation-duration: 0.5S;
	animation-fill-mode: both;
}
#menubar-s li {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	background: rgba(20,60,140,0.9);
	font-size: 1rem;
	color: #fff;
}
#menubar-s li.col3 {
	padding: 12px 10px 12px 20px;
}
#menubar-s li a {
	display: block;
	color: #fff;
	padding: 12px 10px 12px 20px;
}
#menubar-s li a:hover {
	text-decoration: none;
}
#menubar-s li ul li {
	background: rgba(0,0,0,0.0);
	border-bottom: 1px dashed #fff;
	padding: 0 !important;
}
#menubar-s li ul li:last-child {
	border-bottom: none !important;
	padding: 0 !important;
}
#menubar_hdr {
	display: block;
	position: absolute;
	top: 18px;
	right: 2%;
}
#menubar_hdr.close, #menubar_hdr.open {
	width: 40px;
	height: 40px;
}
#menubar_hdr.close {
	background: url(../images/icon_menu.png) no-repeat center top/40px;
}
#menubar_hdr.open {
	background: url(../images/icon_menu.png) no-repeat center bottom/40px;
}
#menubar {
	display: none;
}
#contents-in {
	float: none;
	width: 100% !important;
}
#sub {
	float: none;
	height: auto !important;
	width: 100% !important;
}
#main {
	float: none;
	width: 96% !important;
	margin: 0 0 0 0 !important;
	padding-left: 2%;
}
#side {
	float: none !important;
	width: 96% !important;
	margin: 0 0 0 0 !important;
	padding-left: 2%;
	height: auto !important;
}
#sidemenu {
	width: 100%;
	position: static !important;
}
#main h2 {
	font-size: 1.4rem !important;
	line-height: 1.3;
	padding: 14px 10px 14px 12px !important;
}
#main h3 {
	font-size: 1.2rem !important;
	line-height: 1.3;
	margin: 15px 0;
}
#main h4 {
	font-size: 1.05rem !important;
	line-height: 1.3;
	margin-bottom: 15px;
}
#main #welcome h2, #main #new h2 {
	font-size: 1.1rem !important;
	padding: 10px 8px 10px 8px !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}
#main #welcome h2:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 45px;
	border: 10px solid transparent;
	border-top: 16px solid #eb9250;
	width: 0;
	height: 0;
}
#side h2 {
	font-size: 1rem !important;
	padding: 8px 8px 8px 8px !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}
#side h2:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 48%;
	border: 8px solid transparent;
	border-top: 12px solid #aca97a;
	width: 0;
	height: 0;
}
#main #welcome img {
	max-width: 130px;
}
#main .h3wrap {
	border-bottom: none !important;
	padding: 0;
	margin-bottom: 30px;
	margin-top: -15px;
}
.h3link {
	float: none;
	text-align: right;
	margin: 0 0 20px 0;
	display: block;
	padding: 0;
}
.h3link a {
	padding: 6px 20px 6px 12px;
	font-size: 0.9rem;
	font-weight: normal !important;
	color: #fff;
	background: #ca024e url(../images/arrow01.png) no-repeat right 4px center;
	border-radius: 3px;
	text-decoration: none !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.h3link a:hover {
	background: #4b8dd4 url(../images/arrow01.png) no-repeat right 4px center;
	text-decoration: none !important;
}
*:first-child+html .h3link {
	display: inline;
}
#new {
	margin-bottom: 40px;
}
#new dl {
	padding: 0;
	line-height: 1.6;
}
#new dt {
	float: none;
	width: auto;
	padding: 8px 0 0 5px;
}
#new dd {
	padding: 0 0 8px 5px;
	margin-bottom: 2px;
}
#side .box1 {
	padding: 10px 6px;
}
#main p.figttl {
	margin: 0 10px 0;
	padding: 10px 5px 5px;
	font-weight: bold;
	font-size: 1rem;
	border-bottom: 1px solid #d1d1d1;
}
#main p.figtxt {
	margin: 0 10px 15px;
	padding: 10px 6px 0;
	color: #1400a6;
	font-size: 0.95rem;
	line-height: 1.3;
}
table.tblmemb {
	margin: 0;
	border-collapse: separate;
	width: 100% !important;
}
table.tblmemb th {
	text-align: left;
	font-weight: bold;
	font-size: 1.15rem;
	white-space: nowrap;
	padding: 10px 10px 8px 10px;
	margin: 25px 0 10px;
	vertical-align: top;
	border-top: 1px solid #5ec4d6;
	border-bottom: 1px dashed #e6e6e6;
	text-align: center;
	display: block;
	width: calc(100% - 20px) !important;
}
table.tblmemb td {
	text-align: left;
	padding: 2px 0 2px 0;
	font-weight: normal;
	vertical-align: top;
	border-bottom: none !important;
	display: block;
	text-align: center;
}
table.tbl01 {
	margin: 0 0 25px 0;
	padding-top: 0;
}
table.tbl01 th {
	display: block !important;
	width: 100% !important;
	padding: 10px 6px 2px;
}
table.tbl01 td {
	display: block;
	float: left;
	padding: 2px 0 10px 6px;
	border-bottom: 1px dashed #e6e6e6;
}
table.tbl01 td.url {
	font-size: 0.9rem;
}
#publications ol {
	padding-left: 25px;
}
#publications ol li {
	margin-bottom: 16px;
	padding-left: 0;
	line-height: 1.4;
	font-size: 0.9rem;
}
#publications ol li p.journal {
	line-height: 1.5 !important;
}
.fulltxt a {
	line-height: 1.1;
	bottom: 1px;
}
.hp a {
	line-height: 1.1;
	bottom: 1px;
}
}

@media print{

#sub {
	display: none !important;
}

#side {
	display: none !important;
}
#contents-in {
	width:100% !important;
}
#main {
	width: calc(100% - 30px) !important;
	margin-right: 15px !important;
}

.nav-fix-pos-pagetop {
	display: none !important;
}
/*
footer {
	float: none !important;
	clear: both !important;
}
*/
}
