﻿#livecam > .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#livecam .column01 > section {
	margin-bottom: 30px;
}
#livecam .column01 {
	width: 100%;
}

#livecam a:hover {
	opacity: 0.8;
	transition:opacity .3s;
}
#livecamWrap h1.ttl {
	background: #fff;
	background: linear-gradient(-45deg,
	#eaf9ff 25%,
	#fff 25%, #fff 50%,
	#eaf9ff 50%, #eaf9ff 75%,
	#fff 75%, #fff);
	background-size: 15px 15px;
	background-attachment: fixed;
	padding: 10px 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #777;
}
#livecamWrap .catWrap h2 {
	color: #4799FF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
#livecamWrap .article {
	padding: 1% 2% 3%;
}

.livecamMain ul li h2 {
	border-bottom: dotted 1px;
}
.livecamMain ul.catWrap{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.livecamMain ul.catWrap:after{
	content: "";
	clear: both;
	display: block;
}
.livecamMain ul.catWrap.livecam > li {
	display: block;
	width: 46%;
	/* float: left; */
	height: 100%;
	margin: 0 2% 2%;
}

.livecamMain .movieWrap {
	display: block;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	margin: 0 auto;
}
.livecamMain .movieWrap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	-moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
