@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 {
	background: #213491;
	border-bottom: 8px solid #9acd32;
	height: 120px;
	color: #fff;
}
header .inner {
	background: url(../images/logo.png) no-repeat left center;
}
header a {
	color: #fff;
}
header h1 {
	margin: 0 10px 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 2.5% 0 0;
	padding-top: 20px;
}
 @media screen and (max-width:980px) {
#main {
	float: right;
	width: 61%;
	margin-right: 2.5%;
}
}
.c2 #main {
	width: 78%;
	margin-right: 0;
}
/*sub
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 24%;
}
.c2 #sub {
	width: 19.4%;
}
/*メニュー（PC）
---------------------------------------------------------------------------*/
#menubar {
	clear: both;
	overflow: hidden;
	width: 210px;
	margin-top: 20px;
}
#menubar li a {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 10px 10px;
	line-height: 1.2;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background: #3f4598 url(../images/bg_menubar.png) no-repeat top;
	color: #fff;
	margin-bottom: 6px;
	border: 1px solid #2a318d;
	font-size: 1rem;
}
#menubar li.ttl {
	padding: 6px 0 6px 10px;
	margin-bottom: 6px;
	border: 1px solid #2a318d;
}
#menubar li.ttl.col1 {
	background: #0a97c4 url(../images/bg_menubar.png) no-repeat top;
}
#menubar li.ttl.col2 {
	background: #228c9d url(../images/bg_menubar.png) no-repeat top;
}
#menubar li.ttl span {
	text-align: left;
	line-height: 1.2;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#menubar li a:hover {
	background: #b38c1c url(../images/bg_menubar.png) no-repeat top;
	color: #fff;
	border: 1px solid #dbc995;
}
#menubar li.current a {
	background: #146d9c !important;
	color: #fff;
	text-shadow: none;
}
#menubar li ul li a {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 2px 0 5px;
	margin: 0 10px 5px 0 !important;
	font-size: 0.85rem;
	line-height: 1.2;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background: none !important;
	color: #fff;
	border-bottom: 1px dashed #b7dfeb !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
#menubar li ul li a:hover {
	color: #ffff66 !important;
	border-bottom: 1px solid #ffff66 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
#menubar li ul li.nolink {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 3px 0 5px;
	margin: 0 10px 5px 0 !important;
	font-size: 0.85rem;
	line-height: 1.2;
	text-shadow: none !important;
	background: none !important;
	color: #fff;
	border-bottom: 1px dashed #b7dfeb !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
#menubar li ul li:first-child {
	margin-top: 4px !important;
}
#menubar li ul li.ir01 a {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 6px 5px 4px 8px;
	margin: 10px 10px 5px 0 !important;
	font-size: 0.85rem;
	line-height: 1.2;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background: url(../images/bg_menubar_ir01.png) !important;
	color: #fff;
	border: none !important;
}
/*span
---------------------------------------------------------------------------*/

#menubar li ul li span {
	float: left;
	margin: 0 6px 0 0;
	font-size: 0.7rem;
	line-height: 1.2;
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	bottom: 1px;
	border: 1px solid #fff;
	text-shadow: none !important;
}
.span01 {
	background-color: #a19400;
	padding: 1px 4px;
	color: #FFF;
	font-weight: normal;
}
.span02 {
	background-color: #2a318d;
	padding: 1px 10px;
	color: #FFF;
	font-weight: normal;
}
.span03 {
	background-color: #b42a67;
	padding: 1px 4px;
	color: #FFF;
	font-weight: normal;
}
#maincts h3 .span01, #maincts h3 .span02, #maincts h3 .span03 {
	margin-left: 15px !important;
	padding: 1px 10px !important;
	font-size: 0.75em;
	position: relative;
	bottom: 3px;
}
/*メニュー（SP）
---------------------------------------------------------------------------*/

#menubar-s {
	display: none;
}
#menubar_hdr {
	display: none;
}
/*side
---------------------------------------------------------------------------*/
#side {
	float: right;
	/*width: 20%;*/
	width: 210px;
}
#sidemenu {
	width: 210px;
	margin-top: 20px;
}
.c2 #side {
	display: none;
}
/*sub,side
---------------------------------------------------------------------------*/

