/*==============================================
  共通CSS 画面の横幅を問わず適用
===============================================*/
.background-top {
	background-image: url(/st/club/summer/images/france_drapeau.png);
	background-repeat: repeat-x;
	background-size: contain;
	height: 50px;
}

/* メインタイトル */
#title {
	margin: 0 auto;
	overflow: hidden;
}

#title h1 {
	height: auto;
	margin: 50px 0 10px;
	padding: 0;
	text-align: center;
}

#title h1 a {
	width: 95%;
	max-width: 950px;
	max-height: 200px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

#title h1 a img {
	width: 95%;
	max-width: 797px; /* francelogo.pngの原寸 */
}

/* メニューバー */
nav#menu {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

nav#menu ul { 
	width: 95%;
	max-width: 950px;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
	display: inline;
	overflow: hidden;
}

nav#menu li {
	width: calc(16.67% - 1px);
	border-right: 1px solid #fafafa;

	padding: 0;
	background:#0e5c00 none repeat scroll 0 0;
	color: #ffffff;
	text-decoration: none;
	list-style: none;
	cursor: pointer;
	float: left;
	position: relative;
}

nav#menu li#firstmenu{
	width: calc(16.67% - 1px);
	margin-left: 0;
	padding: 0;
}

nav#menu li#lastmenu{
	width: calc(16.67% - 1px);
	border-right: 0;
	padding: 0;
}

nav#menu span:hover{
	color: #9FD9F6;
}

nav#menu li:hover {
	color: #fafafa;
}

nav#menu li a:hover {
	color: orange;
}

#topImage{
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
	height: auto;
}

#topImage img {
	width: 100%;
	max-width: 950px;
	height: auto;
	margin: 0 auto; /* 追加 */
}
/*=============== 共通CSS ここまで ===============*/


/*==============================================
  携帯端末用CSS 画面の横幅がmax480px 共通CSSを上書き
===============================================*/
@media screen and (max-width: 480px) {

	.background-top {
		height: 15px;
	}

	/* メインタイトル */
	#title h1 {
		margin: 5px 0 0;
	}

	#title h1 a {
		width: 90%;
	}

	#title h1 a img {
		width: 90%;
	}

	/* メニューバー */
	nav#menu {
		width: 90%;
		margin: 5px auto;
	}

	nav#menu ul { 
		width: 90%;
	}

	nav#menu li {
		width: calc(50% - 2px);
		border: 1px solid #fafafa;
	}

/* ▽▽▽ 携帯端末では、メニュー数が偶数のときはこちらを使用 ここから ▽▽▽ */
	nav#menu li#firstmenu{
		width: calc(50% - 2px);
		border: 1px solid #fafafa;
		margin: 0;
	}

	nav#menu li#lastmenu{
		width: calc(50% - 2px);
		border: 1px solid #fafafa;
		padding: 0;
	}
/* △△△ メニュー数が偶数のときはこちらを使用 ここまで △△△ */


/* 携帯端末では、メニュー数が奇数になったときは上下どちらか使用
   ▽▽▽ 上?Topが幅いっぱい 下?最後のメニューが幅いっぱい ここから ▽▽▽
	nav#menu li#firstmenu{
		width: calc(100% - 2px);
		border: 1px solid #fafafa;
		margin: 0;
	}

	nav#menu li#lastmenu{
		width: calc(100% - 2px);
		border: 1px solid #fafafa;
		padding: 0;
	}
   △△△ メニュー数が奇数になったときにどちらか使用 ここまで △△△ */

/* スライドショー */
	#topImage{
		width: 90%;
	}

	#topImage img {
		width: 100%;
	}
}
/*============ 携帯端末用CSS ここまで ============*/


/*==============================================
  PC用CSS 画面の横幅がmin481px
===============================================*/
@media print, screen and (min-width: 481px) {

/* 2019年3月末現在、グローバルナビやパンくずリストは、サマースクールホームページに未設置
   ▽▽▽ 以下のPC用CSSは未使用 ここから ▽▽▽ */
/* グローバルナビ（右上）*/
	nav#global {
		width: 400px;
		height: auto;
		margin-left: auto;
		margin-right: 10%;
	}
	nav#global ul {
		text-align: center;
		margin: 0;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	nav#global ul li {
		display: inline;
		color: #333333;
		font-size: small;
		text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
	}
	nav#global ul li a {
		color: #333333;
		text-decoration: none;
		padding: 5px 6px 2px;
	}
	nav#global ul li a:hover {
		text-decoration: underline;
	}
	/* パンくずリスト　*/
	#pankuzu {
		width:950px;
		margin-left: auto;
		margin-right: auto;
		border-top: 2px solid #65a559;
	}
	/* リスト */
	ol.topic-path {
		margin: 0; /* マージン（上下左右） */
		padding: 7px 5px; /* パディング（上下、左右） */
		background-color: #f9f9f9; /* 背景色 */
		list-style-type: none; /* リストマーク非表示 */
		font-size: 100%; /* 文字サイズ */
	}
	/* リスト項目 */
	ol.topic-path li {
		padding-left: 5px; /* 左パディング */
		display: inline; /* 項目を横並び */
	}
	/* リスト項目（最初の項目） */
	ol.topic-path li.first {file:///D:/Outsourced/summerschool/hp_test/index.html
		padding-left: 25px; /* 左パディング */
		background: url(/st/club/summer/images/topic-path-home-gray.png) no-repeat left; /* ホーム記号（※） */
	}
	/* リンクエリア */
	ol.topic-path li a {
		padding-right: 18px; /* 右パディング */
		background: url(/st/club/summer/images/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
	}
	/* リンク色 */
	ol.topic-path li a {
		color: #4682b4;
	}
	/* リンク色（マウスオーバー） */
	ol.topic-path li a:hover {
		color: #79a7cc;
	}
/* △△△ 2019年3月末現在 PC用CSS未使用部分 ここまで △△△ */
}
/*=============== PC用CSS ここまで ===============*/
