@charset "UTF-8";

/*
The 15th Annual Meeting of the Japan Society for Surgical Wound Care. CSS
Author: Kazuya Tahara(Hdj)
Version: 201118
*/


/*-----------------------------------------------
 __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;
}

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{
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	color: #003A5E;
	background:rgba(0,159,232,0.3);
}

a{
	color: #00859B;
}
a:hover{
	color: #FFA000;
}
.Wrapper {
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
	width:1000px;
	margin:0 auto;
	background:url("refer/bg_body.jpg") no-repeat 0 0;
}
.Container{
	width:760px;
}

/*-----------------------------------------------
 __#HEADER
-----------------------------------------------*/
#HEADER{
	width:760px;
	height:140px;
	margin:0 auto;
	padding-top:30px;
	position:relative;
}
#HEADER .SiteName{
	width:614px;
	height:92px;
	font-size:1px;
	text-indent:-9999px;
	margin:0 auto auto;
	background:url(refer/title_main.png) no-repeat 0 0;
	background-size:contain;
}
#HEADER .SiteName a{
	display:block;
	width:100%;
	height:100%;
}
#HEADER .En{
	width:100px;
	height:100px;
	font-size:1px;
	text-indent:-9999px;
	background: url(refer/logo.png) no-repeat 0 0;
	background-size:contain;
	position:absolute;
	left:-175px;
	top:20px;
	z-index:100;
}
#HEADER .En a{
	display:block;
	width:100%;
	height:100%;
	border-radius: 50px;
}

