@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #fce;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing: 0.1em;
	background:url(../images/bg_ptn.png);
}

select {
    border: solid 1px #ccc;
}

/*写真*/
.picture {
    border: 1px solid #ccc;
}

table#photo td {
	text-align:center;
	vertical-align:middle;
	width:360px;
}

div.thumb ,
div a.thumb {
	display:block;
    width:360px;
    height:300px;
    background-position:center center;
    background-repeat:no-repeat;
}

div#detailphotobloc {
}
div#detailphotobloc .sub_area {
	position:relative;
	float:left;
	width:120px;
	margin:0 5px 20px;
}
div#detailphotobloc .sub_area a{
	display:block;
    background-position:center center;
    background-repeat:no-repeat;
	width:120px;
	height:90px;
}
div#detailphotobloc .sub_area a span{
	display:none;
}

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0 15px 0;
    width: 980px;
    text-align: left;
    background-color: #FFF;
    border-left:1px solid #C9C;
    border-right:1px solid #C9C;
}


/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */
#topcolumn ,
#bottomcolumn ,
#footerbottomcolumn {
    margin: 0 auto;
    padding: 0 10px 5px;
    width: 960px;
    background: #fff;
    text-align: left;

}

/* 中央カラム */
.main_column {
    padding: 10px 0 10px;
}

/* サイドカラム */
#leftcolumn {
    float: left;
    width: 190px;
    margin-left:10px;
}
#rightcolumn {
    float: right;
    width: 190px;
    margin-right:10px;
}

/* 1カラム設定 */
#one_maincolumn ,
#one_maincolumn_sub {
    margin: 0 auto;
    width: 80%;
}
#one_maincolumn_header {
    margin: 0 auto;
    width: 940px;
}

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    padding-left: 1.5%;
    float: left;
    width: 78%;
}

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
    padding-right: 1.5%;
    width: 78%;
    float: right;
}

/* 3カラム設定 */
#three_maincolumn {
    width: 570px;
    padding:0;
    margin:0 0 0 5px;
    float: left;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
}
.sideblock {
	background-color:#EBFAFF;
}

/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.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: #906;
    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;
}


/* フォーム
----------------------------------------------- */
input[type='text'] ,
input[type='password'] ,
.select {
    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 {
    margin-bottom: 5px;
}

.ng_top {
    margin-bottom: 0 !important;
}


/* タイトル
----------------------------------------------- */
h2.title {
    margin-bottom: 10px;
    background: url("../m_img/contents/list_header.png") no-repeat left bottom;
    font-size: 16px;
    color: #000;
	width:540px;
	height:20px;
    padding: 6px 0px 9px 30px;
}

.catimage {
	text-align:center;
}

#one_maincolumn .sub_area h3 ,
#two_maincolumn_right .sub_area h3 ,
#two_maincolumn_left .sub_area h3 ,
#three_maincolumn .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("../m_img/background/line_01.gif") repeat-x left bottom;
    font-size: 120%;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../m_img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    min-height: 82px;
}
#header {
    margin: auto;
    width: 980px;
    border-left:1px solid #C9C;
    border-right:1px solid #C9C;
}
#header h1 {
	display:none;
}
#logo_area {
    margin:0;
    padding:0 10px;
    width: 960px;
    text-align: left;
	background-color:#FFF;
	border-bottom:3px solid #999;
}
#header_flash {
    margin:0;
    padding:0 10px 5px;
    text-align: left;
	background-color:#FFF;
}
#header_flash #img_list {
    width: 960px;
    height:300px;
	overflow:hidden;
}
#header_utility {
    float: right;
    width: 580px;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
    border-bottom: solid 3px #f90;
}

/* ロゴ
----------------------------------------------- */
#site_description {
    font-size: 90%;
}
#logo_area h1 {
    width: 378px;
    height: 33px;
}
#logo_area h1 span {
    display: none; /* テキストロゴ非表示 */
}


/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    float: right;
    width: 409px;
    height: 38px;
}
div#header_navi ul li {
    display: block;
    float: left;
}
div#header_navi ul li.mypage,
div#header_navi ul li.entry {
    margin-top: 6px;
}


