@charset "utf-8";

/************************************************
 ブロック用
************************************************ */
/*** 目次 ***

▼ブロック共通
リスト
タイトル
ヘッダー上、フッター下のブロックエリア

▼各機能ブロックの指定
-新着情報
-現在のカゴの中
-カテゴリー
-ガイドリンク
-ログイン（サイド用）
-検索
-カレンダー
-おすすめ商品
    *メインカラム用 1カラム時 [one_maincolumn]
    *メインカラム用 2カラム時 [two_maincolumn_left]
                              [two_maincolumn_right]
    *メインカラム用 3カラム時 [three_maincolumn]
    *サイドカラム用           [side_column]
    *商品詳細のオススメ商品   [whobought_area]
 */


/* ==============================================
ブロック共通
/* ============================================= */
#container .bloc_body {
	background-color: #fff;
}
.side_column {
    overflow-x: hidden; /* IE6 表示乱れ防止 */
}
.side_column .bloc_outer {
	margin: 10px 7%;
}
.side_column .bloc_body ,
.main_column .bloc_body {
    border: solid 1px #ccc;
    border-top: none;
}
.side_column .bloc_body .box {
    border: solid 1px #ccc;
    width: 145px;
}
.main_column .bloc_outer {
    margin-bottom: 20px;
}


/* リスト
----------------------------------------------- */
/* ログイン 検索条件 */
#container .bloc_outer .bloc_body dl.formlist {
    margin-bottom: 8px;
}
#container .bloc_outer .bloc_body dl.formlist dd {
    margin-bottom: 5px;
}
#container .bloc_outer .bloc_body dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
    font-size: 90%;
}
#container .bloc_outer .bloc_body dl.formlist span{
    vertical-align: top;
}


/* タイトル
----------------------------------------------- */
/* タイトルの背景 グレー */
#login_area h2 ,
#search_area h2 ,
#calender_area h2 ,
#cart_area h2 ,
#cart h2,
#recomend_area h2{
    color:#333;
    padding:0 0 0 10px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 1px 0 1px;
    background: url('../img/background/bg_tit_bloc_01.jpg') repeat-x left bottom #FFF;
    font-size: 14px;
				font-weight:normal;
				line-height:33px;
			}


#category_area h2{ 
    color:#333;
    padding:0 0 0 10px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 0 0 0;
    background: url('../img/background/bg_tit_bloc_01.jpg') repeat-x left bottom #FFF;
    font-size: 14px;
				font-weight:normal;
				line-height:33px;
	}


#news_area .title_news{
   color:#333;
	  margin:0;
   padding:0;
	  border-style: solid;
	  border-color: #ccc;
	  border-width: 1px 1px 0 1px;
	  background: url('../img/background/bg_tit_bloc_01.jpg') repeat-x left bottom #FFF;
	  position:relative;
			clear:both;
	}

#news_area h2{
   font-size: 14px;
	  font-weight:normal;
  	line-height:33px;
			padding-left:10px;
}

.square{
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    margin-right:8px;
}
/* ==============================================
▼ヘッダー上、フッター下のブロックエリア
=============================================== */
div#topcolumn {
    margin:0px;
}
div#bottomcolumn {
    margin:0px;
    clear: both;
}


/* ***********************************************
▼各機能ブロックの指定
/*********************************************** */

/* ===============================================
▼新着情報
=============================================== */
#news_area{
    clear:both;
}

#news_area .bloc_body {
    padding: 10px;
    color:#666;
}

#news_area .rss a{
    width:48px;
    height:20px;
    position:absolute; 
    display:block;
    top:5px;
    right:5px;
}

:root *> #news_area .title_news {
	  min-height:33px;
	  height:auto!important;
} 

* html #news_area .title_news h2{
    width:6em;
    line-height:33px;
}

* html #news_area .rss a{
    position:absolute; 
    display:block;
    top:6px;
    right:20px;
}

* html #one_maincolumn #news_area .rss a{
    top:6px;
    right:5px;
}

* html #two_maincolumn_left #news_area .rss a{
    top:6px;
    right:5px;
}

* html #three_maincolumn #news_area .rss a{
    top:6px;
    right:5px;
}

#news_area .news_contents {
    padding-right: 10px;
    max-height:260px;
    height: auto !important;
    height: 260px;
    overflow:auto;
    overflow-y:scroll;
				clear:both;
}

#news_area dl.newslist {
    background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}
#news_area dl.newslist dt {
    margin-bottom: 5px;
}
#news_area dl.newslist dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#news_area dl.end {
    padding: 10px 0;
    background: url("") no-repeat bottom;
}


