/* Raku button of chacoweb */
/* Ver 1.0 date 17/10/2015 */
.g-wrap-news, .g-wrap-news div {
	width: 98%;
	box-sizing: border-box;
	float: left;
}
.g-wrap-news p {
	float: left;
	line-height: 160%;
	display: block;
	border-bottom: 1px dotted #ccc;
	box-sizing: border-box;
	margin: 0;
}
.g-wrap-news p:nth-child(odd) {
	width: 15%; /* edit witdh p of date here */
	color: #F2AE60;
	font-weight: bold;
}
.g-wrap-news p:nth-child(even) {
	width: 85%; /* edit witdh p of news here */
}
@media screen and (max-width:640px) {
.g-wrap-news p {
	width: 100% !important;
	min-height: inherit !important;
	height: auto !important;
}
.g-wrap-news p:nth-child(odd) {
	border-bottom: none !important;
}
.g-wrap-news p:nth-child(even) {
	margin-bottom: 15px;
}
}
