/*****************************************************

	全ての要素をリセット
	各ブラウザの表示を統一するための設定です

*****************************************************/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

/*--- default */
body {
	background:url(../../designpocket/bg_fff.gif);
	color: #333;
	font-size: 13px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	text-align:center;
}
body td,body th{
	font-size:13px;
}
table{
	border-collapse:collapse;
}

/*****************************************************

	基本設定、リンクカラーなど

*****************************************************/
#makebanner{
	width:960px;
	margin:0 auto;
}
a:link {
	color:#333;
	text-decoration:underline;
}

a:visited{
	color:#333;
	text-decoration:underline;
}

a:hover{
	color:#ddc13e;
	text-decoration: none;
}

a:active{
	color:#333;
	text-decoration:underline;
}
.clear:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

.pad10{
	padding:10px;
}
a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.alignC{
	text-align:center;
}
/*****************************************************

	ヘッダ #header

*****************************************************/
#header{
	margin-bottom:16px;
        margin-top:80px;
/*	background:url(../../images/original_design_default/samplesource/5/Bg02.jpg) center 155px no-repeat; */
}
#headerInner{
	position:relative;
	width:960px;
	margin:0 auto;
}

#h_logo{
    float: left;
    width: 400px;
    min-height: 52px;
    height: 52px;
    height: 72px;
    margin: 10px 0 4px 0;
    text-align: left;
}
/*
#h_logo{
	float:left;
	width:200px;
	min-height:52px;
	height: auto !important;
	height: 52px;
	margin:30px 0 4px 0;
	text-align:left;
}
*/
#h_logo h1{
	margin-bottom:4px;
}

#h_right{
	float:right;
	width:600px;
}



/* サブナビゲーション */
#subNav{
	text-align:right;
	float:right;
	background:url(../../images/original_design_default/samplesource/5/headerMenuRight.png) right top no-repeat;
	font-size:11px;
	height:28px;
	margin-top:-2px;
	min-width:278px;
	padding-right:8px;
}
#subNav a{
	text-decoration:none;
	color:#333;
}
#subNav a:hover{
	color:#999;
}
#subNav img{
	vertical-align:top;
}
#subNav li{
	display:inline-block;
	*display: inline;
    *zoom: 1;
	vertical-align:top;
	padding-top:6px;
}
#subNav li.firstChild{
	background:url(../../images/original_design_default/samplesource/5/headerMenuLeft.png) left top no-repeat;
	height:43px;
	margin-left:0;
	overflow:hidden;
	_zoom:1;
	padding-left:8px;
}
#subNav li.firstChild .M_helloMsg{
	float:left;
	margin-right:8px;
}
#subNav li a{
	padding:4px;
}
#cart{
	height:60px;
	position:absolute;
	bottom:0;
	*bottom:-10px;
	right:0;
}

/* 電話番号 */
#telnum,#M_basketTemp1{
	float:right;
}
#telnum{
	padding:0 10px;
}
#telnum p{
	margin:8px auto 0;
}
#telnum em{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
}

/* カートを見るボタン */
#M_basketTemp1{
	background:url(../../designpocket/hdr_btn_cart.png) no-repeat; /* /images/original_design_default/samplesource/5/cartBtn.png) no-repeat;*/
	width:161px;
	height:56px;
	border:none;
	position:relative;
}
p#M_headBasketIn,
p#M_headBasketIn em{
	color:#fff;
}
p#M_headBasketIn{
	position:absolute;
	right:16px;
	bottom:10px;
}
div#M_basketTemp1 #M_basketClosedBox{
	background:none;
	width:161px;
	height:56px;
}
#M_basketTemp1 #M_headBasketSwitch{
	width:161px;
	height:56px;
}
#M_basketTemp1 #M_basketOpenedBox{
	top:44px;
}
#M_basketTemp1 .M_headItem{
	text-align:left;	
}
div#M_basketClosedBox a#M_basket{
	display:block;
	height:54px;
}

/* グローバルナビゲーション */
#gNavBg{
	width:100%;
	background-color:#cf4e6a;
/*	background:url(../../images/original_design_default/samplesource/5/naviBg.png) repeat-x;*/
	height:56px;
	margin-top:6px;
	margin-bottom:8px;
}
#gNav{
	overflow:hidden;
	_zoom:1;
	width:960px;
	height:50px;
	margin:0 auto;
	*margin-left:0;
	*line-height:1.5;
	background:url(../../designpocket/menu_bg_ico.png);
}

#gNav li{
	float:left;
	margin:2px 5px 0 5px;
/*	width:191px;*/
}
#gNav li a{
	display:block;
/*	width:191px;*/
	height:50px;
	margin:2px 5px 0 5px;
	padding-top:15px;
	font-weight:normal;
	font-size:1.1em;
	text-decoration:none;
}
#gNav li#gNav00 {
	width:150px;
	display:block;
/*	width:191px;*/
	height:50px;
	margin:2px 7px 0 7px;
	padding-top:15px;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;}
#gNav li#gNav01 a{
	color:#fff;
}
#gNav li#gNav01 a:hover{
/*	background:url(../../images/original_design_default/samplesource/5/gNav01.png) no-repeat;*/
	color:#fff;
	text-decoration:underline;
}
#gNav li#gNav02 a{
	color:#fff;
}
#gNav li#gNav02 a:hover{
/*	background:url(../../images/original_design_default/samplesource/5/gNav02.png) no-repeat;*/
	color:#fff;
	text-decoration:underline;
}
#gNav li#gNav03 a{
	color:#fff;
}
#gNav li#gNav03 a:hover{
/*	background:url(../../images/original_design_default/samplesource/5/gNav03.png) no-repeat;*/
	color:#fff;
	text-decoration:underline;
}
#gNav li#gNav04 a{
	color:#fff;
}
#gNav li#gNav04 a:hover{
/*	background:url(../../images/original_design_default/samplesource/5/gNav04.png) no-repeat;*/
	color:#fff;
	text-decoration:underline;
}
#gNav li#gNav05 a{
	color:#fff;
}
#gNav li#gNav05 a:hover{
/*	background:url(../../images/original_design_default/samplesource/5/gNav05.png) no-repeat;*/
	color:#fff;
	text-decoration:underline;
}
#gNav li#gNav06 a{
	color:#fff;
}
#gNav li#gNav06 a:hover{
/*	background:url(../../images/original_design_default/samplesource/5/gNav05.png) no-repeat;*/
	color:#fff;
	text-decoration:underline;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    z-index:999 !important;
}