/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    padding-bottom:15px;
    width: 980px;
    background: #fff;
	border-left:1px solid #C9C;
	border-right:1px solid #C9C;
}
#footer {
    margin: auto;
    border-top: solid 2px #906;
    width: 960px;
    background-color:#fe99e5;
    color:#FFF;
    line-height:180%;
}
.footer_toplink {
	text-align:left;
	margin:0 15px;
	padding:0 5px 5px;
	border-bottom:1px solid #FFF;
}
#footer_menu {
    float:left;
    margin-left: 20px;
    margin-right: 10px;
    padding-top: 10px;
    text-align:left;
	font-size:11px;
}
#footer_menu a {
	padding:0 10px;
	border-left:1px #C06 solid;
	border-right:1px #C06 solid;
}
#footer_menu a:hover {
	background-color:#906;
	color:#FFF;
	text-decoration:none;
}
#pagetop {
    width: 210px;
    float: right;
    text-align: right;
}
#footer_bottom {
    width: 930px;
    margin: auto;
    background-color:#111;
    padding:5px 15px;
}




#privacypolicy {
    float:left;
    text-align: left;
    border:1px solid #a0a0a0;
    padding:0 15px;
}
#copyright {
    float:right;
    text-align: right;
    letter-spacing:0.05em;
}


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.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%;
}


/* ==============================================
 ヘッダーメニュー
=============================================== */
/* ヘッダーナビ
----------------------------------------------- */
#navi {
    z-index: 90;
    height: 50px;
    background: url('../m_img/common/menu.png') top left no-repeat;
    font-size: 100%;
    line-height: 100%;
}

#navi li {
/*    background: url('../img/header/navi_back_line.jpg') no-repeat right;*/
    display: block;
    float: left;
    cursor: pointer;
    width:120px;
    height: 50px;
    position: relative;
}

#navi li a, #navi li a span {
    display: block;
    _float: left;/*IE6対策*/
    cursor: pointer;
}

#navi li a span.span-level0 {
    display: none;
}

#navi li a {
    color: #2d2f39;
    height: 50px;
    font-weight: bold;
    text-decoration: none;
	background-image: url('../m_img/common/menu.png');
	background-repeat: no-repeat;
}

#navi li a span {
    padding: 7px 10px;
    _padding: 9px 10px 5px;/*IE6対策*/
    height: 15px;
    _height: 13px;/*IE6対策*/
}
#navi li a#a-top        { background-position:    0px 0; }
#navi li a#a-search     { background-position: -120px 0; }
#navi li a#a-shopsearch { background-position: -240px 0; }
#navi li a#a-tripestate { background-position: -360px 0; }
#navi li a#a-campaign   { background-position: -480px 0; }
#navi li a#a-fullsupport{ background-position: -600px 0; }
#navi li a#a-company    { background-position: -720px 0; }
#navi li a#a-inquiry    { background-position: -840px 0; }

#navi li a#a-top:hover        ,#navi li.sfhover a#a-top        { background-position:    0px -50px; }
#navi li a#a-search:hover     ,#navi li.sfhover a#a-search     { background-position: -120px -50px; }
#navi li a#a-shopsearch:hover ,#navi li.sfhover a#a-shopsearch { background-position: -240px -50px; }
#navi li a#a-tripestate:hover ,#navi li.sfhover a#a-tripestate { background-position: -360px -50px; }
#navi li a#a-campaign:hover   ,#navi li.sfhover a#a-campaign   { background-position: -480px -50px; }
#navi li a#a-fullsupport:hover,#navi li.sfhover a#a-fullsupport{ background-position: -600px -50px; }
#navi li a#a-company:hover    ,#navi li.sfhover a#a-company    { background-position: -720px -50px; }
#navi li a#a-inquiry:hover    ,#navi li.sfhover a#a-inquiry    { background-position: -840px -50px; }

/*
#navi li a:hover { background: url('../m_img/header/navi_on.jpg') left 0 repeat-x; }
#navi li a:hover span { background: url('../m_img/header/navi_on.jpg') left 0 repeat-x; }

#navi li.on a { background: url('../m_img/header/navi_on.jpg') left 0 repeat-x; }
#navi li.on a span { background: url('../m_img/header/navi_on.jpg') left 0 repeat-x; }
#navi li.sfhover a { background: url('../m_img/header/navi_on.jpg') left 0 repeat-x; }
#navi li.sfhover a span { background: url('../m_img/header/navi_on.jpg') left 0 repeat-x; }
*/

#navi li ul {
    position: absolute;
    top: 50px;
    left: -9999px;
    width: 14px;
    font-weight: normal;
    clear: both;
}


