@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #f5f5f5;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing: 0.1em;
}

/* 写真 */
img.picture {
    border: 1px solid #ccc;
}


/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
 
    height:auto;

/*    background: #fff; */
/*    background: url("../img/background/0002.jpg") ;  */
/*    background-attachment: fixed; */

    }

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0 30px;
/*    width: 980px; */
    background: #fff;
    text-align: left;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}


/* ==============================================
 カラム指定
=============================================== */

/* メイン部
----------------------------------------------- */
#main_column {
    padding: 10px 0 0;
}

/* 1カラム時 */
#main_column.colnum1 {
    margin: 0 auto;
    width: 80%;
}

/* 2カラム時 (共通) */
#main_column.colnum2 {
    width: 78%;
}

/* 2カラム時 (メイン部が左) */
#main_column.colnum2.left {
    padding-left: 1.5%;
    float: left;
}

/* 2カラム時 (メイン部が右) */
#main_column.colnum2.right {
    padding-right: 1.5%;
    float: right;
}

/* 3カラム時 */
#main_column.colnum3 {
    padding-left: 0.5%;
    width: 59%;
    float: left;
}

/* サイドカラム
----------------------------------------------- */
.side_column {
    padding: 10px 0 0;
}
#leftcolumn {
    float: left;
    width: 20%;
}
#rightcolumn {
    float: right;
    width: 20%;
}

/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0px;
    background: #fff;
    text-align: left;
    clear: both;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #39c;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
    color: #f60;
    text-decoration: underline;
}


/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    color: #f00;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}


/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
select {
    border: solid 1px #ccc;
}
input[type='text'],
input[type='password'] {
    border: solid 1px #ccc;
    padding: 2px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top { /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 5px;
}


/* タイトル
----------------------------------------------- */
h2.title {
    margin-bottom: 10px;
    padding: 8px;
    border-top: solid 1px #ebeced;
/*    color: #f60; */
    color: #000000;

/*    background: -moz-linear-gradient(left, #808080, rgba(128,128,128,0));  */
/*    background: -webkit-gradient(linear, left top, right top, from(#808080), to(rgba(128,128,128,0)));  */
/*
    background: -moz-linear-gradient(white, gray); 
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(gray));
    background: -ms-linear-gradient(white, gray);
*/
    background: -moz-linear-gradient(white, #b0c4de);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#b0c4de));
    background: -ms-linear-gradient(white, #b0c4de);

/*
    background: -moz-linear-gradient(white, #FAAC58); 
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#FAAC58));
    background: -ms-linear-gradient(white, #FAAC58);
*/



/*    background: url("../img/background/bg_tit_sub_01.jpg") repeat-x left bottom; */
/*    background-color: #fef3d8; */

    font-size: 170%;
    font-family: "HG丸ｺﾞｼｯｸM-PRO";
}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    color: #f60;
    background: url("../img/background/line_01.gif") repeat-x left bottom;
    font-size: 120%;
}

#undercolumn_cart2 h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    color: #f60;
    background: url("../img/background/line_01.gif") repeat-x left bottom;
    font-size: 140%;
}




div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
/*    border-top: solid 3px #f90; */
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    min-height: 82px;
/*    background: url("../img/common/bg_header.gif") repeat-x bottom #fffaf0; */
/*    background: url("../img/common/bg_header.jpg") ; */
/*    width: 980px; */
    background-color:#FFFFFF;
    margin: 0px auto;
}
#header {
    margin: auto;
/*    width: 980px; */
}
#header_utility {
    float: right;
/*    width: 580px;  */
/*    width: 580px; */
}
#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}


/* ロゴ
----------------------------------------------- */
#logo_area {
/*    padding-left: 10px; */
    padding-top: 2px;
    float: left;
/*    width: 390px; */
    width:270px;
    text-align: left;
}
#site_description {
    font-size: 90%;
}


/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
/*    padding-top: 20px; */
/*    padding-top: 10px; */
    float: right;
    width: 650px;
/*    width: 800px; */
    height: 60px;
}