.header-inner {
    padding: 0 40px;
}

.shop-logo img {
    max-height: 30px;
}
.nav {
    float: left;
    display: flex;
    margin-top: 5px;
}

.top-bar {
    margin: 0;
    background: #fff;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4);
    padding: 20px 0 16px;
    height: 30px;
    margin-bottom: 10px;
}
.shop-logo {
    float: left;
    margin: 5px 16px 0 0;
}
.drop-arrow {
    margin-left: 6px;
}
.nav-item a {
    padding: 8px 14px;
    vertical-align: -webkit-baseline-middle;
}
.second-nav {
    display: flex;
    float: right;
}
.nav-item span {
    font-family: 'Marcellus', serif;
}
.second-nav li span {
    padding: 8px 14px
}
.second-nav img {
    display: block;
    margin: 0 auto 6px;
}
.nv-dropdown:active .drop-arrow {
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nv-dropdown:checked {
    transform: rotate(180deg);
}

span.cart-badge {
    background: #EB503C;
    color: #fff;
    padding: 5px 7px!important;
    font-size: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 10px;
    position: absolute;
    top: 12px;
    right: 52px;
}


.nav-item:first-child {
    margin-right: 16px;
}
.navigation ul li a{
    transition-property: border;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.navigation>ul>li{
    text-align:center;
}
.navigation .drop-nv-wrap{
    display: none;
    position: absolute;
    top: 16px;
    z-index: -1;
}
.nav-item:first-child {
    margin-right: 16px;
}
.navigation .drop-nv-wrap ul{
    line-height: 1.4em;
    padding: 30px 0;
       overflow: scroll;
    overflow-x: auto;
    max-height: 80%;
    position: fixed;
    background-color: #f5f5f5;
}
::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777; 
}
::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
}
.navigation .drop-nv-wrap ul li{
    text-align: left;
    margin: 12px 32px 0 0!important;
    padding-left: 15px;
}
.navigation .drop-nv-wrap ul li a{
    padding: 0 0 0 12px!important;
    display: inline-block;
}
.dropdown-menu-list a:hover {
    text-decoration: underline!important;
}
.dropdown-menu-list a:before {
    content: "-";
    padding-right: 6px;


    vertical-align: text-top;
    font-weight: bold;
}
.article-title,
.article-title-pc {
    position: relative;
}
.article-title:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 20%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #6E6E6E;;
    border-right: solid 2px #6E6E6E;;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.article-title-pc:after {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #6E6E6E;;
    border-right: solid 2px #6E6E6E;;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@-moz-document url-prefix() {
    .article-title-pc:after {
        top: 3px;
    }
}
.article-title.open:after,
.article-title-pc.open:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 57%;
}
@-moz-document url-prefix() {
    .article-title.open:after,
    .article-title-pc.open:after {
        top: 44%;
    }
}

.search-link {
    display: inline-block;
    position: relative;
    float: right;
    padding: 0;
}
.sp-header {
    display: none;
}
.search {
    float: right;
    position: relative;
}
.search-box {
    margin: 0;
    float: left;
    display: none;
    position: relative;
    right: 0;
}
.search-icon {
    margin: 0;
    float: left;
    cursor: pointer;
}
a.btn-go {
    text-decoration: none;
    position: absolute;
    right: -55px;
    background: #fff;
}
.btn-go span {
    color: #6E6E6E;
    padding: 9px 12px!important;
}
.search-box a:hover {
    opacity: 1;
}
input[type="text"] {
    margin: 21px 9px 0 0;
    padding: 0 50px 4px 0px;
    border: none;
    border-bottom: 1px solid #6E6E6E;
    outline: none;
}
.close {
    cursor: pointer;
    margin: 0 0 0 -20px;
    position: absolute;
    top: 27px;
}
/*****************************************************

	左コンテンツ #leftContents

*****************************************************/
#leftContents{
	width:235px;
	background:#f9ecec;
}
#leftContents h2{
	background:#cf4e6a;
	text-align:center;
	padding:8px 0;
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#leftContents .section{
	margin-bottom:10px;
}
.inner{
	overflow:hidden;
	_zoom:1;
	margin-top:8px;
}
.inner_ara{
	width:215px;
	margin:10px;
	overflow:hidden;
/*	_zoom:1; */
/*	margin-top:8px; */
}
.side_p{
	padding:4px 0 8px 0;
	font-size:1.1em;
	color:#231815;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
/* 検索input */
#wrapper #makebanner input.search_input2{
	border:none;
}

#wrapper #makebanner .search_input2 input {
    padding: 7px;
    border: none;
    background-color: #eeeeee;
}

.search_leftImg{
	float:left;
}
.search_input{
	width:170px;
	height:31px;
	float:left;
	background:url(../../images/original_design_default/samplesource/5/searchInner.png) repeat-x;
	*margin:0 -3px;
	*line-height:2;
}

.search_input2{
	width:175px;
	height:31px;
	float:left;
	*margin:0 -3px;
	*line-height:2;
  border-radius  : 6px;   
  background-image : url(../../designpocket/img/search.png);  /* 背景画像：虫眼鏡(*1)*/
  background-repeat  : no-repeat;        /* 背景は繰り返さない  */
  background-position: 8px center;       /* 背景の位置          */
  background-size    : auto 60%; 
  background-color    : #eee; 
  padding-left       : 40px !important;   
  margin-bottom: 10px;
}

.search_input2 input{
	width:169px;
	height:29px;
	float:left;
	*margin:0 -3px;
	border:0px;
  background-color    : #eee; 
}

