@charset "utf-8";

.contents .contentL #container {
	margin: 0 0 10px;
}
.contents .contentL .item {
	max-width: 260px;
	border: 4px solid #e6e6e6;
	background-color: #fff;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.contents .contentL .item.x2 {
	width: 540px;
	max-width: 540px;
}
.contents .contentL .picBnr {
	border: none;
}
.contents .contentL .picBnr a {
	padding: 0!important;
}
.contents .contentL .picBnr .iconNew {
	top: -11px!important;
	right: -11px!important;
}
.contents .contentL .item .picW {
	display: block;
	padding: 15px;
}
.contents .contentL .item .picW .iconNew {
	position: absolute;
	top: -35px;
	right: -28px;
	z-index: 1;
}
.contents .contentL .item .picW .iconTag {
	width: 45px;
	height: 45px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.contents .contentL .item img {
	width: 100%;
}
.contents .contentL .item .boxPic {
	margin: 0 0 5px;
	position: relative;
}
.contents .contentL .item .txtPink {
	color: #ff5a54;
	position: relative;
}
.contents .contentL .item .txtBlue {
	color: #70b1d2;
}
.contents .contentL .item .boxDate {
	font-weight: bold;
	margin: 0 0 5px;
}
.contents .contentL .item .boxTit {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 5px;
}
.contents .contentL .item p {
	font-size: 11px;
}
.contents .contentL .btnMore {
	border: 4px solid #e6e6e6;
	text-align: center;
	max-width: 820px;
	margin: 0 auto;
	clear: both;
}
.contents .contentL .btnMore:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70);
	opacity: 0.7;
}
.contents .contentL .btnMore a {
	display: block;
	width: 100%;
	padding: 10px 0;
}
.contents .contentL .btnMore a img {
	width: 50px;
	vertical-align: middle;
}
.contents .contentR {
	float: right;
	max-width: 260px;
}

/* ---------------------------------------------
	media screen
--------------------------------------------- */

@media print, screen and (min-width:768px) {
}

@media screen and (max-width:767px) {

	/* ---------------------------------------------
		masonry
	--------------------------------------------- */
	.contents .contentL #container {
		width: 100%!important;
	}
	.contents .contentL .item {
		width: 48.4%!important;
		border-width: 2px;
		margin: 0 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		max-width: inherit!important
	}
	.contents .contentL .item.x2 {
		width: 100%!important;
	}
	.contents .contentL .item .picW {
		padding: 8px;
	}
	.contents .contentL .item .picW .iconTag {
		width: 23px;
		height: 23px;
		bottom: 3px;
		right: 3px;
	}
	.contents .contentL .item .picW .boxDate {
		font-size: 8px;
		margin-bottom: 2px;
	}
	.contents .contentL .item .picW .boxTit {
		font-size: 10px;
		margin: 0;
	}
	.contents .contentL .item .picW .iconNew {
		width: 37px;
		top: -15px;
		right: -15px;
	}
	.contents .contentL .item .picW p {
		display: none;
	}
	.contents .contentL .btnMore {
		border: 2px solid #e6e6e6;
		width: 100%;
	}
	.contents .contentL .btnMore a img {
		width: 42px;
		vertical-align: middle;
	}
	.contents .contentL .item:nth-child(2n) {
		margin-right: 0!important;
	}
}
