body {
	background-color: #FFF;
}
#container {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #4b4b4a;
	margin: auto;
	overflow: hidden;
}
.green {
	border-top-color: #BAC78F;
	border-right-color: #BAC78F;
	border-bottom-color: #BAC78F;
	border-left-color: #BAC78F;
}
.yellow {
	border-top-color: #DEBF92;
	border-right-color: #DEBF92;
	border-bottom-color: #DEBF92;
	border-left-color: #DEBF92;
}
#container.blue {
	border-top-color: #94B6CF;
	border-right-color: #94B6CF;
	border-bottom-color: #94B6CF;
	border-left-color: #94B6CF;
}
h1 {
	font-size: 2.6rem;
	line-height: 1.2em;
	margin-bottom: 5px;
	font-family: 'Noto Sans Japanese',   sans-serif;
  font-weight: 900;
}
h2 {
	font-size: 1.8rem;
	line-height: 1.2em;
	margin-bottom: 1.0em;
	font-family: 'Noto Sans Japanese',   sans-serif;
  font-weight: 700;
}

#container .catch {
	font-size: 1.8rem;
	line-height: 1.2em;
	margin-bottom: 8px;
	font-family: 'Noto Sans Japanese',   sans-serif;
	font-weight: 800;
}
#container .catch_en {
	font-size: 1.4rem;
	line-height: 1.3em;
	margin-bottom: 14px;
	font-family: 'Noto Sans Japanese',   sans-serif;
  font-weight: 800;
}
#container .txt {
	font-size: 1.4rem;
	line-height: 1.5em;
	font-family: 'Noto Sans Japanese',   sans-serif;
  font-weight: 400;
}
#container .txt b {
	font-size: 1.8rem;
}
#container .txt a {
	font-size: 1.6em;
	color: green;
	line-height: 1.6em;
}
#container .main_img {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
#container .main_img img {
	height: auto;
	width: 100%;
}
#container .img-r {
	float: right;
	width: 25%;
	margin-left: 10px;
	height: auto;
}
#container.bg01 {
	background-attachment: scroll;
	background-image: url(../img/bg01.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:150px auto;
}
