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

/*↓スマホ版css 767px以下*/
@media screen and (max-width: 767px) {


body{
    margin: 0;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

img{
	border:0;
}

.container{
	width:100%;
	height:auto;
	margin-bottom:-50px;/* ←下のpage-top分を下に下げている */
}

.clear{
	clear:both;
}

.logo{
	display:none;
}

.logotab{
	display:none;
}

.logosma{
	margin-top:10px;
	margin-left:10px;
}

h1{
	font-size:14px;
	margin-top:3px;
	margin-left:-4px;
	vertical-align:central;
}

.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
	border-bottom:2px solid #eeeeee;
}

#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

#global-nav ul li {
    float: left;
}

#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: fixed;
	width:99px;
	height:46px;
	top:10;
	right:11px;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 39px;
    background: #fff;
    left: 6px;
    -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: 8px;
}
#nav-toggle span:nth-child(3) {
    top: 16px;
}











#top-head, .inner {
	width: 100%;
	padding: 0;
}

#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	width:100%;
	height:66px;
	background-color:#fff;
}

/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}

#mobile-head {
	background: #fff;
	width: 100%;
	height: 66px;
	z-index: 999;
	position: fixed;
	top:0;
}

#top-head.fixed .logo,
#top-head .logo {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #393E46;
}

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background:#EEEEEE;
	width: 100%;
	text-align: center;
	padding:0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 18px;
	margin-left:-40px;
	margin-top:10px;
}

#global-nav ul li {
	float: none;
	position: static;
}

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #393E46;/* ←メニュー文字色 */
	padding: 14px 0;/* ←メニュー行間調整 */
	border-bottom:solid 1px #fff;
}

#top-head #global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover{
	width: 100%;
	display: block;
	color: #fff;/* ←マウスオーバー後のメニュー文字色 */
	padding: 14px 0;/* ←メニュー行間調整 */
	background-color:#00ADB5;
	border-bottom:solid 1px #fff;
}

/* ↓お問い合わせの下ライン消し */
#top-head #global-nav ul span li a,
#top-head.fixed #global-nav ul span li a{
	border-bottom:solid 1px #EEEEEE;
}

#top-head #global-nav ul span li a:hover,
#top-head.fixed #global-nav ul span li a:hover{
	border-bottom:solid 1px #EEEEEE;
}


#nav-toggle {
	display: block;
}

.navblock{
	width:99px;
	height:46px;
	position:fixed;
	top:11px;
	right:10px;
	background-color:#00ADB5;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
	display:none;
}

.open #nav-toggle span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}

.contact{
	display:none;
}














.top{
	width:100%;
	height:100px;
	padding:40px 0;
}

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

.contentstitle img{
	height:25px;
}

.markleft{
	width:21px;
	height:42px;
	vertical-align:middle;
}

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

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

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

.markright{
	width:21px;
	height:42px;
	vertical-align:middle;
}

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




.container-place{
	width:90%;
	height:250px;
	background-color:#fff;
	margin:auto;
}

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

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

.bar img{
	width:10px;
	height:24px;
	position:absolute;
}

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

.place-title p{
	margin-top:-12px;
	margin-left:17px;
	font-size:20px;
}


.placeditail{
    width:auto;
	height:auto;
	float:left;
	clear:both;
	margin-top:10px;
}

.placeditail p{
    width: auto;
	height:auto;
    font-size: 16px;
	line-height:1.3;

}

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



.placeditail2{
    width:auto;
	height:auto;
	float:left;
	clear:both;
	margin-top:10px;
}

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


.container-map{
	width:90%;
	height:400px;
	background-color:#fff;
	margin:0 auto;
}

.container-map2{
	width:90%;
	height:400px;
	background-color:#fff;
	margin:0 auto;
	margin-top:50px;
}

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

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

.place-title-long p{
	margin-top:-12px;
	margin-left:17px;
	margin-bottom:20px;
    padding-bottom: 20px;
	font-size:18px;
    line-height: 2.7;
}

.map{
	width:100%;
	height:auto;
	padding-top:70px;
}

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

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

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

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

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

.access-detaile-rikadai{
	width:90%;
	height:200px;
	margin:0 auto;
	margin-top:50px;
	background-color:#393E46;
}

.access-detaile-rikadai p{
	text-align:center;
	font-size:15px;
	padding-top:20px;
	line-height:1.4;
}

.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:40px;
}

a{
	text-decoration:none;
}

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




/*↓スケジュールページCSS*/
.container-normal{
	width:100%;
	height:auto;
	margin-bottom:40px;
}


