@charset "UTF-8";

/*
The 37th Annual Meeting of Japan Society of Cranio-Maxillo-Facial Surgery. CSS
Author: Kazuya Tahara(Hdj)
Version: 181121
*/


/*-----------------------------------------------
 __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;
}

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;
}

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;
	background:url(refer/bg_body.gif);
}
a{
	color:#00859B;
}
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/main_visual.jpg) no-repeat 50% 0 ;
}

/*-----------------------------------------------
 __#HEADER
-----------------------------------------------*/
#HEADER{
	padding-top:10px;
	height:170px;
	position:relative;
}
#HEADER h1{
	width:786px;
	height:135px;
	font-size:1px;
	text-indent:-9999px;
	margin:0 auto;
	background:url(refer/title_main.png) no-repeat 0 0;
	background-size:contain;
}
#HEADER h1 a{
	display:block;
	width:100%;
	height:100%;
}
#HEADER .En{
	width:135px;
	height:151px;
	font-size:1px;
	text-indent:-9999px;
	background: url(refer/logo_jscmfs.png) no-repeat 0 0;
	background-size:contain;
	position:absolute;
	left:-220px;
	top:20px;
}
#HEADER .En a{
	display:block;
	width:100%;
	height:100%;
}
#HEADER .Theme{
	width:519px;
	height:98px;
	font-size:1px;
	text-indent:-9999px;
	margin:-40px auto 0;
	background: url(refer/title_theme.png) no-repeat 0 0;
	background-size:contain;
}

/*-----------------------------------------------
 __MainVisual
-----------------------------------------------*/
.MainVisual{
	height:394px;
	position:relative;
}
.MainVisual h2{
	display:none;
}
.MainVisual .Outline{
	width:625px;
	height:188px;
	background: url(refer/title_outline.png) no-repeat 0 0;
	background-size:contain;
	position:absolute;
	left:15px;
	bottom:5px;
}
.MainVisual .Outline dt{
	font-size:1px;
	text-indent:-9999px;
}
.MainVisual .Outline dd{
	font-size:1px;
	text-indent:-9999px;
}

/*-----------------------------------------------
 __Fin
-----------------------------------------------*/
.Fin{
	font-size:88%;
	padding:0.5em;
	font-weight:bold;
	border:3px solid #FF0000;
	background-color:#FFF;
}

/*-----------------------------------------------
 __Nav
-----------------------------------------------*/
nav{
	width:240px;
	padding-top:200px;
}
nav ul{
	display:flex;
	flex-direction:column;
	margin:0 auto 20px;
}
nav ul li{
	color: rgba(255,255,255,0.3);
	font-size:88%;
	line-height:1.5;
	padding:14px 0 15px 30px;
	background:url(refer/ic_nav.png) no-repeat 4px 0.9em;
	background-size:26px;
}
nav ul li a{
	box-sizing: content-box;
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	padding:14px 0 15px 36px;
	margin:-14px 0 -15px -36px;
	border-radius:5px;
	text-shadow:2px 2px 2px rgba(0,0,0,1.0);
	position: relative;
	overflow: hidden;
}
nav ul li a::before,
nav ul li a::after {
	background: rgba(255,255,255,0.1);
	content: '';
	position: absolute;
	z-index: -1;
	/*background-color: #f00;*/
	height: 100%;
	left: -180%;
	top: 0;
	transform: skew(80deg);
	transition-duration: 0.5s;
	transform-origin: top left;
	transition-timing-function: ease-in-out;
	width: 0;
}
nav ul li a:hover{
	color:#FFF;
	border-radius:5px;
	text-shadow:0px 0px 0px rgba(0,0,0,1.0);
}
nav ul li a:hover:after {
	height: 100%;
	width: 300%;
}

nav .NavPoster{
	width:220px;
	height:307px;
	font-size:1px;
	text-indent:-9999px;
	margin:0 auto 20px;
	background: url(refer/poster.png)no-repeat 0 0;
	border:5px solid rgba(255,255,255,1.00);
}
nav .NavPoster a{
	display:block;
	width:100%;
	height:100%;
}
nav .NavPoster a:hover{
	background: 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: "Times New Roman", Times, serif;
	color:#FFF;
	text-align: right;
	padding-top:10px;
	padding-bottom:10px;
}
footer .PageTop{
	/*scroll100px*/
	display:none;
	width:47px;
	height:47px;
	font-size:1px;
	text-indent:-9999px;
	position:fixed;
	bottom:50px;
	right:10px;
	background:#822200 url(refer/ic_pagetop.png) no-repeat 50% 50%;
	background-size:14px;
	border-radius:5px;
	border:2px solid rgba(255,255,255,1.00);
}
footer .PageTop a{
	display:block;
	width:100%;
	height:100%;
	border-radius:5px;
}
footer .PageTop a:hover{
	background:rgba(255,255,255,0.3);
}

