@charset "utf-8";

/*=======================================================
	common
=======================================================*/

html {}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #081124;
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	font-size: 16px;
	background: url(../images/bg-afternoon.jpg) center top no-repeat #131313;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
p {
	margin: 0 0 16px 0;
	padding: 0;
	line-height: 2;
	clear: both;
}
li {
	list-style: none;
}

a {color: #000;}
a:active {color: #000;}
a:hover {color: #fe7000;text-decoration: none;}
a:visited {color: #000;}

.cel_c{
	text-align:center;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

h1{
	margin-bottom: 0px;
}
h1 img{
	width:780px;
}
section{
	width:960px;
	margin: 0 auto 8px;
	padding:96px 0;
	background: url(../images/bg-information_01.png) center top no-repeat,
		url(../images/bg-information_03.png) center bottom no-repeat;
}
section div{
	margin: 0;
	padding:0 96px 0;
	background: url(../images/bg-information_02.png) center top repeat-y;
	text-shadow:1px 1px 1px #faf3e7;
}
h2{
	font-size:32px;
	margin-bottom:24px;
}
section p{
	font-weight: bolder;
	text-align: center;
}
section p.btn{
	text-align:center;
	margin-bottom: 0;
}

section p.btn a{
	display: block;
	margin: 24px auto 0;
	font-size: 18px;
	width: 400px;
	padding: 8px 0;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: 0 0 8px #000;
	border: 1px solid #21b4e2;
	background: #b7deed; /* Old browsers */
	background: -moz-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
}
section p.btn a:hover{
	background: #b7deed; /* Old browsers */
background: -moz-linear-gradient(top, #b7deed 0%, #21b4e2 49%, #71ceef 50%, #b7deed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b7deed 0%,#21b4e2 49%,#71ceef 50%,#b7deed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b7deed 0%,#21b4e2 49%,#71ceef 50%,#b7deed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
}

footer{
	background: #131313;
	color:#f0f0f0;
	font-size: 12px;
	text-align: left;
	padding:40px 0 24px;
}
footer a {color: #ffb200; text-decoration: none;}
footer a:active {color: #ffb200;}
footer a:hover {color: #fe7000; text-decoration: underline;}
footer a:visited {color: #ffb200;}

footer p{
	width:960px;
	margin:0 auto 16px;
}


@media screen and ( max-width:750px ){
	body {
		background-size: 400%;
	}
	p {
		line-height: 1.6;
	}
	h1 img{
		width:100%;
	}
	section{
		width:100%;
		padding:32px 0 24px;
		text-align: center;
		background: url(../images/bg-information_01.png) center top no-repeat,
			url(../images/bg-information_03.png) center bottom no-repeat;
		background-size: 120%; 
	}
	section div{
		margin: 0;
		padding:0 8px 16px;
		background: url(../images/bg-information_02.png) center top repeat-y;
		text-shadow:1px 1px 1px #faf3e7;
	}
	h2{
		font-size:16px;
		margin-bottom:24px;
	}
	section p{
		text-align: left;
	}
	section p.btn a{
		width: 90%;
		padding: 8px 0;
	}
	section p.btn a{
		font-size: 16px;
		padding: 8px 0;

	}
	footer{
		padding:24px 0 8px;
	}
	footer p{
		width:96%;
		margin:0 auto 16px;
	}
}

