@charset "UTF-8";
/* CSS Document */

.h2_news {
    background: #82a400;
    padding: 2em;
    font-size: 180%;
    text-align: center;
    margin-bottom: 0.75em;
    color: #FFF;
}

.contents {
    max-width: 1000px;
    margin: 0 auto 5em;
    padding: 1em;
}

h3{
	color:#78BC2B;
	margin:2em 0 1em 0;
	font-weight:normal;
	border:1px solid #78BC2B;
	border-bottom:3px solid #78BC2B;
	padding:5px 10px;
    font-size: 105%;
}

#up_ymd{
	text-align:right;
	margin:1em 0 2em;
}

.detailText {
    line-height: 1.4em;
    margin: 1em 1em 2em;
    font-size: 95%;
}

.detailUpfile{
	margin:1em auto;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:75%;	
}