@charset "utf-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	CSS Document
	file name  :uniq.css

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.mvWrap .mvBg{
	background: -moz-linear-gradient(left, #f77b95, #f9d0a5);
	background: -webkit-linear-gradient(left, #f77b95, #f9d0a5);
	background: linear-gradient(to right, #f77b95, #f9d0a5);
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::index*/
#contents {
	padding-top:100px;
}
#contents .newsDtlWrap,
#contents .newsWrap {
	margin-bottom:70px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::detail*/
#contents .newsDtlWrap .ttl{
	font-size:40px;
	color:#111;
	line-height:1.3;
	margin-bottom:45px;
	text-justify:none;
}
#contents .newsDtlWrap .ph{
	margin-bottom:25px;
	text-align:center;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	★ SP
	
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width: 1100px) {
	
	#contents .newsWrap .box {
		margin-bottom:15px;
	}
	/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::detail*/
	#contents .newsDtlWrap .ttl{
		font-size:30px;
		margin-bottom:25px;
	}
	#contents .newsDtlWrap .ph img{
		max-width:100%;
	}
}
@media screen and (max-width: 640px) {
	
	#contents .newsWrap .box .data {
		font-size: 20px;
		width: 100%;
		height: auto;
		display:block;
		margin-bottom:5px;
		border-right: none;
	}
	#contents .newsWrap .box .desc{
		font-size: 13px;
		display:block;
		padding-left: 0;
	}
}