@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
	width: 100%;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
	color: #444;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: left;
	margin: 0;
	padding: 0;
}
html, body {height: 100%;}

/* 写真 */
img {
   vertical-align:bottom;
   border: none;
}
li {
	 list-style-type: none;
}


/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
  margin: 0 auto;
  width: 100%;
  text-align: center;
 	height: auto !important;
 	min-height: 100%;
 	height: 100%;
 	position: relative;
}

/* コンテンツ */
#container {
  margin: 10px auto 0;
		min-height: 100%;
  padding: 0 0 100px;
  width: 980px;
  text-align: left;
}


/* ==============================================
 カラム指定
=============================================== */

/* メイン部
----------------------------------------------- */
#main_column {
    padding: 0;
}

/* 1カラム時 */
#main_column.colnum1 {
    margin: 0 auto;
    width: 80%;
}

/* 2カラム時 (メイン部が左) */
#main_column.colnum2.left {
    padding-left: 1.5%;
    float: left;
}

/* 2カラム時 (メイン部が右) */
#main_column.colnum2.right {
  float: right;
  width: 760px;
}

/* 3カラム時 */
#main_column.colnum3 {
    padding-left: 2%;
    width: 560px;
    float: left;
}

/* サイドカラム
----------------------------------------------- */
.side_column {
}
#leftcolumn {
    float: left;
    width: 200px;
}
#rightcolumn {
    float: right;
    width: 180px;
}

/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0;
    background: #fff;
    text-align: left;
    clear: both;
}
#topcolumn {
  margin-bottom: 5px;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
}
#undercolumn .attention {
	 font-weight: bold;
}
#undercolumn table th .attention {
	 font-size: 93%;
}


/* ==============================================
 ユーティリティ
=============================================== */
/* margin 設定 */
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb80{margin-bottom: 80px;}
.ml10{margin-left: 10px;}

.inner{padding: 0 0 6px 8px;}

/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
  clear: both;
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* リンク指定
----------------------------------------------- */
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #222;
}
a:hover{
	color: #0099ff;
}
a:hover img {
	 opacity: .7;
}

a:link, 
a:visited {
    color: #39c;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
    color: #f60;
    text-decoration: underline;
}
/*-- 問い合わせ系ページ専用 --*/
.login_area a:link, 
.login_area a:visited {
    color: #fd0606;
}


/* フォント
----------------------------------------------- */
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 {
  background-image: url(../img/title/bg_fusen.png);
		background-repeat: no-repeat;
		color: #fff;
		display: inline-block;
		font-size: 21px;
		letter-spacing: -0.05em;
		line-height: 48px;
		padding-left: 45px;
		width: 713px;
}

/*-- タイトルが長いもの --*/
#undercolumn_order h2.title, 
#undercolumn_shopping .title, 
.list-page h2.title {
  background-image: url(../img/title/bg_fusen_long.png);
}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
    margin: 0;
    padding: 5px 0;
    color: #3082e8;
    font-size: 18px;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
/*==========================================================
	header
==========================================================*/
.header{
	 clear: both;
		height: 81px;
 	margin: 0 auto 5px;
		padding-top: 9px;
 	width: 980px;
}
.header .logo {
	 float: left;
	 margin: 0 10px 0 3px;
}

/*-- header情報 --*/
.keyword-wrap {
	 float: left;
		width: 820px;
}
/*-- seo --*/
.keyword-wrap .seo {
	 color: #888;
		display: inline-block;
		height: 80px;
		position: relative;
		width: 820px;
}
.keyword-wrap .seo h1, 
.keyword-wrap .seo p {
  font-size: 11px;
		font-weight: normal;
}
.keyword-wrap .seo h1 {
	 float: left;
}
.keyword-wrap .seo p {
	 float: right;
}

/*-- headerバナー　--*/
.keyword-wrap .seo .event-banner {
	 width: 320px;
		height: 60px;
}
.keyword-wrap .seo .event-banner a {
	 display: block;
}


/*-- textリンク --*/
.keyword-wrap .seo .text-link {
		bottom: 8px;
	 clear: left;
  font-size: 12px;
		right: 170px;
		position: absolute;
}
.keyword-wrap .text-link li {
	 float: left;
}
.keyword-wrap .text-link .mr12 {
		margin-right: 12px;
}
.keyword-wrap .text-link li i {
	 display: inline-block;
		height: 14px;
		vertical-align: -15%;
		width: 16px;
}
.keyword-wrap .text-link li .icn-member {
	 background: url(../img/common/head_icn_member.gif) no-repeat 1px 0;
}
.keyword-wrap .text-link li .icn-guide {
	 background: url(../img/common/head_icn_guide.gif) no-repeat 1px 0;
}
.keyword-wrap .text-link li .icn-contact {
	 background: url(../img/common/head_icn_mail.gif) no-repeat 1px 0;
}

/*-- ボタン類 --*/
.keyword-wrap .btn-set {
	 bottom: 0;
	 position: absolute;
		right: 0;
		width: 147px;
}
.keyword-wrap .btn-set li {
	 background-image: url(../img/common/head_btn_sub_all.gif);
		background-repeat: no-repeat;
		height: 34px;
}
.keyword-wrap .btn-set .login {
	 background-position: 0 0;
}
.keyword-wrap .btn-set .fax {
	 background-position: -148px 0;
}
.keyword-wrap .btn-set li a {
	 display: inline-block;
	 height: 34px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		width: 147px;
}
.keyword-wrap .btn-set li:hover {
	 opacity: 0.7;
}