.schedule-topic{
	width:90%;
	height:auto;
	border-bottom:1px solid #393E46;
	margin:0 auto;
	margin-bottom:30px;
	padding-bottom:10px;
}

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

.day{
	width:auto;
	height:70px;
	margin-left:30px;
}

.day p{
	width:170px;
	height:auto;
	padding:0;
	position:absolute;
	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:0;
}

.schedule-text{
	width:auto;
	height:auto;
}

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



/*↓研究発表申込ページCSS*/

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

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

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

/*↓横長テキストボックス*/
.information-text p{
	width:95%;
	height:auto;
	font-size:16px;
	line-height:1.5;
	margin:0 auto;
	margin-bottom:40px;
	text-align:justify;/*←文章の均等割り付け*/
}

.limit-text{
	display:none;
}




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

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

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







.mail-text{
	display:none;
}

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

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

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

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




.icon{
	display:none;
}

.icon2{
	width:100%;
	height:auto;
	margin:0 auto;
}
	
.icon2 img{
	width:180px;
	height:auto;
	display: block;/* ←画像中央寄せ */
	margin-left: auto;/* ←画像中央寄せ */
	margin-right: auto;/* ←画像中央寄せ */
}





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

.border-line-long-fix2{
	width:90%;
	height:auto;
	margin:0 auto;
}

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

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

.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:14px;
	line-height:1.2;
}

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

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


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

.topic-mark-update p{
	position:absolute;
	font-size:18px;
	color:#00ADB5;
	margin:0;
     margin-top: 4px;
    margin-left: 1.5px;
}



.right{
	width:100%;
	height:auto;
	margin-bottom:40px;
	overflow:auto;
}

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

.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-top:25px;
	margin-left:10px;
	line-height:1.2;/*←テキスト中央揃えコマンド*/
}






/*↓大会参加申込ページCSS*/
.limit-text-s{
	display:none;
}


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

.limit-text-smart-s p{
	width:94%;
	height:auto;
	font-size:16px;
	line-height:1.5;
	margin:0 auto;
	margin-bottom:10px;
}

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

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

/*↓横長テキストボックス*/
.information-text-margin-top-large p{
	width:95%;
	height:auto;
	font-size:16px;
	line-height:1.5;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:40px;
	text-align:justify;/*←文章の均等割り付け*/
}

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

.information-text-margin-top-large-large p{
	width:95%;
	height:auto;
	font-size:16px;
	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:37px;
	margin-left:10px;
	line-height:1.2;/*←テキスト中央揃えコマンド*/
}

table {
	width:auto;
	border-collapse: collapse;
	margin:0 auto;
}
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:80%;
	height:50px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 3px solid #00ADB5;
	padding:3px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}

.topic-mark-update-pro p{
	width:auto;
	height:auto;
	letter-spacing: 1px;
	font-size:35px;
	color:#00ADB5;
	margin:0;
    margin-top: 6px;
	line-height:0.8;
    letter-spacing: 10px;
}






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

.name-title{
	width:100%;
	height:auto;
	float:left;
}

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


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

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

.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:100%;
	height:220px;
	float:left;
}

.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:700px;
	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:90%;
	height:auto;
	margin:0 auto;
	padding-top:50px;
}

.footer-left{
	width:100%;
	height:auto;
	margin:0 auto;
}

.footer-left img{
	width:250px;
	height:auto;
	display: block;/* ←画像中央寄せ */
	margin-left: auto;/* ←画像中央寄せ */
	margin-right: auto;/* ←画像中央寄せ */

}

.footer-middle{
	width:100%;
	height:auto;
	margin:0 auto;
	border-bottom:1px solid #393E46;
}

.footer-middle span p{
	width:100%;
	font-size:16px;
	color:#393E46;
	margin:0 auto;
	text-align:center;
	margin-top:40px;
}
	
.footer-middle p{
	width:100%;
	font-size:10px;
	color:#393E46;
	line-height:1.5;
	margin:0 auto;
	margin-top:-15px;
	text-align:center;
}

.footer-contact{
	width:250px;
	height:50px;
	margin:0 auto;
	margin-bottom:40px;
	background-color:#fff;
	border:2px solid #6D6F72;
}

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

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

a{
	text-decoration:none;
}


.footer-right{
	width:100%;
}

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

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

.footer-right ul{
	padding:0;
	margin:0;
	list-style: none;
	margin-left:20px;
	margin-bottom:20px;
}


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

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






/*↓ページ上に行くためのボタン*/

p#page-top{
	display:none;
}

#page-top a{
	display:none;
}




}