@charset "UTF-8";

/* =========================================================================
 ▼ログイン
========================================================================= */
/*---.loginAreaはjsで利用---*/
.loginArea {
	width: 600px;
	height: 28px;
	color: #FFF;
	font-size: 80%;
}

.loginArea p {
	margin-top: 2px;
	padding-left: 10px;
	font-size: 130%;
	font-weight: bold;
}

.loginList {
	margin-top: 2px;
}

.loginList li {
	float: left;
	padding-left: 10px;
}

/* =========================================================================
 ▼検索
========================================================================= */
.search {
	width: 1024px;
	height: 34px;
	margin-bottom: 20px;
	padding-left: 30px;
	background: url(../img/search/imgback_search.gif) no-repeat
}

.search li {
    	float: left;
	padding: 0 3px 3px 0;
	vertical-align: middle;
}

.searchBtn {
	padding-left: 350px;
}

/* =========================================================================
 ▼お問い合わせ固定ボタン
========================================================================= */
#contact {
	position: fixed;
	left: -216px;
	bottom: 20px;
	width: 260px;
	height: 116px;
	background-image: url(../img/common/imgback_contact.gif);
	z-index: 1;
}

#contact img {
	position: absolute;
	top: 65px;
	left: 15px;
	width: 184px;
	height: 42px;
}

/* =========================================================================
 ▼チェック商品
========================================================================= */
#checkItems {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 110px;
	height: auto;
	margin-left: 538px;
	border-right: solid 1px #0BF;
}

#checkItems h2 {
	width: 104px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-right:6px;
	text-align: right;
	border-right: 1px #0BF solid;
	border-bottom: 3px #0BF solid;
}

#checkItems li {
	width: 104px;
	padding: 0 6px 6px 0;
}

#checkItems img {
	border: 2px #FFF solid;
}


#checkItems img:hover,
#checkItems img:active {
	opacity: 0.5;
	border: 2px #0BF solid;
}

/* =========================================================================
 ▼PRボックス
========================================================================= */
#pr {
	position: fixed;
	top: 150px;
	left: 50%;
	width: 300px;
	height: 280px;
	margin-left: -820px;
	padding-top: 20px;
	color: #000;
	background: url(../img/public_relations/imgback_pr.gif) no-repeat;
	z-index: 1;
}

#prBtn {
	position: absolute;
	top: 23px;
	right: 23px;
	width: 23px;
	height: 50px;
}

#prBtnL {
	display: none;
}

.prBox {
	margin: 10px 0 0 34px;
	width: 200px;
}

.prBox p {
	margin-top: 5px;
}



/* =========================================================================
 ▼ブロック共通
========================================================================= */
.blockCom {
	width: 180px;
	height: auto;
	margin-bottom: 20px;
	padding: 10px;
	color: #000;
	background-color: #F0FCFF;
}

.blockCom h2 {
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #0BF;
}




/* =========================================================================
 ▼かごの中
========================================================================= */
.cartArea {
	width: 180px;
	height: auto;
	margin-bottom: 20px;
	padding: 10px;
	color: #000;
	background-color: #FDEFF2;
}

.cartArea h2 {
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #E95295;
	border-bottom: 1px solid #E95295;
}

#cartBorder {
	width: 180px;
	height: auto;
   	margin: 5px 0;
   	padding-bottom: 10px;
}

.postage {
	margin-top: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #E95295;
}

.cartBtn {
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #E95295;
}

.putiItem img:hover,
.putiItem img:active {
	opacity: 0.5;
	border: 2px #0BF solid;
}




/* =========================================================================
 ▼リアルランキングメイン
========================================================================= */
#mainImg {
	position: relative;
	width: 1024px;
	height: 250px;
	margin-bottom: 20px;
}

#mainImgLink {
	position: absolute;
	top: 48px;
	right: 10px;
	width: 388px;
	height: 194px;
	z-index: 1;
}

/* =========================================================================
 ▼ランキングカテゴリ
========================================================================= */
.productsCategory h2 {
	width: 154px;
	height: 40px;
	padding-left: 46px;
	line-height: 40px;
	color: #69821B;
	font-size: 120%;
	font-weight: bold;
	background: url(../img/products_category/imgback_category_title.gif) no-repeat;
}

