@charset "UTF-8";
/* CSS Document */

/*↓PC版css　1200px以上*/
@media screen and (min-width: 1200px) {

body {
    margin:0;/*←containerの横幅を確認する時はこれを削除し、レスポンシブを確認せよ*/
	padding:0;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

img{
	border:0;
}

#top-head{
	width:275px;
	height:100%;
	morgin:0px;
	padding:0px;
	position: fixed; 
    top: 0px;
    left: 0px;
	
	
	background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
background-size: 4px 4px;
}

.logo{
	width:275px;
	height:245px;
	morgin:0;
	padding:0;
    top: 0px;
    left: 0px;
	background-color:#393E46;
}

.logotab{
	display:none;
}

.logosma{
	display:none;
}

h1{
	display: none;
}

#global-nav span{
	display:none;
}

.contact{
    padding: 30px 0px 100px 0px;
	width:100%;
	height:100%;
	background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
background-size: 4px 4px;
}

.contactLine{
	width:200px;
	height:68px;
	border:2px solid #5D5D5D;
	margin:0 auto;
	margin-top:-10px;
	background-color:#fff;
}

.contactLine ul{
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.contactLine li{
    line-height: 4.5;
	margin: 0px;
	display: block; 
	text-decoration: none;
	text-align: center;
	color: #5D5D5D;
}

.contactLine li:hover{
	background-color:#d9d9d9;
    height:68px;
}




    
#global-nav  {
    position: relative;
    width:275px;
	height:auto;
	clear:both;
    z-index: 1;
}

#global-nav ul{ 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
    
#global-nav li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
}    
    
#global-nav a {
	overflow: hidden;
}

#global-nav li a{
	display: block; 
	text-decoration: none;
	color: #5D5D5D;
	width: 275px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}

   
#global-nav a span {
	display: block;
    height: 48px;
    line-height: 3.3;
	background:#F5F5F5;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

  
    
#global-nav a::before {
	font-family: 'Play', sans-serif;
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	height:48px;
    line-height: 3.3;
	background:#00ADB5;
	color: #FFF;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}

#global-nav a:hover span,
#global-nav a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

#global-nav a:hover::before,
#global-nav a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

nav span{/*メニューからお問い合わせの削除*/
	display:none;
}







.clear {
    clear:both;　/*floatの解除*/
}

.container {
	morgin:0px;
	padding:0px;
	min-width: 925px;
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
	margin-left: 275px;
}

.top{
	width:100%;
	height:245px;
	background-color:#fff;
}

/*↓TOPICのモジュール*/
.contentstitle{
	width:auto;
	height:50px;
	margin:0 auto;
	padding-top:50px;/*トップからの高さ*/
	display:table;
}

.contentstitle img{
	height:36px;
}

.markleft{
	width:30px;
	height:50px;
	vertical-align:middle;
}

p{
	width:auto;
	color:#393E46;
	font-size:40px;
	margin:0 20px;
	vertical-align:middle;
	height: 50px;/*←テキスト中央揃えコマンド*/
	line-height: 50px;/*←テキスト中央揃えコマンド*/
}

.topic{
	width:auto;
	height:50px;
	vertical-align:middle;
}

.contentstitle span img{
	height:36px;
	transform:rotate(180deg)
}

.markright{
	width:30px;
	height:50px;
	vertical-align:middle;
}

.markleft,
.topic,
.markright{
	display:table-cell;
	height:100px;
}






.container-place{
	width:100%;
	height:134px;
	background-color:#fff;
	margin-bottom:70px;

}

.border-line{
	width:860px;
	height:auto;
	margin:0 auto;
	border-bottom:1px solid #393E46;
	overflow:auto;
	padding-bottom:30px;
}

.bar{
	width:auto;
	height:auto;
	float:left;
}

.bar img{
	width:16px;
	height:34px;
	position:absolute;
}

.place-title{
    width:auto;
    height:auto; 
	float:left;   
}

.place-title p{
	margin-top:-8px;
	margin-left:40px;
	font-size:34px;
}




    

.placeditail{
    width:auto;
	height:auto;
	float:left;
	margin-left:20px;
}

.placeditail p{
    width: auto;
	height:auto;
    font-size: 22px;
	margin-top:-8px;

}

