@media screen and (min-width:1px) and (max-width:776px){
body{
	font-size: 1.8rem;
	line-height: 180%;

}

.dsp{
	display: block !important;
}
.nsp{
	display: none !important;
}
.duration{
	opacity: 1;
	margin-top: 0;
	transition: 0;
}

/* ヘッダ関連 */
#header{
	width: 640px !important;
/*	height: 77px;*/
	background-color: #76161b;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20000;
}

#header #header-inner{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#header #header-logo{
/*	width: 398px;
	height: 68px;*/
	width: 50%;
	height: 85px;
	float: left;
	background: url(../img/logo.jpg) no-repeat;
	background-size: cover;
}
#header #header-icon{
	display: none;
}
#header #header-navi{
	display: none;
	width: 100%;
	position: fixed;
	top: 77px;
	left: 0;
	bottom: 0;
	background-color: #76161b;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 20000;
}
#header #header-navi li{
	border-bottom: 1px solid #ffffff;
	padding: 5px 0 5px 40px;
}
#header #header-navi li.sub-menu{
	border-bottom: 1px solid #ffffff;
	padding: 5px 0 5px 40px;
}
#header #header-navi li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 2rem;
	display: block;
}
#header #header-navi li a:hover{
	text-decoration: underline;
}
#header #header-navi li form{
	background-color: #ffffff;
	width: 300px;
	height: 46px;
	margin: 0px;
	padding: 0px;
}
#header #header-navi li form .spJ1{
	height: 40px;
	width: 244px;
	border: 0;
	font-size: 40px;
	line-height: 100%;
}
#header #header-navi li form input[type="image"]{
	width: auto;
	height: auto;
}
#header #hmbg-menu{
	width: 63px;
	float: right;
}
#pc-search{
	display: none;
}

    
/* メインビジュアル */
#main-visual{
	width: 640px !important;
	background-size: cover !important;
	height: 140px;
	margin-top: 77px;
}

    
.archives #main-visual{
	background: url(../img/mv_symposium.jpg) no-repeat;
}



#main-visual h2{
	text-align: center;
	font-size: 40px;
	color: #ffffff;
	padding-top: 44px;
}

/* コンテナ */
#container{
	width:580px;
	margin-left: 40px;
	margin-right: 40px;
}


/* TOPに戻る */
#back2top{
	display: none;
	text-align: right;
	position: fixed;
	right: 50px;
	bottom: 16px;
}

/* フッタ関連 */
#footer{
	width: 580px;
	margin-top: 10px;
	margin-bottom: 38px;
}
#footer address{
	text-align: center;
	font-style: normal;
    font-size: 0.6em;
	color: #b3b3b4;
	line-height: 120%;
}

/* パンくずリスト */
#container #pnkz{
	display: none;
}



/* Archivesページ */

.archives #fullpage-nav{
/*	position: fixed;
	top: 76px;
	right: 0;
	list-style-type: none;
	z-index: 9999;*/
	display: none;
}



.about01 #section3 #footer{
	width: 560px;
	margin-top: 100px;
	margin-left: 40px;
	margin-right: 40px;
}

.archives #section0{
	background-color: #ffffff;
}
.archives #section0 #container h3{
	font-size: 30px;
	line-height: 100%;
	color: #666666;
	margin-top: 30px;
}
    
    .archives #section0 #container #archives-list .a_list{
     border: #cccccc 1px solid;

    box-shadow: 2px 2px 4px gray;
    width: 95%;
    margin-bottom: 25px;       
    }
    
    .archives #section0 #container #archives-list .a_list .archives_year {
        margin: 2% 3%;
        line-height: 140%;
        font-size: 0.8em;
    }

    .archives #section0 #container #archives-list .a_list .archives_image img {
        width: 100%;

    }

    .archives #section0 #container #archives-list .a_list ul {
        font-size: 0.7em;
        line-height: 150%;
        margin-left:4%;
        
    }
    
        
    .archives #section0 #container #archives-list p {
        font-size: 1.8rem;
        line-height:170%;
        padding: 30px 10px 20px 20px;
    }
    .archives #section0 #container h4{
	font-size: 2rem;
	line-height: 130%;
	color: #666666;
    text-align: center;

}
      .archives #section0 #container #archives-list .a_list ul span {
        font-weight:bold;
        font-size: 1.6rem;
    }
}
