body{
	font-family: 'メイリオ', sans-serif;
	margin:0;						/*余白消し*/
	background-color:#f5fffa;		/*色：ベース背景*/

}
header a:-webkit-any-link {
	display:none;
}
header a{
	display:none;
}

h1{
	background-color: #19448e;		/*色：メイン1*/
	margin:0;						/*外の余白 削除*/
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	font-size:20px;
}
footer{
	background-color:#19448e;		/*色：メイン2*/
	height:75px;
	text-align: center;				/*ロゴと著作を真ん中*/
	padding:1em;
	color:#fff;
	margin-top:0;
	font-size:13px;
}


/*↓interview_pc.css用↓*/

main{
	background-color:#f5fffa;		/*色：ベース背景*/
	height:auto;
	padding-top:0px;				/*内余白：↑100px*/
	padding-bottom:100px;			/*内余白：↓100px*/
}

h2{
	color:#19448e;
	text-align : center;	
}
.head{
	font-weight:bold;
	text-align:center;
	color:#000;
	font-size:24px;
	font-family: 'メイリオ', sans-serif;
	margin-bottom: 30px;
	margin-top: 30px;
}

	
.Profile,h3{
	text-align : center;
	font-weight: bold;
}

h4{
	color:#19448e;
	text-align : center
	}

.interview{
	background-color: #19448e;		
	height: 200px;
	width: 200px;
	margin-top:100px;
	margin-bottom:100px;
	margin-left:20px;
	margin-right:20px;
	padding:10px;
	text-align:center;
}


/*タイムスケジュール*/
.TimeSchedule{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.TimeSchedule thead tr{
  background-color: #fcc800;
}

.TimeSchedule th, td{
  padding: 10px 0;
  text-align: center;
}

.TimeSchedule tr:nth-child(even){
  background-color: #eee
}

.Q{
	color:#19448e;
	text-align : left;
	font-weight: bold;
	padding-left: 2em;
	text-indent: -2em;
}
.A{
	padding-left: 2em;
	text-indent: -1em;
}



/*各先輩のインタビューに飛ぶリンク*/


.content1{			/*先輩１*/
	display:flex;
	justify-content: center;
}


.DivLink1 {						/*先輩１の枠*/
    background-color: #FFFFFF;   /* 背景色指定 */
    border:solid;				
    border-color:#66ccff;
    border-radius:40px;
    justify-content: center;
    margin:  20px;               /* 要素と要素の間を開ける */
    padding:  20px;             /* 余白指定 */
    width:850px;
    height:auto;				/*水色の縦枠の長さ*/
    display:inline;
}

h3{
	color:#19448e;
	text-align : center;
	margin-top:0;
}
	
.UnderLink{
	text-align:center;
	padding-bottom:25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    justify-content: center;
    border-radius:20px;            /* 要素と要素の間を開ける */
    
 	margin-left: auto;
    margin-right: auto;
    /*background*/ 
    height: auto;
	display:flex;
}

}
.DivLink a:-webkit-any-link {
    text-decoration: none;
}



.UnderDivLink {
 	background-color: #FFFFFF;   /* 背景色指定 */
    border:solid;				
    border-color:#66ccff;
    border-radius:20px;
    justify-content: center;
    margin:  20px;               /* 要素と要素の間を開ける */
    width:180px;
    /*height:128.6px;*/
    /*display:inline;*/
    /*display: inline-block;*/
    
}

.UnderDivLink img{
	height:auto;
	width:50%;

}

.UnderDivLink a{
		display:block;
		 border-radius:17px;
		/*padding:10px;*/
	    text-decoration: none;
	    color:black;


}

.UnderDivLink span{
	padding:0px;
	display:block;

}


.UnderDivLinkBack {
    padding-left:80px ;
    color:#19448e;

}

.UnderDivLinkBack a{
	text-align:center;
	color:#19448e;

}


#topBtnDiv{
	position:relative;
}
#topBtn{							/*上へ戻るボタン*/
	position:fixed;
	/*bottom:50%;*/
	right:40px;

	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	-o-transform:translate(0, -50%);
	transform:translate(0, -50%);
	top:50%;

	width: auto;
	height: auto;
	/*text-align: center;
	background-color: #19448e;*/
}
#topBtn img{
	width:80px;
	height:80px;
}


.UnderLink a:hover { 
	background-color: #fcc800;
	color:#fff;
	/*opacity:0.5;*/
	 }
	

/*↑intervew_pc.css用↑*/


/*KN's css コメントアウト中
footer{
	height: 50px;
	padding : 1em;
	font-size: 85%;
	text-align: center;
	background-color:#19448e;
	color: #ffffff;
	margin-top: 0;
}

li{
	display: inline-block;
	width:16%;
	float:left;
	height:100px;
}
.japanese{
	font-size:14px;
	text-align: center;
}
.Nav_Title{
	font-weight:bold;
	font-size:20px;
	text-align: center;
}

.top {
  position:relative;
}

.Nav_Common {
	width:100%;
 position: fixed;
  bottom: 0;
  
}

.top img {
  width: 100%;
  	
}
.Image_TOP_s{
display:none;
}
ul{
	width:100%;
	padding:0;
	margin:0;
	
}
li a{
color:#ffffff;
text-decoration:none;
}
li {
	color:#ffffff;
	background-color:rgba(102,204,255,0.7);
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #ffffff
}
li:hover{
	background-color:rgba(252,200,0,0.7);
}
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
#ooo {
	position: fixed;
	left: 75%;
	top: 70%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	font-size:500%;
}
#ooo {
color:blue
}
.Image_TOP img{
	width:100%;
	max-height:75%;
}
html,body { max-height:100%; }

.menuBtn{
	position:fixed;
	bottom:0px;
}
.menuBtn:before{
	position:absolute;
}
.wrapper{
position:relative;
}

*/

.menuBtn{
	box-sizing: border-box;
	width:100%;
	margin:0;
}

.menuBtn li{
	box-sizing: border-box;
	display: inline-block;
	width : calc(100% / 6) ;
	float:left;
	height:100px;
}

.japanese{
	font-family: 'メイリオ', sans-serif;
	font-size:14px;
	text-align: center;
}

.Nav_Title{
	font-weight:bold;
	font-size:20px;
	text-align: center;
font-family: 'Cabin', sans-serif;

}

.Nav_Common ul{
	width:100%;
	padding:0;
	margin:0;	
}

.menuBtn a{
	color:#ffffff;
	text-decoration:none;
}

.menuBtn a li {
	color:#ffffff;
	background-color:rgba(102,204,255,0.7);
	margin-bottom: 0px;
	margin-top: 10px;
	border: 1px solid #ffffff
}

.menuBtn a:hover{
	background-color:rgba(252,200,0,0.7);
}

.menuBtn a li:hover{
	background-color:rgba(252,200,0,0.7);
}

.menuBtn{
	position:fixed;
	bottom:0px;
}

.list .active{
	background-color:rgba(252,200,0,0.7);
}

body {
	position: relative;
}

#space{
	height:100px;
}
