@charset "utf-8";

/*ページタイトル*/

h2.h2PageTitle {
	background-image: url(../img/syuttyou/h2PageTitle.jpg);
}

/*コンテンツ*/

div.syuttyouBox {
	height: auto;
	width: 700px;
	margin: 0px auto;
}

div.syuttyouBox h3 {
	height: 60px;
	width: 700px;
	padding-bottom: 30px;
	text-indent: -9999px;
	oversyuttyou: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

h3.syuttyouTitle01 {
	background-image: url(../img/syuttyou/h3Title01.jpg);
}

p.syuttyouText {
	padding: 20px 60px;
	font-size: 13px;
	line-height: 32px;
	color: #333333;
	text-align: left;
}

p.pagetopText {
	padding-top: 25px;
	padding-bottom: 35px;
	text-align: right;
}

p.pagetopText a {
	text-decoration: none;
	color: #666;
}

p.pagetopText a:hover {
	color: #999;
}


/*-------------640以下ここから-------------*/

@media screen and (max-width: 640px){

div.syuttyouBox {
	height: auto;
	width: 100%;
	margin: 0px auto;
}

div.syuttyouBox h3 {
	height: auto;
	width: 95%;
	margin: 0px auto 20px auto;
	padding: 1em 0 0.8em 0.75em;
	border-left: 6px solid #009143;
	border-bottom: 1px solid #009143;
	background-image: none;
	background-color: #F5FBF9;
	text-indent: inherit;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background-image: none;
	background-color: #F5FBF9;
}

div.syuttyouBox img {
	height: auto;
	width: 100%;
	background-size: contain;
}

p.syuttyouText {
	padding: 20px 10px;
}


}