/* カテゴリー */
#l_category ul, #l_guide ul{
	width:215px;
}
#l_category ul li{
	display:block;
	list-style-type: none
	width:215px;height:32px;overflow:hidden;
	background:url(../../designpocket/left_category_w215.png) no-repeat;
	padding-left:30px;
	border-right:solid 1px #ddc13e;
	border-bottom:solid 1px #ddc13e;
	line-height:36px;
}
#l_guide ul li{
	display:block;
	list-style-type: none
	width:215px;height:32px;overflow:hidden;
	background:url(../../designpocket/left_guide_w215.png) no-repeat;
	padding-left:30px;
	line-height:36px;
}
#l_category ul li a, #l_guide ul li a{text-decoration:none;}
#l_category table td{
	text-align:left;	
}
/* 会員メニュー */
#l_member{
	background:url(../../images/original_design_default/samplesource/5/btnBg.png);
	width:230px;
	padding-bottom:8px;
}
#l_member img{
	margin:8px;
	margin-bottom:0;
}

/* カレンダー */
.calendarBox{
	background:#fff;
	margin-bottom:8px;
	overflow:hidden;
	_zoom:1;
}
#l_calendar table{
	margin:8px;
	border-collapse:separate;
	border-spacing:1px;
	width:217px;
}

/* 中央揃え */
#l_owner,#l_banner{
	text-align:center;
}
#l_owner table,#l_banner table{
	margin:0 auto;
}
/* 投票 */
#l_poll a img{
	margin:0 2px;
	display:none;
}
#l_poll b{
	color:#333;
}
#l_poll table tr td input{
	border:none;
}
#l_poll a{
	display:block;
	float:left;
}
#l_poll a#poll_b01{
	background:url(../../images/original_design_default/samplesource/5/poll_b01.png) no-repeat;
	height:25px;
	width:60px;
	margin:4px 5px 0 50px;
}
#l_poll a#poll_b02{
	background:url(../../images/original_design_default/samplesource/5/poll_b02.png) no-repeat;
	height:25px;
	width:75px;
	margin-top:4px;
}
/* 掲示板 */
#l_board table{
	width:100%;
}
#l_board table td{
	text-align:left;
}
/* バナー */
#l_banner img{
	margin-bottom:5px;
}
#l_banner tr{
	background:url(../../images/original_design_default/samplesource/5/Bg.png);
}
#l_banner td.line img{
	display:none;
}

/*****************************************************

	メインコンテンツ #rightContents

*****************************************************/
.rightContents{
	width:830px;
	margin-left:29px;
	text-align:left;
}
.rightContents .section{
	margin-bottom:10px;
}
#header_ara.section{
 margin-bottom:15px;
 width:1200px;
}
#main_ara.section{
 margin-bottom:15px;
 width:950px;
}

#r_subGroup.section,
#r_categoryRecommend.section{
	margin-bottom:0;
}

.rightContents-1100{
	width:1100px;
	margin-left:29px;
	text-align:left;
}

/*----------------------------------------------------
	中央画面 #top
----------------------------------------------------*/
.titleMgn{
	margin-bottom:10px;
}
.whiteBox{
	background:url(../../images/original_design_default/samplesource/5/whiteBgBtm.png) no-repeat bottom center;
}
.ttlBox{

}
.ttlBox h2{
  background: #cf4e6a;
  text-align: left;
  padding: 8px 0 8px 8px;
  margin-bottom:10px;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.rightContents h2{
  background: #cf4e6a;
  text-align: left;
  padding: 8px 0 8px 8px;
/*  margin-bottom:10px;*/
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

/* 新着 */
#r_new table tr td img{
	position:relative;
	top:-1px;
	margin-bottom:-1px;
	width:100%;
}
#r_new .line {
	height:-1px;
	display:none;
}
#r_new .lims{
	width:138px;
	height:100%;
}
#r_new table{
	width:690px;
	margin-bottom:8px;
}
#r_new .lims table{
	margin:10px auto;
	width:148px;
	height:100%;
	padding:5px;
border:solid 1px #f9ecec;
border-collapse:collapse;

}
#r_new .lims table .woong td{
	text-align:left;
	font-weight:bold;
	padding:5px;
	
}
#r_new .lims table .woong td a{
	font-weight:normal;
}
#r_new .lims table .woong td img{
	margin-left:5px;
}
/* おすすめ */
#r_recommend table{
	width:690px;
	margin-bottom:8px;
}
#r_recommend table tr td img{
	position:relative;
	top:-1px;
	margin-bottom:-1px;
	width:100%;
}
#r_recommend .lims table{
	margin:10px auto;
	width:148px;
	height:100%;
	padding:5px;
border:solid 1px #f9ecec;
border-collapse:collapse;
}
#r_recommend .lims table .woong td{
	text-align:left;
	font-weight:bold;
	padding:5px;
}
#r_recommend .lims table .woong td a{
	font-weight:normal;
}
#r_recommend .lims table .woong td img{
	margin-left:5px;
}
#r_recommend .lims table .woong td a b{
	font-weight:normal;
	font-size:11px;
}

/* ランキング */
#r_ranking .whiteBox{
	background:url(../../images/original_design_default/samplesource/5/rankBgBtm.png) no-repeat bottom center;
	padding-bottom:8px;
}

#r_ranking .rankList{
	float:left;
	width:136px;
	position:relative;
	margin-right:2px;
}
#r_ranking em{
	display:block;
	text-indent:-9999em;
	width:136px;
	height:36px;
}
#r_ranking .rankImg{
	margin:5px auto;
}
#r_ranking #rank1 em{
	background:url(../../images/original_design_default/samplesource/5/rankNo1Title.png) no-repeat center;
}
#r_ranking #rank2 em{
	background:url(../../images/original_design_default/samplesource/5/rankNo2Title.png) no-repeat center;
}
#r_ranking #rank3 em{
	background:url(../../images/original_design_default/samplesource/5/rankNo3Title.png) no-repeat center;
}
#r_ranking #rank4 em{
	background:url(../../images/original_design_default/samplesource/5/rankNo4Title.png) no-repeat center;
}
#r_ranking #rank5 em{
	background:url(../../images/original_design_default/samplesource/5/rankNo5Title.png) no-repeat center;
}
#r_ranking p{
	text-align:left;
	margin:0 16px;
}
#r_ranking .rankPrice{
	font-weight:bold;
}
/* レビュー */
#r_review #M_reviewView table{
	width:644px;
	margin:0;
	margin-bottom:8px;
}
#r_review #M_reviewView th{
	display:none;
}
#r_review #M_reviewPart .M_reviewList td{
	padding:5px;
}
#top #r_review  .M_reviewImg{
	width:50px;
}
#top #r_review  .M_reviewItem{
	width:150px;
	text-align:left;
}
#top #r_review  .M_reviewReadText{
	width:340px;
	text-align:left;
}
#top #r_review  .M_reviewRate{
	width:80px;
}
#r_review .whiteBox{
	padding-bottom:4px;
}

