@charset "utf-8";

/*========= レイアウトのためのCSS ===============*/

body{
    word-break: keep-all;
}

/* HEADER */

#header{
	position: relative;
	z-index:999;
	/*装飾のためのCSS*/
	background:#D9D8D3;
   
	color: #f2f2f2;
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 5px 20px;
}

	
/*全体のエリア設定*/

.ms-section{
	color:#fff;
	padding:20px;
}

.ms-section a{
	color:#fff;
}

h1{
	font-size:140%;
    margin:0 0 20px 0;
	text-align: center;
  
}

h2{
	font-size:120%;
	margin:0 0 20px 0;
	text-align: center;
}

p{
	margin:0 0 20px 0;
    text-align: center;
}





/*右上のナビゲーション*/

#menu li {
	display:inline-block;
	margin: 10px;
}

#menu li a{
	text-decoration:none;
	color: #fff;
	padding: 5px 10px;
	display:block;
	border-radius: 10px;
}

#menu li.active a{
	color: #8C8C88;
}


/*CV*/
.box {
    padding-top: 10%;
    text-decoration:none;
}

#container table{
	width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: left;
    font-size: 85%;
    color: #9DA7BD;
    text-decoration:none;
}
#container .fixed{
    padding-top: 10%;
}
span{
    font-weight:normal;
	font-size:80%
}






/*＝＝＝＝＝＝＝＝＝＝＝タブレット以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:768px){
	
#header{
    height:10%;
	justify-content: center;
    white-space: nowrap; /* 改行させない */
}



/*右上ナビゲーション表示と右エリア非表示*/
#menu li {
	display:inline-block;
    font-size: 2vw; /* ビューポート幅の3% (画面に合わせて最大化) */
    line-height: 1;    /* 行間を詰めて文字が切れるのを防ぐ */
    white-space: nowrap; /* 改行させない */

}
#menu li {
	display:inline-block;
    text-align: center;

}

#menu li a{
    font-weight: bold;
	text-decoration:none;
	color: #fff;
	padding: 0;
	display:inline-block;
	border-radius: 10px;
}

#menu li.active a{
	color: #8C8C88;
}



/*CV*/
#container table{
	width: 80%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
    font-size: 65%;
    color: #9DA7BD;
    text-decoration:none;
}
#container .fixed{
    padding-top: 5%;
}
span{
    font-weight:normal;
	font-size:60%
}

	
}

/* Mobile Layout: iPhone6. Inherits styles from: Mobile Layout. */

@media only screen and (min-device-width: 375px)
 and (max-device-width: 667px)
 and (orientation : portrait){
 
 #header{
    height:10%;
	justify-content: center;
    white-space: nowrap; /* 改行させない */
}



/*右上ナビゲーション表示と右エリア非表示*/
#menu li {
	display:inline-block;
    font-size: 3vw; /* ビューポート幅の3% (画面に合わせて最大化) */
    line-height: 1;    /* 行間を詰めて文字が切れるのを防ぐ */
    white-space: nowrap; /* 改行させない */

}
#menu li {
	display:inline-block;
    text-align: center;

}

#menu li a{
    font-weight: bold;
	text-decoration:none;
	color: #fff;
	padding: 0;
	display:inline-block;
	border-radius: 10px;
}

#menu li.active a{
	color: #8C8C88;
}



/*CV*/
#container table{
	width: 80%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
    font-size: 60%;
    color: #9DA7BD;
    text-decoration:none;
}
#container .fixed{
    padding-top: 5%;
}
span{
    font-weight:normal;
	font-size:55%
}

 
 }