#side h2.sidetop {
	text-align: center;
	background: #b9aa7e;
	padding: 4px 0px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: normal;
	font-size: 1rem;
	border-bottom: none;
}
#side h2 {
	text-align: center;
	padding: 4px 0px;
	margin-bottom: 10px;
	color: #7b6937;
	font-weight: normal;
	font-size: 1rem;
	border-bottom: 2px solid #b9aa7e;
}
#side h3 {
	text-align: left;
	padding: 4px 0 4px 4px;
	margin-bottom: 10px;
	color: #7b6937;
	font-weight: normal;
	font-size: 0.9rem;
	border-bottom: 1px dashed #b9aa7e;
}
#sub p, #side p {
	line-height: 1.6;
}
/*submenu
---------------------------------------------------------------------------*/
#side .submenu {
	margin-bottom: 20px;
}
#sub .submenu li a, #side .submenu li a {
	text-decoration: none;
	display: block;
	padding: 6px 8px;
	border-bottom: 1px solid #ccc;
	line-height: 1.2;
	font-size: 0.9rem;
}
/*box1
---------------------------------------------------------------------------*/
#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 {
	clear: both;
	font-size: 85%;
	color: #fff;
}
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #213491;
	padding: 15px 15px;
}
/*NEWS
---------------------------------------------------------------------------*/

#new dl {
	padding: 0px 10px;
	margin-bottom: 15px;
	line-height: 1.2;
	font-size: 0.95rem;
	overflow: hidden;
}
#new dt {
	width: 6em;
	float: left;
	padding: 8px 0 6px !important;
	color: #86856c;
}
#new dd {
	padding: 8px 0 6px 6em !important;
	border-bottom: 1px dashed #cecece;
}
#new dd:after {
	display: block;
	content: "";
	clear: both;
}
/*h2
---------------------------------------------------------------------------*/

#main #welcome h2 {
	position: relative;
	padding: 7px 7px 7px 17px;
	background: #b8346b url(../images/bg_h2.png) no-repeat right center;
	margin-bottom: 0px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	font-size: 1.3rem;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
}
#main #new h2 {
	position: relative;
	padding: 4px 10px 4px 17px;
	background: #74bc19 url(../images/bg_h2.png) no-repeat right center;
	margin-bottom: 6px;
	border: none;
	color: #FFF;
	font-weight: normal;
	font-size: 1.2rem;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
}
#main h2 {
	position: relative;
	padding: 6px 10px 6px 12px;
	background: url(../images/bg_h2.png) no-repeat right center, linear-gradient(90deg, #213491, #25a1c7);
	margin: 0 0 30px 0;
	color: #FFF;
	font-weight: normal;
	font-size: 1.6rem;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
}
/*h3
---------------------------------------------------------------------------*/



#main h3 {
	overflow: hidden;
	position: relative;
	padding: 10px 0;
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 25px;
	border-bottom: 6px solid #94cf4a;
}
#main h2 + #maincts h3 {
	padding-top: 0px !important;
}
p + h3 {
	margin-top: 25px !important;
}
/*h4
---------------------------------------------------------------------------*/

#main h4 {
	overflow: hidden;
	position: relative;
	font-size: 1.3rem;
	line-height: 1.4;
	margin: 0 0 20px;
	padding: 15px 10px 6px 0;
	color: #213591;
	border-bottom: solid 1px #259fc6;
}
#main h3 + h4 {
	padding-top: 5px !important;
}
.box01 h4 {
	font-size: 1.1rem;
	padding: 0 10px 6px 0 !important;
	color: #6fb82a !important;
	border-bottom: solid 1px #94cf4a !important;
}
/*h5
---------------------------------------------------------------------------*/

#main h5 {
	overflow: hidden;
	position: relative;
	font-size: 1.1rem;
	line-height: 1.4;
	margin: 0 0 20px;
	padding: 10px 10px 6px 0;
	color: #000;
	border-bottom: dashed 1px #92cfe2;
}
/*HOME：welcome
---------------------------------------------------------------------------*/

#welcome .cts {
	background: #fffee7;
	border-left: 1px solid #b8346b;
	border-right: 1px solid #b8346b;
	border-bottom: 1px solid #b8346b;
	padding: 20px 15px 15px;
	margin-bottom: 20px;
}
#welcome p {
	padding: 0 !important;
	line-height: 1.5;
	font-size: 0.95rem;
}
#welcome p:last-child {
	margin: 0 !important;
}
/*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;
}
/*publication
---------------------------------------------------------------------------*/

.publication {
	line-height: 1.3;
}
.publication p {
	margin-bottom: 7px !important;
}
.publication p.ttl {
	font-weight: bold;
}
/* P
---------------------------------------------------------------------------*/
#main p {
	margin-bottom: 15px;
}
/* OL, UL
---------------------------------------------------------------------------*/
ol.nml {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}
ol.nml li {
	margin: 0 0 8px 0;
	padding-left: 10px;
	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;
	list-style: disc;
}
ol.nmlnumb {
	margin: 0 0 15px;
	padding: 0;
}
ol.nmlnumb li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
ol.nmlnumb li:before {
	content: counter(cnt) "）";
}
.previous ul li {
	margin: 0 0 30px 14px;
	line-height: 1.5;
	border-left: 4px solid #94cf4a;
	border-bottom: 1px solid #94cf4a;
	padding: 10px 0 6px;
	}
.previous ul p {
	margin: 0 0 5px 1em !important;
}
.previous ul p.ttl {
	font-weight: bold;
}
.previous ul p.summary {
	border-bottom: 1px dashed #94cf4a;
	/*border-left: 5px solid #94cf4a;
	border-right: 1px solid #94cf4a;
	border-top: 1px solid #94cf4a;*/
	padding: 0 8px 6px 2px;
	margin: 0 0 15px 12px !important;
	color: #2a328d;
	/*background: #fafaed;*/
}
.previous h4 {
	font-size: 1.4em !important;
}
/*BOX
---------------------------------------------------------------------------*/
.box01 {
	margin-bottom: 15px;
	padding: 10px;
	border: #94cf4a solid 1px;
	background-color: #fafaed;
}
/* organizations */

.boxorg1 {
	float: left;
	padding: 8px;
	border: #e6ad00 solid 2px;
	font-size: 0.95em;
	margin-left: 60px;
}
.boxorg1 p {
	color: #fff;
	margin-bottom: 5px !important;
	background-color: #e6ad00;
	padding: 3px;
	text-align: center;
}
.boxorg1 ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.boxorg1 ul li {
	margin: 6px 0;
	line-height: 1.4;
	overflow: visible;
	list-style: disc;
	color: #e6ad00;
}
.boxorg1 ul li span {
	color: #000;
}
.boxorg2 {
	float: right;
	padding: 8px;
	border: #e99f6d solid 2px;
	font-size: 0.95em;
}
.boxorg2 p {
	color: #fff;
	margin-bottom: 5px !important;
	background-color: #e99f6d;
	padding: 3px;
	text-align: center;
}
.boxorg2 ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.boxorg2 ul li {
	margin: 6px 0;
	padding-left: 0;
	line-height: 1.4;
	overflow: visible;
	list-style: disc;
	color: #e99f6d;
}
.boxorg2 ul li span {
	color: #000;
}
/*table-organizations */

table.tblorg {
	margin: 0 0 50px 12px;
	border-collapse: collapse;
}
table.tblorg th {
	text-align: center;
	white-space: nowrap;
	padding: 8px 12px 5px 18px;
	vertical-align: top;
}
table.tblorg td {
	text-align: left;
	padding: 8px;
	font-weight: normal;
	vertical-align: top;
}
table.tblorg td.col1t {
	color: #d09d00;
}
table.tblorg td.col2t {
	color: #da6313;
}
table.tblorg td.col1 {
	border: #fec039 solid 2px;
	width: 45%;
}
table.tblorg td.col2 {
	border: #f5af8b solid 2px;
	width: 55%;
}
.w600 {
	width: 600px;
}
/*テーブル
---------------------------------------------------------------------------*/

table.tbl01 {
	margin: 0 0 20px 0;
	border-collapse: separate;
}
table.tbl01 th {
	text-align: left;
	padding: 0;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}
table.tbl01 td {
	text-align: left;
	padding: 0;
	font-weight: normal;
}
table.tbl01w {
	margin: 0 0 20px 0;
	border-collapse: separate;
}
table.tbl01w th {
	text-align: left;
	padding: 0 1em 0 0;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}
