@charset "utf-8";

#main{font-family:
		'Lucida Grande',
		'Hiragino Kaku Gothic ProN',
		 Meiryo, sans-serif;}

.news_box{width:700px;
	margin:0 auto;}

.news_block{width:100%;
	margin:10px auto;
	padding:10px;
	background:rgba(0,0,0,0.50);
	color:rgba(255,255,255,1.00);}

.news_date{font-size:12px;}

.news_title{font-size:16px;
	line-height:22px;
	color:rgba(255,158,0,1.00);}

.spacer_bar{width:100%;
	height:2px;
	background:rgba(255,255,255,1.00);
	margin:0 auto 10px;}

.news_text{font-size:14px;
	line-height:20px;}

.text1{text-align:center;
	color:rgba(255,255,255,1.00);
	font-size:18px;
	line-height:24px;}

.text2{text-align:center;
	color:rgba(255,255,255,1.00);
	font-size:14px;
	line-height:20px;
	padding:15px 0 30px;}

.position{padding-top:15px;
	text-align:center;
	line-height:18px;
	font-size:14px;
	color:rgba(181,181,181,1.00);}

@media screen and ( max-width:736px )
{
.news_box{width:95%;}

.news_block{width:95%;
	padding:5px 2.5%;}
	
.text1{font-size:14px;
	line-height:18px;}
	
.text2{font-size:12px;
	line-height:16px;}
	
}

