/*プルダウンメニュー 第1階層*/
#navi li li {
    display: block;
    top: 0px;
    width: 180px;
    height: 27px;
    line-height: 24px;
    color: #603;
    background: url('../m_img/common/subnavi_bak.gif') top left no-repeat #F9C;
    font-weight: normal;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#navi li li a {
    display: block;
    top: 2px;
    width: 180px;
    height: 27px;
    line-height: 24px;
    color: #603;
    background: url('../m_img/common/subnavi_bak.gif') top left no-repeat #F9C;
    font-weight: normal;
}

#navi li li a span {
    display: block;
    top: 2px;
    width: 180px;
    height: 27px;
    line-height: 24px;
    color: #603;
    background: url('../m_img/common/subnavi_bak.gif') top left no-repeat #F9C;
    font-weight: normal;
}

#navi li li {
    border: solid #906;
    border-width: 0 0 1px 0;
}

#navi li li a span {
    padding: 2px 0 0 8px;
    text-indent: 8px;
}

#navi li li a:hover {
    background: url('../m_img/common/subnavi_bak_on.gif') top left no-repeat #906;
}}

#navi li li a:hover span {
	color:#FFF;
    background: #906;
}

#navi li.on li a, #navi li.on li a span, #navi li li.on a, #navi li li.on a span, {
    background: transparent;
}

#navi li.sfhover li a, #navi li.sfhover li a span, #navi li li.sfhover a, #navi li li.sfhover a span {
    background: transparent;
}
#navi li li.sfhover a span {
	color:#FFF;
}
#navi li li.sfhover {
 	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#navi li.sfhover li a:hover {
    background: url('../m_img/common/subnavi_bak_on.gif') top left no-repeat #c69;
}

#navi li li.sfhover a:hover {
    background: url('../m_img/common/subnavi_bak_on.gif') top left no-repeat #c69;
}


/*プルダウンメニュー 第2階層*/
#navi li ul.level2 {
    position: absolute;
    top: 27px;
    left: -9999px;
    width: 14px;
    font-weight: normal;
}

#navi li li li, #navi li li a, #navi li li li a span {
    margin-left: 0;
    display: block;
    width: 180px;
    top: 1px;
    height: 27px;
    line-height: 24px;
    color: #fff;
    font-weight: normal;
    background: url('../m_img/common/subnavi_bak.gif') top left no-repeat #F9C;

}

#navi li li li.sfhover a:hover {
    width: 180px;
    top: 1px;
    height: 27px;
    color: #fff;
    background: url('../m_img/common/ico_sub_navi.gif') no-repeat left #474747;
}

#navi li ul ul {
    margin: -28px 0 0 180px;
    _margin: -28px 0 0 187px;/*IE6応急 */
}

#navi li:hover ul ul, #navi li:hover ul ul ul, #navi li.sfhover ul ul, #navi li.sfhover ul ul ul {
    left: -9999px;
}

#navi li:hover ul, #navi li li:hover ul, #navi li li li:hover ul, #navi li.sfhover ul, #navi li li.sfhover ul, #navi li li li.sfhover ul {
    left: auto;
}

#navi ul.level1 li.on_level2 {
    background: url('../m_img/common/subnavi_bak_l2.gif') top left no-repeat #787878;
}

#navi ul.level1 li.on_level2 a:hover {
    background: url('../m_img/common/subnavi_bak_l2_on.gif') top left no-repeat #787878;
}

#navi ul.level1 li.on_level2 ul.level2 li a:hover {
    background: url('../m_img/common/subnavi_bak_on.gif') top left no-repeat #474747;
}

/*subnavi*/
.subnavi a {
    padding: 6px 5px 4px 5px;
    display: block;
    width: 140px;
    color: #fff;
    background-color: #666;
    text-decoration: none;
}
.subnavi a:visited {
    color: #fff;
    text-decoration: none;
}
.subnavi a:hover {
    color: #000;
    background-color: #666;
    text-decoration: none;
}
.subnavi_text {
    padding: 0 0 0 8px;
    font-size: 71%;
}
.subnavi-on a {
    padding: 6px 5px 4px 5px;
    display: block;
    width: 140px;
    color: #FFF;
    background-color: #666;
    text-decoration: none;
}
.subnavi-on a:visited {
    color: #FFF;
    text-decoration: none;
}
.subnavi-on a:hover {
    color: #FFF;
    background-color: #666;
    text-decoration:none;
}
.number-on a:visited {
    color: #fff;
    text-decoration: none;
}
.number a:visited {
    color: #fff;
    text-decoration: none;
}

#agreement {
    margin: 0;
    border-width: 1px
    border-color: #c0c0c0;
    border-style: solid;
    width: 480px;
    height: 120px;
    overflow: auto;
    background-color : #fff;
}


/* 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('../m_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; }