/*==========================================================
	navi
==========================================================*/
.nav{
}
.nav .gnavi {
	 clear: left;
 	height: 40px;
 	margin: 0 auto 10px;
 	width: 980px;
}
.nav .gnavi li{
 	float: left;
  position: relative;
}
.nav .gnavi .nav1, 
.nav .gnavi .nav2, 
.nav .gnavi .nav3 span, 
.nav .gnavi .nav4 span, 
.nav .gnavi .nav5, 
.nav .gnavi .nav6 {
	 background-image:url(../img/common/head_btn_all.gif);
		background-repeat: no-repeat;
 	height: 40px;
}
.nav .gnavi .nav3, 
.nav .gnavi .nav4 {
 	height: 40px;
}
.nav .gnavi .nav1 {
	 background-position: 0 0;
 	width: 164px;
}
.nav .gnavi .nav2 {
	 background-position: -164px 0;
 	width: 163px;
}
.nav .gnavi .nav3 span {
	 background-position: -327px 0;
 	width: 163px;
}
.nav .gnavi .nav4 span {
	 background-position: -490px 0;
 	width: 163px;
}
.nav .gnavi .nav5 {
	 background-position: -653px 0;
 	width: 163px;
}
.nav .gnavi .nav6 {
	 background-position: -816px 0;
 	width: 164px;
}
.nav .gnavi .nav1 a, 
.nav .gnavi .nav2 , 
.nav .gnavi .nav3 span, 
.nav .gnavi .nav4 span, 
.nav .gnavi .nav5 a, 
.nav .gnavi .nav6 a {
		display: inline-block;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
}
.nav .gnavi li a{
	 display: block;
 	height: 40px;
		line-height: 40px;
 	width: 163px;
}
.nav .gnavi li span {
 	width: 164px;
}
.nav .gnavi .nav1:hover, 
.nav .gnavi .nav2:hover, 
.nav .gnavi .nav3 span:hover, 
.nav .gnavi .nav4 span:hover, 
.nav .gnavi .nav5:hover, 
.nav .gnavi .nav6:hover {
	 opacity: 0.7;
}

.nav .gnavi li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
		z-index: 1000;
}
.nav .gnavi li:last-child ul{
  left: -100%;
  width: 100%;
}
.nav .gnavi li ul li{
  overflow: hidden;
  width: 120%;
  height: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.nav .gnavi li ul li a{
  color: #fff;
  padding: 10px 10px;
  background: #f45d23;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
		height: 30px;
		line-height: 30px;
		width: 100%;
}
.nav .gnavi li:hover > a{
  color: #fff;
}
.nav .gnavi > li:hover > a{
  border-radius: 3px 3px 0 0;
}
.nav .gnavi li ul li a:hover{
		background: #d90000;
		text-decoration: none;
}
.nav .gnavi li:hover ul li{
  overflow: visible;
  height: 44px;
  border-top: 1px solid #ce0413;
  border-bottom: 1px solid #e80518;
}
.nav .gnavi li:hover ul li a{
		width: 90%;
}
.nav .gnavi li:hover ul li:first-child{
  border-top: 0;
}
.nav .gnavi li:hover ul li:last-child{
  border-bottom: 0;
}
.nav .gnavi li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

/* ==============================================
 フッター
=============================================== */
#footer{
	background-color: #b8eef8;
	background-image: url(../img/common/foot_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 1rem;
	width: 100%;
}

/*-- TOPへ --*/
#footer .top {
	 margin: 0 auto;
		position: relative;
		width: 980px;
}
#footer .top a {
		bottom: 0;
	 display: inline-block;
		right: 35px;
		position: absolute;
}

/*-- 商品配送方法 --*/
#footer .guide{
	 clear: both;
		color: #333;
		margin: 0 auto 1.5rem;
		padding-top: 12px;
		width: 980px;
}
#footer .guide:after {
  clear: both;
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#footer .guide .fl, 
#footer .guide .fl .box {
	 float: left;
	 width: 410px;
}
#footer .guide .fr, 
#footer .guide .fr .box {
	 float: right;
	 width: 530px;
}
#footer .guide .box {
	 background: #fff;
		border-radius: 6px;
		height: auto;
		line-height: 1.3;
		opacity: .8;
	text-align: left;
		padding: 10px 6px 10px 4px;
}
#footer .guide .box:after {
  clear: both;
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#footer .guide .box h3 {
	 font-size: 14px;
}
#footer .guide .box h4, 
#footer .guide .box p {
	 margin-left: 15px;
}
#footer .guide .box .kome {
	 color: #ff4c4c;
}

/*-- コピー --*/
#footer .copy{
	color: #007bbf;
	font-size: 93%;
	margin: 0 auto;
	text-align: center;
	width: 940px;
}


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.btn_area li {
  display: inline-block;
  padding-right: 10px;
}
.btn_area li a {
	 display: inline-block;
}
.btn_area li a img, 
.btn_area li input {
		border-radius: 3px;
}
.btn_area li input:hover {
	 cursor: pointer;
	 opacity: 0.7;
}


/* 完了メッセージ
----------------------------------------------- */
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%;
}

/*-- プライバシーポリシー --*/
.privacy h3 {
  margin-bottom: 2px;
  line-height: 150%;
  font-weight: bold;
  font-size: 110%;
}
.privacy .box {
  margin-left: 10px;
}
.privacy .box ul {
	 margin-left: 36px;
}
.privacy .box ul li {
	 list-style-type: circle;
}


/* 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;
}
