
.black_bold {
	font-weight: bold;
}

.sideMainBtn h4 {
	width: 100%;
	height: auto;
}

.sideMainBtn ul {
	clear: both;
	margin-top: 10px;
}


/* PC用 */
@media screen and (min-width: 769px){	



	
#npmenTitle01 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 5%;
	border-top: 2px solid #C9CFCF;
	border-bottom: 2px solid #C9CFCF;
	margin-top: 20px;
	margin-bottom: 20px;
}

h5 {
	font-size: 120%;
	border-left: 5px solid #333;
	border-bottom: 1px solid #C9CFCF;
	padding: 1%;
	margin-top: 50px;
	margin-bottom: 20px;
}

.aSpimg {
	width: 40%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0%;
	margin-right: 60%;
	padding: 5px;
	border: 1px solid #C9CFCF;
}


}


/* tablet用 */
@media screen and (max-width: 768px){
	
header {
	width: 100%;
	height: auto;
	border-bottom: 5px solid #0059AB;
}

#npmenTitle01 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 5%;
	border-top: 2px solid #C9CFCF;
	border-bottom: 2px solid #C9CFCF;
	margin-top: 20px;
	margin-bottom: 20px;
}

h5 {
	font-size: 120%;
	border-left: 5px solid #333;
	border-bottom: 1px solid #C9CFCF;
	padding: 1%;
	margin-top: 50px;
	margin-bottom: 20px;
}

.aSpimg {
	width: 60%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0%;
	margin-right: 40%;
	padding: 5px;
	border: 1px solid #C9CFCF;
}
	
}


/* スマートフォン  */
@media screen and (max-width:640px){
	

	
#npmenTitle01 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 5%;
	border-top: 2px solid #C9CFCF;
	border-bottom: 2px solid #C9CFCF;
	margin-top: 20px;
	margin-bottom: 20px;
}

h5 {
	font-size: 120%;
	border-left: 5px solid #333;
	border-bottom: 1px solid #C9CFCF;
	padding: 1%;
	margin-top: 50px;
	margin-bottom: 20px;
}

.articleImgLeft {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

.articleImgTextRight {
	width: 100%;
	float: none;
}

.aSpimg {
	width: 60%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20%;
	margin-right: 20%;
	padding: 5px;
	border: 1px solid #C9CFCF;
}


}