table.tbl01w td {
	text-align: left;
	padding: 0 1em 0 0;
	font-weight: normal;
}
table.tbl02 {
	margin: 0 0 20px 0;
	border-collapse: separate;
	border-top: #c7cfff solid 1px;
	border-left: #c7cfff solid 1px;
}
table.tbl02 th {
	text-align: left;
	padding: 2px 10px;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
	background: #e1e6ff;
	border-right: #c7cfff solid 1px;
	border-bottom: #c7cfff solid 1px;
}
table.tbl02 td {
	text-align: left;
	padding: 2px 10px;
	font-weight: normal;
	border-right: #c7cfff solid 1px;
	border-bottom: #c7cfff solid 1px;
}
table.tbl03 {
	margin: 0 0 20px 0;
	border-collapse: separate;
	border-top: #c7cfff solid 1px;
	border-left: #c7cfff solid 1px;
}
table.tbl03 th {
	text-align: left;
	padding: 2px 10px;
	font-weight: normal;
	vertical-align: top;
	background: #e1e6ff;
	border-right: #c7cfff solid 1px;
	border-bottom: #c7cfff solid 1px;
}
table.tbl03 td {
	text-align: left;
	padding: 2px 10px;
	font-weight: normal;
	vertical-align: top;
	border-right: #c7cfff solid 1px;
	border-bottom: #c7cfff solid 1px;
}
/*table-optout*/


table.tblopt01 {
	width: 100%;
	border-collapse: collapse;
}
table.tblopt01 thead th {
	padding: 10px 15px;
	text-align: left;
	font-weight: normal;
	font-size: 1rem;
	border-bottom: #838fd9 solid 1px;
}
table.tblopt01 tbody th {
	background: #fff;
	padding: 10px 15px;
	text-align: left;
	border-bottom: #e1e6ff solid 1px;
	vertical-align: top;
}
table.tblopt01 tbody td {
	background: #FFF;
	padding: 10px 15px;
	border-bottom: #e1e6ff solid 1px;
	vertical-align: top;
}
 @media screen and (max-width: 640px) {
table.tblopt01 thead {
	display: none;
}
table.tblopt01 tbody th {
	display: block;
	text-align: left;
	border-bottom: none;
	padding: 10px 15px 0;
}
table.tblopt01 tbody td {
	display: block;
	padding: 0 0 10px 30px;
}
table.tblopt01 tbody td::before {
	content: attr(label);
	float: left;
	clear: both;
	font-weight: normal;
	padding-right: 10px;
}
}
/* Image List */
.imglist01 {
	display: table !important;
	margin: 0 auto !important;
}
.imglist01 ul {
	margin: 0;
	padding: 0;
}
.imglist01 ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	display: block;
	text-align: center;
	line-height: 1.6;
	text-decoration: none;
	padding: 6px 0 14px 0;
	margin: 0 20px 20px;
	max-width: 360px !important;
}
.imglist01 ul li img {
	margin-bottom: 15px;
}
.imglist01 ul li span {
	color: #000;
}
.imglist01::after {
	content: "";
	display: block;
	clear: both;
}
/*tip
---------------------------------------------------------------------------*/
/*ttip-共通*/
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;
}






/*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;
}
/*その他
---------------------------------------------------------------------------*/
sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: .6ex;
	padding: 0 2px 0 4px;
	font-size: 0.75em;
}
sub {
	position: relative;
	top: -3px;
	font-size: 0.75em;
	padding: 0 1px;
}
.blcac {
	display: table !important;
	margin: 0 auto !important;
}

.iconm {
	vertical-align: middle;
	margin: 0;
}
.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.1em !important;
	line-height: 2 !important;
}
.fsl02 {
	font-size: 1em !important;
}
.fsl03 {
	font-size: 0.9em !important;
}
.fsl04 {
	font-size: 0.8em !important;
}
.fsl05 {
	font-size: 0.7em !important;
}
.fspe01 {
	font-size: 1.4em !important;
	font-weight: bold;
}
.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: 80px;
	padding: 0 0;
	background: #2a318d url(../images/logo.png) no-repeat;
	background-position: left center;
	background-size: 110px;
}
header .inner {
	background: none !important;
}
header h1 {
	padding: 12px 30px 0 5%;
	max-width: 80%;
}
#maincts {
	margin: 0 5px;
	padding: 0;
}
/*メニュー（SP）
---------------------------------------------------------------------------*/

#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 a {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 12px 10px;
	line-height: 1.2;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background: #3f4598 !important;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 1rem;
}
#menubar-s li.ttl {
	padding: 6px 0 6px 10px;
	font-size: 1rem;
}
#menubar-s li.ttl.col1 {
	background: #0a97c4 !important;
	border-bottom: 1px solid #fff;
}
#menubar-s li.ttl.col2 {
	background: #228c9d !important;
	border-bottom: 1px solid #fff;
}
#menubar-s li.ttl span {
	text-align: left;
	line-height: 1.2;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#menubar-s li.current a {
	background: #146d9c !important;
	color: #fff;
	text-shadow: none;
}
#menubar-s li ul li a {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 10px 0;
	margin: 0 10px 5px 0 !important;
	font-size: 0.85rem;
	line-height: 1.2;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background: none !important;
	color: #fff;
	border-bottom: 1px dashed #b7dfeb !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
