

#newsWrap{
	width: 100%;
}

/* トップ埋め込みの一覧用 */

.newswaku{
	width: 80%;
	margin-right: 0;
	margin-left: auto;
}

ul#newsList{
	margin: 0;
	padding: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

ul#newsList li{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	line-height: 120%;
	list-style-type: none;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: left;
	vertical-align:top;
}

/* トップ一覧の日付 */
ul#newsList .up_ymd{
	font-family: 'Noto Sans JP', sans-serif;
	display:inline-block;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #a6a7aa;
	width: 10%;
	vertical-align:top;
	padding: 0;
	margin: 0;
	float: left;
}

/* トップ一覧のタイトル */
ul#newsList .title{
	font-family: 'Noto Sans JP', sans-serif;
	display:inline-block;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #95969A;
	width: 80%;
	vertical-align:top;
	padding: 0;
	margin: 0;
	float: right;
}

ul#newsList .title a {
	color: #81848f;
	text-decoration:underline;
}
	
ul#newsList .title a:hover {
	color: #4D9BE8;
	text-decoration:none;
}

@media screen and (max-width:1400px) {
	
.newswaku{
	width: 100%;
	margin-top: 20px;
}
	
}

@media screen and (max-width:1200px) {
	
.newswaku{
	margin-top: 20px;
}
	
}

@media screen and (max-width:992px) {
	
.newswaku{
	width: 100%;
	margin-top: 0;
}
	
.newswaku iframe{
	width: 100%;
	height: 250px;
}
	
ul#newsList .up_ymd{
	font-size: 1.6rem;
	width: 15%;
}

/* トップ一覧のタイトル */
ul#newsList .title{
	font-size: 1.6rem;
	width: 80%;
}
	
}

@media screen and (max-width:768px) {
	
ul#newsList .up_ymd{
	width: 100%;
 	float: none;
	display:block;
}
	
ul#newsList .title{
	width: 100%;
 	float: none;
	display:block;
}
	
}

@media screen and (max-width:568px) {

	
/* トップ一覧の日付 */
ul#newsList .up_ymd{
	width: 100%;
	font-size: 1.4rem;
 	float: none;
	display:block;
}

/* トップ一覧のタイトル */
ul#newsList .title{
	width: 100%;
	font-size: 1.4rem;
 	float: none;
	display:block;
}
	
}

/* 全一覧用 */
.newsall {
	width: 100%;
	margin-bottom: 50px;
}

ul#newsList_all{
	margin: 0;
	padding: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
ul#newsList_all li{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	line-height: 120%;
	list-style-type: none;
	margin-top: 3;
	margin-right: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* ニュース全ページの日付 */
ul#newsList_all .up_ymd {
	display:inline-block;
	font-size: 1.6rem;
	color: #a6a7aa;
	width: 10%;
	text-align: left;
}

/* ニュース全ページのタイトル */
ul#newsList_all .title {
	display:inline-block;
	font-size: 1.6rem;
	padding-left: 20px;
	color: #95969A;
	width: 80%;
	text-align: left;
}

ul#newsList_all .title a {
	color: #81848f;
	text-decoration:underline;
}
	
ul#newsList_all .title a:hover {
	color: #4D9BE8;
	text-decoration:none;
}



/* 詳細ページ用 */

#newsWrap_detail{
	margin: 0;
	padding: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

h4.headline01new {
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 2.0rem;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}

#newsWrap_detail .up_ymd{
	font-family: 'Noto Sans JP', sans-serif;
	width:100%;
	display:block;
	text-align:right;
	font-size: 1.6rem;
	font-weight: 400;
	color: #a6a7aa;
}

/* 詳細ページの本文 */
#newsWrap_detail .detail_new {
	width:100%;
	display:block;
	text-align:left;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom: 50px;
}

#newsWrap_detail .detailText {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 150%;
	color: #000000;
}

#newsWrap_detail .detailUpfile{
	width:70%;
	text-align:center;
	margin-top: 100px;
	margin-bottom: 35px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


/* 共通のnewマーク */

.newMark{
	color: #FF5252;
}

@media screen and (max-width:1000px) {
.detailUpfile{
	width:100%;
}
}

@media screen and (max-width:480px) {
.up_ymd{
	display:inline-block;
	width: 100%;
	font-size: 14px;
}
.title{
	display:inline-block;
	margin-left: 0px;
	font-size: 14px;
}
.title a {
	color: #81848f;
	text-decoration: underline;
	font-size: 14px;
}
.title_all {
	margin-left: 0px;
}
  }
	


.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}