p.info {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
    color: #666;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9);
    padding: 20px;
    display: block;
    clear: both;
    text-align: center;
    width: 240px;
    margin: 0 auto;
}
.windy-demo {
	width: 360px;
	margin: 40px auto;
	color: #aaa;
}
  @media screen and (max-width: 390px) {
	.windy-demo {
		width: 320px;
		margin: 40px auto;
		color: #aaa;
	}
  }
  @media screen and (max-width: 340px) {
	.windy-demo {
		width: 280px;
		margin: 40px auto;
		color: #aaa;
	}
  }

.windy-demo ul.wi-container {
	width: 360px;
	height: 360px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
  @media screen and (max-width: 390px) {
	.windy-demo ul.wi-container {
		width: 320px;
		height: 320px;
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}
  }
  @media screen and (max-width: 340px) {
	.windy-demo ul.wi-container {
		width: 280px;
		height: 280px;
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}
  }

.windy-demo li img {
	display: block;
	width: 340px;
	height: 300px;
}
  @media screen and (max-width: 390px) {
	.windy-demo li img {
		display: block;
		width: 300px;
		height: 260px;
	}
  }
  @media screen and (max-width: 340px) {
	.windy-demo li img {
		display: block;
		width: 260px;
		height: 220px;
	}
  }

.windy-demo h4 {
	padding: 0 10px;
	line-height: 38px;
	margin: 0;
	color: #777;
	text-align: center;
}

.windy-demo ul.wi-container:before,
.windy-demo ul.wi-container:after{
	content: '';
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left:  10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.windy-demo ul.wi-container:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.windy-demo ul.wi-container li {
	padding: 0;
	border: 10px solid #DDD;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.windy-demo navW {
	position: relative;
	width: 100px;
	margin: 0 auto;
}

navW {
    display: block;
}
navW ul,
navW ol {
    list-style: none;
    list-style-image: none;
}


.windy-demo navW span {
	width: 42px;
	height: 42px;
	margin: 0 4px;
	float: left;
	background: url(../images/nav.png) no-repeat 100% 0;
	text-indent: -9000px;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.windy-demo navW span:first-child {
	background-position: 0 0;
}

.windy-demo navW span:active {
	background-position: 100% 2px;
}

.windy-demo navW span:first-child:active {
	background-position: 0 2px;
}

/* h2 */
  @media screen and (max-width: 520px) {
	.contentsTit::after {
	    width: 300px;
	}
  }
  @media screen and (max-width: 370px) {
	.contentsTit::after {
	    width: 240px;
	}
  }

