
@import "/library/default.css";
/*
#wrap {
	margin-top: -15px!important;
}
*/
.contents h1 {
	padding:4px 4px 4px 10px;
	background-color: #ff9988;
	color:#ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.contents h2 {
	background-color:#A37A6E;
	padding:10px 0 8px 10px;
	margin:0 0 10px 0;
	font-size:13px;
	color:#ffffff;
}

.photo {
	width: 970px;
	margin: 0 -20px 20px 0;
}

.pwi_photo {
	float: left;
	width: 186px;
	height: 186px;
	margin: 0 5px 5px 0;
}

.pwi_photo img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.instagram {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.instagram .box {
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	margin: 0 5px 10px 5px;
	width: 215px;
}

.instagram .box a {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
}

.instagram .box a img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.instagram .box a p {
	position: absolute;
	margin: 0;
	padding: 10px;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0;
	text-shadow: 1px 1px 3px #666;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.instagram .box:hover a p {
	opacity: 1;
	background-color: rgba(255, 153, 136, 0.5);
	color: #fff;
}

.instagram .box a .spacer {
	padding-bottom: 100%;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	opacity: 0;
	z-index: 10;
}
