

blockquote {
	padding: 2em 0 1em 2em;
	font-weight: bold;
	color: #046F39;
}

#outer {
	background: url(../images/bg_map.png) no-repeat center top;
}

@media (max-width:600px) {
	#outer {
		width: 91.5%;
		margin: 0 auto;
		background-size: 100%;
		/* overflow: hidden; */
	}
	br:not(.sp) {
		display: none;
	}
}

#profile {
	position: absolute;
	width:280px;
	left: 380px;
	top: 610px;
}

@media (max-width:600px) {
	#profile {
		position: static;
		margin-top: 2em;
	}
}

.column {
	background-color: #FFF;
	width: 400px;
	margin: 40px auto 0;
	padding: 40px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 2em;
	color: #007339;
}
	.column p {
		margin-bottom: 2em;
	}
	.column p.end {
		margin-bottom: 0;
	}

	.column p.cap {
		margin-top: 2em;
		margin-bottom: 0;
		font-size: 80%;
		line-height: 1.5em;
		font-weight: normal;
	}

@media (max-width: 600px) {
	.column {
		padding: 30px;
		width: 100%;
		box-sizing: border-box;
	}
	.column .title img {
		width: 100%;
		height: auto;
	}
}

.download {
	width: 480px;
	margin: 40px auto 0;
	padding: 20px 0;
	text-align: left;
	line-height: 0;
}
@media (max-width: 600px) {
	.download {
		width: 100%;
	}
}

.step {
	border-top: 3px solid #046F39;
	border-bottom: 3px solid #046F39;
	margin: 1em 0;
	padding: 1em 0 1em 1em;
	font-weight: bold;
	color: #046F39;
}

	
#navi{
	width: 480px;
	margin: 0 auto;
	padding: 0 0 50px;
}
@media (max-width:600px) {
	#navi {
		width: 100%;
	}
}

#navi li{
	float: left;
	width: 120px;
	height: 30px;
}
	#navi li.prev {
		padding: 0 40px 0 0;
	}
	#navi li.latest {
		padding: 0 20px;
	}
	#navi li.top {
		width: 160px;
		padding: 0;
	}
	#navi li.next {
		padding: 0 0 0 40px;
	}

	#navi li img {
		width: 100%;
		height: 100%;
	}
@media (max-width: 600px) {
	#navi ul {
		display: flex;
		justify-content: center;
	}
	#navi li {
		float:none;
		width: 33.3333%;
		max-width: 120px;
		box-sizing: border-box;
	}
	#navi li.prev {
		padding: 0 5% 0 0;
	}
	#navi li.latest {
		padding: 0 2.5%;
	}
	#navi li.next {
		padding: 0 0 0 5%;
	}
	#navi li a img {
		height: auto;
	}
}

/*--------------------------------------------------------------------

	  Override common id styles

--------------------------------------------------------------------*/
#wrapper {
	position: relative;
	width: 720px;
	background: url(../images/ph_main.png) no-repeat 360px 50px;
}

@media (max-width:600px) {
	#wrapper {
		width: 100%;
		background-image: none;
	}
	#header {
		width: 100%;
	}
	#header > div {
		text-align: right;
		overflow: hidden;
		display: flex;
		justify-content: flex-end;
	}
	#header > h1 > img {
		width: 100%;
	}
	#header > p {
		background: url(../images/ph_main.png) no-repeat right top;
		background-size: 35%;
	}
	#header > p > img {
		max-width: 340px;
		width: 70%;
	}
	#contents {
		width: 100%;
	}
}

#yodogawa {
}

#contents {
}

#date {
}

#update {
	width: 620px;
}
	#update td {
		width: 480px;
		line-height: 1.25em;
	}
	#update td strong {
		line-height: 1.5em;
	}
		#update tr.current td {
			background-color: #007339;
			color: #FFF;
		}
		#update tr.current a {
			color: #FFF;
		}
@media (max-width:600px) {
	#update {
		width: 100%;
	}
	#update tr {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	#update td {
		width: 100%;
		box-sizing: border-box;
	}
	#update td:not(.date) {
		border-bottom: 0 none;
		padding-bottom: 0;
	}
	#update td.date {
		width: auto;
	}
}

#footer {
}
	#footer li {
		margin-right: 30px;
	}
	
#footer li#copyright {
	float: right;
	margin-right: 0;
}
@media (max-width:600px) {
	#footer ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#footer li:not(#copyright) {
		margin-right: 0;
	}
	/* 120 + 125 + 166 + 30 + 30 = 471 */
	#footer li.mail {
		max-width: 120px;
		width: 25.47770701%; /* 120/471 */
	}
	#footer li.tweet {
		max-width: 125px;
		width: 26.53927813%; /* 125/471 */
	}
	#footer li.home {
		max-width: 166px;
		width: 35.24416136%; /* 166/471 */
		margin-right: 0;
	}
	#footer li img {
		width: 100%;
	}
	#footer li#copyright {
		margin-right: 0;
		margin-left: auto;
	}
}