/* ===============================================
▼現在のカゴの中
=============================================== */
#cart_area .information {
    padding: 10px;
}
#cart_area .postage {
    margin-top: 10px;
    padding-top: 10px;
    background: url("../img/background/line_dot_01.gif") repeat-x top;
}
#cart_area .postage .point_announce {
    padding: 2px 0 2px 20px;
    background: url("../img/icon/ico_price.gif") no-repeat left top;
}
#cart_area .btn {
    padding: 10px 0;
    background: url("../img/background/line_dot_01.gif") repeat-x top #fff;
    text-align: center;
}


/* ===============================================
▼カテゴリー
=============================================== */
#category_area .bloc_body{
    background-color: #f6f6f6;
}

#category_area li{
    padding-left: 5px;
				line-height:17px;
}

#categorytree li.level1{
	font-weight:bold;
	padding:0 0 0 16px;
}
#category_area li.level1 p{
    padding-left: 20px;
    margin: 7px 3px;
}
#category_area li.level1 p {
    background: url("../img/icon/ico_arrow_cat.jpg") 2px 3px no-repeat;
}
#categorytree li.level1 li{
	font-weight:normal;
	padding:0 0 0 16px;
}
#category_area li.level1 li p {
    background: url("../img/icon/ico_level.gif") 7px 7px no-repeat;
}
#category_area li a {
    display: block;
    padding: 0;
}

a.onlink:link {
    color: #f00!important;
    text-decoration: underline;
}
a.onlink:visited {
    color: #f00;
}
a.onlink:hover {
    color: #3399cc;
}


/* ===============================================
▼ガイドリンク
=============================================== */
#guide_area {
    margin-top: 1em;
    border: none;
}
#guide_area li{
    margin-bottom: 5px;
    letter-spacing: -0.05em;
}
ul.button_like li {
    margin: 0;
    padding: 0 0 1px 0;
    background: url("../img/background/bg_btn_list.jpg") bottom repeat-x;
}
ul.button_like li a {
    margin: 0;
    padding: 10px 15px 10px 10px;
    border: 1px solid;
    border-bottom: none;
    border-color: #ccc;
    display: block;
    background: url("../img/icon/ico_arrow_02.gif") no-repeat right;
    text-decoration: none;
    outline: none;
}


/* ===============================================
▼ログイン（サイド用）
※ヘッダー用はbloc_alpha.css内に記述
=============================================== */
#container div#login_area .bloc_body {
    padding: 10px;
}

#container div#login_area .bloc_body p {
    margin-bottom: 5px;
}

#container div#login_area .bloc_body .btn {
    text-align: center;
}
#container .login_area dl.formlist {
    margin-bottom: 8px;
    width: 420px;
}
#container .login_area dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    color: #333;
    background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
    float: left;
    font-size: 90%;
}
#container .login_area dl.formlist dd {
    margin-bottom: 5px;
    float: right;
    width: 300px;
    vertical-align: bottom;
    text-align: left;
}
#container div#login_area .bloc_body .mini {
    margin-top: 5px;
    letter-spacing: -0.01em;
}


/* ===============================================
▼検索
=============================================== */
div#search_area .bloc_body {
    padding: 10px;
}
div#search_area .bloc_body .btn {
    text-align: center;
}


/* ===============================================
▼カレンダー
=============================================== */
#calender_area {
    background-color: transparent;
    border: none;
}
#calender_area .bloc_body {
    padding: 10px 0;
    background-color: #f6f6f6;
}
#calender_area table {
    background: #fff;
    border: none;
    width: 150px;
    margin: 0 auto 5px;
    font-size: 10px;
}
#calender_area table td {
    padding: 1px;
    border-top: 1px solid #ccc;
    border-right: none;
    text-align:center;
}
#calender_area th {
    padding: 1px 3px;
    background: #fff;
    border: none;
    text-align: center;
}
#calender_area table .month {
	margin-bottom: 5px;
	padding-left: 10px;
	background: url("../img/icon/ico_arrow_04.gif") no-repeat left;
	font-size:120%;
}
#calender_area .off {
    color: #f00;
}
#calender_area .information {
	margin-left: 10px;
	font-size: 90%;
}


/* ===============================================
▼おすすめ商品
=============================================== */
/*
   tplファイルのマークアップが同じ項目
   メインカラム用 2カラム時 [two_maincolumn_left]
                            [two_maincolumn_right]
   メインカラム用 3カラム時 [three_maincolumn]
   サイドカラム用           [side_column]
   商品詳細のオススメ商品   [whobought_area]
=============================================== */
/* 共通
----------------------------------------------- */
#whobought_area .whobought_bloc{
	width:730px;
	margin:0 0 25px;
	padding:0 0 25px;
	background:url(../img/background/recommend_bg.gif) no-repeat left bottom;
}
#whobought_area .whobought_bloc .box-inner{
	width:730px;
	padding:25px 0 0;
	background:url(../img/background/recommend_bg.gif) no-repeat left top;
}
#whobought_area .whobought_bloc ul{
	width:732px;
	overflow:hidden;
	margin:0 -12px 0 10px;
}
#whobought_area .whobought_bloc ul li{
	width:223px;
	float:left;
	margin:10px 21px 10px 0;
	text-align:center;
}
#org_recommend .box-inner ul li p.fs12{
	height:4em;
	font-size:85%;
	line-height:1.2;
}
#org_recommend .box-inner ul li img{
	margin:0 0 5px;
}


