@charset "UTF-8";

/*
第46回医療情報学連合大会 CSS
Author: Kazuya Tahara(Hdj)
Version: 20251107
*/


/*-----------------------------------------------
 __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 *,
strong{
	font-weight:bold;
}
html{
font-size: 62.5%;
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;
}

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{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	text-size-adjust: 100%;
}
a{
	color:#0080FF;
}
a:hover{
	color: #FFA000;
}
.Wrapper {
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
	width:1000px;
	margin:0 auto;
}
.Container {
	width:760px;
  background: url("refer/bg_content.jpg") no-repeat 100% 0;
}

@media only screen and (max-width: 767px) and (orientation:portrait){
	.ArticleTop{
		min-height: 120vh;
	}
	.Article{
		min-height: 300vh !important;
	}
}

/*-----------------------------------------------
 __#HEADER
-----------------------------------------------*/
#HEADER{
  margin: 0 auto;
	height:250px;
	position:relative;
}
#HEADER h1{
	width:525px;
	height:193px;
	font-size:1px;
	text-indent:-9999px;
	margin:10px auto auto auto;
	background:url(refer/title_main.png) no-repeat 0 0;
	background-size:contain;
}
#HEADER h1 a{
	display:block;
	width:100%;
	height:100%;
}
#HEADER .Logo{
    width: 100px;
    height: 100px;
    font-size: 1px;
    text-indent: -9999px;
    background: url("refer/logo_jcmi46.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 30px;
    top: 50px
}
#HEADER .Logo a{
    display: block;
    width: 100%;
    height:100%;
}
#HEADER .LogoJAMI{
    width: 100px;
    height: 100px;
    font-size: 1px;
    text-indent: -9999px;
    background: url("refer/logo_jami.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 40px;
    top: 50px
}
#HEADER .LogoJAMI a{
    display: block;
    width: 100%;
    height:100%;
}
#HEADER .Theme{
	width: 497px;
	height: 73px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(refer/theme.png) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	left: 130px;
	bottom: 16px;
}
.Low #HEADER{
	height: 100px;
}
.Low #HEADER h1{
	width:350px;
	height:129px;
}
.Low #HEADER .Logo{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 130px;
    top: 20px
}
.Low #HEADER .LogoJAMI{
    width: 80px;
    height: 80px;
    position: absolute;
    right: 130px;
    top: 20px
}