.placeditail p span{
    font-size: 26px;
}



.placeditail2{
    width:auto;
	height:auto;
	float:left;
	margin-left:0px;
}

.placeditail2 p{
    width: auto;
	height:auto;
	font-size: 22px;
	line-height:1.3;
}
	


.container-map{
	width:100%;
	height:800px;
	background-color:#fff;
	margin-bottom:70px;
}

.container-map2{
	width:100%;
	height:800px;
	background-color:#fff;
	margin-bottom:70px;
}

.border-line-long{
	width:860px;
	height:800px;
	margin:0 auto;
	border-bottom:1px solid #393E46;
}

.border-line-long-vari{
	width:860px;
	height:auto;
	margin:0 auto;
	border-bottom:1px solid #393E46;
	overflow:hidden;
}

.border-line-long-vari-under{
	width:860px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}


.place-title-long{
    width:100%;
    height:auto; 
	float:left;   
	margin-bottom:30px;
}

.place-title-long p{
	margin-top:-8px;
	margin-left:40px;
	font-size:34px;
}

.map{
	width:100%;
	height:auto;
}

.map iframe{
	width:600px;
	display:block;
	margin:0 auto;
}

.map img{
	width:600px;
	display:block;
	margin:0 auto;
}

.container-access{
	width:860px;
	height:550px;
	background-color:#fff;
	margin:0 auto;
	margin-bottom:70px;
}

.access-detaile p{
	width:auto;
	height:auto;
	margin-top:60px;
	margin-left:40px;
	line-height:1.5;
	font-size:26px;
}

.access-detaile p span{
	font-size:17px;
}

.access-detaile-rikadai{
	width:800px;
	height:150px;
	margin-left:40px;
	margin-top:50px;
	background-color:#393E46;
}

.access-detaile-rikadai p{
	text-align:center;
	font-size:16px;
	padding-top:10px;
}

.rikadai-link-buttom{
	width:197px;
	height:56px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 3px solid #fff;
	margin:0 auto;
	margin-top:10px;
}

a{
	text-decoration:none;
}

.rikadai-link-buttom p{
	text-decoration:none;
	font-size:32px;
	text-align:center;
	margin:0 auto;
	padding:0;
	height: 50px;/*←テキスト中央揃えコマンド*/
	line-height: 50px;/*←テキスト中央揃えコマンド*/
}






/*↓スケジュールページCSS*/

.container-normal{
	width:100%;
	height:auto;
	padding-bottom:40px;
	overflow:auto;

}


.schedule-topic{
	width:860px;
	height:80px;
	border-bottom:1px solid #393E46;
	margin:0 auto;
	margin-bottom:30px;
	line-height:0;
}

.schedule-topic img{
	width:16px;
	height:61px;
	position:absolute;
}

.day{
	width:170px;
	height:auto;
	padding:0;
	position:absolute;
}

.day p{
	font-family: 'Play', sans-serif;
}

.schedule-topic p span{
	font-size:49px;
	line-height:0.8;
}

.schedule-topic p{
	font-size:21px;
	line-height:1;
	margin-left:40px;
}

.schedule-text{
	width:650px;
	height:auto;
	float:right;
	margin-left:200px;
	margin-top:10px;
	display:table-cell;
}

.schedule-text p{
	width:auto;
	height:auto;
	font-size:17px;
	color:#393E46;
	margin:0;
	text-align:justify;/*←文章の均等割り付け*/
	vertical-align:middle;
	line-height:1.4;/*←テキスト中央揃えコマンド*/
}





/*↓研究発表申込ページCSS*/
.information-text{
	width:100%;
	height:auto;
}

.information-text p{
	width:90%;
	height:auto;
	font-size:16px;
	line-height:1.5;
	margin:0 auto;
	margin-bottom:40px;
}


.limit-text{
	width:100%;
	height:auto;
}

.limit-text p{
	width:90%;
	height:auto;
	font-size:16px;
	line-height:0.7;
	margin:0 auto;
	margin-bottom:40px;
}

.limit-text p span{
	font-size:20px;
}

.limit-text-smart{
	display:none;
}

.mail-text{
	width:100%;
	height:auto;
}

