@charset "UTF-8";
/* CSS Document */

/*pc-----------------------------------------------*/

@media screen and (min-width: 641px){

/*見出し*/
h2{
	border-top:#000000 1px solid;
	border-bottom:#000000 1px solid;
	font-size:21px;
	padding:20px;
	margin-bottom:30px;
	letter-spacing:2px;
	clear:both;
}
}

/*mb-----------------------------------------------*/

@media screen and (max-width: 640px){
	
#complete{
	width:90%;
	margin:0px auto;
}

/*見出し*/
h2{
	border-top:#000000 1px solid;
	border-bottom:#000000 1px solid;
	font-size:21px;
	padding:20px;
	margin-top:20px;
	margin-bottom:30px;
	letter-spacing:2px;
	clear:both;
}
}