.cont1-left {
	width: 100%;
	float: left;
	font-size: 1.6em;
	line-height: 180%;
	margin-top: 20px;
	
}
/* news */
.raku{
	overflow-y: scroll;
    line-height: 2;
    height: 150px;
    margin-bottom: 10px;
    font-size:15px;
}


.p1-raku {
	width: 99% !important;
	height: 100px;
	float: left;
	padding: 0% 1% 0% 1%;
   font-size: 1.4em;
    line-height: 180%;
}
.p1-news {
	width: 96% !important;
	height: auto;
}
.p1-news p:nth-child(odd){
	color: #00acae;
	font-weight:bold;
	font-size: 1.4em !important;
	line-height: 150%;
	padding: 5px 10px 10px 10px;
	float:left;
	width:24%;
	border-bottom: 1px dotted #333333;
}
.p1-news p:nth-child(even){
	color: #777777;
	font-size: 1.4em !important;
	line-height: 150%;
	padding: 5px 10px 10px 40px;
	border-bottom: 1px dotted #333333;
	float:left;
	width:62%;
}
.p1-news p:nth-child(even) a{
	text-decoration: none;
	color: #333;
}
.raku span{color:#fff;background:#17375e;margin-right: 5px;}

@media screen and (max-width: 640px) {
.cont1, .cont2 {
	background: #F7F7F7;
	padding: 4%;
	box-sizing: border-box;
}
.cont1-left {
	width: 100%;
	text-align: left;
	padding: 2%;
	box-sizing: border-box;
}
.cont1-right {
	width: 100%;
	padding-bottom:10px;
	border-bottom:1px dotted #666;
}
.p1-raku {
   font-size: 1.2em;
    line-height: 160%;
}
.p1-news p:nth-child(odd){
	color: #39F;
	font-weight:bold;
	font-size: 1.4em !important;
	line-height: 150%;
	padding: 5px 0px 0px 0px;
	border-bottom:none;
	float:none;
	width:auto;
}
.p1-news p:nth-child(even){
	color: #777777;
	font-size: 1.4em !important;
	line-height: 150%;
	padding: 5px 10px 10px 40px;
	border-bottom: 1px dotted #333333;
	float:none;
	width:auto;
}
}