/* 最近チェックした商品 */
#r_recent .whiteBox{
	padding-bottom:10px;
}
#r_recent #recent{
	margin-top:10px;
	width:650px;
	margin-bottom:0;
/*	background-color:#f9dbdb;*/
/*	*margin-left:20px;*/
}
#r_recent .name,
#r_recent .price{
	text-align:left;
	margin:5px 5px 0;
	width:148px;
	padding:5px;
}
#r_recent .price{
	font-weight:bold;
}
#r_recent .itemBox{
	width:148px;
}
#r_recent .line{
	display:none;
}
#r_recent #recent .itemimg{
	width:146px;
}
#recent tbody tr td.itembox table tbody tr td.itemimg a img{
	width:100%;
}
/* お知らせ */
#top #r_news table{
	margin-bottom:4px;
	width:644px;
}
#top #r_news a{
	color:#E52C6C;
}
#top #r_news td.woong{
	padding:2px 10px 2px 0;
	border-bottom:1px dashed #ccc;
	text-align:left;
}
#top #r_news .line{
	display:none;
}

/* スペシャル */
#r_special table{
	width:644px;
	margin:8px auto;
}
#r_special table table{
	*width:644px;
	*margin-left:30px;
}
#r_special .line{
	display:none;
}
#r_special .whiteBox{
	padding-bottom:8px;
}

/* twitter */
#l_twitter #left_shoptweet #tweetBox #btm{
	*padding-bottom:25px;
	*margin-top:-10px;
}

/*----------------------------------------------------
	商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.pankuzu{
	text-align:left;
/*	background:url(../../images/original_design_default/samplesource/5/btnBg.png); */
	line-height:20px;
	margin-bottom:10px;
}
.pankuzu a{
	padding:0 5px;
	font-size:11px;
	color:#333;
}
.pankuzu  font{
	color:#333;
	font-size:11px;
}
/*----------------------------------------------------
	商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */
#category h2{
/*	font-size:14px;
	margin-bottom:20px;
	background:url(../../images/original_design_default/samplesource/5/h2title.png) no-repeat center;
	line-height:60px;
	height:60px;
	padding-left:20px;
	color:#fff; */
}
/* 検索結果と並び替え */
#r_resultInfo{
	font-size:11px;
	margin:0 auto 10px;
	padding: 5px;
	background-color: bisque;
}
.total{
	float:left;
}
.listSort{
	floar:right;
	text-align:right;s
}
.listSort li{
	display:inline;
}

/* カテゴリーリスト */
#category .innerList{
	overflow:hidden;
	_zoom:1;
}
#category .innerList li{
	float:left;
	width:25%;/* 商品数が4つなので100%÷4=25% */
	*width:170px;
	height:100%;
	margin-bottom:16px;
}
#category .innerBox{
	margin:10px;
}
#category .name{
	margin-bottom:5px;
}
#category .imgWrap{
	margin-bottom:8px;
	text-align:center;
}
#category .price span{
	padding:0 2px;
}
#category .price{
	font-weight:bold;
	color:#333;
}
#category .consumerPrice{
	font-size:11px;
	color:#999;
	text-decoration:line-through;
}
#category .else{
	text-align:left;
}
#category .else li{
	float:none;
	width:auto;
	display:inline;
}
#category .M_lumpinput{
	text-align:right;
}
#category .content{
	border-top:1px dashed #b2b2b2;
	padding:10px 0;
	margin:10px auto;
	border-bottom:1px dashed #b2b2b2;
	font-size:11px;
}
#category .btnWrap{
	margin:10px auto 5px;
/*	background:url(../../images/original_design_default/samplesource/5/btnBg.png); */
	padding:5px 0;
	text-align:left;
}
#category .btnWrap img{
/*	margin-left:4px;*/
}

/*----------------------------------------------------
	商品詳細 #detail
----------------------------------------------------*/
#itemLink{
/*	margin-bottom:30px;*/
	font-size:11px;
}
.item_prev{
	float:left;
	background:url(../../designpocket/item_prev.png) no-repeat left;
	padding-left:14px;
}
.item_next{
	float:right;
	background:url(../../designpocket/item_next.png) no-repeat right;
	padding-right:14px;
}
#itemImg{
	float:left;
	width:300px;
}
#itemInfo{
	float:right;
	width:370px;
}
/* [INFO]タグ */
#detailInfo{
	background:#fff;
	width:100%;
	overflow:hidden;
	_zoom:1;
	margin-bottom:16px;
}
#detailInfo table{
	margin:8px;
	margin-bottom:10px;
	width:95%;
}
#detailInfo table td{
	height:auto;
	text-align:left;
}
#itemInfo #detailInfo table font{
	color:#cc0000;
}
#detailInfo table input{
	margin-right:5px;
}
#detailInfo #M_usualValue td{
	font-size:16px;
	padding:10px 0;
}
#detailInfo table table.stockList{
	margin:8px;
}
#detailInfo table table.stockList td{
	background:#fff;
	text-align:center;
}
#detailInfo img{
	vertical-align:auto;
}
#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview{
	border:none;
	width:auto;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
#detailInfo #M_usualValue{
	font-size:15px;
	font-weight:bold;
}
#detailInfo #M_taxview{
	width:auto;
}
/* 拡大画像ボタン */
#viewButton{
	text-align:right;
}
/* 商品名 */
#detail h2{
/*	margin-bottom:20px;*/
	padding:8px;
