  @charset "utf-8";

body {
	min-width: 980px;
}
.sp {
    display: none;
}


/* -- box layout
-------------------------------------------------------------------------------- */
header {
	min-width: 900px;
    padding: 36px 40px;
    overflow: hidden;
}
header h1 {
    float: left;
}
header h1 img {
    width: 309px;
}
header .subBtn {
    float: right;
}
header ul.subBtn {
    overflow: hidden;
}
header .subBtn li {
    float: left;
    margin-left: 15px;
}
header .subBtn li a {
    display: block;
    padding: 20px 50px;
    font-size: 14px;
    color: #ffffff;
    background: #004193;
}
header .subBtn li:last-child a {
    color: #004193;
    background: #f2f2f2;
}

article {
	text-align: left;
}
article > section {
}

.mainBtn {
	position: relative;
	overflow: hidden;
}
.Btnbox {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    overflow: hidden;
}
.Btnbox .bg img {
    width: 100%;
    height: auto !impotant;
    transition: transform .6s;
}
.Btnbox h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    padding: 16px 5%;
    background-color: rgba(1,30,65,.7);
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0.1em;
    z-index: 10;
}
.Btnbox h2:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: 25px;
    height: 22px;
    background: url(/rec/common/img/win_icn.png) no-repeat;
    background-size: 25px 22px;
}
.Btnbox .bg {
    position: relative;
}
.Btnbox img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

footer {
	width: 100%;
	min-width: 980px;
	color: #333333;
	font-size: 12px;
	padding: 35px 0;
}