@charset "UTF-8";


/*
#Page_Target .Info {
position: relative;
width: 100%;
height: 177px;
margin: -50px 0 0 0;
}

#Page_Target ul {
width: 100%;
}

#Page_Target .Photo img {
width: 100%;
}

#Page_Target .left {
width:360px;
float:left;
}

#Page_Target .DateTitle {
height:35px;
line-height:35px;
font-size:20px;
font-weight:bold;
color:#FFF;
background-color:#000;
margin-bottom:20px;
padding-left:10px;
}
*/




/* 出展対象 --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#Page_Target .Info {
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;
	overflow: hidden;
	}
	
	#Page_Target .Info .RBox {
	width: 80%;
	padding-left: 20px;
	box-sizing: border-box;
	}
	
	#Page_Target .Info .Photo  {
	width: 20%;
	}
	
	#Page_Target .Info .Photo img  {
	width: 90%;
	height: auto;
	}

	#Page_Target .SubTitle {
	font-size: 18px;
	font-weight: bold;
	color: #0090cf;
	}

	#Page_Target .Lead {
	margin-top: 10px;
	}

	.grid-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 10px; /* 余白のサイズを指定 */
	}

	.grid-item {
	padding: 12px;
	border: 1px solid #002D64;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #002D64;
	font-size: 16px;
	font-weight: bold;
	}

	.grid-containerB {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 10px; /* 余白のサイズを指定 */
	}

	.grid-itemB {
	padding: 12px;
	border: 1px solid #002D64;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #002D64;
	font-size: 16px;
	font-weight: bold;
	}
	
	.WPC {
	display: none;
	}

}

@media print, screen and (min-width: 768px) {

	#Page_Target .Info {
	position: relative;
	width: 100%;
	margin: 30px 0 0 0;
	overflow: hidden;
	}
	
	#Page_Target .Info .RBox {
	width: 70%;
	}
	
	#Page_Target .Info .Photo  {
	width: 30%;
	}
	
	#Page_Target .Info .Photo img  {
	width: 85%;
	height: auto;
	}

	#Page_Target .SubTitle {
	font-size: 20px;
	font-weight: bold;
	color: #0090cf;
	}

	#Page_Target .Lead {
	margin-top: 15px;
	}

	.grid-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 10px; /* 余白のサイズを指定 */
	}

	.grid-item {
	padding: 12px;
	border: 1px solid #002D64;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #002D64;
	font-size: 18px;
	font-weight: bold;
	}

	.grid-containerB {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 10px; /* 余白のサイズを指定 */
	}

	.WPC {
	display: none;
	}

}

@media print, screen and (min-width: 1090px) {

	#Page_Target .Info {
	position: relative;
	width: 720px;
	margin: 30px 0 0 0;
	overflow: hidden;
	}
	
	#Page_Target .Info .RBox {
	width: 600px;
	}
	
	#Page_Target .Info .Photo  {
	width: 120px;
	}
	
	#Page_Target .Info .Photo img  {
	width: 100px;
	height: auto;
	}

	.grid-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 10px; /* 余白のサイズを指定 */
	}

	.grid-containerB {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 10px; /* 余白のサイズを指定 */
	}

	.grid-item {
	padding: 20px;
	border: 1px solid #002D64;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #002D64;
	font-size: 16px;
	font-weight: bold;
	}

	.WPC {
	display: block;
	}

}
