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

/*
==========================================================
トップページ
==========================================================
*/


@media print, screen and (min-width: 641px) {
	
	#topImage {
	background-image: url(images/topImage.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
	h3 {
	font-size: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 30px;
	line-height: 1.2em;
	display: block;
	overflow: hidden;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
}


@media screen and (max-width: 640px) {
	
	#topImage {
	background-image: url(images/topImage.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
	h3 {
	font-size: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 30px;
	line-height: 1.2em;
	display: block;
	overflow: hidden;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



}

