/* CSS Document */
	/* ページ幅に合わせて横配列を縦配列に変更 */
		UL.Contents {list-style-type: none;margin: 1rem;padding: 0;}
		@media screen and (min-width: 481px) {
		  UL.Contents {display: flex;flex-wrap: wrap;}
		  LI.Contents {width: 100%;box-sizing: border-box;padding: 10px;} /* */

		}
		@media screen and (min-width: 640px) {
		  LI.Contents {width: 50%;}
		}

		DIV.Contents {width:100%;}
		@media screen and (min-width: 960px)
		{
		DIV.Contents {max-width: 960px;}
		}
		DIV.ContentsBox {text-align:left;border:0px solid red;width:100%;margin-top:1rem;} /* */



	/* リスト要素の表示 */

		.Label {font-size:1.5rem;font-weight: bold;}

		LI.Company {margin-left:20px;font-size:0.8rem;}
		LI.Name {font-weight: bold;	color: midnightblue;}
		LI.Member {margin-left:0.2rem;font-size:1rem;}

		UL.ContestLink		{margin:0rem;margin-left:1rem;padding:0;line-height:0.2rem;}
		LI.ContestLink		{list-style-type:none;display:inline-block;margin:0.5rem;}
		LI.ContestLabel	{font-weight:bold;color:midnightblue;margin-top:0.5rem;font-size:1.2rem;}
		LI.ContestText		{margin-left:1.5rem;font-size:1rem;line-height:1.2rem;}
		LI.ContestSection		{margin-left:1.0rem;font-weight:bold;color:mediumvioletred;font-size:1rem;margin-top:0.5rem;}
		LI.ContestProgram	{margin-left:1.5rem;font-size:1rem;line-height:1.2rem;}
		LI.ContestTeam		{margin-left:1.5rem;font-weight:bold;font-size:0.9rem;}

		SPAN.TextLabel {font-weight:bold;color:mediumvioletred;font-size:1.1rem;}

		IMG.Icon1 {width:0.9em;margin-right:0.3em;}


	/* リンクの表示 */
		A {color:black;text-decoration:none;}
		A:hover {color:red;text-decoration:underline;}

	/* スマホ用ページ内リンクハンバーガーメニュー */
		DIV.SPMenu {position:fixed;position:fixed;right:0;top:0;display:block;}
		@media screen and (min-width: 640px)
		{
		DIV.SPMenu {display:none;}
		}
		DIV.SPMenuBox {position:fixed;height:12rem;width:20rem;top:0.0rem;right:0.0rem;border:0.3rem solid blue;background-color:white;text-align:left;border-radius:0.5rem;display:none;}
		UL.SPMenu {margin-top:0.5rem;font-size:1.2rem;}
		UL.SPMenu LI {list-style-type:none;margin-left:-1.5rem;}

