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

/*id系スタイル*/

#wrapper {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
}
#header {
	width:100%;
	background-image:url(../../images/funbg.png);
	background-size:cover;
}
#header img {
	margin-top:10px;
	float:right;
}
#header p {
	font-size:20px;
	line-height:0.8em;
	color:#FFF;
	padding:10px;
	float:left;
}
#tokuten ul li {
	/*list-style-type:disc;
	list-style-position:inside;*/
	list-style:none;
	font-size:10px;
	line-height:1.8em;
}

#what-box ul li {
	list-style-type:decimal;
	list-style-position:inside;
}
nav ul li a {
	width:25%;
	height:35px;
	box-shadow:#000 2px 0px 5px;
	font-size:16px;
	padding:5px 0;
	margin:0 auto 10px auto;
	line-height:0.8em;
	text-align:center;
	float:left;
	box-sizing:border-box;
	background: rgb(254,255,232); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,255,232,1) 0%, rgba(203,206,181,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,232,1)), color-stop(100%,rgba(203,206,181,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,255,232,1) 0%,rgba(203,206,181,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,255,232,1) 0%,rgba(203,206,181,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,255,232,1) 0%,rgba(203,206,181,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(254,255,232,1) 0%,rgba(203,206,181,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#cbceb5',GradientType=0 ); /* IE6-9 */
}
footer {
	position:fixed;
	bottom:0;
	width:100%;
	background: -moz-linear-gradient(top, rgba(40,201,177,0.03) 0%, rgba(86,160,155,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,201,177,0.03)), color-stop(100%,rgba(86,160,155,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(40,201,177,0.03) 0%,rgba(86,160,155,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(40,201,177,0.03) 0%,rgba(86,160,155,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(40,201,177,0.03) 0%,rgba(86,160,155,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(40,201,177,0.03) 0%,rgba(86,160,155,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0828c9b1', endColorstr='#56a09b',GradientType=0 ); /* IE6-9 */
}
footer h4 {
	text-align:center;
	color:#FFFFFF;
	padding:10px 0;
	font-size:10px;	
}