body{
	/*font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	min-height: 100vh;
	font-size:13px;
}
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:left;
	font-size:13px;
	margin:5px 0;
}
.detailText{
	line-height:1.8;
	margin-bottom:50px;
	font-size:17px !important;
}

.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display: inline-block;
    margin-top: 25px;
    padding: 12px 20px;
    border: 1px solid #aaa;
    color: #999;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;
}
.content{
	width:60%;
	margin:auto;
	margin-top:50px;
    padding-bottom: 90px;
}

.detailText span{
	font-size:17px !important;
}
#header_image{
	background:url(../../img/sec2_bg.png) no-repeat;
	/*background-size:auto 300px;*/
	background-size:100% 300px;
	width:100%;
	height:300px;
}

@media only screen and (max-width: 769px){
	#header_image{
	    background-size: 100% 185px !important;
	    min-height: 200px;
	}
}
@media only screen and (max-width: 480px){
	#header_image {
	    background-size: 100% 135px !important;
	    min-height: 135px;
	}
	#header_image .caption p{
		line-height: 24px;
	    font-size: 15px !important;
	}
	.content{
		width: 85%;
	}
	.detailText span {
    	font-size: 15px !important;
	}
}
@media only screen and (max-width: 375px){
	
}
@media only screen and (max-width: 360px){
	
}
@media only screen and (max-width: 320px){
	
}