#menubar-s li ul li.nolink {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 10px 0;
	margin: 0 10px 5px 0 !important;
	font-size: 0.85rem;
	line-height: 1.2;
	text-shadow: none !important;
	background: none !important;
	color: #fff;
	border-bottom: 1px dashed #b7dfeb !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
#menubar-s li ul li:first-child {
	margin-top: 4px !important;
}
#menubar-s li ul li.ir01 a {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 6px 5px 4px 8px;
	margin: 10px 10px 5px 0 !important;
	font-size: 0.85rem;
	line-height: 1.2;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background: url(../images/bg_menubar_ir01.png) !important;
	color: #fff;
	border: none !important;
}
/*span
---------------------------------------------------------------------------*/

#menubar-s li ul li span {
	float: left;
	margin: 0 6px 0 0;
	font-size: 0.7rem;
	line-height: 1.2;
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	bottom: 1px;
	border: 1px solid #fff;
	text-shadow: none !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;
}
/*メニュー（PC）
---------------------------------------------------------------------------*/
#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.2rem !important;
	line-height: 1.3;
	padding: 14px 10px 14px 12px !important;
}
#main h3 {
	font-size: 1.1rem !important;
	line-height: 1.3;
	margin: 15px 0;
}
#main h4 {
	font-size: 1.05rem !important;
	line-height: 1.3;
	margin-bottom: 15px;
}
#main h5 {
	font-size: 1rem !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;
}
#side h2 {
	font-size: 1rem !important;
	padding: 8px 8px 8px 8px !important;
	font-weight: bold;
}
#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 dt {
	width: 6em;
	float: none;
	padding: 10px 0 2px !important;
	color: #86856c;
}
#new dd {
	padding: 2px 0 10px 0 !important;
	border-bottom: 1px dashed #cecece;
}
#new dd:after {
	display: block;
	content: "";
	clear: both;
}
/*box1
---------------------------------------------------------------------------*/
#side .box1 {
	padding: 10px 6px;
}
.w600 {
	width: 100%;
}
.boxorg1 {
	width: 43%;
	margin-left: 0;
	font-size: 0.9em;
}
.boxorg2 {
	width: 43%;
	font-size: 0.9em;
}
/*テーブル
---------------------------------------------------------------------------*/
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.tbl01w th {
	display: block !important;
	width: 100% !important;
	padding: 10px 6px 2px;
	text-align: left;
}
table.tbl01w td {
	display: block;
	text-align: left;
	padding: 0 6px 0 20px;
	font-weight: normal;
}
table.tbl02 th {
	display: block !important;
}
table.tbl02 td {
	display: block !important;
}
/*publications
---------------------------------------------------------------------------*/
#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;
}
.publication p.journal {
	line-height: 1.5 !important;
}
.fulltxt a {
	margin: 0 8px;
	padding: 1px 6px;
	border-radius: 3px;
	font-size: 0.8rem;
	line-height: 1.1;
	color: #fff;
	text-decoration: none !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	display: inline-block;
	position: relative;
	bottom: 1px;
}
/* Image List */
.imglist01 {
	display: table !important;
	margin: 0 auto !important;
}
.imglist01 ul li {
	margin: 0 10px 20px !important;
}
.fspe01 {
	font-size: 1.2em !important;
	font-weight: bold;
}
#maincts h3 .span01, #maincts h3 .span02, #maincts h3 .span03 {
	margin-left: 15px !important;
	padding: 1px 10px !important;
	font-size: 0.75em;
	position: relative;
	bottom: 1px !important;
}
}

.print_page{
	width: 200mm;
	height: 280mm;
	box-sizing: border-box;
	padding: 0mm;
	page-break-after: auto;
	}


 @media print {
#sub {
	display: none !important;
}
#side {
	display: none !important;
}
#contents-in {
	width: 100% !important;
}
#main {
        height: auto;
	width: calc(100% - 30px) !important;
	margin-right: 15px !important;
}
.nav-fix-pos-pagetop {
	display: none !important;
}
.print_button {
        display: none;
}
}


