@charset "utf-8";
#TESTDISPLAY{
	font-size: 250%;
	color: #123456;
}
@media (max-width: 449px)
{
	#TESTDISPLAY{
		background-color: aliceblue;
	}
}
@media (min-width: 450px) and (max-width: 767px)
{
	#TESTDISPLAY{
		background-color: greenyellow;
	}
}
@media (min-width: 768px)
{
	#TESTDISPLAY{
		background-color: peachpuff;
	}
}


/*
最大449pxで読み込み
max-width: 449px
最小450pxかつ最大768pxで読み込み
min-width: 420px and max-width: 768px
最小769pxで読み込み
min-width: 768px


@media (max-width: 449px)
{}
@media (min-width: 450px) and (max-width: 767px)
{}
@media (min-width: 768px)
{}

*/



body
{
	background-image: url(../img/Copilot_20260429_172245.jpg);
	background-repeat: no-repeat;
	background-size: 120%;

	background-attachment: fixed;
	background-size: cover;
	background-position: center;

	font-family: "M PLUS 2", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
@media (max-width: 449px)
{
	h1
	{
		font-size: 26px;
/*
		background-color:rgba(192, 192, 192, 0.8);
*/
		border-radius: 10px;
		color: rgba(53, 45, 5, 0.79);
	}
	h1 a
	{
		text-decoration: none;
		background-color:rgba(255, 255, 255, 0.7);
		border-radius: 10px;
		color: rgba(53, 45, 5, 0.79);
	}
	div.is-auth{
		margin: 3px auto 3px auto;
		border: 1px solid #123456;
		border-radius: 10px;
		background-color:rgba(255, 255, 255, 0.30);
		padding: 2px;
		text-align: center;
		color: #333;
		font-size: 80%;
	}
	div.is-auth a{
		color: #333;
		text-decoration: underline;
	}
	article{
		max-width: 445px;
		min-width: 335px;
		margin: 8px auto 5px auto;
		background-color:rgba(255, 255, 255, 0.7);
		border-radius: 10px;
		padding: 7px;
	}
	article h2{
		font-size: 20px;
		border-radius: 10px;
	}
	div.updateTime{
		font-size: 14px;
		text-align: right;
	}
	article div.is-owner{
		margin: 3px auto 3px auto;
		border: 1px solid rgba(53, 45, 5, 0.79);
		border-radius: 15px;
		background-color:rgba(255, 255, 255, 0.30);
		padding: 3px;
		text-align: center;
		color: #333;
		font-size: 80%;
	}
	article div.is-owner p{
		margin: 0;
		padding: 0;
	}
	article div.is-owner p a{
		margin: 2px 0 2px 0;
		padding: 0;
		text-decoration: underline;
	}
	article a{
		color: #6666dd;
		text-decoration: underline;
	}
	p.articleDetail{
		text-align: right;
		font-size: 18px;
	}
	p.articleDetail a{
		font-weight: bold;
		color: #6666dd;
		text-decoration: underline;
	}
	div.aticleImg{
		width: 100%;
		text-align: center;/*                                ------てすと*/
	}
	div.aticleImg img{
		display: inline;
	}
	div.pagination{
		max-width: 445px;
		min-width: 335px;
		margin: 3px auto 3px auto;
		border-radius: 15px;
		background-color:rgba(192, 192, 192, 0.8);
		padding: 2px;
		text-align: center;
		font-size: 14px;
	}

	/* Youtubeのレスポンシブ化 Copilotより */
	.youtube-wrap {
		position: relative;
		width: 100%;
		padding-bottom: 56.25%; /* 16:9 */
		height: 0;
	}
	.youtube-wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#returnArticleList{
		text-align: right;
	}

}

/******************************************************************************************/
/* 2026-05-02現在、タブレット用CSSがまだ入ってない！！ */
@media (min-width: 450px)
{
	h1
	{
		font-size: 52px;
/*
		background-color:rgba(192, 192, 192, 0.8);
*/
		border-radius: 10px;
		color: rgba(53, 45, 5, 0.79);
	}
	h1 a
	{
		text-decoration: none;
		background-color:rgba(255, 255, 255, 0.7);
		border-radius: 10px;
		color: rgba(53, 45, 5, 0.79);
	}
	div.is-auth{
		margin: 3px auto 3px auto;
		border: 1px solid #123456;
		border-radius: 10px;
		background-color:rgba(255, 255, 255, 0.30);
		padding: 2px;
		text-align: center;
		color: #333;
		font-size: 14px;
	}
	div.is-auth a{
		color: #333;
		text-decoration: underline;
	}
	article{
		max-width: 950px;
		min-width: 450px;
		margin: 15px auto 5px auto;
		background-color:rgba(255, 255, 255, 0.7);
		border-radius: 10px;
		padding: 7px;
	}
	article h2{
		font-size: 26px;
		border-radius: 10px;
	}
	div.updateTime{
		font-size: 12px;
		text-align: right;
	}
	article div.is-owner{
		margin: 3px auto 3px auto;
		border: 1px solid rgba(53, 45, 5, 0.79);
		border-radius: 10px;
		background-color:rgba(255, 255, 255, 0.30);
		padding: 3px;
		text-align: center;
		color: #333;
		font-size: 12px;
	}
	article div.is-owner p{
		margin: 0;
		padding: 0;
	}
	article div.is-owner p a{
		margin: 2px 0 2px 0;
		padding: 0;
		text-decoration: underline;
	}
	article a{
		color: #6666dd;
		text-decoration: underline;
	}
	#part1,
	#part2{
		font-size: 18px;
	}
	p.articleDetail{
		text-align: right;
		font-size: 18px;
	}
	p.articleDetail a{
		font-weight: bold;
		color: #6666dd;
		text-decoration: underline;
	}
	div.aticleImg{
		width: 100%;
		text-align: center;
	}
	div.aticleImg img{
		display: inline;
	}
	div.pagination{
		max-width: 950px;
		min-width: 450px;
		margin: 3px auto 3px auto;
		border-radius: 15px;
		background-color:rgba(192, 192, 192, 0.8);
		padding: 2px;
		text-align: center;
		font-size: 14px;
	}

	/* Youtubeのレスポンシブ化 Copilotより */
	.youtube-wrap {
		position: relative;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		aspect-ratio: 16 / 9;
	}
	.youtube-wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#returnArticleList{
		text-align: right;
	}

}