.productsCategory li {
	width: 160px;
	height: 26px;
	margin: 16px auto 0;
	padding: 2px 0 0 20px;
	background: url(../img/products_category/imgback_category.gif) no-repeat;
}


.rankingCategory01 h2,
.rankingCategory02 h2,
.rankingCategory03 h2 {
	width: 200px;
	height: auto;
	margin-bottom: 15px;
	padding-left: 40px;
	font-weight: bold;
}

.rankingCategory01 h2 {
	color: #de9b24;
	background: url(../img/ico/ico_crown_gold00.gif) no-repeat left center;
}

.rankingCategory02 h2 {
	color: #888;
	background: url(../img/ico/ico_crown_silver00.gif) no-repeat left center;
}

.rankingCategory03 h2 {
	color: #c15f1a;
	background: url(../img/ico/ico_crown_copper00.gif) no-repeat left center;
}

.rankingCategory01 div {
	width: 200px;
	height: 571px;
	margin-bottom: 20px;
	padding-top: 15px;
	background: url(../img/bloc/ranking_category/imgback_crown_gold.gif) no-repeat;
}

.rankingCategory02 div {
	width: 200px;
	height: 501px;
	margin-bottom: 20px;
	padding-top: 15px;
	background: url(../img/bloc/ranking_category/imgback_crown_silver.gif) no-repeat;
}

.rankingCategory03 div {
	width: 200px;
	height: 571px;
	margin-bottom: 20px;
	padding-top: 15px;
	background: url(../img/bloc/ranking_category/imgback_crown_copper.gif) no-repeat;
}

.rankingCategory01 li,
.rankingCategory02 li,
.rankingCategory03 li {
	width: 180px;
	height: auto;
	margin: 10px 0 0 20px;
	padding-left: 20px;
}

.rankingCategory01 li {background: url(../img/ico/ico_arrow_gold00.gif) no-repeat left center;}
.rankingCategory02 li {background: url(../img/ico/ico_arrow_silver00.gif) no-repeat left center;}
.rankingCategory03 li {background: url(../img/ico/ico_arrow_copper00.gif) no-repeat left center;}







/* =========================================================================
 ▼トピックス
========================================================================= */
.topics {
	width: 654px;
	height: 242px;
	margin-bottom: 20px;
	background: url(../img/topics/imgback_topics.gif) no-repeat;
}

.topics h2 {
	width: 614px;
	height: 30px;
	padding-left: 40px;
	line-height: 30px;
	color: #0BF;
	font-size: 120%;
	font-weight: bold;
}

#topicsL {
	float: left;
	width: 260px;
	height: 190px;
	padding: 10px;
}


#topicsL img {
	border: 2px #FFF solid;
}


#topicsL img:hover,
#topicsL img:active {
	opacity: 0.5;
	border: 2px #0BF solid;
}

#topicsR {
	float: right;
	width: 354px;
	height: 186px;
	padding: 10px;
}

#topicsR li {
	height: 25px;
	padding-left: 20px;
	line-height: 25px;
	background: url(../img/ico/ico_arrow_blue00.gif) no-repeat left center;
}

#topicsR p a {
	height: 25px;
	padding-left: 20px;
	line-height: 25px;
	text-align: right;
	background: url(../img/ico/ico_arrow_blue00.gif) no-repeat left center;
}

/* =========================================================================
 ▼ランキングベスト3[トップ]
========================================================================= */
.imgbackPurple,
.imgbackRed,
.imgbackBlue {
	width: 654px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	padding: 5px 0 0 40px;
	font-size: 110%;
	font-weight: bold;
}

.imgbackPurple {background: url(../img/realranking_best3/imgback_purple.gif) no-repeat left center;}
.imgbackRed {background: url(../img/realranking_best3/imgback_red.gif) no-repeat left center;}
.imgbackBlue {background: url(../img/realranking_best3/imgback_blue.gif) no-repeat left center;}

.rankingBest3 table {
	margin-bottom: 30px;
}

.rankingBest3 th {
	width: 218px;
	text-align: center;
}

.rankingBest3 td {
	width: 212px;
	vertical-align: top;
	padding: 5px 0 0 6px;
}

