@charset "UTF-8";

/*
The 28th Research Council Meeting of Japan Society of Plastic and Reconstructive Surgery. CSS
Author: Kazuya Tahara(Hdj)
Version: 181219
*/


/*-----------------------------------------------
 __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: linear-gradient(to bottom, #8377b4 0%,#8377b4 100px,#FFFFFF 1000px);
}

a{
	color: #00A7C3;
}
a:hover{
	color: #FFA000;
}
.Wrapper {
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
	width:1000px;
	margin:0 auto;
}

/*-----------------------------------------------
 __#HEADER
-----------------------------------------------*/
#HEADER{
	width:1000px;
	height:165px;
	margin:0 auto;
	position:relative;
}
#HEADER h1{
	width:986px;
	height:152px;
	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:85%;
	height:85%;
	margin:0 0 0 auto;
}
#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;
}

/*-----------------------------------------------
 __Nav
-----------------------------------------------*/
nav{
	width:230px;
	padding-top:20px;
	background:#E2E2E2;
	position:relative;
}
nav .NavJSPRS{
	width:130px;
	height:130px;
	font-size:1px;
	text-indent:-9999px;
	position:absolute;
	left:10px;
	top:-155px;
}
nav .NavJSPRS a{
	display:block;
	width:100%;
	height:100%;
}
nav .BtHome{
	width:200px;
	height:40px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 20px;
	line-height:40px;
	background:url(refer/bt_home.png) no-repeat 0 0;
	background-size:contain;
	border-radius:20px;
}
nav .BtHome a{
	display:block;
	width:100%;
	height:100%;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	border-radius:20px;
}
nav .BtHome a:hover{
	background-color:rgba(255,255,255,0.3);
	border-radius:20px;
}
nav ul{
	display:flex;
	width:200px;
	flex-direction:column;
	margin:0 auto 20px;
}
nav ul li{
	color: rgba(0,0,0,0.3);
	font-size:88%;
	font-weight:bold;
	line-height:1.5;
	padding:5px 0 5px 24px;
	background:url(refer/ic_nav.png) no-repeat 0px 50%;
	background-size:18px;
	border-bottom:2px solid #8377B4;
}
nav ul li a{
	box-sizing: content-box;
	display:block;
	width:100%;
	height:100%;
	font-weight:bold;
	color: rgba(0,0,0,1.00);
	text-decoration:none;
	padding:5px 0 5px 24px;
	margin:-5px 0 -5px -24px;
	border-radius:5px;
	text-shadow:2px 2px 0px rgba(255,255,255,1.0);
	position: relative;
	overflow: hidden;
}
nav ul li a:hover{
	color: rgba(0,0,0,1.00);
	background-color:rgba(255,255,255,0.5);
}
nav ul li a:hover:after {
	height: 100%;
	width: 300%;
}

nav .NavHands{
	width:200px;
	margin:0 auto 20px;
	padding:10px;
	background-color:rgba(121,129,255,1.00);
}
nav .NavHands .Title{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}
nav .NavHands .Consept{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:10px;
}
nav .NavHands .Regist{
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align:center;
	line-height:2.0;
	background-color:rgba(255,255,255,1.00);
}
nav .NavHands .Regist a{
	display:block;
	width:100%;
	height:100%;
	color:#000;
	font-weight:bold;
	line-height:2.0;
	background-color:rgba(255,255,255,1.00);
}
nav .NavHands .Regist a:hover{
	background-color:rgba(255,255,255,0.8);
}

