/* CSS Document */

@charset "utf-8";

#news_wrap{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.7em;
}

#news_wrap h1{
	margin:0;
	padding:10px 0 10px 0px;
	font-size:18px;
}

#news_wrap p{
	margin:0;
}

#news_wrap img{
	vertical-align:bottom;
}

#news_top{
	margin:0;
/*	width:780px;
	background:url(../images/news/news_title_icon.gif) no-repeat;*/
	padding:0 0 7px 0;
}

#news_top .link{
	text-align:right;
	padding:0px 20px 0 0 ;
	background:url(../images/news/news_media_icon.gif) no-repeat right 5px;
	text-decoration:underline;
}
#news_top .link a:link{
	color:#F60;
	text-decoration:underline;
}
#news_kadai_box{
	width:100%;
	background:#e3ffd4;
	margin:0 0 8px 0;
}
#news_kadai_box p{
	text-align:right;
}
#news_kousatu{
	margin:0 0 50px 0;
}
#news_kousatu_box{
	background:#ffe1be;
	padding:0;
}
.kousatu_t1{
	padding:15px;
	background:#fffcf2;
}
.kousatu_img{
	width:181px;
	float:right;
	padding:10px;
}

.newichiran p{
	margin:0;
	padding:0;
}
	
	
	@media screen and (max-width: 750px){
	
	.kousatu_img{
	width: inherit;
		float: inherit;
		margin: 0;
		padding: 0;
	}
	#news_kousatu_box{background: none;}
	
	}
	