@media screen and (min-width:641px) {

/* 以下PC版　市民センター
---------------------------------------------------- */

.scentertopbox {
	
}

.newsbox {
	width:70%;
	margin:0 auto;
	padding:0;
	border:2px solid #2c63b6;
	float: left;
}

.newsbox h3 {
	background-color:#2c63b6;
	border:2px solid #2c63b6;
	color:#FFF;
	line-height:30px;
	font-weight:normal;
	font-size:100%;
	text-align:center;
}

.newsbox ul {
	width:97%;
	margin:10px auto;
	vertical-align: text-bottom;
	list-style-type:none;
	font-size: 100%;
}

.newsbox li {
	margin: 0;
	padding: 0.2em 0 0.2em 0.8em;
	line-height: 120%;
	background: url(../../../images/arrow1.gif) no-repeat 0 0.5em;
	text-align:left;
}

.imgbox {

}

}
@media screen and (min-width: 0px) and (max-width: 640px) {

/* 以下スマホ版　市民センター
---------------------------------------------------- */

.scentertopbox {
	
}

.newsbox {
	width:100%;
	margin:0 auto;
	padding:0;
	border:2px solid #2c63b6;
}

.newsbox h3 {
	background-color:#2c63b6;
	border:2px solid #2c63b6;
	color:#FFF;
	font-size:1.8rem;
	line-height:30px;
	font-weight:normal;
	text-align:center;
}

.newsbox ul {
	width:97%;
	margin:10px auto;
	vertical-align: text-bottom;
	list-style-type:none;
}

.newsbox li {
	margin: 0;
	padding: 5px 0 5px 15px;
	font-size:1.6rem;
	line-height:130%;
	background: url(../../../images/sp/arrow1.png) no-repeat 0 7px;
	text-align:left;
}


}
