@charset "UTF-8";

h2 {
	font-size: 16px;
	color: #369;
	margin: 10px 0px 10px 0;
	font-weight: normal;
	border: 1px solid #3D79B6;
	border-bottom: 3px solid #3D79B6;
	padding: 5px 10px;
	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: 13px;
	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: 12px;
	padding:0.5em 0;
}
.detailText {
	font-size: 16px;
	line-height:1.6;
	font-family: sans-serif;
	text-align:left;
	width: 600px;
	margin:0 auto;
	padding:0;
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {
	.detailText {
		width: 100%;
	}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {