@charset "utf-8";

/*------------------------------------------------
メイン
------------------------------------------------*/
section.sec01 {
	margin-bottom: 50px;
}
section.sec01 .bannerAreaA {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
section.sec01 .bannerAreaA > div {
	width: 345px;
}
section.sec01 .bannerAreaA > div:hover {
	background: #eeffd5;
}
section.sec01 .bannerAreaA .bnrA,
section.sec01 .bannerAreaA .bnrB {
	margin-bottom: 20px;
}

section.sec01 .bannerAreaA a {
	display: block;
	border: 2px solid #79bb12;
	border-radius: 3px;
	padding: 14px;
	text-decoration: none;
	color: #79bb12;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}

section.sec01 .bannerAreaA .bnrA a {
	background: url("../images/ph_banner01.jpg") 95% center no-repeat;
	line-height: 1.6;
}
section.sec01 .bannerAreaA .bnrB a {
	padding: 0;
}
section.sec01 .bannerAreaA .bnrC a {
	background: url("../images/ph_banner03.jpg") 95% center no-repeat;
	line-height: 1.6;
	padding: 26px 14px;
}
section.sec01 .bannerAreaA .bnrD a {
	background: url("../images/ph_banner04.jpg") 95% center no-repeat;
	line-height: 1.6;
	padding: 26px 14px;
}
section.sec01 .atten {
	text-indent: -1em;
	padding-left: 1em;
}


.thumbnail {
	text-align: center;
	margin-bottom: 30px;
}
.thumbnail img {
	border: 1px solid #000;
}


section.sec03 {
}


