@charset "utf-8";
/* CSS Document */

#wrap > footer{
	display:block;
	background-color:#f5f5f5;
	color:#555555;
	font-size:12px;
	padding-bottom:20px;
}
#wrap > footer h2{
	width:100%;
	height:0;
	padding-top:60px;
	overflow:hidden;
	background:url('../img/footer/info.png') center 10px no-repeat;
	border-bottom:1px #999999 solid;
}
footer > div{
	width:1000px;
	margin:10px auto 25px;
	position:relative;
}
footer section{
	width:650px;
	overflow:hidden;
	padding-top:10px;
}

footer section:last-of-type{
	position:absolute;
	top:0;
	right:0;
	width:325px;
	padding-left:15px;
	border-left:1px #e3e3e3 solid;
}

footer div p.anno{
	margin-left:1.5em;
	text-indent:-1.5em;
}
footer div p.anno::before{
	content:"※";
	margin-right:0.5em;
}
footer section b{
	font-weight:normal;
}
footer section dl{
	overflow:hidden;
}
footer section dt, footer section dd{
	float:left;
}
footer section time dt::after{
	content:" / ";
}
footer section address dt::after{
	content:"：";
}
footer section address dt:nth-of-type(2)::before{
	content:"/";
	margin:0 5px;
}

#wrap > footer > small{
	display:block;
	text-align:center;
	font-size:10px;
}

/* button
----------------------------------------------------------- */

.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
.button:active {
	top: 3px;
	box-shadow: none;
}
