body{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 30px;
	width: 80%;
	max-width: 100%;
	margin-right: 4%;
	margin-left: 4%;
	height: 100vh;
}
h2{
	font-size: 28px;
	line-height: 32px;
	color: #369;
	margin:10px 0px 30px 0;
	font-weight:normal;
	border-bottom:1px solid #3D79B6;
	padding:15px 20px;
	text-shadow:1px 1px 0px #fff;
	
/* 	background: rgb(255,255,255); /* Old browsers */
/* 	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, /* rgba(255,255,255,1) 100%); /* FF3.6+ */
/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
/* 	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
/* 	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
/* 	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
/* 	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
	
	/* IE6-9 */
}
#up_ymd{
	text-align:right;
	font-size:15px;
	margin:5px 10px;
	font-weight: bold;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.detailText{
	margin-bottom: 30px;
	
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;

}
.backORcloseBtn a{
	display:inline-block;
	padding:10px 25px;
	border:1px solid #aaa;
	color:#999;
	border-radius:5px;
	text-decoration:none;
	font-size:13px;
	position: fixed;
	top: 10px;
	right: 30px
}
.detailUpfile img{
	max-width:80%;
	height:auto;
}
.pNav{
	font-size:13px;	
}
@media screen and (max-width: 620px) {
h2{
	font-size: 28px;
	line-height: 32px;
	color: #369;
	margin:10px 0px 30px 0;
	font-weight:normal;
	border-bottom:1px solid #3D79B6;
	padding:15px 20px;
	text-shadow:1px 1px 0px #fff;	
}
#up_ymd{
	text-align:right;
	font-size:12px;
	margin:5px 10px;
	font-weight: bold;
}
}