@charset "UTF-8";
/* CSS Document */

.sw-title {
	width: 100%;
	border-top: 1px solid #DFDFDF;
	}
	.sw-title-inner {
		width: 967px;
		margin: 0 auto;
		}
		.sw-title h1 {
			display: block;
			height: 65px;
			}

.sw-img-top {
	width: 100%;
	margin-bottom: 70px;
	}
	
.sw-h2 {
	margin-bottom: 30px;
	}
	
.sw-dgselect {
	box-sizing: border-box;
	width: 967px;
	margin-bottom: 70px;
	padding: 30px 40px;
	border: 4px solid #E7E7E7;
	}
	.sw-dgselect h3 {
		margin-bottom: 20px;
		color: #3F3F3F;
		font-size: 21px;
		font-weight: normal;
		letter-spacing: 1px;
		}
	.sw-dgselect ul {
		overflow: hidden;
		}
		.sw-dgselect ul li {
			float: left;
			width: 250px;
			margin-right: 60px;
			}
		.sw-dgselect ul li.sw-dgselect-last {
			margin-right: 0px;
			}
			
			.sw-dgselect ul li figure {
				margin-bottom: 18px;
				border: 1px solid #CCC;
				}
			.sw-dgselect ul li h4 {
				margin-bottom: 10px;
				font-size: 16px;
				color: #3F3F3F;
				}
			.sw-dgselect ul li p {
				margin-bottom: 25px;
				font-size: 13px;
				line-height: 1.5;
				color: #3F3F3F;
				}
				
.sw-dgselect .sw-dgselect-btn {
	display: block;
	box-sizing: border-box;
	width: 250px;
	padding: 14px 0 12px 0;
	border: 1px solid #000;
	text-align: center;
	color: #000000;
	font-size: 13px;
	}
	
	
.sw-spot {
	width: 100%;
	margin: 10px 0 58px 0;
	background-color: #E8E8E8;
	overflow: hidden;
	}
	.sw-spot-inner {
		width: 967px;
		margin: 0 auto;
		}
		.sw-spot h3 {
			display: block;
			float: left;
			width: 242px;
			margin: 40px 50px 0 0;
			padding: 0;
			background-color: transparent;
			font-size: 24px;
			font-weight: normal;
			line-height: 24px;
			letter-spacing: 1px;
			text-shadow: 0 1px 1px rgba(255,255,255,0.7);
			overflow: hidden;
			}
		
		.sw-spot ul {
			display: block;
			float: left;
			width: 670px;
			margin: 0 auto;
			padding: 10px 0 8px 0;
			overflow: hidden;
			}
			.sw-spot ul li {
				float: left;
				margin: 0 2px 2px 0;
				}
				.sw-spot ul li a {
					display: block;
					width: 110px;
					height: 0;
					padding-top: 80px;
					background-repeat: no-repeat;
					line-height: 80px;
					overflow: hidden;
					}
				.sw-spot ul li.sw-spot-s1 a { background-image: url(../images/sw-spot-s1.png); }
				.sw-spot ul li.sw-spot-s2 a { background-image: url(../images/sw-spot-s2.png); }
				.sw-spot ul li.sw-spot-s3 a { background-image: url(../images/sw-spot-s3.png); }
				.sw-spot ul li.sw-spot-s4 a { background-image: url(../images/sw-spot-s4.png); }
				.sw-spot ul li.sw-spot-s5 a { background-image: url(../images/sw-spot-s5.png); }
				.sw-spot ul li.sw-spot-s6 a { background-image: url(../images/sw-spot-s6.png); }
				.sw-spot ul li.sw-spot-s7 a { background-image: url(../images/sw-spot-s7.png); }
				.sw-spot ul li.sw-spot-s8 a { background-image: url(../images/sw-spot-s8.png); }
				.sw-spot ul li.sw-spot-s9 a { background-image: url(../images/sw-spot-s9.png); }
				.sw-spot ul li.sw-spot-s10 a { background-image: url(../images/sw-spot-s10.png); }
				.sw-spot ul li.sw-spot-s11 a { background-image: url(../images/sw-spot-s11.png); }
				.sw-top-ls1 ul li a:hover {
					opacity: 0.5;	
					}
.sw-btn-fordetail {
	display: block;
	width: 250px;
	margin: 30px auto 50px auto;
	padding: 19px 30px 13px 30px;
	background-color: #777777;
	background : -webkit-gradient(linear, left top, left bottom, from(#666), to(#555));
	background : -webkit-linear-gradient(top, #666, #555);
	background : linear-gradient(to bottom, #666, #555);
	border-bottom: 1px solid #666;
	box-shadow: 0 2px 0 #333;
	border-radius: 2px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.28;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.7);
	transition: opacity 0.3s;
	overflow: hidden;
	}
.sw-btn-fordetail:hover {
	opacity: 0.8;
	}