/*	font-size:15px; */
}
/* 商品詳細 */
#detail .detailTxt{
	color: #cc6655;
	border-top: 3px dotted #fcd4d4;
	border-bottom: 3px dotted #fcd4d4;
	padding: 10px 0;
	margin-bottom: 20px;
}
/* メールリンク */
#r_contact{
	margin:10px 0 10px -5px;
	*margin-left:-4px;
}
#r_contact li{
	float:left;
	margin-left:4px;
}
/* SNS */
#r_sns, #r_freeshipping{
	margin-top:20px;
	text-align:left;
}
#r_sns li{
/*	float:left; */
}
/* カートにいれるボタン */
#basketBtn{
/*	background:url(../../images/original_design_default/samplesource/5/btnBg.png);
	padding:10px 8px; */
	margin-top:10px;
}
#basketBtn a{
	margin-right:4px;
}
/* 追加商品説明文 */
#r_detailExt{
	margin-bottom:0;
}
/* 追加商品画像 */
#r_addImg li{
	float:left;
	width:33%;
	text-align:center;
}
#r_addImg li p{
	width:200px;
	margin:5px auto 0;
}
/* レビュー */
#detail #r_review{
	margin-bottom:40px;
}
#detail #r_review #M_review{
	margin-top:12px;
}
#detail #r_review #m_reviewView table{
	width:100%;
}
#detail #r_review #M_review td{
	text-align:left;	
}
/* 商品グループ */
#r_group h3{
    font-weight:bold;
    color:#9CB300;
    font-size:16px;
    border-bottom:2px dotted #9CB300;
}
#r_group #M_group{
    width:100%;
    margin:16px auto;
    border-collapse:collapse;
}
#r_group #M_group .itemBox, #r_group #M_group .itemBox table, #r_group #M_group td.itemImg {
    width: 170px;
}
#r_group #M_group .itemBox{
    vertical-align:top;
}
#r_group #M_group .name, #r_group #M_group .spe,#r_group #M_group .price {
    margin: 5px 5px 0;
    text-align: left;
}
#r_group #M_group .itemImg{
    text-align:center;
}
#r_group #M_group .line {
    width: 10px;
}
#r_group #M_group .line img {
    display: none;



}
#r_group .price {
    font-weight: bold;
}
/* 最近チェックした商品 */
#detail #r_recent{
	padding-top:20px;
}
#detail #r_recent #recent{
	margin-top:12px;
}

/*----------------------------------------------------
	ログインフォーム関係 .loginForm
----------------------------------------------------*/
.loginForm{
	margin-top:20px;
}
.loginForm h3{
	font-size:14px;
	margin-top:10px;
	margin-bottom:20px;
	background:url(../../designpocket/common_list.png) no-repeat left;
	padding-left:20px;
}
.loginForm .section{
	text-align:center;
}
.btnWrap{
	margin-top:20px;
	text-align:center;
}
.loginForm .leadTxt{
	margin-bottom:30px;
}
.loginForm .lostpass{
	text-align:center;
	font-size:11px;
	margin-top:5px;
}
.loginForm .formTable{
	margin:20px auto 0;
	width:400px;
	background:#fff;
}
.formTable th,
.formTable td{
	border:1px solid #b2b2b2;
	padding:6px 8px;
}
.formTable th{
	background:#eee;
	width:120px;
}
#wrapper #makebanner input{
	padding:2px;
}
/*----------------------------------------------------
	会員ログイン #memberlogin
----------------------------------------------------*/
#memberLogin .btnWrap{
	overflow:hidden;
	_zoom:1;
}
#memberLogin .btnWrap div{
	float:left;
	width:340px;
	padding-bottom:20px;
}
#memberLogin .btnWrap #newMember{
	border-right:1px dotted #b2b2b2;
}
#memberLogin .btnWrap p{
	margin:20px;
}
/*----------------------------------------------------
	注文照会ログイン #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
	パスワード紛失 #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
	約款 #contract
----------------------------------------------------*/
#contractBox{
	width:660px;
	height:280px;
	overflow:auto;
	border:1px solid #b2b2b2;
	padding:10px;
	text-align:left;
	margin-top:20px;
	background:#fff;
}
/*----------------------------------------------------
	会員登録修正フォーム #member
----------------------------------------------------*/
#memberForm #M_entryForm{
	margin:30px 10px 20px;
	width:660px;
	border-top:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
	*position:relative;
}
#memberForm #M_entryForm th,
#memberForm #M_entryForm td{
	padding:8px;
}
#memberForm #M_entryForm td{
	background:#fff;
	border:1px solid #b2b2b2;
	border-top:none;
	*position:relative;
}
#memberForm #M_entryForm th{
	background:#eee;
	width:160px;
	border-bottom:1px solid #b2b2b2;
	*position:relative;
}
#memberForm .M_txt{
	font-size:11px;
	margin-left:10px;
}
#memberForm #mailreceiveN,
#memberForm #sex1{
	margin-left:10px;
}
#memberForm .M_ex,
#memberForm .M_info{
	font-size:11px;
	color:#666;
}
#memberForm .M_post{
	display:block;
	width:96px;
	height:22px;
	background:url(../../images/original_design_default/samplesource/5/r_postBtn.png) no-repeat;
	float:left;
	text-indent:-9999em;
	overflow:hidden;
	_zoom:1;
}
/*----------------------------------------------------
	退会 #r_leave
----------------------------------------------------*/
#r_leave img{
	display:none;
}
#r_leave a{
	display:block;
	width:111px;
	height:25px;
	background:url(../../images/original_design_default/samplesource/5/memberjoin_escape.png) no-repeat;
}

/*----------------------------------------------------
	パスワード変更 #M_changepw
----------------------------------------------------*/
div#M_changepw{
	background: url(../../images/original_design_default/samplesource/5/btnBg.png);
}

