@charset "utf-8";


/* header */

#contents #header h1 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	height: 32px;
	padding: 0px;
}


/* footer */

#pageTop {
	text-align: right;
	padding: 20px 10px 0px 0px;
}
#footerIn {
	background-color: #43b872;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footerIn .logo01 {
	float: left;
}
#footerIn .copy01 {
	font-size: 9px;
	line-height: 1.3em;
	text-align: right;
	float: right;
	color: #ffffff;
	width: 200px;
}


/* main */

.posiRelative {
	position: relative;
}

.img100 {
	width: 100%;
}

.all_wrap .posiRelative .bt_list {
	text-align: center;
	position: absolute;
	left: 0px;
	top: 16%;
	width: 100%;
}


