@charset "shift_jis";
/* title-area */
#main #title-area {
	height: 35px;
	background: url(../img/title_area_bg.png) no-repeat;
}
#main #title-area h1 {
	position: absolute;
	top: 13px;
	left: 16px;
}
#main #title-area .update {
	top: 13px;
	right: -1px;
}

/* main-inner */
#main #main-inner {
	background: none;
	border: none;
}
#main #main-inner img {
	vertical-align: bottom;
}

/* main-visual */
#main .main-visual {
	position: relative;
}
#main .main-visual .mv01 {
	position: absolute;
	top: 142px;
	right: -29px;
}

/* article01 */
#main .article01 li {
	float: left;
}

/* article02 */
#main .article02 dt {
	z-index: 100;
	position: relative;
	margin: 0 0 -48px;
}
#main .article02 .slider {
	position: relative;
}
#main .article02 .slider .catch {
	z-index: 101;
	position: absolute;
	top: -24px;
	right: 5px;
}
#main .article02 .bx-wrapper {
	position: relative;
}
#main .article02 .bx-controls-direction {
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
	width: 864px;
	height: 483px;
}
#main .article02 .bx-controls-direction a {
	position: absolute;
	display: block;
	overflow: hidden; 	
	top: 201px;
	width: 74px;
	height: 74px;
	background-image: url(../img/controls.png);
	background-repeat: no-repeat;
	text-indent: 100%; 
	white-space: nowrap; 
}
#main .article02 .bx-prev {
	left: -36px;
}
#main .article02 .bx-prev:hover {
	background-position: 0 -74px;
}
#main .article02 .bx-next {
	right: -36px;
	background-position: -74px 0;
}
#main .article02 .bx-next:hover {
	background-position: -74px -74px;
}

/* article03 */
#main .article03 .a03-01 {
	margin: 0 -33px 0 0;
}
#main .article03 .a03-btn01 {
	height: 84px;
	padding: 0 0 0 223px;
	background: url(../img/article03_bg01.jpg) no-repeat;
}

/* main-footer */
.main-footer {
	position: relative;
	margin: 20px 0 0;
	padding-bottom: 32px;
}
.f-border {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #C1C1C1;
}
.main-footer .f-hard {
	position: absolute;
	top: 0;
	right: 0;
}
.f-border .f-hard {
	top: 20px;
}
.f-wrap {
	margin: 36px 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer .f-contents {
	float: right;
	width: 514px;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-name {
	position: relative;
	float: right;
	width: 443px;
	height: 55px;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 10px;
}
.main-footer .f-copyright {
	position: absolute;
	bottom: 10px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-note01 {
	margin: 5px 0 15px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-btn {
	margin: 15px 0 0;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}