@charset "UTF-8";
.news-box{
	border: 1px solid rgba(0,0,0,0.10);
	border-radius: 3px;
	background-color: #ffffff;
	height: 100%;
}
.news-title-area {
	margin-bottom: 15px;
	background-color: rgba(0,0,0,0.10);
}
.news-text img{
	margin-bottom: 20px;
	padding-left: 30%;
	padding-right: 30%;
}
.news-box h2{
	color: #0366CC;
	font-size: 24px;
	border-bottom: 2px solid rgba(0,0,0,0.10);
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 16px;
	font-weight: bold;
	position: relative;
	line-height: 26px;
}
.news{
    display:-moz-flex;
    display:-webkit-flex;
    display:-o-flex;
    display:-ms-flex;
	display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	}
.news-box h2 span {
	border-bottom: 2px solid #0366cc;
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
	top:2px;
}
.news-date {
	background-color: #0366cc;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	margin-top: 20px;
	border-radius: 10px;
}

.panel-footer{
	text-align: center;
	background-color: transparent;
}
.pagination {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: c;
}
.news article {
	margin-bottom: 40px;
	align-items: stretch;
}
.news-text  h3 {
	margin-bottom: 10px;
}

.product-price{
	border-top: 2px solid #0366cc;
	padding-top: 10px;
}
.product-price p{
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
}

.product-price p span{
	font-weight: bold;
	color: #0366CC;
	font-size: 16px;
}

/* ----------------------------------
======[ @media screen ] ============
---------------------------------- */

@media screen and (min-width : 480px){
}
@media screen and (min-width : 543px){
}
@media screen and (min-width : 768px){
	
}

@media screen and (min-width : 992px){
.news-text img{
	padding-left: 0%;
	padding-right: 0%;
}
}

@media screen and (min-width : 1024px){
}

@media screen and (min-width : 1280px){
}

@media screen and (min-width : 1440px){
}

@media screen and (min-width : 1600px){
}
