
/* トップページ埋込 */
#news-umekomi{
	/* 
	background-color: #000;
	 */
}

#news-umekomi ul, #news-umekomi li {
    list-style: none;
}

#news-umekomi #newsList{
	padding-left: 20px;
}

#news-umekomi #newsList a:link,
#news-umekomi #newsList a:visited,
#news-umekomi #newsList a:active {color: #fff; text-decoration: underline;} 

#news-umekomi #newsList a:hover {color: #ff6600; text-decoration: none;}

#news-umekomi #newsList li{
	margin-top: 15px;
}

#news-umekomi .up_ymd{
	font-size: 12px;
}

#news-umekomi .title{
	font-size: 12px;
}


/* 一覧ページ */
#news-all{
	
}

#news-all ul#newsList li{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#news-all .up_ymd-all{
	font-size: 13px;
}

#news-all .catName-all{
	font-size: 13px;
	margin-left: 10px;
}

#news-all .title-all{
	display: block;
	width: 100%;
	font-size: 16px;
	margin-top: 2px;
}

#news-all .title-all a:link,
#news-all .title-all a:visited,
#news-all .title-all a:active {color: #000; text-decoration: underline;} 

#news-all .title-all a:hover {color: #000; text-decoration: none;}

/* 詳細ページ */
body#news-detail{
	
}



/* 共通デザイン */

#news-detail,
#news-all{
	width: 100%;
	background-color: #000;
	text-align: center;
}

#news-detail .main-area,
#news-all .main-area{
	width: 100%;
	text-align: center;
}

#news-detail .inner,
#news-all .inner{
	display: inline-block;
	width: 800px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	padding-bottom: 50px;
}

#news-detail .title,
#news-all .title{
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#news-detail .topicpath,
#news-all .topicpath{
	width: 100%;
	margin: 5px 0;
	font-size: 12px;
}

#news-detail #newsWrap,
#news-all #newsWrap{
	margin: 30px 0 0;
}

#news-detail ul#newsList,
#news-all ul#newsList{
	width: 100%;
	list-style-type: none;
}

#news-detail ul#newsList .day,
#news-all ul#newsList .day{
	width: 100%;
	margin: 0 0 50px;
}

#news-detail .ym-ct,
#news-all ul#newsList .ym-ct{
	width: 100%;
	text-align: right;
}

#news-detail .up_ymd,
#news-all ul#newsList .up_ymd{
	font-size: 12px;
	line-height: 1.4;
	color: #333333;
}

#news-detail .catName,
#news-all ul#newsList .catName{
	font-size: 12px;
	line-height: 1.4;
	color: #333333;
	margin-left: 10px;
}

#news-detail h2,
#news-all ul#newsList .title{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000;
	margin-bottom: 20px;
	padding-left: 10px;
}

#news-detail #detail,
#news-all ul#newsList #detail{
	font-size: 14px;
	line-height: 1.5;
}

#news-detail #detail img,
#news-all ul#newsList #detail img{
	width: 100%;
	height: auto;
	margin: 10px 0 10px 0;
}

.backORcloseBtn{
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin: 20px 0 0 0;
}



@media screen and (max-width:800px) {
	
#news-detail .inner,
#news-all .inner{
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
	
}

.newMark{
	font-size: 11px;
	display:inline-block;
	color:#F00;
	font-style:italic;
	margin-left: 5px;
}

.pager{
	text-align: center;
	padding:10px;
	clear:both;
}

.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}







