 * {font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	font-size:16px;
}
			/*共通*/
body,
#wrapper {
  display: flex;
  flex-direction: column;
}
#footer{
	width:100%;
	background-color:#21ABCC;
	border-top:2px solid #333399;
	border-bottom:2px solid #333399;
	text-align:center;
	padding:5px;
	margin-top:10px;
	color:#ffffff;
}
#head{	margin-bottom:0px;
	width:100vw;
	background-color:#21ABCC;
}
#head img{
	width:100vw;
	height:auto;
}

#bread{	text-align:center;
	color:#ffffff;
	padding:5px;
	margin:0px;
	background-color:#21ABCC;
	font-weight:bold;
	font-size:18px;
	border-top:1px solid #4682b4;
	border-bottom:1px solid #333399;
}
#bread a{	color:#ffffff;
	margin-right:20px;
	padding-right:20px;
	border-right:2px solid #ffffff;
	text-decoration: none;
}

