﻿@charset "utf-8";

header {
    position: fixed;
	width: 100%;
	height: auto;
    top: 0;
    right: 0;
    z-index: 9999;
	background-color: #ffffff;
	background-image:url("../images/header/bg.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position : 0% 30%;
}
header h1 {
	float: none;
	margin: auto;
	text-align: center;
	padding: 5% 0 3.5% 0;	
}
header h1 img {
	width: 60%;
	height: auto;
}
header ul {
	background-color: #a21616;
	background-image: linear-gradient(180deg, #9f1d22, #ff8080);
}
header ul li {
	float: left;
	width: 49.5%;
	border-right: 1px solid #fff;
	_background-color: #a21616;
}
header ul li img {
	width: 100%;
}
#Main {
    position: fixed;
	width: 100%;
	height: auto;
    top: 0;
    right: 0;
    z-index: 9999;
}



footer {
    position: fixed;
    bottom: 0;
	text-align: center;
	margin: auto;
	_background-color: #fff;
}
footer ul {
	_width: 100%;
	background-color: #fff;
	border-top: 2px solid #ebebeb;
}
footer ul li {
	float: left;
	width: 16.66666%;
}
footer ul li img {
	width: 100%;
}
footer p {
	background-color: #fff;
}
footer p img {
	width: 100%;
	vertical-align: middle;
	margin: 1.25% 0 1% 0;
}

#Fuki {
	background: none;
	text-align: right;
	margin-right: 1%;
	margin-bottom: -1%;
}
#Fuki img {
	width: 17.5%;
	vertical-align: middle;
	margin: 0;
	z-index: 999999;
}

/* フッター電話 */
#Ftel {
	margin: auto;
	text-align: center;
	padding-top: 6%;
	padding-bottom: 0%;
}

#Ftel div {
	width: 100%;
	text-align: center;
	margin: auto;
}
#Ftel div img {
	width: 40%;
	margin-bottom: 2.0%;
}
#Ftel dl dt {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 1.0%;
}
#Ftel dl dt span img {
	width: 7%;
	margin-top: 1.5%;
	margin-right: 8px;
	display: inline-block;
}
#Ftel dl dd {
	font-size: 10px;
}

/* コピーライト */
#CopyRight {
	margin: auto;
	text-align: center;
	padding-top: 2%;
	line-height: 1.4;
	padding-bottom: 20%;
}
#CopyRight small {
	font-size: 10px;
	color: #8b8b8b;
}

#CopyRight a:link {
    text-decoration: none;
    color: #8b8b8b;
	}

#CopyRight a:visited {
    text-decoration: none;
    color: #8b8b8b;
	}

#CopyRight a:active { 
    text-decoration: none;
    color: #8b8b8b;
    }

#CopyRight a:hover {
    text-decoration: none;
    color: #8b8b8b;
    }