/*----------------------------------------------------
	ポイント #point
----------------------------------------------------*/
#r_pointData{
	background:url(../../images/original_design_default/samplesource/5/btnBg.png);
	padding:10px;
	margin:20px 60px 30px;
}
#r_pointData p{
	text-align:center;
}
#r_pointData strong{
	font-size:15px;
	font-weight:bold;
	color:#cc0000;
}
#r_pointList table{
	width:570px;
	margin:0 60px;
}
#r_pointList td{
	border:1px solid #b2b2b2;
	padding:8px;
}
/*----------------------------------------------------
	商品検索 #search
----------------------------------------------------*/
#r_searchName{
	margin:20px 0 20px;
}
#r_searchName font{



	color:#333;
	font-weight:bold;
}
#r_searchInput{
/*	background:url(../../images/original_design_default/samplesource/5/btnBg.png);
	padding:10px; */
	margin-bottom:30px;
}
#r_searchInput table{
	width:830px; /*670px;*/
	background:#fff;
	table-layout:fixed;
}
#r_searchInput .btnWrap{
	margin-top:10px;
}
#r_searchInput th,#r_searchInput td{
	border:1px solid #b2b2b2;
	padding:6px 8px;
	font-size:11px;
	text-align:left;
}
#r_searchInput table th{
	background:#eee;
	width:60px;
	*width:75px;
}
#r_searchInput td input{
	width:90px;
}
#r_searchInput td.price input{
	xwidth:40px;
}
#r_searchInput td.keyword input{
	width:120px;
}
#r_searchInput td.keyword,
#r_searchInput td.category{
	width:170px;
}

#r_searchList table,
#r_pager table{
	width:100%;
}
#makebanner ul.M_pager li.active{
	color:#ffbbbb;
}
#makebanner ul.M_pager li a{
	background:#ffbbbb;
	color:#fff;
}
#search ul.M_pager{
	overflow:hidden;
	_zoom:1;
}
.searchResult{
	font-size:14px;
	margin-bottom:20px;
}
#r_searchName .searchResult font{
	color:#E52C6C;
}

#r_searchList .innerList{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	text-align:left;
}
#r_searchList .innerList li{
	width:25%;
	*width:172px;
	display:inline-block;
	vertical-align: top;
	letter-spacing: normal; /* 文字間を通常に戻す */
	/display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
	margin-bottom:16px;
	padding-top:10px;
	border-top:solid 1px bisque;
}
#r_searchList .innerBox{
	margin:10px;
	*margin:5px;
}
#r_searchList .name{
	margin-bottom:5px;
}
#r_searchList .imgWrap{
	margin-bottom:8px;
	text-align:center;
}
#r_searchList .price{
	font-weight:bold;
	color:#333;
}
#r_searchList .else{
	text-align:left;
}
#r_searchList .else li{
	float:none;
	width:auto;
	display:inline;
}
#r_searchList .btnWrap{
	margin:10px auto 5px;
/*	background:url(../../images/original_design_default/samplesource/5/btnBg.png); */
	padding:5px;
	text-align:center;
}

/*----------------------------------------------------
	買い物カゴ #basket
----------------------------------------------------*/
#r_basket{
	margin-bottom:60px;
}
#basketTable{
	width:100%;
	margin-top:30px;
}
#basketTable th,#basketTable td{
	text-align:center;
	border-bottom:1px solid #999;
	padding:6px;
}
#basketTable th{
	border-top:2px solid #999;
	border-bottom:1px dashed #999;
	white-space:nowrap;
}
#basketTable .basketNum{
	width:30px;
	padding:0;
}
#basketTable .basketImg{
	width:56px;
}
#basketTable .basketName{
	width:400px;
	text-align:left;
}
.quantityWrap{
	display:table;	
}
.quantityInput,.basketQunantity,.quantityAmend{
	display:table-cell;
	vertical-align:middle;
	padding:0 2px;
}
#basketTable .basketQuantity td{
	border:none;
	padding:0;
}
#basketTable .basketPoint{
	width:70px;
}
#basketTable .basketPrice{
	width:70px;
}
#basketTable .basketOption{
	text-align:left;
	margin-top:4px;
}
#basketTable .basketHaisou{
	padding:0;
}
#basketTable .carriageWrap{
	margin:4px 0;
}
#basketTable .basketHaisou p{
	text-align:right;
}
#basketTable .basketHaisou .carriageMsg1{
	color:#cc0000;
}
#basketTable .basketHaisou .carriageMsg2{
	font-size:11px;
}
#basketTable .basketBtns{
	width:80px;
}
#basketTable .basketBtns img{
	margin-bottom:2px;
}
#basketTable .basketTotal{
	text-align:right;
/*	background:url(../../images/original_design_default/samplesource/5/btnBg.png);*/
	background-color:#ffefef;
	border-top:3px solid #999;
}
#basketTable .basketTotal em{
	font-weight:bold;
	font-size:15px;
	color:#cc0000;
}
#basketTable .basketEmpty p{
	text-align:center;
	margin:10px auto;
}
#r_basket .btnWrap .btnBack{
	float:left;
	padding-top:5px;
	margin-left:10px;
}
#r_basket .btnWrap .btnOrder{
	float:right;
	margin-right:10px;
}

/* お気に入りリスト */
#wishTable{
	width:100%;
}
#wishTable th,#wishTable td{
	text-align:center;
	border-bottom:1px solid #999;
	padding:6px;
}
#wishTable th{
	border-top:2px solid #999;
	border-bottom:1px dashed #999;
}
#wishTable .wishName{

	text-align:left;
	width:240px;
}
#wishTable .wishQuantity input{
	margin-right:4px;
}
/*----------------------------------------------------
	お知らせ #news
----------------------------------------------------*/
#r_news{
	margin-top:30px;
	margin-bottom:30px;
}
#r_news #newsHead{
	color:#cc6655;
	text-align:left;
	border-bottom:2px solid #cc6655;
	padding:4px 0;
	font-size:15px;
	font-weight:bold;
}
#r_news #newsHead span{
	margin-right:20px;
	font-size:11px;
	color:#cc6655;
}
#r_news #newsContents{
	text-align:left;
	padding:40px 20px;
	border-bottom:1px dashed #fcd4d4;
	margin-bottom:20px;
}
#r_news #newsAccess{
	text-align:right;
	font-size:11px;
	color:#333;
	margin-top:20px;
}
#r_news #newsNext{
	text-align:right;
	font-size:11px;
	background:url(../../images/original_design_default/samplesource/5/listIconR.png) no-repeat right;
	padding-right:15px;
	margin-bottom:10px;
}
#r_news #newsList{
	margin-bottom:20px;
}
#r_news #newsList .line{
	display:none;
}
#r_news #newsList .lims{
/*	background:url(../../images/original_design_default/samplesource/5/Bg.png);*/
	border-bottom:1px dashed #333;
}
#r_news #newsListBtn{
	*text-align:center;
}