/*FixPosition*/
.NavFixPosition{
	padding-bottom:30px;
	z-index:100;
	position:fixed;
	top:0px;
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer{
	margin:0 auto;
	background-color:rgba(131,119,180,1.00);
}
footer .Copyright{
	font-size:75%;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	color:#FFF;
	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:rgba(131,119,180,1.00) 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 {
	width:760px;
	padding-top:20px;
	padding-bottom:70px;
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 0px 5px rgba(0,0,0,1.00);
}
.Article h2{
	width:700px;
	font-size:150%;
	color: rgba(89,67,179,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%;
	font-weight:bold;
	color: #000;
	margin:1.5em 40px 10px;
	padding-left:7px;
	border-left:4px solid rgba(0,174,17,1.00);
	border-bottom:1px solid rgba(0,0,0,0.3);
}
.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 h6{
	font-size:88%;
	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;
}
.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%;
	vertical-align:middle;
	padding:0.5em 1em;
	background-color:#FFF;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article table th.Center,
.Article table td.Center{
	text-align:center;
}
.Article .Flex{
	display:flex;
	justify-content:space-between;
}
.Article .ListIc li{
	padding-left:1.2em;
	margin-bottom:0.5em;
	position:relative;
}
.Article .ListIc li::before{
	display:inline-block;
	width:16px;
	content:"●";
	font-size:10px;
	text-align:center;
	color:rgba(0,174,17,1.00);
	position:absolute;
	top:0.2em;
	left:0;
}
.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 li{
	padding-left:0;
	margin-bottom:0;
}
.Article .ListNote li li:before{
	content:"";
	text-indent:0em;
}
.Article .ListNum li{
	margin-left:30px;
	margin-bottom:0.5em;
	list-style-type:decimal;
}
.Article .ListLatin li{
	list-style-type: upper-latin;
}
.Article .ListNum li li{
	margin-left:0;
	list-style-type:none;
}
.Article  li ul,
.Article  li ol{
	margin-left:0;
	margin-right: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 .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:18px;
}
.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,144,0,1.00);
	background-size:25px;
}
.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{
	width:760px;
	padding-bottom:30px;
}
.ArticleTop .Fin{
	font-size: 88%;
    padding: 0.5em;
    font-weight: bold;
	margin-bottom:20px;
    border: 3px solid #FF0000;
    background-color: #FFF;
}
.ArticleTop .MainVisual{
	height:468px;
	margin-bottom:20px;
	position:relative;
	background:url(refer/main_visual.jpg) no-repeat 0 0;
}
.ArticleTop .MainVisual h2{
	display:none;
}
.ArticleTop .MainVisual .Outline{
	width:355px;
	height:157px;
	background: url(refer/outline.png) no-repeat 0 0;
	background-size:contain;
	position:absolute;
	left:25px;
	bottom:10px;
}
.ArticleTop .MainVisual .Outline dt{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .MainVisual .Outline dd{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .InfoBox{
	padding:0.5em 0.8em 0.5em;
	margin-bottom:20px;
	background-color:#FFF;
	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{
	margin:0 auto 20px;
	background-color:#FFF;
}
.ArticleTop .WhatsNew h2{
	font-size:100%;
	font-weight:bold;
	padding:10px 10px 10px 30px;
	margin-bottom:8px;
	background:#CCC url(refer/ic_wn.png) no-repeat 20px 50%;
	background-size:3px;
}
.ArticleTop .WhatsNew ul{
	height:150px;
	margin-left:30px;
	margin-right:30px;
	overflow-y: scroll;
}
.ArticleTop .WhatsNew li{
	position:relative;
	font-size:88%;
	padding:0 0 0.2em 6em;
	margin-bottom:0.2em;
	border-bottom:2px dotted rgba(255,194,0,1.00);
}
.ArticleTop .WhatsNew li .Date{
	font-size:88%;
	position:absolute;
	top:0.2em;
	left:4px;
	font-family:Arial, Helvetica, sans-serif;
}
.ArticleTop .OfficeBox{
	display:flex;
	justify-content:space-between;
}
.ArticleTop .Office{
	width:350px;
}

.ArticleTop .OfficeBox h2{
	font-size:88%;
	color:#FFF;
	padding:0.1em 1em 0.1em 2.0em;
	margin-bottom:0.5em;
	background:#8377b4 url(refer/ic_office.png) no-repeat 0.5em 50%;
	background-size:12px;
}
.ArticleTop .OfficeBox p{
	font-size:75%;
	padding-left:2.5em;
	padding-right:2.5em;
}
.ArticleTop .OfficeBox strong{
	font-weight:bold;
}
.ArticleTop .OfficeBox p.Head{
	font-weight:bold;
	padding-bottom:0.2em;
	margin-bottom:0.2em;
	border-bottom:1px dotted #8377b4;
}
.ArticleTop .OfficeBox p.Head strong{
	font-weight:bold;
	font-size:133%;
	color:#8377b4;
}
.ArticleTop .OfficeBox p.Tohoku{
	background:url(refer/logo_tohoku.png) no-repeat 100% 100%;
	background-size:36px;
}

.ArticleTop .ListNote li{
	font-size:75%;
	padding-left:1em;
	text-indent:-1em;
	padding-bottom:10px;
}
.ArticleTop .Red{
	color:#F00;
}
/*-----------------------------------------------
 __Greet
-----------------------------------------------*/
.Greet h2{
	margin-bottom:-30px;
}
.Greet .PresidentBox{
	min-height:140px;
	text-align:right;
	padding-top:40px;
	padding-right:150px;
	background: url(refer/president.jpg) no-repeat 100% 50%;
	background-size:contain;
}
/*-----------------------------------------------
 __Program
-----------------------------------------------*/
.Program .BtSche{
	display:flex;
	margin-top:20px;
}
.Program .BtSche li{
	width:45%;
	margin-bottom:20px;
}
.Program .BtPro{
	margin-top:20px;
}
.Program .BtPro li{
	width:50%;
	margin-bottom:20px;
}
.Program .Date{
	font-size:75%;
	margin-top:-0.5em;
}
.Program .SubList{
	padding-left:2em;
}

.Program .SubList li.Title{
	margin-top:1em;
	font-weight:bold;
	text-indent:-0.5em;
}
.Program .SubList li.Author{
	display: flex;
}
.Program .SubList li.Author .Name{
	white-space:nowrap;
}
.Program .SubList li.Author .Belong{
	padding-left:1em;
	text-indent:-1em;
}
.Program .SubList li.Kyosai{
	text-align:right;
}
.Program .TypeR,
.Program .TypeKI,
.Program .TypeKK,
.Program .TypeT,
.Program .TypeKR{
	display:inline-block;
	color:#FFF;
	font-size:12px;
	line-height:1.25em;
	padding:2px 5px;
	margin-left:1em;
	vertical-align:2px;
	background-color: rgba(147,137,190,1.00);
}
.Program .TypeKI,
.Program .TypeKK,
.Program .TypeKR{
	background-color:rgba(0,112,215,1.00);
}
.Program .TypeT{
	background-color:rgba(68,178,0,1.00)
}
.Program .TypeR + .TypeT{
	margin-left:0.5em;
}
.Program .Handson{
	display:inline-block;
	padding:2px 5px;
	border:1px solid rgba(0,0,0,1.00);
}
/*-----------------------------------------------
 __Link
-----------------------------------------------*/
.Link .LinkList li{
	padding-bottom:1em;
	padding-left:22px;
	margin-bottom:1em;
	border-bottom:1px dotted rgba(131,119,180,1.00);
	background:url(refer/ic_link_blank.png) no-repeat 0 0.4em;
	background-size:16px;
}
/*-----------------------------------------------
 __RegSub
-----------------------------------------------*/
.RegSub .Term .Start,
.RegSub .Term .End{
	display:inline-block;
	vertical-align:top;
}
.RegSub .CateBox{
	display:flex;
	justify-content:flex-start;
}
.RegSub .CateBox ul:first-child{
	margin-right:2em;
}
.RegSub .ListNoteIndent3{
	padding-left:2em;
}
.RegSub .ListNoteIndent3 li{
	padding-left:3em;
	text-indent:-3em;
	font-size:95%;
}
.RegSub .AngoBox{
	display:flex;
	justify-content:center;
}
.RegSub .AngoBox li{
	width:40%;
	margin-right:3%;
	margin-left:3%;
	margin-bottom:0;
}
.RegSub .HeibunBox{
	display:flex;
	justify-content:center;
}
.RegSub .HeibunBox li{
	width:40%;
	margin-right:3%;
	margin-left:3%;
	margin-bottom:0;
	background-color:rgba(156,156,156,1.00);
}
/*-----------------------------------------------
 __RegPart
-----------------------------------------------*/
.RegPart .Term{
}
.RegPart .Term .Start,
.RegPart .Term .End{
	display: inline-block;
	vertical-align:top;
}
.RegPart .BtRegPart{
	width:40%;
}
.RegPart ul.ListNoteIndent3 li{
	padding-left:3em;
	text-indent:-3em;
}

/*-----------------------------------------------
 __InfoStay
-----------------------------------------------*/
.InfoStay .Term .Start,
.InfoStay .Term .End{
	display: inline-block;
	vertical-align:top;
}
.InfoStay .BtRegStay{
	width:40%;
}
.InfoStay .HotelList{
	margin-left:90px;
}

/*-----------------------------------------------
 __InfoPart
-----------------------------------------------*/
.InfoPart .BtInfo{
	width:40%;
}
.InfoPart .BtZaiseki{
	width:40%;
}
.InfoPart .Join{
	padding:1em;
	margin:0 50px 1em;
	border:2px solid rgba(131,119,180,1.00);
}
.InfoPart .Join h4{
	color:rgba(131,119,180,1.00);
	margin:0 0 1em;
}
.InfoPart .Join p{
	margin:0;
}

/*-----------------------------------------------
 __InfoAuthor
-----------------------------------------------*/
.InfoAuthor .BtAuth{
	width:40%;
}
.InfoAuthor .AboutPoster{
	display:flex;
	justify-content:space-between;
}
.InfoAuthor .AboutPoster ol{
	margin-right:0;
}
.InfoAuthor .AboutPoster figure{
	margin-left:0;
}

/*-----------------------------------------------
 __COI
-----------------------------------------------*/
.COI .Slide{
	display:flex;
	justify-content:space-around;
	margin-left:40px;
	margin-right:40px;
}
.COI .Slide figure{
	margin-left:auto;
	margin-right:auto;
}
.COI .DL{
	margin-top:40px;
	margin-bottom:40px;
}
.COI .DL li{
	margin-bottom:20px;
}

/*-----------------------------------------------
 __Nursery
-----------------------------------------------*/
.Nursery .DLform{
	margin-top:40px;
	margin-bottom:40px;
}
.Nursery .DLform li{
	width:50%;
	margin-bottom:20px;
}
/*-----------------------------------------------
 __SubList
-----------------------------------------------*/
.SubList .BtSubList{
	width:40%;
}
/*-----------------------------------------------
 __RegPoster
-----------------------------------------------*/
.RegPoster .BtForm{
	width:50%;
}