/* CSS Document */

.content{
	max-width: 100%;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 23px;
	text-align: left;
}

.content2{
	max-width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	text-align: center;
}

.content3{
	max-width: 100%;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 23px;
	text-align: left;
}

hr{
	color: #06C;
}

h2{
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 0px;
}

h3{
	font-size: 2rem;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	list-style-type: disc;
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hyosho-photo {
	width: 50%;
	text-align: center;
	margin: 10px auto;
}

.hyosho-photo td {
	width: 50%;
}

.hyosho-photo img {
	width: calc( 100% - 10px );
	margin: 0 5px;
}

.content3 ol {
	list-style-type: decimal;
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.photo-list {
	width: 80%;
	margin: 10px auto;
}

.photo-list figure {
	margin: 10px;
	float: left;
}

.photo-list figcaption {
	font-size:smaller;
	text-align: center;
}

@media screen and (max-width:480px){
	.hyosho-photo {
		width: 95%;
	}
}