.mail-text p{
	width:90%;
	height:auto;
	font-size:16px;
	line-height:2;
	margin:0 auto;
	margin-bottom:100px;
}

.mail-text p span{
	font-size:20px;
}

.mail-text-smart{
	display:none;
}

.container-icon{
	width:100%;
	height:auto;
	margin-bottom:50px;
}

.icon{
	width:700px;
	height:auto;
	margin:0 auto;
}
	
.icon img{
	width:700px;
	height:auto;
}

.icon2{
	display:none;
}

.border-line-long-fix1{
	width:860px;
	height:730px;
	margin:0 auto;
	border-bottom:1px solid #393E46;
}

.border-line-long-fix2{
	width:860px;
	height:350px;
	margin:0 auto;
}

.left{
	width:49%;
	height:auto;
	float:left;
	margin-bottom:40px;
	overflow:auto;
}

.left .contentstitle{
	width:auto;
	height:50px;
	margin:0 auto;
	display:table;
	padding:0;
	margin-left:20px;
}

.left-title{
	width:100%;
	height:60px;
	display:table-cell;
}

.left .topic img{
	width:30px;
	height:36px;
	float:left;
	vertical-align:middle;
}

.left .topic p{
	float:left;
	font-size:22px;
	vertical-align:middle;
	margin:0;
	margin-left:10px;
	line-height:1.2;/*←テキスト中央揃えコマンド*/
}

.dl1{
	width:50%;
	height:auto;
	float:left;
}

.dl1 p{
	font-size:16px;
	line-height:1.2;
}

.dl2{
	width:50%;
	height:auto;
	float:left;
}

.dl2 p{
	font-size:16px;
	line-height:1.2;
}


.topic-mark-update{
	width:175px;
	height:40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 3px solid #00ADB5;
	padding:3px;
	margin-left:20px;
}

.topic-mark-update p{
	position: absolute;
	font-size:27px;
	color:#00ADB5;
	margin:0;
    margin-left: 2px;
}






.right{
	width:49%;
	height:auto;
	float:left;
	margin-bottom:40px;
	overflow:auto;
	border-left:1px solid #393E46;

}

/*↓テキスト画像中央揃えタイトル*/
.right .contentstitle{
	width:auto;
	height:50px;
	margin:0 auto;
	display:table;
	padding:0;
	margin-left:20px;
}

.right-title{
	width:100%;
	height:60px;
	display:table-cell;
}

.right .topic img{
	width:30px;
	height:36px;
	float:left;
	vertical-align:middle;
}

.right .topic p{
	float:left;
	font-size:22px;
	vertical-align:middle;
	margin:0;
	margin-left:10px;
}

/*↓大会参加申込ページCSS*/
.limit-text-s{
	width:100%;
	height:auto;
}

.limit-text-s p{
	width:90%;
	height:auto;
	font-size:16px;
	line-height:0.7;
	margin:0 auto;
	margin-bottom:20px;
}

.limit-text-s p span{
	font-size:20px;
}

.limit-text-smart-s{
	display:none;
}

.information-text-margin-top-large{
	width:100%;
	height:auto;
}

.information-text-margin-top-large p{
	width:90%;
	height:auto;
	font-size:16px;
	line-height:1.5;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:40px;
}

.information-text-margin-top-large-large{
	width:100%;
	height:auto;
}

.information-text-margin-top-large-large p{
	width:90%;
	height:auto;
	font-size:18px;
	line-height:1.5;
	margin:0 auto;
	margin-top:80px;
	margin-bottom:40px;
}


.left .topic-1line-var p{
	float:left;
	font-size:22px;
	vertical-align:middle;
	margin:0;
	margin-top:35px;
	margin-left:10px;
	line-height:1.2;/*←テキスト中央揃えコマンド*/
}

table {
	border-collapse: collapse;
	margin-left:40px;
}
td {
	border: solid 1px;
	padding: 0.5em;
}


/*↓プログラムページCSS*/
.program-image{
	width:99%;
	height:auto;
	border:1px solid #000;
}

.program-image img{
	width:100%;
	height:auto;
}






/*↓プログラムページ用TOPICのモジュール*/
.contentstitle-pro{
	width:100%;
	height:50px;
	display:table;
}

.contentstitle-pro img{
	height:36px;
}