/*-----------------------------------------------
 __Nav
-----------------------------------------------*/
nav{
	width:240px;
	padding-top:140px;
	background: rgba(0,86,150,0.8);
	position:relative;
}
nav ul{
	display:flex;
	flex-direction:column;
	margin:0 auto 20px;
}
nav ul li{
	font-weight: bold;
	color: rgba(255,255,255,0.50);
	line-height:1.5;
	padding:8px 0 8px 22px;
}
nav ul li a{
	box-sizing: content-box;
	display:block;
	width:100%;
	height:100%;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	text-decoration:none;
	padding:8px 0 8px 22px;
	margin:-8px 0 -8px -22px;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
nav ul li a:hover{
	color: rgba(255,255,255,1.00);
	background: rgba(0,73,156,1.00) url( refer/ic_nav.png) no-repeat 0 50%;;
	background-size:12px;
}
nav .BnPoster{
    width: 200px;
    text-align: center;
    font-weight: bold;
    color: #F00;
    margin: 0 auto 10px;
    background-color: #FFF;
    border-radius: 5px;
}
nav .BnPoster a{
    display: block;
    font-weight: bold;
    color: #F00;
    text-decoration: none;
    padding: 0.5em ;
    border-radius: 5px;
}
nav .BnPoster a span{
    font-weight: bold;
    color: #0062B5;
}
nav .BnNoLink span{
    font-weight: bold;
    color: #0062B5;
}
nav .BnPoster a:hover{
    background-color: rgba(255,245,0,1.00);
}
nav .Ondemand{
    width: 220px;
    text-align: center;
    font-weight: bold;
    font-size: 114%;
    line-height: 1.3;
    margin:0 auto 1em;
    border:2px solid rgba(255,255,255,1.00);
    box-shadow: 2px 2px 5px rgba(0,0,0,1.0);
}
nav .Photo{
    width: 220px;
    text-align: center;
    font-weight: bold;
    font-size: 88%;
    line-height: 1.3;
    margin:0 auto 1em;
    background-color: rgba(243,31,0,1.00);
    border:2px solid rgba(255,255,255,1.00);
    box-shadow: 2px 2px 5px rgba(0,0,0,1.0);
}
nav .Photo strong{
    display: inline-block;
    font-size: 150%;
    margin-bottom: 0.25em;
}
nav .Photo a,
nav .Ondemand a{
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(0,0,0,1.0);
    padding: 0.5em;
    background-color: rgba(0,0,0,0.4);
}
nav .Photo a:hover,
nav .Ondemand a:hover{
    background-color: rgba(0,0,0,0.5);
}
nav .Ondemand .Date{
    font-size: 75%;
}
nav .Photo .Date{
    font-size: 100%;
}
/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer{
	width:1000px;
	margin:0 auto;
}
footer .Copyright{
	font-size:75%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -30px;
	padding-right: 10px;
}
footer .PageTop{
	/*scroll100px*/
	display:none;
	width:40px;
	height:40px;
	font-size:1px;
	text-indent:-9999px;
	position:fixed;
	bottom:50px;
	right:10px;
	background:#0099CC url(refer/page_top.png) no-repeat 50% 50%;
	background-size:17px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
footer .PageTop a{
	display:block;
	width:100%;
	height:100%;
}
footer .PageTop a:hover{
	background:rgba(255,255,255,0.2);
}

/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	width:760px;
	min-height:900px;
	padding-top: 30px;
	padding-bottom:100px;
	background-color:rgba(245,245,245,0.8);
}
.Article h2{
	font-size:163%;
	font-weight:bold;
	color: rgba(0,58,94,1.00);
	margin:0 40px 40px;
}
.Article h3{
	font-size:113%;
	color: #036;
	padding-left:6px;
	padding-top:0,2em;
	margin:1.5em 40px 10px;
	border-left:2px solid #036;
	border-bottom:2px solid #036;
}
.Article h2 + h3{
	margin-top:30px;
}
.Article h3:first-child{
	margin-top:30px;
}
.Article h4{
	font-size:88%;
	color: rgba(36,106,159,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:2em 40px 10px;
}
.Article h4 + h5{
	margin-top:0;
}

.Article h6{
	font-size:88%;
	font-weight:bold;
	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 ul .ListNote li:before{
	font-size:100%;
	top:0;
}
.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 auto 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: flex-start;
}
.Article .ArignRight{
	text-align:right;
}
.Article .ArignCenter{
	text-align:center;
}
.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(166,168,224,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 .ListIc .ListNote li:before{
	text-indent:0;
}
.Article .ListNote li li{
	padding-left:0;
	margin-bottom:0;
}
.Article .ListNote li li:before{
	content:"";
	text-indent:0em;
}
.Article .ListNum li{
	margin-left:1.5em;
	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 .UL{
	text-decoration:underline;
}
.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:
		7% 50%,
		93% 50%;
	background-size:
		12px,
		12px;
}
.Article .BtPhoto {
    width: 55%;
	margin-bottom: 20px;
    background-image: url(refer/ic_photo.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-color: rgba(0,150,220,1.00);
    background-size: 30px;
}
.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{
	background-color:rgba(245,245,245,0.8);
}
.ArticleTop .MainVisual{
	height:541px;
	background: url("refer/main_visual.png") no-repeat 40px 0;
	position:relative;
}
.ArticleTop .MainVisual h2{
	display:none;
}
.ArticleTop .MainVisual .Outline{
	width:425px;
	height:274px;
	background:url(refer/outline.png) no-repeat 50% 50%;
	background-size: contain;
	position:absolute;
	left:80px;
	bottom:100px;
}
.ArticleTop .MainVisual .Outline dt{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .MainVisual .Outline dd{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .ArignRight{
	text-align:right;	
}
.ArticleTop .NoteBox{
	padding:40px;
}
.ArticleTop .NoteBox div{
	padding:1em 1em 0;
	margin-bottom:2em;
	background-color: #FFF;
	border:2px solid #F00;
}
.ArticleTop .NoteBox div:last-child{
	margin-bottom:0;
}
.ArticleTop .NoteBox div h2{
	font-weight:bold;
	margin-bottom:0.5em;
}
.ArticleTop .NoteBox div h3{
	font-weight:bold;
}
.ArticleTop .NoteBox div p{
	font-size:88%;
	margin-bottom:1em;
}
.ArticleTop .NoteBox div ul{
	font-size:88%;
	margin-bottom:1em;
}
.ArticleTop .NoteBox div .ListNote li{
	padding-left:1em;
	text-indent:-1em;
}
.ArticleTop .NoteBox div .ListIc li{
	padding-left:1em;
	margin-bottom: 0.5em;
	position: relative;
}
.ArticleTop .NoteBox div .ListIc li:before{
	content: "●";
	font-size: 75%;
	color: rgba(33,111,168,1.00);
	position:absolute;
	left: 0;
	top: 0.2em;
}
.ArticleTop .Award{
	padding:40px 50px;
	margin:0 40px 40px;
	background-image:url(refer/award01.png), url(refer/award02.png), url(refer/award03.png), url(refer/award04.png);
	background-position:0% 0%, 100% 0, 0 100%, 100% 100%;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size:80px, 80px, 80px, 80px;
	background-color: rgba(255,242,172,0.5);
}
.ArticleTop .Award h2{
	font-size:140%;
    font-weight: bold;
	text-align:center;
	margin-bottom:0.5em;
}
.ArticleTop .Award p{
	font-size:88%;
	margin-bottom:2em;
}
.ArticleTop .Award .Session li{
	padding-left:6em;
	position:relative;
    font-size: 88%;
}
.ArticleTop .Award .Session li.Title{
    font-weight: bold;
    margin-top: 1em;
    padding-left: 0;
}
.ArticleTop .Award .Session li .HD{
    display: inline-block;
    width: 5em;
    text-align: right;
	font-weight:bold;
    margin-right: 1em;
	position:absolute;
	left:0;
	top:0;
}
.ArticleTop .Award .Session li strong{
	font-weight:bold;
}
.ArticleTop .WhatsNew{
	padding:10px 40px 40px;
}
.ArticleTop .WhatsNew h2{
	font-size:114%;
	font-weight: bold;
	color:#003A5E;
	padding:0 0 0.2em 0;
	margin-bottom: 0.4em;
	border-bottom: 2px solid #003A5E;
}
.ArticleTop .WhatsNew ul{
	max-height:150px;
	overflow-y: auto;
}
.ArticleTop .WhatsNew li{
	position:relative;
	font-size:88%;
	padding:0 0 0.5em 6em;
	margin-bottom:0.4em;
	border-bottom:1px solid #003A5E;
}
.ArticleTop .WhatsNew li .Date{
	font-size:88%;
	color:#D60000;
	position:absolute;
	top:0.2em;
	left:4px;
	font-family:Arial, Helvetica, sans-serif;
}
.ArticleTop .OfficeBox{
	display:flex;
	justify-content:space-between;
	padding:0 40px 400px;
	background: url("refer/tokyo_visual.png") no-repeat 30px 200px;
	background-size: 700px;
}
.ArticleTop .OfficeBox h2{
	font-size:114%;
	font-weight: bold;
	color:#003A5E;
}
.ArticleTop .OfficeBox h2.Jimukyoku{
	margin-top: 30px;
}
.ArticleTop .OfficeBox p{
	font-size:88%;
}
.ArticleTop .Red{
	color:#F00;
}

/*-----------------------------------------------
 __Link
-----------------------------------------------*/
.Link .Links li{
	padding-left:18px;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	border-bottom:1px solid rgba(0,0,0,0.2);
	background: url(refer/ic_link_blank.png) no-repeat 0 0.3em;
	background-size:12px;
}
/*-----------------------------------------------
 __Greet
-----------------------------------------------*/
.Greet h2{
	margin-bottom: 0;
}
.Greet .PresidentBox{
	display:flex;
	align-items:flex-end;
	justify-content:flex-end;
	margin:0 40px 2em;
}
.Greet .PresidentBox *{
	margin-left: 0;
	margin-right: 0;
}
.Greet .PresidentBox p{
	text-align: right;
	margin-right:20px;
}
.Greet .PresidentBox figure{
	display:flex;
	margin-right:0;
}
.Greet .PresidentBox figure img{
	vertical-align: top;
}
/*-----------------------------------------------
 __RegSub
-----------------------------------------------*/
.RegSub .Term{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.RegSub .SessionTable{
	width: 85%;
}
.RegSub .SessionTable tr td:first-child{
	width: 75%;
}
.RegSub .Category{
	display: flex;
	justify-content: flex-start;
	margin-left: 40px;
	margin-right: 40px;
}
.RegSub .Category *{
	margin-left: 0;
	margin-right: 0;
}
.RegSub .Category ul{
	width: 40%;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.RegSub .Category ul:first-child{
	border-right: 0px;
}
.RegSub .Category li{
	padding: 0.5em;
	background-color: #FFF;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.RegSub .BtReg{
	display: flex;
	justify-content: space-around;
}
.RegSub .BtReg li{
	width: 45%;
}
/*-----------------------------------------------
 __COI
-----------------------------------------------*/
.COI .Download{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.COI .Download li{
    text-align: center;
}
/*-----------------------------------------------
 __Stay
-----------------------------------------------*/
.Stay .BtLink{
    width: 40%;
}
.Stay .ListIc li{
    margin-bottom: 0;
}
/*-----------------------------------------------
 __Program
-----------------------------------------------*/
.Program h4{
    margin-top: 0;
    margin-bottom: 0;
}
.Program h4 .Note{
    font-weight: normal;
    color: #003A5E;
}
.Program .Seminar{
    margin-right: 40px;
}
.Program .SubList{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 0;
}
.Program .SubList li{
    width: 45%;
    margin-bottom: 20px;
}
.Program .SubList.Prog li{
    line-height: 3em;
    background-color: rgba(0,65,177,1.00);
}
/*-----------------------------------------------
 __RegPart
-----------------------------------------------*/
.RegPart .ListIndent2em > li{
    text-indent: -2em;
    padding-left: 2em;
}
.RegPart .ListIndent2em .ListNote li{
    text-indent: 0;
}
.RegPart .Zaiseki{
    display: flex;
}
.RegPart .Zaiseki li{
    width: 45%;
}
.RegPart .BtSanka{
    width: 50%;
    margin-top: 20px;
}

/*-----------------------------------------------
 __InfoAuthor
-----------------------------------------------*/
.InfoAuthor .LargeHD{
    font-size: 107%;
    color: #000;
}
.InfoAuthor .AboutMov{
    display: inline-block;
    font-size: 88%;
    padding-left: 2em;
}
.InfoAuthor .AboutMov strong{
    font-weight: normal;
    font-size: 116%;
}
.InfoAuthor .Term{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.InfoAuthor .Coi{
    display: flex;
    justify-content: center;
}
.InfoAuthor .Coi li{
    width: 50%;
    text-align: center;
}
.InfoAuthor .Coi li img{
    width: 80%;
    height: auto;
    vertical-align: middle;
}

/*-----------------------------------------------
 __Photo Albums
-----------------------------------------------*/
.Photo .SelectBox{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin:0 40px 250px;
}
.Photo .Select{
	width:45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.Photo .Select li{
    width: 100%;
}

.Photo .Select li:last-child{
	margin-left: auto;
}
.Photo .GoIndex{
	margin: -1em 0 2em 50px;
}
.Photo .Thumb{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin-left:50px;
	margin-right:0;
}
.Photo .Thumb li{
	margin-right:5px;
	margin-bottom:0px;
}