/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	min-height:834px;
	padding-top:80px;
	padding-bottom:70px;
	margin-top:-50px;
	background:linear-gradient(to bottom, rgba(255,255,255,0) 0px, rgba(255,255,255,0.8) 100px, rgba(255,255,255,1.0) 600px);
}
.Article h2{
	width:700px;
	font-size:160%;
	color: rgba(113,29,17,1.00);
	font-weight:bold;
	line-height:50px;
	margin:0 auto 20px 40px;
	text-shadow:0px 0px 10px rgba(255,255,255,1.00);
}
.Article h3{
	font-size:100%;
	color: #000;
	margin:1.5em 40px 10px;
	padding-left:7px;
	border-left:2px solid rgba(153,54,42,1.00);
	border-bottom:2px solid rgba(153,54,42,1.00);
}
.Article h2 + h3{
	margin-top:30px;
}
.Article h3:first-child{
	margin-top:30px;
}
.Article h4{
	font-size:88%;
	color: rgba(140,50,38,1.00);
	margin:2em 40px 5px;
	font-weight:bold;
}
.Article h3 + h4{
	margin-top:0;
}
.Article h5{
	font-weight:bold;
	font-size:88%;
	color:#333;
	margin:1em 40px 10px;
}
.Article p{
	font-size:88%;
	margin:0 40px 1em;
}
.Article ul{
	font-size:88%;
	margin:0 40px 1em;
}
.Article ol{
	font-size:88%;
	margin:0 40px 1em;
}
.Article ul ul,
.Article ul ol,
.Article ol ul,
.Article ol ol{
	font-size:100%;
}
.Article dl{
	font-size:88%;
	margin:0 40px 1em;
}
.Article figure{
	font-size:88%;
	margin:0 40px 1em;
	text-align:center;
}
.Article sup{
	font-size:75%;
	vertical-align:top;
}
.Article sub{
	font-size:75%;
	vertical-align:bottom;
}
.Article .Red{
	color:#F00;
	font-weight:inherit;
}
.Article .UL {
	text-decoration:underline;
	font-weight:inherit;
}
.Article strong{
	font-weight:bold;
}
.Article table{
	width:auto;
	margin:0 40px 1em 40px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.Article table th{
	font-size:88%;
	vertical-align:middle;
	padding:0.5em 1em;
	background:#EFEFEF;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article table td{
	font-size:88%;
	padding:0.5em 1em;
	background-color:#FFF;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article .Flex{
	display:flex;
	justify-content:flex-start;
}
.Article .ListIc li{
	padding-left:1em;
	padding-bottom:0.5em;
}
.Article .ListIc li:before{
	display:inline-block;
	content:"●";
	font-size:63%;
	padding-right:0.3em;
	color: rgba(185,86,88,1.00);
	vertical-align:0.2em;
	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 .ListNum li{
	margin-left:30px;
	margin-bottom:0.5em;
	list-style-type:decimal;
}
.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 .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%;
}
.Article .BtSSL{
	width:60%;
	background-image:url(refer/ic_key.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:25px;
}
.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;
}
.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);
}
.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%;
}
.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 50%;
	background-size:12px;
}

/*-----------------------------------------------
 __ArticleTop
-----------------------------------------------*/
.ArticleTop{
	padding-top:50px;
	padding-bottom:30px;
	background-color:rgba(255,255,255,0.9);
}
.ArticleTop .InfoBox{
	width:660px;
	padding:0.5em 0.7em 0.5em;
	margin:0 auto 20px;
	border:2px solid #F00;
}
.ArticleTop .InfoBox h2{
	font-size:100%;
	font-weight:bold;
}
.ArticleTop .InfoBox p{
	font-size:88%;
}
.ArticleTop .InfoBox p strong{
	font-weight:bold;
}
.ArticleTop .WhatsNew{
	width:660px;
	margin:0 auto 30px;
}
.ArticleTop .WhatsNew h2{
	font-size:100%;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:2px solid #BF0000;
}
.ArticleTop .WhatsNew li{
	position:relative;
	font-size:88%;
	padding:0 0 0.5em 6em;
	margin-bottom:0.5em;
	border-bottom:1px solid #7F7F7F;
}
.ArticleTop .WhatsNew li .Date{
	font-size:88%;
	position:absolute;
	top:0.2em;
	left:4px;
	font-family:Arial, Helvetica, sans-serif;
}
.ArticleTop .OfficeBox{
	width:660px;
	margin:0  auto;
}
.ArticleTop .Office{
	display:flex;
	justify-content:flex-start;
	margin-bottom:1.5em;
}

