@charset "utf-8";
/* -----------------------------------------
page.css
個別ページ設定用css
----------------------------------------- */

.anchorMap {
	position: relative;
}
.anchorMap a {
	position: absolute;
}
.link01 { left: 36%; top: 5%; width: 28%; height: 46%; border-radius: 50%; }
.link02 { left: 4%; top: 23%; width: 30%; height: 10%; }
.link03 { left: 4%; top: 37%; width: 30%; height: 10%; }
.link04 { left: 4%; top: 52%; width: 30%; height: 17%; }
.link05 { left: 4%; top: 74%; width: 30%; height: 16%; }
.link06 { left: 66%; top: 19%; width: 30%; height: 10%; }
.link07 { left: 66%; top: 30%; width: 30%; height: 16%; }
.link08 { left: 66%; top: 47%; width: 30%; height: 10%; }
.link09 { left: 66%; top: 59%; width: 30%; height: 15%; }
.link10 { left: 66%; top: 75%; width: 30%; height: 17%; }

