
/*-------------------------------------------------
News
-------------------------------------------------*/

/*　TOPページ　*/

#home #news-home,
#news-detail-list-box{
	border:1px solid #808080;
	padding:10px 15px;

	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */

	-webkit-box-shadow: 1px 1px 1px 0px #bfbfbf; /* Safari, Chrome用 */
	-moz-box-shadow: 1px 3px 1px 0px #bfbfbf; /* Firefox用 */
	box-shadow: 1px 1px 1px 0px #bfbfbf; /* CSS3 */
}
#news-tit-home{
	font-size:1.5em;
	font-weight:bold;
	border-bottom:1px solid #808080;
	padding-bottom:5px;
	margin-bottom:5px;
}


.news-one-box{
	border-bottom: 1px dotted #CCC;
	padding: 4px 0;
	position:relative;
}
.news-one-box .date{
	position:absolute;
	top:5px;
	left:2px;
}
.news-one-box .news-one-tit{
	font-size:1.1em;
	padding-left:90px;
}
.to_archive{
	text-align:right;
	padding-top:5px;
}








/*　セカンドページ　*/

#news .pagenum{
	border-bottom:1px solid #bfbfbf;
	padding-bottom:3px;
	margin-bottom:5px;
}
.front-next{
	text-align:center;
	padding:5px 0px;
}
.show-all{
	text-align:right;
}


#news #pm-detail-cate-tit{
	position:relative;
}

.news-search-box{
	position:absolute;
	top:0px;
	right:5px;
}
.news_search_text{
	font-size:1em;
}



.news-detail-box{
	padding-top:15px;
	margin-bottom:30px;
}


.news-tit{
	border-bottom:1px solid #bfbfbf;
	padding-bottom:3px;
	margin-bottom:20px;
}
.news-tit h3{
	font-size:1.5em;
	font-weight:bold;
	margin:0px;
}
.entry-date{
	color:#808080;
	text-align:right;
/*	border:1px dotted #bfbfbf;
	padding:8px 10px;*/
	margin-bottom:0px;
}



.news-detail-td,
.news-img-td{
	vertical-align:top;
}


.news-img-td{
	width:200px;
	text-align:center;
	padding-left:25px;
}
.news-img-td img{
	border:4px solid #f2f2f2;
}
.news-img-td a:hover img{
	border-color:#dfdfdf;
}

.news-detail-txt{
	font-size:1.1em;
	line-height:1.5;
	margin-bottom:30px;
}
.txt-download{
	background:#f2f2f2;
	padding:8px 10px;
}

.news-detail-imgtxt{
	margin-bottom:10px;
}