div#header_navi ul li {
    display: block;
    float: left;
}
div#header_navi ul li.card,
div#header_navi ul li.mypage,
div#header_navi ul li.entry,
div#header_navi ul li.cart {
    margin-top: 6px;
}

/* 追加 */
div#header_navi ul li.mypage2 {
    margin-top: 6px;
    float:right;
/*    padding-right:20px; */
}

/* 追加 */
div#header_navi ul li.mypage3 {
    margin-top: 6px;
    float:right;
}

div#header_navi span {
    display: block;
    padding-left:100px;
    float: bottom;
}


/* 試しに作成する */

/*
#tabmenu {
 width: 600px;
 padding: 0;
 margin: 0;
 list-style-type: none;
 border-radius: 5px;
}

#tabmenu li {
 width: 16.6%;
 float: left;
 padding: 0;
 margin: 0;
 text-align: center;
}

#tabmenu li a {
 width: auto;
 color: #fff;
 background: #ff7400;
 background-image: -webkit-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
 background-image: -moz-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
 background-image: -o-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
 background-image: -ms-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
 background-image: linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
 font-size: 14px;
 font-weight: bold;
 margin: 0;
 padding: 12px 0;
 text-decoration: none;
 text-shadow: 0 1px 1px rgba(0,0,0,0.9);
 display: block;
 border-left: 1px solid rgba(255,255,255,0.2);
 border-right: 1px solid rgba(0,0,0,0.2);
}

#tabmenu li:first-child a {
  border-left: 0px;
  border-radius: 5px 0 0 5px;
}

#tabmenu li:last-child a {
  border-right: 0px;
  border-radius: 0 5px 5px 0;
}
#tabmenu li a:hover {
 background-image: -webkit-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
 background-image: -moz-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
 background-image: -o-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
 background-image: -ms-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
 background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
}
*/

#tabmenu {
	  width:530px;
	  padding:0;
	  margin:0;
	  list-style-type: none;
	}

#tabmenu li {
	  width:20%;
	  float:left;
	  padding:0;
	  margin:0;
	  text-align:center;
	}

#tabmenu li a {
	  width:auto;
	  color:#fff;
	  font-size:12px;
	  font-weight:bold;
	  text-shadow:0 -1px 0px #333,0 1px 0px #555;
	  padding:10px 0;
	  text-decoration:none;
	  display:block;
	  background:#666;
	  background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
	  border-left:1px solid #444;
	  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
	             -1px 0px 0px rgba(225,225,225,0.3) inset,
	              0px 1px 1px rgba(0,0,0,0.1) inset,
	              0px -1px 1px rgba(0,0,0,0.3) inset,
	              0px 1px 3px #666;
	}
#tabmenu li:first-child a{
	  border-left:0px;
	  border-radius:5px 0 0 5px;
	  border-left:0;
	  box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
	              0px 1px 1px rgba(0,0,0,0.1) inset,
	              0px -1px 1px rgba(0,0,0,0.3) inset,
	              0px 1px 3px #666;
	}
#tabmenu li:last-child a{
	  border-radius:0 5px 5px 0;
	  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
	              0px 1px 1px rgba(0,0,0,0.1) inset,
	              0px -1px 1px rgba(0,0,0,0.3) inset,
	              0px 1px 3px #666;
	}
#tabmenu li a:hover {
	  background:#555;
	  background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
	  box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
	             -1px 0px 0px rgba(225,225,225,0) inset,
	              0px 1px 1px rgba(0,0,0,0.1) inset,
	              0px -1px 1px rgba(0,0,0,0.3) inset,
	              0px 1px 3px #666;
	}

#global{
width:760px;
margin-bottom:18px;
font-size:0.78em;
}

#global ul{
height:32px;
z-index:100;
background:#f37121;
color:#fff;
}

#global ul li{
position:relative;
float:left;
}

#global ul li a{
position:relative;
z-index:100;
float:left;
display:block;
padding:6px 10px 0 14px;
font-weight:bold;
text-align:center;
text-decoration:none;
color:#fff;
}

#global ul li ul{
border:1px solid #f37121;
width:182px;
height:auto;
background:none;
background-color:#eff7fa;
display:none;
position:absolute;
top:31px;
left:0;
font-size:0.88em;
}

