@charset "utf-8";

/* link.css����ɍ쐬 */


body {
	margin-top: 0px;
	font-size: 100%;
	background-image: url("../img/bg_body.gif");
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}
ul,li,dt,dl,dd,h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}
p {
	margin:0;
}
#wrapper {
}
#wrapper #header {
	height: 200px;
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align:top;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #contents {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #contents #news {
	height: 46px;
	width: 820px;
	margin: 0;
	padding: 0;
	float:left;
	vertical-align:top;
	background-image: url("../image/top/oshirase_03_b.png");
	font-size: 90%;
}

.info {
	padding: 0 10px;
	margin: 12px 10px 12px;
}
.info:first-child {
  margin-top: 0;
}
.info h3 {
	font-size: 110%;
	line-height: 2;
}
.info p {
	font-size: 90%;
	line-height: 1.6;
}
.info span {
	font-size: 85%;
	line-height: 1.6;
}
.info h4 {
  color: #e80000;
}
.sdgs {
	margin: 0 16px 20px;	
}
.sdgs a img {
	border: 3px solid #333;
}
#js-block ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	list-style: none;
	margin: 0 auto 30px;
}
#js-block li {
  text-align: left;
  padding: 0 2%;
}
#js-block img {
	width: 100%;
}
.thankyou {
	margin: 15px auto 20px;
}
#js-block li p {
  font-weight: bold;
}
.thankyou p {
	padding: 0 20px;
	font-size: 90%;
	line-height: 1.6;
}

#wrapper #contents #contboxa {
	width: 800px;
	margin: 0;
	padding: 10px;
	float:left;
	background-color: #FFE100;
	padding-top: 1px;
	border: solid 0px #008800;
}

#contboxa .cont a {
	pointer-events: none;
}

#wrapper #contents #contboxb {
	width: 800px;
	background-color: #0000ff;
	margin: 0;
	padding: 10px;
	float:left;
	background-color: #FFE100;
	border: solid 0px #880000;
	padding-top: 1px;
}

#contboxc {
	width: 800px;
	background-color: #0000ff;
	margin: 0;
	padding: 10px;
	float:left;
	background-color: #FFE100;
	text-align:center;
}


.cont {
	width:194px;
	height:456px;
	float:left;
	height:440px;
}

.cont_in_title {
	color: #ff0000;
	padding: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 90%;
}
.cont_in_text {
	color: #000000;
	padding: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 80%;
}

.contb {
	width:240px;
	height:auto;
	padding: 12px;
	float:left;
}
.contb img {
	width: 100%;
}
.contb_in_title {
	color: #ff0000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 80%;
	white-space: nowrap;
}




#wrapper #footer {
	width: 820px;
	font-size:80%;
	background-color: #FFE100;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #footer #liststrbox{
	width: 800px;
	border: solid 0px #008800;
	margin: 0;
}
#wrapper #footer #liststrbox .str_left{
	float:left;
	padding: 2px;
	padding-left: 15px;
}
#wrapper #footer #liststrbox .str_right{
	float:right;
	padding: 2px;
	padding-right: 15px;
}
#social_btn {
	/*float:right;*/
	display:inline;
}
#social_btn li{
	list-style-type : none;
	display : block;
	float: right;
	width: 100px;
}

/*���ׂč�*/
a.black{
text-decoration: none;
}
a.black:link {
color: #000000;/*��*/
}
a.black:visited {
color: #000000;/*�N���b�N�ς݂̏ꍇ��*/
}
a.black:hover {
color: #000000;/*�I���}�E�X�Ŕ�*/
}
a.black:active {
color: #000000;/*�N���b�N���Ă���Œ��͔�*/
}