﻿@charset "UTF-8";

body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
}

/**
	#wrap
*/
#warpper {
	width: 1024px;
	margin: 0px auto 0px auto;
	position: relative;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	clear: both;
}

/**
	nav
*/
#nav-warp {
	height: 60px;
} 
#g-nav {
	width: 1024px;
	height: 60px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
#g-nav ul{
	width: 1024px;
	height: 100%;
	display: table;
	table-layout: fixed;
	background-color: orange;
}
#g-nav ul>li{
	padding: 20px 0;
	display: table-cell;
	text-align: center;
}
#g-nav ul>li a{
	display: block;
	width: 100%;
	height: 100%;
/*	text-indent: -9999em; */
	text-decoration: none;
}
.nav01 {
	background-image: url('../img/nav01.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
.nav01:hover {
	background-image: url('../img/nav01hv.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
.nav02 {
	background-image: url('../img/nav02.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
.nav02:hover {
	background-image: url('../img/nav02hv.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
.nav03 {
	background-image: url('../img/nav03.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
.nav03:hover {
	background-image: url('../img/nav03hv.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
.nav04 {
	background-image: url('../img/nav04.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
.nav04:hover {
	background-image: url('../img/nav04hv.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

/**
	header
*/
header {
	width: 100%;
	clear: left;
	background-color: #f3f3f3;
}
header h1 {
	font-size: 32px;
}

/**
	#side
*/
#left {
	width: 200px;
	height: 8000px;
	background-color: #c3c3c3;
	float: left;
}
.midPanel {
	width: 80px;
	height: 80px;
	margin: 10px 0px 0px 13px;
	float: left;
}

#side ul {
	overflow: hidden;
}
.selSize {
	width: 100px;
}

form {
	width: 180px;
	height: 180px;/*
	background-color: #ffa500;*/
	font-size: 14px;
	margin: 20px 10px 10px 10px;
}

#planList {
	width: 180px;
	height: 380px;/*
	background-color: #9370db;
	border: solid 1px #FFFFFF;*/
	margin: 10px 10px 10px 10px;
	clear: left;
}
#planList ul {
	width: 180px;
	height: 330px;
	overflow: hidden;
	background-image: url('../img/sidePlan.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	padding: 20px 0px 0px 0px;
}
#planList ul>li {
	width: 180px;
	margin: 0px 0px 5px 0px;;
}
#planList li>h1 {
	color: #FF3333;
	font-weight: bold;
}
#planList li>p {
	font-size: 14px;
}
#planList p>.price {
	color: #FF3333;
}

/**
	main
*/
#main {
	width: 600px;
	height: 8000px;
	background-color: #8a2be2;
}

.pr {
	width: 580px;
	height: 80px;/*
	background-color: #008080;*/
	font-size: 16px;
	float: left;
	padding: 10px 10px 10px 10px;
}

#ranking {
	width: 600px;
	height: 500px;/*
	background-color: #ffd700;*/
	float: left;
}
#ranking h1>img {
	margin: 0px 23px;
}
#ranking dl {
	width: 170px;
	height: 625px;
}
#ranking dl>dt {
	width:150px;
	height: 20px;
	margin: 0px auto;
}
#ranking article>ul {
	width:170px;
	overflow: hidden;
}
#ranking ul>li {
	width: 150px;
	height: 200px;
	margin: 0px auto;
}
#ranking li>h1 {
	color: #FF3333;
	font-weight: bold;
}

#ranking li>p {
	font-size: 14px;
}

#ranking article {
	width: 170px;
	height: 450px;
	float: left;
	/* 当面無理そう 
	overflow: auto;*/
	margin: 20px 0px 23px 22px;
}
/**
	ranking内画像
*/
.rankImg {
	width: 100px;
	height: 100px;
	margin: 0px 25px;
}
.rankImg:hover {
	position: relative;
}
.rankImg:hover .imgPop {
	display: block;
}
.imgPop {
	display: none;
	position: absolute;
}
/**
	imgPop Position指定
*/
.posTop {
	top: 0px;
}
.posBtm {
	bottom: 0px;
}
.posLeft {
	left: 0px;
}
.posRight {
	right: 0px;
}
.posTmid {
	top: -100px;
}
.posSmid {
	left: -100px;
}

/**
	footer
*/
footer {
	width: 800px;
	height: 60px;
	clear: both;
}
.logoImg {
	width: 100px;
	height: 63px;
	float:left;
}
address {
	width: 300px;
	height: 60px;
	font-size: 14px;
	float: left;
}
footer p>small {
	font-size: 10px;
}
footer p>a {
	text-decoration: none;
}

.fixed {
  position: fixed;
  top: 0;
/*  left: 0; */
  width: 100%;
  z-index: 999;
 }
 /*
  * Slideshow
  */
 #slideshow {
  width: 1000px;
  height: 750px;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
}

.flontImg {
  position: absolute;
  z-index: 1;
}

.backImg {
  position: absolute;
  z-index: 0;
}