@charset "Shift_JIS";

/* 要素リセット */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: rgb(102, 102, 102);/* 標準文字色 */
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(bg_3Dc_01.png);
	background-color: rgb(241, 247, 254);
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body
{
    font-size: 70%;
}
/* end */

img
{
    border-top : 0px none;
    border-right : 0px none;
    border-bottom : 0px none;
    border-left : 0px none;
  padding-top : 5px;
  padding-bottom : 5px;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container
{
    width: 900px;
    background-color : rgb(255, 255, 255);
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-bottom: 0;
    zoom: 1;
    background-image : url(bg_3Dc_02.png);
    background-position: top center;
    background-repeat: repeat-x;
}

#hpb-header
{
    width: 900px;
    height: 110px;
    margin-right: auto;
    margin-left: auto;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #38A1A3;
}

#hpb-inner
{
    position: relative;
    width: 900px;
    padding-top: 80px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.hpb-layoutset-02 #hpb-inner
{
    position: relative;
    width: 900px;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

#hpb-inner:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper
{
    width: 580px;
    margin-top: 0;
    margin-right: 0px;
    margin-left: 30px;
    margin-bottom: 0;
    float: left;
    min-height: 200px;
}

* html #hpb-wrapper
{
    width: 581px; /* for IE6 */
    height: 200px;
}

#hpb-title
{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.hpb-layoutset-01 #hpb-title
{
    height: 260px;
}

.hpb-layoutset-02 #hpb-title
{
    padding-top: 10px;
}

#hpb-main
{
    width: 580px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
}

.hpb-layoutset-01 #hpb-main
{
    padding-top: 0px;
}

.hpb-layoutset-02 #hpb-main
{
    padding-top: 5px;
}

#hpb-aside
{
    width : 217px;
    margin-top: 270px;
    margin-right : 15px;
    margin-bottom: 0;
    margin-left: 0;
    float: right;
}

#hpb-aside li ul li{
	overflow: hidden;
	height: 0;
	transition: 2s;
}

#hpb-aside li:hover ul li{
	overflow: visible;
	height: 40px;
}

.hpb-layoutset-02 #hpb-aside
{
    margin-top: 10px;
}


#hpb-footer
{
    width: 900px;
    clear: both;
    margin-top: 7px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}

#hpb-nav {
	position: absolute;
	top: 30px;
	left: 0px;
	margin-top: -25px;
	height: 46px;
	width: 900px;
	overflow: visible;
	float: right;
	background-image: url(menuBg_3Dc.png);
	background-position: left top;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
body
{
}

/* コンテンツ配置領域 */
.hpb-layoutset-01 #hpb-title h2    /* トップ画像固定、スライドショーに変更したため未使用 */
{
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 51px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 900px;
    height: 273px;
    background-image : url(mainimg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size:contain;
}

/* トップページ画像スライドショー 開始 */

.slideshow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide {
/*
  transition: opacity 1s ease-in-out; 
*/
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 900px;
  height: 273px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size:contain;
  animation: slide 30s infinite;
}

.top_image1 {
  background-image: url('image/mainimg1.png');
  opacity: 0;
}
.top_image2 {
  background-image: url('image/mainimg2.png');
  opacity: 0;
}
.top_image3 {
  background-image: url('image/mainimg3.png');
  opacity: 0;
}
.top_image4 {
  background-image: url('image/mainimg4.png');
  opacity: 0;
}
.top_image5 {
  background-image: url('image/mainimg5.png');
  opacity: 0;
}

.slide:nth-of-type(1) {
  animation-delay: 0s;
}
.slide:nth-of-type(2) {
  animation-delay: 6s;
}
.slide:nth-of-type(3) {
  animation-delay: 12s;
}
.slide:nth-of-type(4) {
  animation-delay: 18s;
}
.slide:nth-of-type(5) {
  animation-delay: 24s;
}

@keyframes slide {
  0% { opacity: 0; }
  10% { opacity: 1; }
  20% { opacity: 1; }
  30% { opacity: 0; }
  100% { opacity: 0; }
}

.slideshow:hover .slide {
  animation-play-state: paused;
}

/**** トップページ画像スライドショーここまで ****/

.hpb-layoutset-02 h2
{
    background-image : url(titleBg_3Dc.png);
    background-position: top right;
    background-repeat: repeat-x;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    height: 45px;
    padding-top: 15px;
    text-align: left;
    overflow: hidden;
    line-height: 1.1em;
}

.hpb-layoutset-02 h2 span.ja
{
    font-size: 1em;
    color: #ffffff;
    padding-right: 0;
    padding-left: 15px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.hpb-layoutset-02 h2 span.en
{
    font-size: 0.8em;
    color: #1F445E;
    font-weight: normal;
    padding-left: 15px;
    text-transform: capitalize;
    font-weight: normal;
}

/* ナビゲーション */
#hpb-nav ul
{
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
    list-style-type: none;
    overflow: hidden;
}

#hpb-nav ul:after {
	content: ".";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}

#hpb-nav li {
	display: block;
	width: 128px;
	background-image: url(menuBg_3Dc_01_01.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
}

#hpb-nav li span.ja
{
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    padding-top: 13px;
    padding-left: 0px;
    padding-right: 0px;
}

#hpb-nav li span.en
{
    display: block;
    text-align: center;
    color: #ADEBF8;
    font-size: 12px;
    line-height: 12px;
    padding-top: 0px;
    padding-left: 0px;
}

#hpb-nav a:hover
{
	text-decoration: none;
	background-image: url(menuBg_3Dc_01_on.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-weight: bold;
}
#hpb-nav a:active
{
    text-decoration: none;
    background-image : url(menuBg_3Dc_01_on.png);
    background-position: top left;
    background-repeat: repeat-x;
}

#hpb-nav a:link
{
    text-decoration: none;
}
#hpb-nav a:visited
{
    text-decoration: none;
}

#hpb-nav li a
{
    display: block;
    text-align: center;
    line-height: 46px;
    height: 46px;
}

#hpb-nav li:hover a
{
	display: block;
	text-align: center;
	line-height: 23px;
	height: 46px;
}

#hpb-nav li ul {
	display: none;
	position: absolute;
	line-height: 23px;
	height: 23px;
	overflow: visible;
}

#hpb-nav li:clicked ul {
	display: block;
}

#hpb-nav li:hover ul {
	display: block;
}

#hpb-nav li ul li {
	display: block;
	line-height: 23px;
	height: 23px;
	float: none;
}

#hpb-nav li ul a {
	display: block;
	text-align: center;
	line-height: 23px;
	height: 23px;
	color: #FFFFFF;
	font-size: 16px;
}

#hpb-nav li ul a:hover {
	display: block;
	text-align: center;
	line-height: 23px;
	height: 23px;
	color: #FFFFFF;
	font-size: 16px;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#banner
{
    width: 218px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #1F445E;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #1F445E;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #1F445E;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #1F445E;
    background-color : rgb(236, 247, 247);
}


#shopinfo
{
    width: 220px;
}

#hpb-aside #shopinfo h3
{
    width: 220px;
    height: 26px;
    line-height: 26px;
    padding-left: 0px;
    background-color: #FFFFFF;
    color: #1F445E;
    font-weight: bold;
}

#shopinfo
{
    margin-top: 20px;
    color: #666666;
    font-weight: bold;
}


