#header {
	position: inherit;
	z-index: 9998;
}

#header #inner {
	width:90%;
	margin:auto;
	float: left;
}

#slide {
    height: 650px;
}

#slide_navi {
	top:560px;
}

#footer {}

#footer #inner {
	max-width: 80%;
	height: 250px;
	margin:auto;
	padding-top:100px;
	padding-bottom:100px;
	background: #fff;
}

#footer #inner .tolist {
	font-family: Gotham SSm, sans-serif;
	font-size: 11px;
	line-height: 11px;
	background: url(../img/common/tolist_bg.png) no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	width: 110px;
	height: 30px;
}


#footer #inner .tolist a:link {
	color:#555555;
	text-decoration: none;
}
#footer #inner a:visited {
	color:#555555;
	text-decoration: none;
}
#footer #inner a:hover {
	color:#999999;
	text-decoration: none;
}

#footer #inner .title {
	/*border-bottom: 1px solid #ccc;*/
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: none;
	font-family: Gotham SSm, sans-serif;
	font-size: 14px;
	/*font-weight:600;*/
	font-weight: bolder;
		}

#footer #inner .title a {
    color: #333;
    text-decoration: none;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: none;
	font-family: Gotham SSm, sans-serif;
	font-size: 14px;
	/*font-weight:600;*/
	font-weight: bolder;
}
#footer #inner .title a:hover {
	color: #333;
    text-decoration: none;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: none;
	font-family: Gotham SSm, sans-serif;
	font-size: 14px;
	/*font-weight:600;*/
	font-weight: bolder;
}

#footer #innerall {
	width: 100%;
	float: right;
}
#footer #innerbox {
	width:20%;
	min-width: 150px;
	line-height: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0 0 0 0px;
	float:left;
}


#footer #logo {
	width:10%;
	line-height: 1px;
	padding-left: 0px;
	padding-right:50px;
	padding-top: 0;
	padding-bottom: 75px;
	margin:0;
}
/*cont*/
#cont{}

#cont #inner{
	width: 90%;
	margin: auto;
	padding-top:50px;
	padding-bottom: 50px;
}

#cont #inner .bg-bk{
	background-color: #000000;
}

#cont #inner .bg-why{
	background-color: #FFFFFF;
}

#cont #inner .bg-gry{
	background-color: #EEEEEE;
}


/*top back */
#back {
	position: absolute;
	right: 20px;
	top: -105px;
	width: 35px;
	height: 35px;
	overflow: hidden;
}

#copyright{
	width: 100%;
	background: #CCC;
	float: left;
}

#copyright #inner {
	max-width: 90%;
	height: 150px;
	margin:auto;
	padding-top:50px;
	padding-bottom:10px;
	text-align: center;
	font-size: 11px;
	font-family: Gotham SSm, sans-serif;
	color: #FFFFFF;
}

#copyright #snsico {
	max-width: 250px;
	height: 30px;
	margin:auto;
	margin-top: 20px;
	text-align: center;
}

#snsbxarx #snsicoarx {
	margin:auto;
float: left;
}

#snsheadbx{
	width:200px;
	height: 40px;
	float:right;
	margin-right: 10%;
	margin-top: 8px;
}

#snsheadbx #snsico{
	width: 40px;
	float: right;
	margin-right: 10px;
}


#pagetop {
	position:fixed;
	bottom:100px;
	right:5%;
}

.error_block {
	border: 2px #c73f51 solid;
	margin-bottom: 35px;
	color:#c73f51;
	padding:20px;
}


