body
{
	background-image:url(../picture/bgwood.jpg);
	background-size:auto;
	text-shadow: 1px 2px 3px #909090;
}
h1
{
	font-size:40px;
}

a
{
	font-size:22px;
	font-weight:bold;
}

#center
{
	text-align:center;
}

/* responsive design */

.pc
{
	display: block !important;
}

.sp
{
	display: none !important;
}

@media only screen and (max-width: 750px) 
{
	
	.pc
	{
		display: none !important;
	}
	.sp
	{
		display: block !important;
	}
}

.flick-button {
  position: relative;
  display: inline-block;
}

.flick-button ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.flick-button ul li {
  padding: 5px;
}

.flick-button:hover ul {
  display: block;
}

