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

.h1_page {
    background: url("../img/bg_h1.jpg") no-repeat center right;
}

@media screen and (max-width: 780px) {
    .h1_page {
        background-position: center;
        background-size: auto 100%;
    }
}

h2 {
    line-height: 1.4em;
}

#up_ymd{
	text-align:right;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	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:11px;	
}