.rankingBest3 p a {
	height: 25px;
	padding-left: 20px;
	line-height: 25px;
	text-align: right;
	background: url(../img/ico/ico_arrow_blue00.gif) no-repeat left center;
}

.rankingBest3 img {
	border: 2px #FFF solid;
}


.rankingBest3 img:hover,
.rankingBest3 img:active {
	opacity: 0.5;
	border: 2px #0BF solid;
}

/* =========================================================================
 ▼新着情報
========================================================================= */
#news {
	position: relative;
	width: 654px;
	height: 380px;
	margin-bottom: 20px;
	background: url(../img/news/imgback_news.gif) no-repeat;
}

#news h3 {
	height: 32px;
	padding-left: 40px;
	line-height: 32px;
	color: #0BF;
	font-size: 120%;
	font-weight: bold;
}

.newsBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 420px;
	height: 32px;
}

.newsBtn li {
	float: right;
	padding-left: 10px;
}

#newsList {
	width: 634px;
	height: 310px;
	margin-top: 5px;
	padding: 10px;
	overflow: scroll;
	overflow-x: hidden;
}

#newsList dt {
	width: 122px;
	clear: left;
	float: left;
	padding: 4px;
	border-top: solid 1px #0BF;
	border-left: solid 3px #0BF;
}

#newsList dd {
	padding: 5px 0 20px 150px;
	font-weight: bold;
}

.newsdetail {
	display: block;
	width: 100%;	/* IE6 では width の指定が必要 */
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;    /* Opera 9-10 */
	text-overflow: ellipsis;    /* IE, WebKit (Safari, Chrome), Firefox 7, Opera 11 */
	font-weight: normal;
}

/* =========================================================================
 ▼新着商品
========================================================================= */
#newItem {
	width: 654px;
	height: 380px;
	margin-bottom: 20px;
	background: url(../img/newitem/imgback_newitem.gif) no-repeat;
}

#newItem h3 {
	height: 32px;
	margin-bottom: 18px;
	padding-left: 40px;
	line-height: 32px;
	color: #0BF;
	font-size: 120%;
	font-weight: bold;
}

#newItem img {
	border: 2px #FFF solid;
}

#newItem img:hover,
#newItem img:active {
	opacity: 0.5;
	border: 2px #0BF solid;
}



/*---▼jquery.jcarousel.js用---*/
/*
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}
*/
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    margin: 0 20px;
    width:  612px;
    height: 310px;
}
/*
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}
*/
.jcarousel-skin-tango .jcarousel-item {
    width: 144px;
    height: 310px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
/*
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
*/
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 310px;
    cursor: pointer;
    background: transparent url(../img/newitem/btn_newitem_r_off.gif) no-repeat 0 0;
}
/*
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
 */
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 310px;
    cursor: pointer;
    background: transparent url(../img/newitem/btn_newitem_l_off.gif) no-repeat 0 0;
}
/*
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
 */
/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/*---▲jquery.jcarousel.js用---*/


/* =========================================================================
 ▼カレンダー
========================================================================= */
#calendar table {
	width: auto;
	margin-bottom: 10px;
	background: #FFF;
}

#calendar th,
#calendar td {
	padding: 4.5px;
}

#calendar .off{
	background: #FDEFF2;
	color: #F00;
}

/* =========================================================================
 ▼商品一覧
========================================================================= */
.blocProdcutsList li {
	position: relative;
	float: left;
	width: 154px;
	height: auto;
	margin-bottom: 16px;
	padding-right: 9px;
}

.blocProdcutsList li img {
	display:block;
	margin:auto;
	border: 2px #FFF solid;
}

.blocProductsList img:hover,
.blocProductsList img:active {
	opacity: 0.5;
	border: 2px #0BF solid;
}

.blocProductsList h3,
.blocProductsList h4 {
	height: 40px;
}

.bloclistcomment {
	height: 60px;
	margin-top: 5px;
	overflow: hidden;
	border-top:1px #CCC solid;
}

/* =========================================================================
 ▼おすすめ商品
========================================================================= */



#hotProducts img {
	border: 2px #FFF solid;
}

#hotProducts img:hover,
#hotProducts img:active {
	opacity: 0.5;
	border: 2px #0BF solid;
}