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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;

}

#title {
	width: 100%;
	min-width: 1000px;
	height: 600px;
	background: url(../images/contact/p04_background01.jpg) no-repeat;
	background-position: center center;
	background-size: 100%;
	margin: 0px;
	padding: 0px;
}


#container {
	width: 950px;
	left: 0px;
	right: 0;
	margin: 0 auto;

}

.clear { 
    display: none;
 }

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#mainmenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 0px; 
	position: fixed; 
	z-index: 999;
	
}


#header {
	width: 950px;
	height: 50px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#header h1, #footer p, #address h3 {
	margin: 0px;
	padding: 0px;
}


#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.logo {
	float: left;
		margin: 0px;
}

.sns {
	float: right;
}


.sns:hover {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
transition: 0.2s ease-in-out;
}




#nav {
	position: relative;
	padding-left: 0px;
	margin: 0px;
	clear: both;
	width: 950px;
		z-index: 100;
}




#nav ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
	clear: both;
}

#nav ul li {
	float: left;
}

.nav01 a img {
	background-image: url(../images/other/menu_top_over.png);
	background-repeat: no-repeat;
	opacity: 0.0;
}

.nav01o{
    position: absolute;
    left: 0px;
    top: 0px;
	z-index: -100;
}

.nav02 a img {
	background-image: url(../images/other/menu_over.png);
	background-repeat: no-repeat;
	opacity: 0.0;
}

.nav02o{
    position: absolute;
    left: 120px;
    top: 0px;
	z-index: -100;
}

.nav03 a img {
	background-image: url(../images/other/menu_over.png);
	background-repeat: no-repeat;
	opacity: 0.0;
}

.nav03o{
    position: absolute;
    left: 286px;
    top: 0px;
	z-index: -100;
}

.nav04 a img {
	background-image: url(../images/other/menu_over.png);
	background-repeat: no-repeat;
	opacity: 0.0;
}

.nav04o{
    position: absolute;
    left: 452px;
    top: 0px;
	z-index: -100;
}

.nav05 a img {
	background-image: url(../images/other/menu_over.png);
	background-repeat: no-repeat;
	opacity: 0.0;
}

.nav05o{
    position: absolute;
    left: 618px;
    top: 0px;
	z-index: -100;
}


.nav06 a img {
	background-image: url(../images/other/menu_access_over.png);
	background-repeat: no-repeat;
	opacity: 0.0;
}

.nav06o{
    position: absolute;
    left: 784px;
    top: 0px;
	z-index: -100;
}



a:hover img {
 opacity: 1.0;
}
 
a img {
 transition: opacity 0.3s ease-in;
}


#contents {
	padding: 0px;
	left: 0px;
	right: 0;
	text-align: center;
	margin-top: 180px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}




#contents h1, #footer p, #address h3 {
	margin: 0px;
	padding: 0px;
}

#contents h1, h2 {
	text-align: left;
}

#productmenu {
	position: relative;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 200px;
	margin-left: 0px;
	clear: both;
	width: 950px;
		z-index: 100;
}



.pro01 a img  {
	transition: opacity 0.4s ease-out;
}

.pro01 a:hover img   {
	background-image: url(../images/product/p02_menu_fuji_s.png);
	background-repeat: no-repeat;
    opacity: 0.7;
}







#orderperiod ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#orderperiod ul li {
	text-align: left;
	margin: 0px;
}



#form {
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;

}



#address {
	margin-top: 50px;
	text-align: center;	
	clear: both;
	
}


#footer p {
	margin-top: 50px;
	text-align: center;
}
