@media screen and (min-width:767px){
div#news {
	position:absolute;
	bottom:-60px;
	width: 100%;
	text-align: center;
	color: #808080;
	font-size: 1rem;
	background-color: rgba(233,233,233,.9);
}
#news .sns_list{
	position: absolute;
	top:15px;
	right:4%;
}
#news .sns_list li{
	display: inline;
	margin-left:10px;
}
div#news h2{
	font-size: 1rem;
	height:60px;
	padding: 10px 0 14px;
}
div#news h2:hover{
	cursor: pointer;
}
div#news h2:after{
	content: '';
	background: url(http://www.newswell.jp/jisco/images/news_arrowdown.png)no-repeat;
	position: absolute;
	width: 18px;
	height: 17px;
	top: 36px;
	left: 49.3%;
}
div#news h2.close:after{
	content: '';
	background: url(http://www.newswell.jp/jisco/images/news_arrow.png)no-repeat;
	position: absolute;
	width: 18px;
	height: 17px;
	top: 36px;
	left: 49.3%;
}
div#news_contents {
	color:#808080;
	width: 100%;
	padding:10px 0;
	text-align: left;
}
div#news_contents dl{
	width:50%;
	margin:0 auto;
	font-size: 0.82rem;
	line-height: 2;
	overflow: hidden;
}
div#news_contents dt{
	width:25%;
	float:left;
}
div#news_contents dd{
	width:70%;
	float:left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
div#news_contents dd a{
	color:#808080;
	text-decoration: underline;
}
}
@media screen and (max-width:766px){
div#news {
	position:absolute;
	bottom:-60px;
	width: 100%;
	text-align: center;
	color: #808080;
	font-size: 1rem;
	background-color: rgba(233,233,233,.9);
}
#news .sns_list{
	display: none;
}
div#news h2{
	font-size: 1rem;
	height:60px;
	padding: 6px 0 14px;
}
div#news h2:after{
	content: '';
	background: url(http://www.newswell.jp/jisco/images/news_arrowdown.png)no-repeat;
	position: absolute;
	width: 18px;
	height: 17px;
	top: 35px;
	left: 47%;
}
div#news h2.close:after{
	content: '';
	background: url(http://www.newswell.jp/jisco/images/news_arrow.png)no-repeat;
	position: absolute;
	width: 18px;
	height: 17px;
	top: 35px;
	left: 47%;
}
div#news_contents {
	width: 100%;
	padding:0 0 10px;
	text-align: left;
}
div#news_contents dl{
	max-width:300px;
	margin:0 auto 10px;
	font-size: 1rem;
	line-height: 2;
	overflow: hidden;
}
div#news_contents dt{
	width:30%;
	float:left;
	font-size:0.75rem;
}
div#news_contents dd{
	font-size: 0.75rem;
	width:70%;
	float:left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
div#news_contents dd a{
	font-size: 0.75rem;
	color:#808080;
	text-decoration: underline;
}
}