.ArticleTop .OfficeBox h2{
	width:100px;
	height:24px;
	font-size:88%;
	font-weight:bold;
	line-height:24px;
	color:#FFF;
	text-align:center;
	margin-top:5px;
	margin-right:20px;
	background-color:#A82D0C;
}
.ArticleTop .OfficeBox p{
	font-size:88%;
}
.ArticleTop .OfficeBox strong{
	font-weight:bold;
}
.ArticleTop .ListNote li{
	font-size:75%;
	padding-left:1em;
	text-indent:-1em;
	padding-bottom:10px;
}
.ArticleTop .Red{
	color:#F00;
}
/*-----------------------------------------------
 __Greet
-----------------------------------------------*/
.Greet h2{
	margin-bottom:20px;
}
.Greet .PresidentBox{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:20px;
}
.Greet .PresidentBox h3{
	font-size:150%;
	white-space:nowrap;
	padding:0;
	border:0;
	margin:0 0 0.5em;
}
.Greet .PresidentBox p{
	text-align:right;
	margin:0;
}
.Greet .PresidentBox p strong{
	font-size:125%;
}
.Greet .PresidentBox figure{
	margin:0 0 0 50px;
}

/*-----------------------------------------------
 __SpecialProg
-----------------------------------------------*/
.SpecialProg h5{
	text-indent:-0.5em;
}
.SpecialProg .Date{
	font-weight:bold;
	font-size:75%;
	color:rgba(140,50,38,1.00);
	margin-top:-0.5em;
}
.SpecialProg .Sponsor{
	text-align:right;
}
.SpecialProg .TypeK,
.SpecialProg .TypeR{
	display:inline-block;
	font-size:12px;
	color:#FFF;
	padding:0px 5px;
	margin-left:1em;
	margin-bottom:2px;
	background-color: rgba(235,125,0,1.00);
}
.SpecialProg .TypeR{
	background-color:rgba(175,53,117,1.00);
}
.SpecialProg .TypeK + .TypeR{
	margin-left:0.5em;
}

/*-----------------------------------------------
 __RegSub
-----------------------------------------------*/
.RegSub .BtSubject{
	width:40%;
}
.RegSub .Term{
	display:flex;
}
.RegSub .Office{
	padding:1em;
	border:2px solid rgba(157,54,42,0.3);
}
.RegSub .ListNumKakko li{
	padding-left:2em;
	text-indent:-2em;
	margin-bottom:0.5em;
}
.RegSub .MailProbram {
	text-indent:0;
	padding-left:1em;
}
.RegSub .MailProbram dl {
	font-size:100%;
	margin-bottom:0;
}
.RegSub .MailProbram dl dd {
	padding-left:2em;
	text-indent:-1em;
}
.RegSub .ListNumChuui li{
	padding-left:3em;
	text-indent:-3em;
	margin-bottom:0.5em;
}
.RegSub .BtAngo{
	display:flex;
	width:80%;
	margin:0 auto;
}
.RegSub .BtAngo li{
	width:45%;
	margin-bottom:0;
}
.RegSub .BtHeibun{
	display:flex;
	width:80%;
	margin:0 auto;
}
.RegSub .BtHeibun li{
	width:45%;
	margin-bottom:0;
	background-color:rgba(153,153,153,1.00);
}
.RegSub .Symp{
	font-size:88%;
}
.RegSub .Symp td{
	vertical-align:top;
}
/*-----------------------------------------------
 __Link
-----------------------------------------------*/
.Link .Links li{
	padding-left:20px;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	background:url(refer/ic_link_blank.png) no-repeat 4px 0.4em;
	background-size:12px;
	border-bottom:1px solid rgba(0,0,0,0.2);
}

/*-----------------------------------------------
 __InfoPart
-----------------------------------------------*/
.InfoPart .BtCertificate{
	width:40%;
}

/*-----------------------------------------------
 __InfoAuthor
-----------------------------------------------*/
.InfoAuthor h4.Num{
	text-indent:-0.5em;
}
.InfoAuthor h4.AfterFix{
	margin-top:-8px;
}
.InfoAuthor .ListIndent{
	padding-left:2em;
}
.InfoAuthor .ListIndent li{
	text-indent:-1em;
	margin-bottom:0.5em;
}
.InfoAuthor .ListIndent li.Flex{
	text-indent:0;
}
.InfoAuthor .ListIndent li.Flex span:first-child{
	text-indent:-1em;
}
.InfoAuthor .ListIndent li.Flex span:nth-child(2){
}

.InfoAuthor .PosterBox {
	display:flex;
	justify-content:space-between;
}
.InfoAuthor .PosterBox h4.Top {
	margin-top:0;
}
.InfoAuthor .PosterBox h4,
.InfoAuthor .PosterBox p,
.InfoAuthor .PosterBox ul {
	margin-right:20px;
}
.InfoAuthor .PosterBox figure {
	margin-left:0;
	margin-bottom:0;
}
.Program .Schedule{
	display:flex;
	justify-content:space-around;
	margin-top:30px;
	margin-bottom:40px;
}
.Program .Schedule li{
	width:45%;
}
.Program .Schedule li a{
	padding-left:20px;
}
.Program .Prog{
	margin-top:30px;
	margin-bottom:40px;
}
.Program .Prog li{
	width:50%;
	margin-bottom:20px;
}