/*----- 1440px 以上 -----*/
@media screen and (min-width:1440px)
{
	h2 {
		text-indent:20%;
		background: #dfefff;
		box-shadow: 0px 0px 0px 5px #dfefff;
		border: dashed 1px #96c2fe;
		padding: 0.2em 0.5em;
		color: #454545;
	}

	p {
		margin: 0px 20% 0px 20%;
	}
}


/*----- 1440px 以下 -----*/
@media screen and (max-width: 1440px)
{
	h2 {
		text-indent:10%;
		background: #dfefff;
		box-shadow: 0px 0px 0px 5px #dfefff;
		border: dashed 1px #96c2fe;
		padding: 0.2em 0.5em;
		color: #454545;
	}

	p {
		margin: 0px 10% 0px 10%;
	}
}


/*----- 1024px 以下 -----*/
@media screen and (max-width:1024px)
{
	h2 {
		text-indent:5%;
		background: #dfefff;
		box-shadow: 0px 0px 0px 5px #dfefff;
		border: dashed 1px #96c2fe;
		padding: 0.2em 0.5em;
		color: #454545;
	}

	p {
		margin: 0px 5% 0px 5%;
	}
}


/*共通*/
div.bunner_back
{
	background-repeat: repeat-x;
	background-image: url("../img/bunner_back.png");
	text-align:center;
}

img#bunner_fore
{
	width: 80%;
	max-width: 1024px;
}