@charset "shift_jis";
/* CSS Document */


body {
min-width: 1200px;
}


.ct_box {
max-width: 1600px;
height: 1750px;
margin: 0 auto;
background:#DEDCE1 url(../images/bg.jpg) top center no-repeat;
position: relative;
}



.ct_box .ct_inbox {
position: absolute;
width: 480px;
height: 270px;
overflow: hidden;
top:378px;
right:0;
left:0;
margin: 0 auto;
z-index: 100;

box-sizing: border-box;
}

.ct_box .ct_inbox .mask {
position: absolute;
display: block;
z-index: 10000;
}
.ct_box .ct_inbox .mask.disnone {
display: none;
}

.ct_box .bottom_box {
position: absolute;
bottom:30px;
right:0;
left:0;
margin: 0 auto;
text-align: center;
z-index: 10;
}

.ct_box .bottom_box p {
font-size: 22px;
font-weight: bold;
color:#f00;
display: block;
margin: 0 auto 15px;
}

.ct_box .bottom_box p span {
font-size: 16px;
}