#recomend_area .bloc_body{
    color:#666;
    margin-bottom: 10px;
    padding: 10px 0 10px;
    border: none;
    width: 100%;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}

#recomend_area .bloc_body p ,
#whobought_area .whobought_bloc p {
    margin: 0 0 5px 0;
}

#recomend_area .bloc_body img ,
#whobought .whobought_bloc img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

#recomend_area .bloc_body h3 ,
#whobought_area .whobought_bloc h3 {
    font-size: 100%;
    font-weight: normal;
}


/* 画像
----------------------------------------------- */
#recomend_area .bloc_body .productImage{
    margin-bottom: 10px;
    float: left;
    width: 90px;
}


/* 左右の振り分け
----------------------------------------------- */
#one_maincolumn #recomend_area .recomendleft ,
#two_maincolumn_left #recomend_area .recomendleft ,
#three_maincolumn #recomend_area .recomendleft ,
#whobought_area .whobought_bloc .whobought_left {
    float: left;
    width: 47.5%;
}
#one_maincolumn #recomend_area .recomendright ,
#two_maincolumn_left #recomend_area .recomendright ,
#three_maincolumn #recomend_area .recomendright ,
#whobought_area .whobought_bloc .whobought_right {
    float: right;
    width: 47.5%;
}


/* 商品説明テキスト
----------------------------------------------- */
/* メインカラム用 1カラム時*/
#one_maincolumn #recomend_area .bloc_body .productContents {
    float: right;
    width: 74%;
}

/* メインカラム用 2カラム時*/
#two_maincolumn_right #recomend_area .bloc_body .productContents ,
#two_maincolumn_left #recomend_area .bloc_body .productContents ,
#two_maincolumn_left #whobought_area .whobought_bloc .productContents {
    float: right;
    width: 74%;
}

/* メインカラム用 3カラム時*/
#three_maincolumn #recomend_area .bloc_body .productContents ,
#three_maincolumn #whobought_area .whobought_bloc .productContents {
    float: right;
    width: 67%;
}

/* サイドカラム用 (幅px固定) */
.side_column #recomend_area .bloc_body {
    margin-top: 5px;
    margin-right: 0;
    width: 157px;
    padding: 0;
}
.side_column #recomend_area .bloc_body .productContents {
    padding: 0;
    margin: 0;
    width: 80px;
}
.side_column #recomend_area .recomendleft {
    padding: 0;
    width: 70px;
    float: left;
}
.side_column #recomend_area .recomendright {
    margin: 0;
    padding: 0;
    width: 70px;
    float: right;
}

/* IE6以下*/
* html .side_column #recomend_area .bloc_body {
    width: 180px;
}


/* lightbox
------------------------------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #000;
	width:100%;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	height:40px;
	padding:0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left;
	padding-top:5px;
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
.nomargin{ margin:0 !important; }
.nomargin a img{ padding:0 !important; }
.photo a img.button{
	float:right;
}
.nomargin a img.button{
	margin-left:50px;
}


/* ソーシャルブックマーク（12.06.13）
----------------------------------------------- */
/*共通*/
.sb-button{
	overflow:hidden;
	border-bottom:1px dotted #000;
}
.sb-twitter{
	float:left;
	width:110px;
}
.sb-plusone{
	float:left;
	width:80px;
}
.sb-facebook{
	float:left;
	height:30px;
	overflow:hidden;
}
.sb-facebook iframe{
	border:none;
	overflow:hidden;
	height:30px;
	display:block;
}
/*1カラム用*/
#one_maincolumn .sb-button{
	margin:10px 23px;
}
#one_maincolumn .sb-facebook{
	width:540px;
}
#one_maincolumn .sb-facebook iframe{
	width:500px;
}
/*2カラム用*/
#two_maincolumn_right .sb-button{
	width:680px;
	margin:0 0 10px;
}
#two_maincolumn_right .sb-facebook{
	width:480px;
}
#two_maincolumn_right .sb-facebook iframe{
	width:480px;
}

/* facebookコメントボックス（12.06.13）
----------------------------------------------- */
#one_maincolumn .fb-comment{
	margin:20px 175px 0;
}
#two_maincolumn_right .fb-comment{
	margin:20px 40px 0;
}