.markleft{
	width:30px;
	height:50px;
	vertical-align:middle;
}

.topic-1line-var p{
	width:auto;
	color:#393E46;
	font-size:22px;
	margin:0 20px;
	vertical-align:middle;
	margin-top:25px;
	height: 50px;/*←テキスト中央揃えコマンド*/
	line-height: 50px;/*←テキスト中央揃えコマンド*/
}

.topic{
	width:auto;
	height:50px;
	vertical-align:middle;
}

.markleft,
.topic{
	display:table-cell;
	height:100px;
}


.topic-mark-update-pro{
	width:90px;
	height:30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 3px solid #00ADB5;
	padding:3px;
	float:right;
	margin-top:30px;
	margin-bottom:30px;
}

.topic-mark-update-pro p{
	width:auto;
	height:auto;
	text-align: center;
	font-size:27px;
	color:#00ADB5;
	margin:0;
	line-height:0.8;
    letter-spacing: 1px;
    
}


/*↓大会組織ページCSS*/

.name-title{
	width:280px;
	height:auto;
	float:left;
}

.name-title p{
	width:auto;
	height:auto;
	font-size:17px;
	margin-left:40px;
}


.name{
	width:auto;
	height:auto;
	float:left;
}

.name p{
	width:auto;
	height:auto;
	font-size:17px;
	margin-left:70px;
}

.border-line-long-vari-fix{
	width:100%;
	height:auto;
	margin:0 auto;
	border-bottom:1px solid #393E46;
	overflow:auto;
}

.border-line-long-vari-under-fix{
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:auto;
}



/*↓お問い合わせページCSS*/
.con-left{
	width:auto;
	height:220px;
	float:left;
	margin-left:30px;
	margin-bottom:60px;
}

.con-left img{
	width:auto;
	height:81px;
	display: block;
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
}

.con-left p span{
	font-size:20px;
}

.con-left p{
	width:auto;
	height:auto;
	font-size:16px;
	text-align:center;
	margin-top:30px;
	line-height:1.5;
}








/*↓ここからfooter*/
.footer{
	width:100%;
	height:400px;
	background-color:#EEEEEE;
	
	background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
background-size: 4px 4px;

}

.footer-container{
	width:860px;
	height:auto;
	margin:0 auto;
	padding-top:80px;
}

.footer-left{
	width:280px;
	height:auto;
	float:left;
}

.footer-left img{
	width:280px;
	height:auto;
	margin-bottom:40px;
}

.footer-middle{
	width:280px;
	height:auto;
	float:left;
	margin-left:50px;
}

.footer-middle img{
	width:280px;
	height:auto;
	margin-bottom:40px;
}

.footer-middle span p{
	font-size:18px;
	color:#393E46;
	margin-bottom:-10px;
}
	
.footer-middle p{
	font-size:10px;
	color:#393E46;
	line-height:1.5;
}

.footer-contact{
	width:230px;
	height:62px;
	background-color:#fff;
	margin-top:20px;
	margin-left:20px;
	border:2px solid #6D6F72;
}

.footer-contact:hover{
	background-color:#d9d9d9;
}


.footer-contact p{
	font-size:16px;
	color:#393E46;
	padding:20px 0; 
	margin:0 67px;
}

a{
	text-decoration:none;
}

.footer-right{
	float:left;
	margin-left:50px;
}

.footer-right p{
	font-size:18px;
	color:#393E46;
	line-height:1.5;
	margin:0;
}

.footer-right li a{
	display: block; 
	text-decoration: none;
	color: #5D5D5D;
	font-size: 13px;
	line-height:2; 
}

.footer-right ul{
	padding:0;
	margin:0;
	list-style: none;
}


.copy{
	width:100%;
	height:100px;
	background-color:#393E46;
}

.copy p{
	font-size:14px;
	color:#BABABA;
	text-align:center;
	line-height:1.4;
	padding-top:42px;
}





/*↓ページ上に行くためのボタン*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: -20px;
    font-size: 18px;
}

#page-top a {
    background: #00ADB5;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding:0;
    text-align: center;
    display: block;
    font-weight: bold;
    border-style: solid;
    border-color: #00ADB5;
}


#page-top a img{
	margin:0 auto;
	margin-bottom:-20px;
}

	
}
