@charset "UTF-8";

/* CSS Document */
html {
}
body {
	margin: 0px;
	padding: 0px;
	/*background-image: url(../images/bak_c.jpg);*/
	background-repeat: repeat-y;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wapper {
    height: auto;
    min-height: 100%;

	width: 100%;
    margin: 0px;
    padding: 0px;
	padding-left: 10%;
	padding-right: 10%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
    overflow: auto;
}

.sp-br{
	display: none;
}



/*ナビゲーションメニュー*/
#header {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	position: fixed;
    color: #033560;
    width: 260px;
    text-align: center;
    padding-top: 0px;
    z-index: 100;
}


.main-title{
	font-family: serif;
	font-size: 23px;
	margin-top: 1em;
	margin-bottom: 2em;
}

.main-title span{
	color: rgba(46,164,255,1.00);
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 24px;
}


#sidebar {
    font-size: 15px;

    width: 260px;
    height: 100%;
    position: fixed;
    color: #033560;
    text-align: left;
	padding: 80px 20px 0;
	box-sizing: border-box;
	background-color: rgba(181,189,192,0.2);

}
 
#global-nav ul {
    list-style: none;
    margin-left: 0;
	padding: 0;


}
#global-nav > ul > li {
    padding-left: 8px;
    padding-right: 8px;
	box-sizing: border-box;
    position: relative;
	background: #FFFFFF;
        border-top: solid 1px #B7B8B8; 
            border-left: solid 1px #B7B8B8; 
            border-right: solid 1px #B7B8B8; 

}
#global-nav li:last-child{
    border-bottom:  solid 1px #B7B8B8; 
}

#global-nav a {
    color: #033560;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    transition: .3s linear;
	font-family: sans-serif;
	font-weight: bold;
}

#global-nav > ul > li a:hover{
	transition-duration: 600ms;
	color: rgba(196,89,6,1.00);
}

/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 40px;
	right: 15px;
	height: 32px;
	cursor: pointer;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #033560;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.issue{
	color: #515151;
	font-size: 13px;
	margin-bottom: 30px;
}

.dwonload-btn{
	display: inline-block;
	font-size: 14px;
background: #525252;
background: -webkit-linear-gradient(to top, #3d72b4, #525252);
background: linear-gradient(to top, #3d72b4, #525252); 
	padding: 10px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: optima,sans-serif;
	letter-spacing: 1px;
	border-radius: 10px;
	box-shadow: 0px 0px 16px -6px rgba(10,10,10,0.5);
}

.dwonload-btn:hover{
	transform: translateY(3px);
	transition-duration: 300ms;
}
 
 


/*コンテンツの中身*/

#contents {
	max-width: 800px;
}

#main {
padding: 1em 0;
	box-sizing: border-box;
}

#main h2{
	font-size: 27px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	color: #282828;
	text-align: center;
}

#main h2 span.h2-en{
	font-size: 12px;
	display: block;
}

#main h2 span.h2-en span{
		color: rgba(46,164,255,1.00);
	font-size: 14px;
}


/*トップページ*/

.main-visual{

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	margin-top: 15px;

}

.main-visual img{
	width: 260px;
	height: auto;
}

div.details{
	margin-top: 30px;
}


div.details dl{
	max-width: 600px;
	display: flex;
	justify-content: flex-start;
	margin: 5px auto 0;
}


.copy{
	font-size: 12px;
	margin-top: 120px;
	color: #848484;
}
.copy a{
		color: #848484;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid #C3C3C3;
}
.copy a:hover{
	opacity: 0.5;
	transition-duration: 300ms;
}

.setsumei{	
    margin-top: 30px;
    text-align: center;
	font-size: 12pt;
}

/*日程表*/


/*日程表は幅広めにとる*/

div.contents-table{
	max-width: 960px!important;
}


h4{
	font-size: 22px;
	padding: 0;
	margin: 0;
	font-family: serif;
	color: #023560;
	border-bottom: double 4px #023560;
}

.table_set{
	border-collapse: collapse;
	width: 100%;
}