#global ul li ul li{
position:static;
float:none;
border-bottom:1px dashed #fac1a6;
}

#global ul li ul li.last-child{
border-bottom:none;
}

#global ul li ul li a{
display:block;
float:none;
padding:5px 10px;
width:auto !important;
color:#004276;
font-weight:normal;
text-align:left;
zoom:1;
}

#global ul li ul li a:hover,
#global ul li ul li a:active,
#global ul li ul li a:focus{
background:#c7dfeb;
}

/* ここまで */

/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
/*    width: 980px; */
    height: 80px;
    background: #fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
#footer {
    margin: auto;
    padding-top: 10px;
    border-top: solid 1px #ccc;
/*    width: 950px; */
}
#pagetop {
    width: 210px;
    float: right;
    text-align: right;
}
#copyright {
    width: 740px;
    float: left;
    text-align: left;
    font-size: 97%;
}


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}


/* Tipsy
----------------------------------------------- */
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    position: absolute;
    background: url('../img/ajax/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}
.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}
.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}


/**************************************************/
/*追加項目*/
/**************************************************/
/**************************************************/
/* 親メニュー - Parent nav */
/**************************************************/
nav > ul > li {
  position: relative;
  float: left; 
  margin-right: 45px;
}
nav a {
  color: #0bd;
  text-decoration: none;
}
nav ul a:hover {
  color: #0090aa;
}

/**************************************************/
/* 子メニュー - .sub-menu */
/**************************************************/
nav .sub-menu {
  position: absolute;
  width: 180px;
/*  background: #0bd; */
  background: #808080;
  left:80px;
  top: 0px; 
  display: none;
}
nav .sub-menu a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
nav .sub-menu a:hover {
  color: #fff;
}

/* ホバーで子メニュー表示 */
nav .menu-item-has-children:hover ul {
  display: block;
}
nav li.menu-item-has-children li a:hover {
  background: #0090aa;
}
/**************************************************/

.menu {
  margin: 0 auto;
/*  width: 600px;  //メインの項目数×liのwidth; */
}

.menu ul {
  margin: 0;
  padding: 0;
  z-index: 1000;
  list-style: none;
}

.menu ul li {
  position: relative;
  float: left;
/*  width: 200px; */
  width: 140px;
  height: 30px;
  line-height: 30px;
/*  background: #ffffff; */
}

.menu ul li a {
  display: block;
  color: white; 
/*  font-family: 'MS Gothic'; */
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-weight: bold;
/*  text-align: center;  */
  text-decoration: none;
  text-align: left;
}

.menu ul li:hover > a {
  color: gold;
/*  background: #303030; */

  opacity: 0.75; /* 55％不透明度（＝45％透過） */
  background: #505050;

/*  background: #ffffff; */
  text-decoration: none
}

.menu ul li ul {
  position: absolute;
}

.menu ul li ul li {
  overflow: hidden;
  height: 0;
  opacity: 0.75; /* 55％不透明度（＝45％透過） */
  background: #505050;
/*  background: #000000; */

/*  background-color: #ccffcc; */

/*  background: #ffffff; */
}

.menu ul li:hover > ul > li {
  overflow: visible;
  height: 30px;
  transition: 0.5s;
}

.menu ul li ul li a {

  opacity: 0.75; /* 55％不透明度（＝45％透過） */
  background: #505050;

/*  background: #505050; */
/*  background: #ffffff; */
}

.menu ul li ul li ul {
  top: 0;
  left: 100%;
}

.menu ul li ul li ul:before {
  position: absolute;
  top: 10px;
  left: -15px;
  content: "";
  border: 5px solid transparent;
  border-left-color: silver;
}

/**************************************************/
/*画像の拡大****************************************/
/**************************************************/
img.grow {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}

img.grow:hover {
	-webkit-transform:scale(1.7,1.7);
	-moz-transform:scale(1.7,1.7);
	-ms-transform:scale(1.7,1.7);
	-o-transform:scale(1.7,1.7);
	transform:scale(1.7,1.7);
}
/**************************************************/

/**************************************************/

