@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-family: 'Verdana', 'Hiragino Sans', 'Meiryo', 'sans-serif';
}

img {
	max-width: 100%;
	height: auto;
}

header {
	background-color: #FF0C0C;
	color: #FFFBFB;
	width: 100%;
	margin: 0 auto;

}

.main_images {
	max-width: 1920px;
	width: 100%;
	margin-bottom: 80px;
	margin: 0 auto;
}

h1 {
	font-size: 65px;
	margin: 0px;
	text-align: center;

}

.flex_box {
	max-width: 1241px;

	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

main {
	flex-basis: 800px;
}



p {
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	border-bottom: 1px dotted #054CFF;
	display: inline-block;
}

.Ptime {
	text-align: left;
	font-size: 16px;
}

.READ_button {
	background-color: #FF8B0F;
	display: block;
	width: 175px;
	text-align: center;
	margin: 10px auto 80px auto;
	padding: 10px 0px;
	border-radius: 4px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
	color: #000000;
}


article img {
	margin: 30px;
}

aside {
	width: 390px;

}

aside img {
	margin: 0px 0px 30px 0px;
}

.owner_images {

	max-width: 300px;
	margin: 0px auto;

}


aside Nav {
	margin-top: 70px;
}

aside nav h3 {
	background-color: #FF0505;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 170px;
	margin: 0px auto 40px;
	box-shadow: 0.2rem 0.2rem 0px 0.1rem #fac6c6;
	border-radius: 4px;
}

.owner {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}


aside nav ul li {
	font-size: 16px;
	list-style-type: disc;
	margin: 7px 10px;
	line-height: 1.7;
}

aside nav ol li {
	font-size: 16px;
	line-height: 2;
}

section {
	margin: 70px 0;
}



table {
	width: 350px;
	margin: 0px 20px;
	height: 300px;

}

th,
td {
	border: solid 1px;
	text-align: center;

	font-size: 18px;

}

th {
	background-color: #FF8B0F;
	padding-top: 10px;
}

td {
	padding-top: 10px;
}

caption {
	text-align: center;
	margin-bottom: 10px;
}

footer {
	background-color: #FF0C0C;
	color: #ffffff;
	width: 100%;
	height: 146px;
	text-align: center;
	margin: 0 auto;
	padding: 70px 10px 70px;
}


@media screen and (max-width:960px) {
	.flex-box {
		display: block;
		/* flex-wrap: wrap; */
	}

	h1 {
		font-size: 30px;
	}

	main {
		flex-basis: auto;
		width: 90%;
		margin: 0 auto;
	}

	aside {
		width: 390px;
		margin: 0 auto;
	}
}