/*----------------------------------------------------
	利用案内 #guideMain
----------------------------------------------------*/
#makebanner #guideMain{
	*margin-left:60px;
}

/*----------------------------------------------------
    カタログ #catalog
----------------------------------------------------*/
#catalog .ctlg_text{
    margin-top:24px;
}
#r_catalog .catalogCart{
    text-align:right;
    margin:8px 0;
}

/*****************************************************

	フッタ #footer

*****************************************************/
.pageTop{
	text-align:right;
	width:960px;
	margin:auto;
	margin-top:20px;
	margin-bottom:-20px;
}
#footerWrap{
    width: 100%;
    background: #dba626 !important;
    margin-top: 0px  !important; 
}
#footerWrap2 {
	width:100%;
	background:#eff0ee;
	margin-top:20px;
    height: 530px;
    padding: 50px 0 100px;
}
#footer{
	width:960px;
	margin:0 auto;
	padding:10px 0;
	font-size:11px;
	position:relative;
}
#f_nav{
	overflow:hidden;
	_zoom:1;
	float:left;
}
#f_nav li{
	display:inline;
	padding:0.4em 1em 0 16px;
	background:url(../../designpocket/ftr_list.png) no-repeat left;
}
#f_nav li a:link,#f_nav li a:visited,#f_nav li a:active{
	text-decoration:none;
	color:#fff;
}
#f_nav li a:hover{
	text-decoration:underline;
	color:#fff;
}
#f_info{
	float:right;
	width:450px;
	text-align:right;
	color:#fff;
}

#f_info a,#f_info a:hover,#f_info a:visited{color:#fff}

.str{display:none;}
.subL{width:220px; margin-right:15px; float:left;}
.subR{width:220px; float:left;}

.round	{
	background: #fcfcfc;
	border:2px solid #999; 
	padding: 10px;
	margin-bottom:10px;
	text-align: center;
}
.round_alt	{
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.recentround	{
	background: #ffefef;
	border:2px solid #fcd4d4; 
	padding: 10px;
	margin-bottom:10px;
	text-align: center;
}
.recentround_alt	{
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

.detailExtTxt{
display:block;
padding:0;
}

.detailExtTxt2{
display:block;
padding:8px;
background:#ffefef;
border-top: double 3px #fcd4d4;
border-bottom: double 3px #fcd4d4;
}

#r_recent h3{

  background: #cf4e6a;
  text-align: left;
  padding: 8px 0 8px 8px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#srch font{color:#fff;}

#originalp h3{
	font-size:1.2em;
	margin-top:30px;
	margin-bottom:10px;
	background:url(../../designpocket/common_list.png) no-repeat left 0.2em;
	padding-left:20px;
}
#originalp .section{
width:670px;
padding-left:20px;
}
#originalp .section .sub_ara{
width:580px;
padding-left:90px;
  margin: 10px 0;
  line-height: 1.8em;
  font-size: 0.9em;
  color: #777777;
}
#originalp .section .sub_ara ul,#originalp .section .sub_ara ol{
margin: 0 0 0 1em;
padding: 0
}
#originalp .section .sub_ara ul li{
list-style-type:disc;
}
#originalp .section .sub_ara ol li{
list-style-type:decimal;
}

.carriageWrap{
	display:block;
	margin-top:20px;
	background: #ffefef;
	border:2px solid #c00; /*#fcd4d4; */
	padding: 10px;
	text-align:center;
}

div.carriageWrap div.carriageMsg1{
width:100%;
text-align:center;
font-weight:bold;
font-size:3em;
color:#c00; /*#cf4e6a;*/
margin:10px 0;
}

div.carriageWrap div.carriageMsg2{
width:100%;
text-align:center;
font-weight:normal;
font-size:1em;
color:#555;
margin:0 0 10px 0;
}


/*****************************************************

	商品詳細ページ

*****************************************************/
   .item_detail {
		width: 100%;
		max-width:700px;
		margin-bottom: 50px !important;
		line-height: 1.6em;
		font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif !important;
		color:#000;
    }



    .item_detail h2 {
		background:#FFFFFF;
		color: #171717;
		width: 100%;
		padding: 10px 0 8px !important;
		margin: 30px 0 13px !important;
		border-bottom: solid 2px #aaa;
		font-size: 2.0em;
		font-weight:bold;
		font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif !important;
    }
	

	
    .item_detail small {
		padding: 0 15px 10px;
		font-size:0.8em !important;
    }

    .item_detail h3 {
		width: 100%;
		text-align:center;
		padding: 20px 0 16px !important;
		margin: 15px 0 13px !important;
		border-bottom: none;
		font-size: 2.0em;
		color:#666666;
		line-height: 1.4em;
		font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif !important;
    }
	
    .item_detail h4 {
		width: 100%;
		text-align:left;
		padding: 10px 0 8px !important;
		margin: 15px 0 13px !important;
		border-bottom: none;
		font-size: 2.0em;
		color:#666666;
		line-height: 1.4em;
		font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif !important;
    }
	
    .item_detail .red{
		color:#e1005b;
    }
    .item_detail img {
		width: 100%;
		margin: 12px 0 3px;
    }
	
	.item_detail p {
		margin: 0 0 15px 0;
		
    }
	
	.item_detail a {
		text-align:center !important;
    }
	
	.item_detail a:link, a:visited {
    color: #666!important;
	text-decoration: none;
	}


	
	.item_detail  .size_tbl {
    margin-bottom: 25px;
}

    .item_detail small {
		font-size: 14px;
    }
	
    .item_detail .right p{
		text-align:right !important;
		width:100%;
    }
	
    .item_detail .left p{
		text-align:left !important;
		width:100%;
    }

    .item_detail table {
		width:100%;
		border:none;
		margin:20px 0 25px 0;
    }

    .item_detail table .two {
		text-align:center !important;
		
    }
	
	   .item_detail table .two p{
		text-align:center !important;
		
    }
	
    .item_detail table .two td{
		width:50%;
		
    }
	
    .item_detail table .two img{
		width:96%;
		padding: 0 2%;
		
    }
	
	
	.item_detail table .three {
		text-align:center !important;
		
    }
	
	.item_detail table .three p{
		text-align:center !important;
		
    }
	
    .item_detail table .three td{
		width:33%;
		
    }
	
    .item_detail table .three img{
		width:96%;
		padding: 0 2%;
		
    }