.carousel {
   margin: 0px;
   position: relative;
/*   width: 566px; */
   .slider-wrap:center;
   border: solid 1px #ccc;
   border-top: none;
   padding:5px;
   font-size:90%;
}

.jCarouselLite {
   position: relative;
   overflow: hidden;
   margin: auto;
   padding-top:5px;
}

.jCarouselLite li {
    float: left;
    height: 160px;
    overflow: hidden;
    width: 121px;
    text-align:center;
/*    padding-right:10px; */
    padding-right:22px; 
}

.prev {
float: left;
margin: 55px 2px 0 0;
width: 17px;
height: 17px;
background: url(../img/button/btn_minus.jpg) no-repeat;
cursor: pointer;
}

.next {
float: right;
margin: 55px 0 0 2px;
width: 17px;
height: 17px;
background: url(../img/button/btn_plus.jpg) no-repeat;
cursor: pointer;
}

/******************************************************/
/*　タブ形式の作成　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/******************************************************/

#wrapper {
	width:765px;
/*	width:810px; */
/*	width:800px; */
        height:50px;
/*	margin:0 auto; */
/*	margin-top:50px; */

}

.lightmenu {
/*	width:810px; */
	width:765px;
/*	width:800px; */
/*	height:50px; */
	height: 62px;
/*	height: 72px; */

	background: transparent;

	background-image:url(../img/common/light.png);
/*
        background:#000000;
*/
	background-repeat: no-repeat;
	background-position: bottom;
	clear:both;
	margin-bottom:60px;
        border-radius: 20px 20px 20px 20px;

}
.lightBlue {
	position: relative;
	height: 62px;
/*	height: 72px; */
/*	width: 800px; */
/*	width: 810px; */
	width: 765px;
/*	overflow: hidden; */
	float:left;

}
.lightBlue li {
	float: left;
	list-style: none;
	width: 85px;
/*	width: 90px; */
	height:52px;
/*	height: 50px; */
/*
	background-image:url(../img/common/sep.png);
*/
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	top:9px;
}

.lightBlue li.back {
	background-image:url(../img/common/blue.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:5px;
	position: absolute;
}

.lightBlue li a {
	font-size: 14px ;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-weight: normal;
	text-decoration: none;
	width:85px;
/*	width:90px; */
/*	width:95px; */
	padding-right: 3px;
	color: #575757;
	outline: none;
        text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	top:17px;
	height: 32px;
	position: relative;
	overflow: hidden;

}


.lightBlue li a:hover {
	color:#2c2c2c;

}

/* テスト

#one li ul{
  display: none;
}
#one li:hover ul{
  display: block;
}
*/

#one li ul{
  overflow: hidden;
  height: 0;
  transition: .2s;

}
#one li:hover ul{
  overflow: visible;
  height: 38px;
}

/* テスト */


/* テスト */
.T1 {
    position: absolute;
    width:720px;
    height:520px;
}

.tipText {
	position: absolute;
	background-image: url(../img/common/bg.png);
	border: 0px solid #575757;
    padding-top:30px;
    padding-right:50px;
    width:700px;
    height:490px;
}

.tipText b {
font-size:16px;
}



/* CSS折り返し装飾 */
#contr {
/*	background: #666; */
	background: #fff;
	margin: auto;
/*	width: 305px; */
/*	height: 113px; */
/*	padding-top: 30px; */
	font-family: helvetica, arial, sans-serif;

	}
 
#contr p {
	 background: #e3e3e3;
	 background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
	 background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
/*	 padding: 10px 20px; */
	 padding: 20px 15px;
/*	 margin-left: -20px; */
/*	 margin-top: 18px; */
	 position: relative;
/*	 width: 70%; */

	-moz-box-shadow: 1px 1px 3px #292929;
	-webkit-box-shadow: 1px 1px 3px #292929;
       box-shadow: 1px 1px 3px #292929;
 
	color: #454545;
	text-shadow: 0 1px 0 white;
}
 
#contr p .arrow {
	 width: 0; height: 0;
	 line-height: 0;
	 border-left: 20px solid transparent;
	 border-top: 10px solid #c8c8c8;
	 top: 102%;
	 left: 0;
	 position: absolute;
}