/*-----------------------------------------------
 __Nav
-----------------------------------------------*/
nav{
	width:240px;
	padding-top: 42px;
  background-color: #52b6cd;
}
nav .Nav{
	display:flex;
	flex-direction:column;
}
nav .Nav li{
	color:rgba(255,255,255,0.3);
	font-size:1.4rem;
  font-weight: bold;
	padding:3px 0 3px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
nav .Nav .Home{
	height: 32px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(refer/ic_home.png) no-repeat 10px 100%;
	background-size: 30px;
}
nav .Nav li.Note{
	background-color: #ff6a00;
}
nav .Nav li a{
	box-sizing: content-box;
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
    font-weight: bold;
	text-decoration:none;
	padding:3px 0 3px 10px;
	margin:-3px 0 -3px -10px;
}
nav .Nav li a:hover{
    color: #FFF;
	background-color:rgba(255,255,255,0.2);
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer{
	width:1000px;
	margin:0 auto;
}
footer .Copyright{
	font-size:1.4rem;
	text-align: right;
	margin-top:-32px;
    padding-right: 10px;
}
.Low footer .Copyright{
    padding-right: 20px;
}
footer .PageTop{
	/*scroll100px*/
	display:none;
	width:40px;
	height:40px;
	font-size:1px;
	text-indent:-9999px;
	position:fixed;
	bottom:50px;
	right:20px;
	background:#52b6cd url(refer/ic_pagetop.png) no-repeat 50% 50%;
	background-size:16px;
}
footer .PageTop a{
	display:block;
	width:100%;
	height:100%;
}
footer .PageTop a:hover{
	background:rgba(255,255,255,0.2);
}

/*-----------------------------------------------
 __MainVisual
-----------------------------------------------*/
.MainVisual{
	height:601px;
	position:relative;
}
.MainVisual .Outline{
	width:420px;
	height:322px;
	background: url(refer/outline.png) no-repeat 0 0;
	background-size:contain;
	position:absolute;
	left:40px;
	bottom:10px;
}
.MainVisual .Outline dt{
	font-size:1px;
	text-indent:-9999px;
}
.MainVisual .Outline dd{
	font-size:1px;
	text-indent:-9999px;
}

/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	min-height: 800px;
  margin-top: 30px;
	padding:30px 0px 80px 40px;
	background: rgba(255,255,255,1.0);
}
.Article h2{
	font-size:2.8rem;
	font-weight:bold;
	line-height:50px;
	margin:0 0 20px;
	text-shadow:0px 0px 10px rgba(255,255,255,1.00);
}
.Article h3{
	font-size:2.0rem;
	color:rgba(0,0,0,1.00);
	margin:1.5em 0 10px;
	padding-left:7px;
	border-left:6px solid #009da8;
	border-bottom:1px solid #CCC;
}
.Article h2 + h3{
	margin-top:30px;
}
.Article h3:first-child{
	margin-top:30px;
}
.Article h4{
	font-size: 1.8rem;
	color: #007f88;
	margin:2em  0 5px;
	font-weight:bold;
}
.Article h3 + h4{
	margin-top:0;
}
.Article h5{
	font-size: 1.6rem;
	font-weight:bold;
	color:#333;
	margin:1em 0 6px;
}
.Article h4 + h5{
	margin-top:0;
}
.Article h6{
	font-size: 1.6rem;
	color:#333;
	margin:1em 0 10px;
}
.Article h5 + h6{
	margin-top:0;
}
.Article p{
	font-size: 1.6rem;
	margin:0 0 1.6rem;
}
.Article ul{
	font-size: 1.6rem;
	margin:0 0 1.6rem;
}
.Article ol{
	font-size: 1.6rem;
	margin:0 0 1.6rem;
}
.Article ul ul,
.Article ul ol,
.Article ol ul,
.Article ol ol{
	font-size: 1.6rem;
}
.Article dl{
	font-size: 1.6rem;
	margin:0 0 1.6rem;
}
.Article figure{
	font-size: 1.6rem;
	margin:0 0 1.6rem;
	text-align:center;
}
.Article figure figcaption{
	font-size: 1.6rem;
    text-align: left;
}
.Article iframe{
	font-size: 1.6rem;
	margin:0 0 1.6rem;
}
.Article sup{
	font-size:1.2rem;
	vertical-align:top;
}
.Article sub{
	font-size:1.2rem;
	vertical-align:bottom;
}
.Article .Red{
	color:#F00;
}
.Article .Blue{
	color:#005FF3;;
}
.Article .Del{
    color: #F00;
    text-decoration: line-through;
}
.Article .Del span{
    color: #000;
}
.Article strong{
	font-weight:bold;
}
.Article table{
	width:auto;
	margin:0 auto 1.6rem 0;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.Article table th{
	font-size: 1.6rem;
	vertical-align:middle;
	padding:0.5em 1em;
	background:rgba(0,65,181,0.1);
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article table td{
	font-size: 1.6rem;
	vertical-align:middle;
	padding:0.5em 1em;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article table caption{
    font-size: 1.6rem;
}
.Article .AlignCenter{
	text-align:center;
}
.Article .AlignRight{
	text-align:right;
}
.Article .AlignLeft{
	text-align:left;
}
.Article .UL{
	text-decoration:underline;
}
.Article .ListIc li{
	padding-left:1em;
	margin-bottom:0.5em;
	position:relative;
}
.Article .ListIc li:before{
	width:1em;
	display:inline-block;
	font-size:1.0rem;
	content:"●";
	color: #7DB7D7;
	position: absolute;
	top:0.3em;
	left:0;
}
.Article .ListIc li.NoIc:before{
	content:"";
}
.Article .ListIc li .ListNote li::before{
    font-size: 1.6rem;
    position:static;
    text-indent: 0;
}
.Article .ListIc li .ListNote li{
    padding-left:1em;
    text-indent:-1em;
}
.Article .ListNote li{
	padding-left:1em;
	margin-bottom:0.5em;
}
.Article .ListNote li:before{
	display:inline-block;
	content:"※";
	color:#F00;
	text-indent:-1em;
}
.Article .ListNote li .ListIc{
    margin-bottom: 0;
}
.Article .ListNote li .ListIc li{
    margin-bottom: 0.5em;
}
.Article .ListNote li .ListIc li::before{
	width:1em;
	display:inline-block;
	font-size:1.0rem;
	content:"●";
	color: #7DB7D7;
	position: absolute;
	top:0.3em;
	left:1em;
}
.Article .ListNum li{
	margin-left:30px;
	padding-bottom:1em;
	list-style-type:decimal;
}
.Article .ListNum li .ListNote{
    margin-bottom: 0;
}
.Article .ListNum li .ListNote li{
    list-style-type: none;
    margin-left: 0;
}
.Article .RevNote{
	margin:1em 10px 1em auto;
	padding:1em 0;
	border-top:1px solid #CCC;
}
.Article .FootInfo{
	padding-top:1em;
	margin-top:2em;
	border-top:2px solid rgba(0,87,175,1.00);
}
.Article .NoteBox{
    padding: 16px 16px 0;
    margin: 0 0 1em;
    border:2px solid #F00;
}
.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:#0041B5;
}
.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%;
}
.Article .BtSSL{
	width:60%;
	background-image:url(refer/ic_key.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:24px;
}
.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_link.png");
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: #9DC289;
	background-size:24px;
}
.Article .BtXls a{
    color: rgba(28,150,0,1.00);
}
.Article .BtWord{
	background-image:url("refer/ic_word_link.png");
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: rgba(202,230,238,1.00);
	background-size:24px;
}
.Article .BtWord a{
    color: rgba(0,65,147,1.00);
}
.Article .BtPpt{
	background-image:url("refer/ic_ppt_link.png");
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: rgba(247,207,137,1.00);
	background-size:24px;
}
.Article .BtPpt a{
    color: rgba(255,112,0,1.00);
}
.Article .BtLink{
	width:60%;
	background-image:
		url(refer/ic_link_left.png),
		url(refer/ic_link_right.png);
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		10% 50%,
		90% 50%;
	background-size:
		14px,
		14px;
	background-color:#0041B5;
}
.Article .IcWord:before{
	display:inline-block;
	width:30px;
	height:26px;
	content:"";
	vertical-align:-0.3em;
	margin-left:0.3em;
	background:url(refer/ic_word_link.png) no-repeat 0 0;
	background-size:contain;
}
.Article .IcExcel:before{
	display:inline-block;
	width:30px;
	height:26px;
	content:"";
	vertical-align:-0.3em;
	margin-left:0.3em;
	background:url("refer/ic_xls_link.png") no-repeat 0 0;
	background-size:contain;
}
.Article .IcPDF:before{
	display:inline-block;
	width:30px;
	height:26px;
	content:"";
	vertical-align:-0.3em;
	margin-left:0.3em;
	background:url(refer/ic_pdf_link.png) no-repeat 0 0;
	background-size:contain;
}
.Article .IcPPT:before{
	display:inline-block;
	width:30px;
	height:26px;
	content:"";
	vertical-align:-0.3em;
	margin-left:0.3em;
	background: url(refer/ic_ppt_link.png) no-repeat 0 50%;
	background-size:contain;
}
.Article .IcLinkBlank{
	display:inline-block;
	padding-left:16px;
	background:url(refer/ic_link_blank.png) no-repeat 0 50%;
	background-size:12px;
}

/*-----------------------------------------------
 __ArticleTop
-----------------------------------------------*/
.ArticleTop{
	padding-top:40px;
	padding-bottom:40px;
	background-color:rgba(255,255,255,0.9);
}
.ArticleTop strong{
	font-weight:bold;
}
.ArticleTop .NoteBox{
	line-height: 1.3;
    font-size: 1.6rem;
	margin:0px 50px 10px;
	padding: 1em 1em 0;
	border: 2px solid #F00;
}
.ArticleTop .NoteBox h2{
	font-weight: bold;
    font-size: 1.8rem;
	margin-bottom: 0.5em;
}
.ArticleTop .NoteBox p{
    font-size: 1.6rem;
	margin-bottom: 1em;
}
.ArticleTop .NoteBox ol,
.ArticleTop .NoteBox ul,
.ArticleTop .NoteBox dl{
  font-size: 1.6rem;
	margin-bottom: 1em;
}
.ArticleTop .NoteBox .ListNote li{
	padding-left:0.5em;
}
.ArticleTop .NoteBox .ListNote li:before{
	display:inline-block;
	content:"※";
	color:#F00;
	text-indent:-1em;
}
.ArticleTop .WhatsNew{
	margin:0 0 30px 50px;
}
.ArticleTop .WhatsNew h2{
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 4px;
    border-bottom: 2px solid #2d78d3;
}
.ArticleTop .WhatsNew ul{
	max-height: 450px;
	overflow-y: scroll;
    padding-top: 0.5em;
}
.ArticleTop .WhatsNew li{
	position:relative;
    font-size: 1.6rem;
	padding:0 0 0.5em 6em;
	margin-bottom:0.5em;
	border-bottom:1px solid rgba(45, 120, 211, 0.3);
}
.ArticleTop .WhatsNew li:last-child{
    margin-bottom: 0;
}
.ArticleTop .WhatsNew li .Date{
	position:absolute;
	left:4px;
	font-family:Arial, Helvetica, sans-serif;
}
.ArticleTop .Red{
	color:#F00;
}
.ArticleTop .UL{
	text-decoration:underline;
}
.ArticleTop .Office{
    display: flex;
    justify-content: space-between;
	margin:0 0 30px 50px;
}
.ArticleTop .Office h2{
    font-size: 2.0rem;
    font-weight: bold;
}
.ArticleTop .Office p{
    font-size: 1.6rem;
}
/*-----------------------------------------------
 __Greet
-----------------------------------------------*/
.Greet .ChairBox{
	display: flex;
	justify-content: flex-start;
	align-items:center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
.Greet .ChairBox *{
	margin-bottom: 0;
}
.Greet .ChairBox figure{
	margin-right: 20px;
}
.Greet .ChairBox figure img{
	vertical-align: middle;
}
.Greet .ChairBox p strong{
		font-size: 2.0rem;
		font-weight: normal;
}
.Greet .ChairBox p .Belong{
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 0.2em;
}
/*-----------------------------------------------
 __Link
-----------------------------------------------*/
.Link .Links li{
	padding:0 0 0.5em 1.5em;
	margin-bottom:0.5em;
	border-bottom:1px solid rgba(0,0,0,0.3);
	background:url(refer/ic_link_blank.png) no-repeat 0 0.3em;
	background-size:1em;
}
