/*---------------------------------------

goods.css

---------------------------------------*/


.inner{
	display: flex;
	flex-wrap: wrap;
}

.tileimg {
	position: relative;
	margin: 0;
	padding: 0;
}

.unicorn_btn01 {
	position: absolute;
	top: 35px;
	left: 108px;
}
.unicorn_btn02 {
	position: absolute;
	top: 155px;
	left: 100px;
}

.unicorn_btn03 {
	position: absolute;
	top: 0;
	left: 45px;
}
.unicorn_btn04 {
	position: absolute;
	top: 0;
	left: 45px;
}
.unicorn_btn05 {
	position: absolute;
	top: 35px;
	left: 100px;
}


/*----- gudetama -----*/
#main.unicorn {

}

#main.unicorn img{
	display: block;
	line-height: 0;
}

.unicorn #localArea{
	background: url(../images/bg_header.png) repeat-x left bottom;
	padding: 20px 0 40px;
}

.unicorn #localArea .inner{
	width: 950px;
	margin: 0 auto;
}

.unicorn #localArea #localnav01  {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.unicorn #localArea #localnav01 li{
	margin-top: 18px;
}

.unicorn #content01{
	background: url(../images/bg_content01.png) no-repeat center bottom;
}

.unicorn #content01 .inner{
	width: 1000px;
	margin: 0 auto;
	transform: translateX(-50px);
}

.unicorn #content02{
	background: url(../images/bg.png) repeat left top;
}

.unicorn #content02 .inner{
	width: 950px;
	margin: 0 auto;

}

.unicorn #openAnnounce{
	background:#eb6897;
}

.unicorn #openAnnounce .tileimg{
	width: 950px;
	margin: 0 auto;
}

.unicorn #content03{
	background: url(../images/bg_content02.png) no-repeat center bottom;
}

.unicorn #content03 .inner{
	width: 1000px;
	margin: 0 auto;
	transform: translateX(-50px);
}

.unicorn #content04{
	background: url(../images/bg.png) repeat left top;
}

.unicorn #content04 .inner{
	width: 950px;
	margin: 0 auto;
	padding: 35px 0 20px;
}
.unicorn #content05{
	background: url(../images/bg_content03.png) no-repeat center bottom;
}

.unicorn #content05 .inner{
	width: 1000px;
	margin: 0 auto;
	transform: translateX(-50px);
}

#temp_annotation {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

#temp_annotation li{
	margin-right: 10px;
}
