@charset "UTF-8";

/*
第34回日本エイズ学会学術集会・総会. CSS
Author: Kazuya Tahara(Hdj)
Version: 191224
*/


/*-----------------------------------------------
 __ResetCss
-----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
box-sizing:border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

strong, span, del, sub, sup{
	font-weight:inherit;
}

html{
overflow-y: scroll;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

input, textarea{
margin: 0;
padding: 0;
}

ol, ul{
list-style:none;
}

table{
border-collapse: collapse; 
border-spacing:0;
}
table td{
vertical-align:middle;
}
caption, th{
text-align: left;
}
strong,
strong *{
	font-weight:bold;
}

a:focus {
outline:none;
}

/*ClearFix*/
.clearfix:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}
/*-----------------------------------------------
 __BassSetting
-----------------------------------------------*/
body{
	-webkit-text-size-adjust: 100%;
	color:#002A44;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	background: linear-gradient(to bottom, rgba(0,0,3,1) 0%,rgba(0,128,203,1) 1000px);
}
a{
	color:#0073A0;
	font-weight:inherit;
	text-decoration:underline;
}
a:hover{
	color: #01B0BD;
}
.Wrapper {
	width:1000px;
	margin:0 auto;
}
.Container {
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
}

/*-----------------------------------------------
 __#HEADER
-----------------------------------------------*/
#HEADER{
	width:100%;
	height:140px;
	margin:0 auto;
	padding-top:22px;
	background: url(refer/logo_aidsjapan.png) no-repeat 5px 22px;
	background-size:87px;
	position:relative;
}
#HEADER h1{
	margin:12px auto auto 110px;
}
#HEADER .Outline{
	width:340px;
	height:110px;
	background:url(refer/outline.png) no-repeat 0 0;
	background-size:contain;
	position:absolute;
	right:0;
	top:12px;
}
#HEADER .Outline dt,
#HEADER .Outline dd{
	font-size:1px;
	text-indent:-9999px;
}
/*-----------------------------------------------
 __Nav
-----------------------------------------------*/
nav{
	width:200px;
}
nav ul{
	display:flex;
	flex-direction:column;
	margin:20px auto 30px;
	border-top:1px solid rgba(255,255,255,0.5);
}
nav ul li{
	color:rgba(255,255,255,0.4);
	font-weight:bold;
	line-height:39px;
	padding-left:10px;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
nav ul li.Line2{
	line-height:20px;
	padding-top:10px;
	padding-bottom:10px;
}
nav ul li a{
	box-sizing:content-box;
	display:block;
	width:100%;
	height:100%;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	padding-left:10px;
	margin-left:-10px;
	transition-property:background-color;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
}
nav ul li.Line2 a{
	margin-top:-10px;
	margin-bottom:-10px;
	padding-top:10px;
	padding-bottom:10px;
}

nav ul li a:hover{
	color:#FFF;
	background: rgba(255,255,255,0.3);
}
nav .BnChiba{
	width:200px;
	height:53px;
	font-size:1px;
	text-indent:-9999px;
	background:url(refer/bn_chibacity.jpg) no-repeat 0 0;
	background-size:contain;
}
nav .BnGilead{
	width:200px;
	height:67px;
	font-size:1px;
	text-indent:-9999px;
	margin-bottom:10px;
	background:url(refer/bn_gilead.jpg) no-repeat 0 0;
	background-size:contain;
}
nav .BnPmda{
	width:200px;
	height:34px;
	font-size:1px;
	text-indent:-9999px;
	margin-bottom:10px;
	background:url(refer/bn_pmda.gif) no-repeat 0 0;
	background-size:contain;
}
nav .BnPartner{
	width:200px;
	height:65px;
	font-size:1px;
	text-indent:-9999px;
	margin-bottom:10px;
	background:url(refer/bn_partner.jpg) no-repeat 0 0;
	background-size:contain;
}
nav .Bn35{
	width:200px;
	height:60px;
	font-size:1px;
	text-indent:-9999px;
	margin-bottom:10px;
	background: url(refer/bn_aids35.jpg) no-repeat 0 0;
	background-size:contain;
}
nav .BnChiba a,
nav .BnPmda a,
nav .BnGilead a,
nav .BnPartner a,
nav .Bn35 a{
	display:block;
	width:100%;
	height:100%;
}
nav .BnChiba a:hover,
nav .BnPmda a:hover,
nav .BnGilead a:hover,
nav .BnPartner a:hover,
nav .Bn35 a:hover{
	background-color:rgba(255,255,255,0.2);
}

/*FixPosition*/
.NavFixPosition{
	padding-bottom:30px;
	z-index:100;
	position:fixed;
	top:0px;
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer{
	width:1000px;
	margin:0 auto;
	
}
footer .Copyright{
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
	color:#FFF;
	line-height:40px;
}
footer .PageTop{
	display:none;
	width:40px;
	height:40px;
	font-size:1px;
	text-indent:-9999px;
	position:fixed;
	bottom:50px;
	right:50px;
	background: rgba(0,0,0,0.5) url(refer/ic_pagetop.png) no-repeat 50% 50%;
	background-size:17px;
}
footer .PageTop a{
	display:block;
	width:100%;
	height:100%;
}
footer .PageTop a:hover{
	background: rgba(0,0,0,0.20);
}

/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	width:780px;
	padding-top:40px;
	padding-bottom:50px;
	margin-top:20px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 750px);
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.Article h2{
	font-size:200%;
	line-height:1.2;
	margin:0 0 60px 40px;
}
.Article h3{
	font-size:125%;
	font-weight:bold;
	color: #000;
	padding:0 0 0 8px;
	margin:2em 40px 16px 40px;
	background-size:20px;
	border-bottom:1px dotted rgba(220,0,3,0.5);
	border-left:2px solid rgba(220,0,3,1.00);
}

.Article h2 + h3{
	margin-top:30px;
}
.Article h3:first-child{
	margin-top:30px;
}
.Article h4{
	font-size:114%;
	color: rgba(19,125,163,1.00);
	margin:1em 40px 10px 40px;
	font-weight:bold;
}
.Article h5{
	font-weight:bold;
	color:#333;
	margin:1em 40px 10px 40px;
}
.Article p{
	margin:0 40px 1em 40px;
}
.Article ul{
	margin:0 40px 1em 40px;
}
.Article ol{
	margin:0 40px 1em 40px;
}
.Article dl{
	margin:0 40px 1em 40px;
}
.Article figure{
	margin:0 40px 1em 40px;
	text-align:center;
}
.Article sup{
	font-size:75%;
	vertical-align:top;
}
.Article sub{
	font-size:75%;
	vertical-align:bottom;
}
.Article .AlignRight{
	text-align:right;
}
.Article .Red{
	color:#F00;
}
.Article table{
	width:auto;
	margin:0  auto 1em 40px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.Article table th{
	padding:0.5em 1em;
	background:#EFEFEF;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article table td{
	padding:0.5em 1em;
	background-color:#FFF;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article table .Center{
	text-align:center;
}
.Article .ListIc li{
	padding-left:1.5em;
	margin-bottom:0.5em;
}
.Article .ListIc li:before{
	display:inline-block;
	color: rgba(255,0,4,0.3);
	font-size:75%;
	content:"●";
	text-indent:-1.7em;
	vertical-align:0.2em;
}
.Article .Flex{
	display:flex;
	justify-content:flex-start;
}
.Article .ListNote li{
	padding-left:1em;
	padding-bottom:10px;
	position:relative;
}
.Article .ListNote li::before{
	display:inline-block;
	color: rgba(255,0,4,1.00);
	content:"※";
	position:absolute;
	top:0;
	left:0;
}
.Article .ListNum li{
	margin-left:30px;
	margin-bottom:1em;
	list-style-type:decimal;
}
.Article .ListNum li ul{
	margin-left:0;
	margin-right:0;
}
.Article .ListNum li li{
	list-style-type:none;
	margin-left:0;
	margin-bottom:0;
}
.Article .ListAste li{
	padding-bottom:10px;
	padding-left:1em;
}
.Article .ListAste li:before{
	display:inline-block;
	color:#F00;
	content:"※";
	text-indent:-1em;
}

.Article .RevNote{
	margin:1em 10px 1em auto;
	padding:1em 0;
	border-top:1px solid #CCC;
}
.Article .FootInfo{
	padding:1em 0 0;
	margin-top:2em;
	margin-right:40px;
	margin-left:40px;
	border-top:2px solid rgba(220,0,3,0.5);
}
.Article .FootInfo p{
	padding:0;
	margin:0 0 1em;
}
.Article .Bt{
	width:60%;
	line-height:1.6;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	margin:0 auto 40px;
	border-radius:3px;
	background-color: rgba(0,87,175,1.00);
}
.Article .BtNoLink{
	padding-top:12px;
	padding-bottom:12px;
}
.Article .Bt a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:12px;
	background-color:rgba(255,255,255,0.00);
}
.Article .Bt a:hover{
	display:block;
	background-color:rgba(255,255,255,0.2);
}
.Article .BtCoi{
	width:60%;
	background-image:url(refer/ic_guide.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:20px;
}
.Article .BtSSL{
	width:60%;
	background-image:url(refer/ic_key.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:20px;
}
.Article .BtPdf{
	background-image: url(refer/ic_pdf.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color:#C80F13;
	background-size:30px;
}
.Article .BtXls{
	background-image:url(refer/ic_xls.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: #3CA503;
	background-size:30px;
}
.Article .BtWord{
	background-image:url(refer/ic_word.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: rgba(0,147,187,1.00);
	background-size:30px;
}
.Article .BtPPT{
	background-image: url(refer/ic_ppt.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: rgba(255,140,0,1.00);
	background-size:30px;
}
.Article .BtMov{
	background-image: url(refer/ic_mov.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: rgba(0,36,165,1.00);
	background-size:30px;
}
.Article .BtLink{
	width:60%;
	background-image:
		url(refer/ic_link_l.png),
		url(refer/ic_link_r.png);
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		10% 50%,
		90% 50%;
	background-size:
		15px,
		15px;
}
.Article .IcWord{
	padding-left:24px;
	padding-top:4px;
	min-height:28px;
	background: url(refer/ic_link_word.png) no-repeat 0 50%;
	background-size:20px;
}
.Article .IcPDF{
	padding-left:36px;
	padding-top:4px;
	min-height:28px;
	background:url(refer/ic_link_pdf_l_dl.png) no-repeat 0 50%;
}
.Article .IcPPT{
	padding-left:36px;
	padding-top:4px;
	min-height:28px;
	background: url(refer/ic_link_ppt_l_dl.png) no-repeat 0 50%;
}
.Article .IcLinkBlank{
	display:inline-block;
	padding-left:16px;
	background:url(refer/ic_link_blank.png) no-repeat 0 0.4em;
}

/*-----------------------------------------------
 __ArticleTop
-----------------------------------------------*/
.ArticleTop{
	width:780px;
}
.ArticleTop .MainVisual{
	width:100%;
/*	height:540px;*/
	height:300px;
	background-image: url(refer/main_visual.png), url(refer/question.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 50% 115%, 50% 97%;
	background-size:651px, 20px;
	animation: Gradient 30s linear;
}
@keyframes Gradient {
	0% {
		background-position: 50% -200%,50% -100%;
	}
	93% {
		background-position: 50% 115%,50% -100%;
	}
	100% {
		background-position: 50% 115%,50% 97%;
	}
}
.ArticleTop .MainVisual h2{
	display:none;
}
.ArticleTop .MainVisual .Theme{
	width:698px;
	height:70px;
	font-size:1px;
	text-indent:-9999px;
	margin:0 auto auto;
	background:url(refer/theme.png) no-repeat 0 0;
	background-size:698px;
}
.ArticleTop .MainVisual .Outline dt{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .Main{
	padding-top:40px;
	background-color:#FFF;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.ArticleTop .Message{
	display:flex;
	justify-content:space-between;
	margin:0 40px 40px;
}
.ArticleTop .Message li{
	width:47%;
	font-size:88%;
	background-color:rgba(5,61,97,1.00);
	font-weight:bold;
}
.ArticleTop .Message li.Mayor a{
	padding-left:100px;
	background: url(img/mayor.jpg) no-repeat 0 0;
	background-size:contain;
}
.ArticleTop .Message li a{
	display:block;
	width:100%;
	height:100%;
	font-weight:bold;
	color:#FFF;
	padding:1.5em 1em;
}
.ArticleTop .Message li a:hover{
	background-color:rgba(255,255,255,0.2);
}
.ArticleTop .WhatsNew{
	margin:0px 40px 40px 40px;
}
.ArticleTop .WhatsNew h2{
	font-size:125%;
	margin-bottom:10px;
	border-bottom:2px solid  #005C93;
	background:url(refer/ic_tower.png) no-repeat 0 100%;
	background-size:14px;
}
.ArticleTop .WhatsNew li{
	position:relative;
	padding:0 0 10px 5.5em;
	margin-bottom:10px;
	border-bottom:#ECE3D4 1px solid;
}
.ArticleTop .WhatsNew li .Date{
	font-size:88%;
	position:absolute;
	top:0.1em;
	left:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
}
.ArticleTop .OfficeBox{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	margin:0 40px 0 40px;
}
.ArticleTop .OfficeBox  .Office h2{
	display:inline-block;
	font-size:88%;
	color:#FFF;
	padding:0 0.5em;
	margin-bottom:0.5em;
	background-color:rgba(0,0,0,1.00);
}
.ArticleTop .OfficeBox p{
	font-size:88%;
	margin-bottom:2em;
}
.ArticleTop .OfficeBox p strong{
	font-size:129%;
	font-weight:normal;
}
.ArticleTop .Red{
	color:#F00;
}
.ArticleTop .InfoBox{
	padding:1em 1em 0;
	margin:0px 40px 40px 40px;
	border:2px solid #F00;
}
.ArticleTop .InfoBox h2{
	font-size:114%;
	font-weight:bold;
	margin-bottom:0.5em;
}
.ArticleTop .InfoBox p{
	margin-bottom:1em;
}
.ArticleTop .InfoBox .AlignRight{
	text-align:right;
}
.ArticleTop .InfoBox .BtPDF{
	width: 50%;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	margin: 0 auto 1em;
	background: rgba(187,0,0,1.00) url("refer/ic_pdf.png") no-repeat 20px 50%;
	background-size: 30px;
	border-radius: 4px;
}
.ArticleTop .InfoBox .BtPDF a{
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
}
.ArticleTop .InfoBox .BtPDF a:hover{
	background: rgba(255,255,255,0.2);
	border-radius: 4px;
}
.ArticleTop .FinBox{
	padding:1em 1em 0;
	margin:0px 40px 40px 40px;
	border:2px solid #FF95DC;
	background-color: rgba(255,149,220,0.2);
}
.ArticleTop .FinBox h2{
	font-size:114%;
	font-weight:bold;
	margin-bottom:0.5em;
}
.ArticleTop .FinBox p{
	margin-bottom:1em;
}
.ArticleTop .FinBox .AlignRight{
	text-align:right;
}
.ArticleTop .BtVirtual{
	width:30em;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	margin:0 auto 40px;
	background:rgba(227,0,17,1.00) url(refer/ic_key.png) no-repeat 1em 50%;
	background-size:15px;
	border-radius:4px;
	border:2px solid rgba(255,255,255,1.00);
	box-shadow:2px 2px 10px rgba(0,0,0,0.5);
}
.ArticleTop .BtVirtual.BtNoLink{
	padding:1em;
}
.ArticleTop .BtVirtual a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	padding:1em;
}
.ArticleTop .BtVirtual a:hover{
	background-color:rgba(255,255,255,0.2);
}
/*-----------------------------------------------
 __Greet
-----------------------------------------------*/
.Greet .Photo{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	text-align:center;
}
.Greet .Photo figcaption{
	font-size:88%;
}
.Greet .President{
	text-align:right;
	padding-right:0.5em;
	margin-bottom:2em;
}
.Greet .President strong{
	font-size:125%;
	font-weight:normal;
}
/*-----------------------------------------------
 __Link
-----------------------------------------------*/
.Link .Links li{
	padding-left:18px;
	margin-bottom:1em;
	background:url(refer/ic_link_blank.png) no-repeat 0 0.3em;
	background-size:14px;
}
/*-----------------------------------------------
 __RegSub
-----------------------------------------------*/
.RegSub .SelectBox{
	width:700px;
	padding:1em 1em 0;
	margin:0 auto 40px;
	border:2px solid rgba(0,87,175,1.00);
}
.RegSub .SelectBox *{
	margin-left:auto;
	margin-right:auto;
}
.RegSub h2 .Sub{
	font-size:60%;
}
.RegSub .Term{
	display:flex;
	justify-content:flex-start;
}
.RegSub .Category{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.RegSub .Category li{
	width:47%;
	margin-right:6%;
	margin-bottom:1em;
	border-right:1px dotted rgba(1,118,187,1.00);
	border-bottom:1px dotted rgba(1,118,187,1.00);
}
.RegSub .Category.En li{
	padding-left:2em;
	position:relative;
}
.RegSub .Category.En li .Num{
	width:1.5em;
	text-align:right;
	position:absolute;
	left:0;
	top:0;
}
.RegSub .Category li:nth-child(even){
	margin-right:0;
}
.RegSub .CateHD{
	color:#FFF;
	text-align:center;
	padding:0.2em 1em 0.2em;
	background-color:rgba(19,125,163,1.00);
}
.RegSub .Slide{
	display:flex;
	justify-content:center;
}
.RegSub .Slide li{
	text-align:center;
	margin-right:20px;
	margin-left:20px;
}
.RegSub .ListNumOnline li{
	padding-left:3em;
	text-indent:-3em;
	margin-bottom:1em;
}
.RegSub .ListNumOnline li ul{
	margin-left:0;
	margin-right:0;
}
.RegSub .ListNumOnline li li{
	margin-bottom:0;
	text-indent:0;
	padding-left:1.6em;
	padding-bottom:0;
}
.RegSub .RegSubBox{
	display:flex;
	justify-content:space-around;
}
.RegSub .RegSubBox li{
	width:40%;
}
.RegSub .RegSubShiteiBox li{
	width:70%;
}
/*-----------------------------------------------
 __Memorial
-----------------------------------------------*/
.Memorial .Mov{
	display:block;
	margin:0 auto;
}
.Memorial .MovHD{
	width:640px;
	margin-left:auto;
	margin-right:auto;
}
/*-----------------------------------------------
 __Program
-----------------------------------------------*/
.Program .Anc{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.Program .Anc li{
	width:49%;
	font-size:70%;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:1em;
	background:url(refer/ic_anc.png) no-repeat 5px 50%;
	background-size:12px;
	border-left:1px solid rgba(88,150,178,1.00);
	border-bottom:1px solid rgba(88,150,178,1.00);
	position:relative;
}
.Program .Anc li.PdfOnly{
	padding-left:30px;
	background:url(refer/ic_link_pdf.png) no-repeat 5px 50%;
	background-size:20px;
}
.Program .Anc li a{
	display:flex;
	width:100%;
	height:100%;
	align-items:center;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.Program .Anc li a.PDF{
	display:block;
	width:20px;
	height:20px;
	font-size:1px;
	text-indent:-9999px;
	background:url(refer/ic_link_pdf.png) no-repeat 0 0;
	background-size:contain;
	position:absolute;
	right:0;
	bottom:3px;
}
.Program h4{
	margin-bottom:0;
}
.Program h4 a{
	font-size:88%;
	font-weight:normal;
	color:rgba(127,0,190,1.00);
}
.Program h4 a:hover{
	color:rgba(255,137,0,1.00);
}
.Program .Date{
	font-size:75%;
	font-weight:bold;
	color: rgba(19,125,163,1.00);
	position:relative;
}
.Program .Date .supply{
	padding-left:1em;
}
.Program .Date .Kyosai{
	position: absolute;
	bottom:0;
	right:0;
}
.Program h5{
	padding-left:1em;
}
.Program h5 .Num{
	font-weight:bold;
	padding-right:1em;
}
.Program .Kyosai{
	text-align:right;
}
.Program .Author{
	padding-left:1em;
	font-size:88%;
}
.Program .Author li{
	display:flex;
}
.Program .Author li .HD{
	white-space:nowrap;
	margin-right:1em;
}
.Program .Author li .Name{
	white-space:nowrap;
}
.Program .Author li .Belong{
	padding-left:1em;
	text-indent:-1em;
}
.Program .Author li.Title{
	font-weight:bold;
	margin-top:0.5em;
	padding-left:0;
}
/*-----------------------------------------------
 __InfoPart
-----------------------------------------------*/
.InfoPart .Target{
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding:0.2em 0.5em;
	background: rgba(2,98,157,1.00);
}
.InfoPart .Target + h3{
	margin-top:0.5em;
}
.InfoPart table{
	margin-right:40px;
}
.InfoPart table th{
	text-align:center;
	font-size:88%;
}
.InfoPart table td{
	font-size:88%;
}
/*-----------------------------------------------
 __InfoAuthor
-----------------------------------------------*/
.InfoAuthor .Kaiji{
	justify-content:center;
}
.InfoAuthor .Kaiji li{
	margin-left:2em;
	margin-right:2em;
}
.InfoAuthor .Poster ul{
	margin-right:20px;
}
.InfoAuthor .Poster figure{
	margin-left:0;
}
.InfoAuthor img{
	border:1px solid #CCC;
}
/*-----------------------------------------------
 __InfoAuthorEn
-----------------------------------------------*/
.InfoAuthorEn h2{
	font-size:175%;
}
.InfoAuthorEn .ListIc li{
	position:relative;
}
.InfoAuthorEn .ListIc li:before{
	display:inline-block;
	width:16px;
	height:16px;
	text-indent:0;
	position:absolute;
	left:0.5em;
	top:0.2em;
	transform:scale(0.7,0.7);
}
.InfoAuthorEn .ListNote li:before{
	content:"*";
	left:0.3em;
}
/*-----------------------------------------------
 __RegSymp
-----------------------------------------------*/
.RegSymp h2{
	font-size:150%;
}
.RegSymp .RegBt li{
	width:80%;
}