@charset "UTF-8";

/* お知らせ　スタイルシート */



h1{
	font-size:190%;
	font-weight: bold;
	margin-bottom:1.0em;
	text-align: center;
}

h2{
	font-size:150%;
	margin-bottom:1.0em;
}

p{
	margin-bottom:2.0em;
}

#main-contents{
	/*width: 755px;*/
	line-height:1.539;
}

picture {
	margin: 50px 0 80px 0;
	display: block;
}

.guide-hdr04 {
    padding-top: 20px;	
	padding-bottom:20px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
}


em.em01{
	font-weight:bold;
	color:#891047;
}

.breadcrumbs {
	text-align:left; 
	font-weight:normal;
	color: #666666;
	padding-top: 5px;
}

.breadcrumbs a {
	text-decoration: underline;
}


.date {
	text-align:right; 
	font-weight:normal;
    padding-right: 18px;	
}
.m15 {
	margin:15px;
}
.mlr15 {
	margin:0 15px; 
	padding:0px;
}
.under14 {
	text-align:center; 
	border:1px solid #CCC; 
	padding:15px; 
	margin:15px 15px 40px;
}

#footernav {
	display: flex;
	justify-content: space-around;
	margin: 50px 0 80px 0;
	font-size: 14px;
}


#GLOBAL-FOOTER {
	width: 100%;
	min-width: 100%;
}

#GLOBAL-FOOTER .footerInner {
	width:100%;
}

@media (max-width: 680px) {
#container {
	width:97%;
	padding: 3%;
}
#main-contents {
	width:100%;
}

.breadcrumbs {
	font-size: 12px;
}	
	
#GLOBAL-FOOTER {
	min-width: 100%;
}

#GLOBAL-FOOTER .footerInner {
	width:100%;
}

}