.table_set th,.table_set td{
	border: 1px solid #D4D4D4;
	font-size: 13px;
	color: #333;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}

.table_set td.time-td{
width: 10%;
font-size: 12px;
text-align: center;}

.table_set td.day-td{
	text-align: center;
	width: 13%;
}

.table_set td a{
	color: #127FAD;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
}

.table_set td a:hover{
	opacity: 0.5;
	transition-duration: 300ms;
}


.table_set th{
	background-color: rgba(181,189,192,0.2);
}

.table_set th.th-room{
	width: calc(71% / 5);
    font-size: 12px;
}




/*目次*/

.trline{
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}

.trline th,.trline td{
	border: 1px solid #D4D4D4;
	font-size: 14px;
	color: #333;
	padding: 5px;
	box-sizing: border-box;
}

.trline td:nth-child(1){
	text-align: center;
	background-color: rgba(181,189,192,0.2);
	width: 10%;
}
.trline td a{
	color: #127FAD;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
}

.trline td a:hover{
	opacity: 0.5;
	transition-duration: 300ms;
}


/*プログラム*/

.ses-table{
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
	font-family: sans-serif;
}

.ses-table td{
	border: 1px solid #D4D4D4;
	font-size: 14px;
	color: #333;
	padding: 5px;
	box-sizing: border-box;
}

.ses-table td.ses-title{
	font-size: 17px;
	font-weight: bold;
	background-color: rgba(181,189,192,0.2);
}

.ses-table td.ses-details{
	text-align: right;
}

.ses-table td a{
		color: #127FAD;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
}

.ses-table td a:hover{
	opacity: 0.5;
	transition-duration: 300ms;
}

.ses-table td div{
	color: #454444;
	font-size: 12px;
}

.pro-no{
	width: 8%;
	text-align: center;
}

/*予稿集について*/

h5{
	margin: 0;
	padding: 0;
	font-size: 18px;
	padding-bottom:8px;
	
}

.about-content{
	font-size: 14px;
	padding: 0 1em;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.about-content ul{
	margin-left: 0;
	padding-left: 15px;
	font-size: 13px;
}

/*著作権について*/

h6{
	padding:20px 0 0;
	margin: 0;
	font-size: 15px;
}

.chosaku-content{
	font-size: 14px;
}

.chosaku-content a{
			color: #127FAD;
	text-decoration: none;
	font-family: sans-serif;
}

.chosaku-content a:hover{
	opacity: 0.5;
	transition-duration: 300ms;
}


/*主催について*/

.chusai-content{
	font-size: 14px;
	padding: 0 1em;
	box-sizing: border-box;
	margin-bottom: 20px;
}


/*委員会*/

.iin-table{
	border-collapse: collapse;
	width: 100%;
	margin-top: 8px;
	font-family: sans-serif;
	margin-bottom: 20px;
}

.iin-table td{
	border: 1px solid #D4D4D4;
	font-size: 14px;
	color: #333;
	padding: 5px 10px;
	box-sizing: border-box;
}

.iin-table td:nth-of-type(1){
	background-color: rgba(181,189,192,0.2);
	width: 35%;
}
.iin-table td:nth-of-type(2){
	width: 65%;
    line-height: 1.7;
}



@media screen and (max-width: 900px) {
	
	
.sp-br{
	display:block;
}
	
	.main-title{
	font-family: serif;
	font-size: 18px;
	margin-top: 0.5em;
}

	
	#contents {
		margin-top: 120px;
		
}
	

	#header {
		width: 100%;
		padding: 10px;
		background: rgba(255,255,255,.8);
		display: -webkit-flex;
		display: flex;
	}

	#sidebar {
		/*display: none;*/
		position: fixed;
		right: -300px;
		top: 0;
		height: 100%;
		width: 300px;
		color: #333;
		background: #fff;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}
	
	#header {
	text-align: left;
		box-shadow: 0px 0px 16px 0px rgba(10,10,10,0.08);

}
	
	#wapper{
		padding-left: 0;
		padding: 0 1em;
		box-sizing: border-box;
	}
	
	
	.main-title{
		display: none;
	}
	
	#main h2{
	font-size: 27px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	color: #282828;
	text-align: center;
}

#main h2 span.h2-en{
	font-size: 12px;
	display: block;
}

#main h2 span.h2-en span{
		color: rgba(46,164,255,1.00);
	font-size: 14px;
}
    
    
.main-visual{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	margin-top: 15px;
    flex-direction: column;
    align-items: center;
}
    



}

@media screen and (max-width: 400px) {
	#sidebar {
		right: -200px;
		width: 200px;
		padding-top: 60px;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0);
	}
}





