@charset "UTF-8";


#page {
	background-color: #ffffff;
	line-height: 1.3em;
	margin-top: 0px;
	margin-left: auto;
	width: 710px;
	margin-right: auto;
}
#page .contents {
	margin-left: auto;
	width: 690px;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 10px	
}
.contents h2 {
	margin-bottom: 10px;
}
.contents p {
	line-height: 1.45em;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 660px;
	text-align: left;
}
.contents .line {
	width: 690px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("../img/line.gif") repeat-x left;
}
.folderimage {
	width: 675px;
	margin-left: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.folderimage .folder {
	float: left;
	width: 225px;
	text-align: center;
}
.folderpaper {
	margin-left: auto;
	width: 420px;
	margin-right: auto;
	text-align: center;
}
.pagelink{
	text-align: center;
}
h3 {
	border-left:5px solid #999999; /*線の設定*/
	padding:2px 5px; /*余白の設定*/
	margin-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: left;
}

.gaiyoimage{
	margin-top: 10px;
}

/**----------------------
タブレット用
-------------------------*/

@media (max-width: 710px) {
	.contents{
		max-width: 95%;
	}
	.contents .line {
		width: 100%;
		height: 1px;
		margin:10px auto;
		background: url("../img/line.gif") repeat-x left;
	}
	h2 img{
		width: 100%;
		hight: auto;
	}
	.contents p{
		max-width: 100%;
	}
	.folderimage {
		width: 100%;
		margin: 10px 0;
		display: flex;
		flex-wrap: wrap;
    	justify-content: space-between;
	}
	.folderimage .folder {
		width: 33%;
		text-align: center;
	}
	.folderimage .folder img {
		width: 95%;
		hight: auto;
	}
	.folderpaper {
		width: 100%;
		height: auto;
	}
	.folderpaper img {
		width: 65%;
		height: auto;
	}
}
	
/**----------------------
スマホ用
-------------------------*/

@media (max-width: 575px) {
	.contents p {
		font-size: 14px;
		}
	.pagetitle {
		display: none;
		}
	.contents{
		max-width: 95%;
	}
	.contents .line {
		width: 100%;
		height: 1px;
		margin:10px auto;
		background: url("../img/line.gif") repeat-x left;
	}
	.pagetitle_sp img {
		width: 100%;
		hight: auto;
	}
	.contents p{
		max-width: 95%;
	}
	.folderimage {
		width: 95%;
		height: auto;
		margin: 10px 0;
	}
	.folderimage .folder {
		width: 100%;
		height: auto;
		text-align: center;
	}
	.folderimage .folder img {
		width: 80%;
		hight: auto;
	}
	.folderpaper {
		width: 95%;
		height: auto;
	}
	.folderpaper img {
		width: 100%;
		height: auto;
	}

}

/**----------------------
スマホ意以外用
-------------------------*/

@media (min-width: 576px) {
	.pagetitle_sp {
		display: none;
		}
	.contents .line_sp {
		display: none;
	}
}