@charset "euc-jp";

.top
	{
	width: 1000px;
	margin: 0 auto 100px;
	}

.style_block
	{
	position: relative;
	width: 998px;
	margin: 0 auto 50px;
	font-family: Meiryo, "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	border: 1px solid #060002;
	overflow: hidden;
	}

.style_block .num
	{
	position: absolute;
	right: 15px;
	bottom: 15px;
	line-height: 1;
	color: #000;
	font-weight: bold;
	font-size: 30px;
	font-family: Times New Roman, Georgia, serif;
	}

.style_block .image
	{
	display: block;
	width: 998px;
	height: 649px;
	}


#style_01 .image {
    background: url(../images/2021ss-setup/2021setup-10.jpg) no-repeat;
}

#style_02 .image {
    background: url(../images/2021ss-setup/2021setup-11.jpg) no-repeat;
}

#style_03 .image {
    background: url(../images/2021ss-setup/2021setup-12.jpg) no-repeat;
}
#style_04 .image {
    background: url(../images/2021ss-setup/2021setup-15.jpg) no-repeat;
}

#style_05 .image {
    background: url(../images/2021ss-setup/2021setup-16.jpg) no-repeat;
}
#style_06 .image {
    background: url(../images/2021ss-setup/2021setup-13.jpg) no-repeat;
}
#style_07 .image {
    background: url(../images/2021ss-setup/2021setup-14.jpg) no-repeat;
}


#style_08 .image {
    background: url(../images/2021ss-setup/2021setup-08.jpg) no-repeat;
}

#style_09 .image {
    background: url(../images/2021ss-setup/2021setup-09.jpg) no-repeat;
}

#style_10 .image {
    background: url(../images/2021ss-setup/2021setup-02.jpg) no-repeat;
}

#style_11 .image {
    background: url(../images/2021ss-setup/2021setup-03.jpg) no-repeat;
}

#style_12 .image {
    background: url(../images/2021ss-setup/2021setup-04.jpg) no-repeat;
}

#style_13 .image {
    background: url(../images/2021ss-setup/2021setup-05.jpg) no-repeat;
}

#style_14 .image {
    background: url(../images/2021ss-setup/2021setup-06.jpg) no-repeat;
}

#style_15 .image {
    background: url(../images/2021ss-setup/2021setup-07.jpg) no-repeat;
}

.style_block .text
	{
	line-height: 18px;
	padding: 20px 20px 60px;
	color: #000;
	font-size: 17px;
	letter-spacing: 1px;
	}

.style_block .text p
	{
	display: inline-block;
	margin: 0 0 4px;
	padding: 6px 0 2px;
	border-bottom: 1px solid #000;
	white-space: nowrap;
	}
.style_block .text b
	{
	font-weight: normal;
	}
.style_block .text a
	{
	color: #000;
	transition-duration: 300ms;
	}
.style_block .text b
	{
	margin-right: -.5em !important;
	}
.style_block .text a:hover
	{
	background: rgba(0,0,0,.15);
	text-decoration: none;
	}

.style_block .text .mt
	{
	margin-top: 3px;
	}



.pagetop a
	{
	display: block;
	width: 998px;
	margin: 0 auto 100px;
	color: #fff;
	font-family: Meiryo, "メイリオ", sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 100px;
	text-align: center;
	background: #060001;
	background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#060001));
	background: -webkit-linear-gradient(top, #535353, #060001);
	background: linear-gradient(to bottom, #535353, #060001);
	border: 1px solid #6d6d6d;
	border-radius: 5px;
	transition-duration: 100ms;
	}
.pagetop a:hover
	{
	text-decoration: none;
	opacity: .7;
	}