/*フッター設定　20160128*/
#info {
	width:1000px !important;
	margin:0 auto;
	font-size:0.9em;
}

.f_box {
	width:300px;
	float:left;
	padding:0 10px;
	background:#fff;
	height:720px;
}

.f_box2col {
	width:450px;
	float:left;
	padding:0 20px !important;
　　　　margin: 20px 5px 20px;
        height:400px;
}
.f_box2col p{
   padding: 5px 10px;
   margin-bottom: 10px;
}


#info ul {
	padding-left:22px;
	line-height:1.5em;
	padding-bottom:10px;
}

#info ul li {
	list-style:disc;
	text-align:left;
	padding-left:0px;
	line-height:1.5em;
}

#info h4 {
	color:#CF4E6A;
	font-size:1.2em;
	font-weight:bold;
	margin:15px 0 10px;
}

#info h5 {

	font-weight:bold;
	font-size:1.0em;
	margin:0;
}

#info p.fp {
	margin:7px 0px 10px;
	line-height:1.4em;
}


.star {
	color:#CF4E6A;
}

.pink {
	color:#CF4E6A;
	font-weight:bold;
}


/*****************************************************

	レビュー

*****************************************************/

.M_reviewBox {
    float: right;
    width: 540px;
}
.M_reviewRead{overflow:hidden; width:540px;}





/*****************************************************
20160219 ヘッダー部分ログインボタン等追加
*****************************************************/

#login {
	float:right;
	font-size:0.9em;
}

#login ul {
	list-style:none;
}

#login li {
	float:left;
}

#login li  a{
	border-radius: 3px;
	border:1px solid #FFF;
	display:block;
	padding:5px 10px 5px 25px;
	margin-right:2px;
	background:#CF4E6A url(../../designpocket/icon.PNG)  no-repeat 6px 3px;
	color:#FFF;
	text-decoration:none;
	background:;
}

#login li  a:hover{
	border:1px solid #FFF;
	display:block;
	padding:5px 10px 5px 25px;
	background:#F69;
	background:#A90000 url(../../designpocket/icon.PNG)  no-repeat 6px 3px;
	color:#fff;
}

#login li  a:visited {
	border:1px solid #FFF;
	color:#FFF;
}


.clear {
		clear:both;
}

/*****************************************************
20160406 商品詳細部分SNSボタン追加
*****************************************************/
/* SNSボタン */
#M_snsButtonList {
    height: 30px;
}
#M_snsButtonList li{
    float:left;
    margin-right:5px;
}

/*****************************************************
20160425 フッター外部リンクバナー追加
*****************************************************/
#footer_bnr {
	width:960px;
	margin:0 auto;
	height:150px;
}

p.fb_p{
	color:#FFF;
}

.mini {
	font-size:0.8em;
}


ul.footer_bnr_ul {
	float:left;
	padding:0 0 0 50px;
}

ul.footer_bnr_ul  li{
	float:left;
	padding:10px;
}

/*****************************************************
20160722 リンクカラー修正
*****************************************************/


#gNavBg  a:link {
	color:#FFF !important;
	text-decoration:none;
}

#gNavBg  a:visited{
	color:#FFF !important;
	text-decoration:underline;
}

#gNavBg  a:hover{
	color:#ddc13e;
	text-decoration: none;
}

#gNavBg  a:active{
	color:#FFF;
	text-decoration:underline;
}

#footer  a:link {
	color:#FFF !important;
	text-decoration:none;
}

#footer  a:visited{
	color:#FFF !important;
	text-decoration:underline;
}

#footer  a:hover{
	color:#ddc13e;
	text-decoration: none;
}

#footer  a:active{
	color:#FFF;
	text-decoration:underline;
}


.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.topics-bn2col{
        width:100%;
}
.topics-bn2col ul{
        list-style:none;
        display:table;
}
.topics-bn2col li{
    display:table-cell;
    float:left;
    padding: 1px;
}

.top-cspace {
    background-color: #faf2ea;
    width: 900px;
    display: table;
}
.top-cspace div.row{
  display:table-row;
}

.cate-table {
	width:			200px;
	height:			200px;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
	position:		relative;
        border-radius: 50% 50% 50% 50%;
        display: table-cell;
    padding: 10px;
}
.cate-table .caption {
	font-size:		130%;
	text-align: 		center;
	color:			#fff;
}
.cate-table .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.cate-table:hover {
        background-color:	#fff;
	color:			#fff;
	transition: 1.5s ;
/*	opacity:		1;	 マスクを表示する */
/*	padding-top:		100px;	 ホバーで下にずらす */
}



.flex-direction-nav a {
    top: 15px !important;
}


.flex-control-thumbs li {
    width: 70px !important ;
    float: none !important ;
    margin: 0 5px !important ;
}
 

#header .flex-direction-nav .flex-prev {
    display: none;
}

#header .flex-direction-nav .flex-next {
    display: none;
}

.textover {
    position: absolute;
    box-sizing: border-box;
    white-space: nowrap;
    display: block;
    width: 85%;
    color: rgb(150 148 148 / 80%);
    background: rgba(255, 255, 255, 0.50);
    top: 50%;
    left: 5%;
    text-align: center;
    transform: translateY(-50%);
    padding: 10px;
    font-size: 12pt;
}