﻿
.loading
{
	display: none;
    position: fixed;
	top				: 0;
	left			: 0;
	z-index			: 1000;
	/*width			: 100%;
	height			: 100%;
*/
	background-color: #454560;
	filter			: alpha(opacity=60);	
	-moz-opacity	: 0.6;					
	opacity			: .60;					
	display			: block;
	position		: fixed;

	top:50%;
	left:50%;

	/*
	z-index:9999;
	
	filter			: alpha(opacity=60);	
	-moz-opacity	: 0.6;					
	opacity			: .60;	
	*/
	  
}


.overlay {
	display			: block;
	position		: fixed;
	top				: 0;
	left			: 0;
	z-index			: 1000;
	width			: 100%;
	height			: auto;
	background-color: #454560;
	filter			: alpha(opacity=30);	/* IE 用 */
	-moz-opacity	: 0.3;					/* Firefox, Netscape 用 */
	opacity			: .30;					/* Opera, Safari 用 */
}
.modalbox 
{
	margin-left:auto;
	margin-top:auto;
	/*margin			: -55px 0 0 -120px;*/
	/*border			: 5px solid #808099;*/
	display			: block;
	position		:fixed;
	/*
	top				: 50%;
	left			: 45%;
*/
	z-index			: 9999;
	width			: 300px;
	height			: 100px;
	/*background-color: #dce1f0;*/
}

.wc{
font-size:medium;
color:#ffffff;
}
/*▼--------------------------------▼
	Header								
--------------------------------*/
.header
{
	
	width:100%;
	/*
	max-width:1000px;
	min-width:800px;
*/
	background-image:url(cssimg/topback.jpg);
	background-repeat:repeat-x;

}

.header-inner
{
	width:100%;
	min-width:800px;	
}
/*▼--------------------------------▼
	右メニュー							
--------------------------------*/
.r-menu{
width:160px;
padding:5px;
}
/*▼--------------------------------▼
	中央メニュー							
--------------------------------*/
.c-menu{
min-width:400px;
width:100%;
text-align:left;
}
/*▼--------------------------------▼
	左メニュー							
--------------------------------*/
.l-menu{
text-align:left;
width:210px;

padding:5px;
/*
min-width:160px;
max-width:180px;
*/
/*border:solid 1px black;*/
}

/*▼Header LOGO--*/
.logo
{
	float:left;
	text-align:left;
	height:60px;
	width: 300px;
   position: relative;
}
.logoimg
{
	height:60px;
}
/*▼HeaderBackImage--*/
.header-bg
{
	/*
	background-image:url(cssimg/bg_btn_01.gif);
	background-repeat:repeat;
*/
}
/*▼---Top ---*/
.topmenu
{
	
	float:right;
	position:relative;
	right:0px;
	top:0px;
	height:60px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}

topmenu a:link
,.topmenu a:visited
,.topmenu a:active
{
	font-size:x-small;
	color:black;
	text-decoration:none;
	margin:0 0 0 0 ;
}

.topmenu li
{
	padding:0;
	margin:0;
	float:left;
}

.topmenu li.top-cart
{
	 width:70px;
	padding:0 0 0 10px;
	background:url(cssimg/cart.png) no-repeat  buttom;
}

.topmenu li.top-history
{
	width:50px;	
	border-left-style:dotted;
	 padding:0 0 0 10px;
}

.topmenu li.top-login
{	
	color:black;
	width:50px;	
	 border-left-style:dotted;
	 padding:0 0 0 10px;
	 
}
.top-login a:link
,.top-login a:visited
,.top-login a:active
{
	font-size:x-small;
	color:black;
	text-decoration:none;
	margin:0 0 0 0 ;
}

.titlefla
{
	background:#000000 url(cssimg/cart.png) no-repeat;
	margin:5px 0 0 0 ;
}


/*▼--------------------------------▼
	FotterControl
	<a></a>
------------------------------------*/
.bottom a:link{
color:#ffffff;
text-decoration:underline;
}
.bottom a:visited{
color:#ffffff;
text-decoration:underline;
}
.bottom a:hover{
color:#ee0000;
text-decoration:none;
}
.bottom a:active{
color:#ee0000;
text-decoration:underline;
}

/*---------------------------------------------*/

.main-menu a:link
,.main-menu a:visited
,.main-menu a:active
,.title-bar a:link
,.title-bar a:visited
,.title-bar a:active
{
color:#ffffff;
text-decoration:none;
}

/*水平文字位置設定*/
.ta-l{
text-align:left;
margin-left:auto;
}
.ta-c{
text-align:center;
margin:0 auto;
}
.ta-r{
text-align:right;
margin-right:auto;
}
.ta-wc{
width:100%;
text-align:center;
margin:0 auto;
}
.ma{
margin:0 auto;
}


/*▼vertical Setting----------------------------------------*/
.va-t{vertical-align:top;}
.va-c{vertical-align:middle;}
.va-b{vertical-align:bottom;}


/*文字*/
.nw{white-space:nowrap;}
.fs-xs{font-size:x-small;}
.fs-m{font-size:medium;}
.ur
{
text-align:left;
width:13.5em;
border-bottom:solid 2px #cc0000;
padding:2px;
}
.ur-l{
border-bottom:solid 2px #cc0000;
width:90%;
padding:12px 36px 2px 5px;
}
.tr-l{
border-top:solid 2px #cc0000;
width:99%;
padding:5px;
}
.qqq{
text-align:left;
padding:5px 5px 20px;
}
/*フロート設定*/
.fl-l{
float:left;
}
.cb{
clear:both;
}
/*メインCSS設定*/

/*▼Width Fit----------------------------------------*/
.wif{width:100%;}
.wih{width:50%;}

/*---▼Header--------------------------------------------------------▼*/

/*▼--Default Button -----------------------------------------*/
.button
{
	width:120px;
	height:28px;
	 cursor:pointer;
	 margin:0;
	 padding:0;	
}

/*▼--Pointer Button -----------------------------------------*/
.pointer
{
	cursor:pointer;	
}


/*▼--LanguageControl Font-----------------------------------------*/
.languagebutton
{
	border:0px;
	width:24px;
	cursor:pointer;	
}
.languageselected
{
	 border:0px;
	 width:34px;
}


.settinginfo
{
	width:190px;
	top:0px;
	 position:relative;
	 float:left;
}

.ctr-lang
{
	width:190px;	
	
}

.ctr-lang-name
{
	font-size:x-small;
	float:left;
}
.ctr-lang-select
{
	float:left;
		
}

.ctr-money
{
	width:190px;
	
}

.ctr-money-name
{
	font-size:x-small;
	float:left;
}
.ctr-money-select
{
	float:left;	
	font-size:x-small;	
}

.ctr-Area
{
	width:190px;	
	
}

.ctr-Area-name
{
	font-size:x-small;
	
}
.ctr-Area-select
{
	
		
}

/*▼---MemberInfo-------------------*/
.memberinfo
{
	 position:absolute;
	 top:5px;
	 margin-left:300px;
}

/*▼---MainMenuBar Single (BackColor BackImage)-------------------*/
.MenuBox0
{
	width:100%;
	min-width:750px;
	 margin:0 0 0 0;
	 padding:0 0 0 0;
	float:left;
	text-align:center;
	color:#ffffff;
	/*color:Black;*/
	font-weight:bold;
	vertical-align:middle;
	background-image:url(cssimg/h_navi_bg.gif);
	background-repeat:repeat;
}
.MenuBar0
{
	width:200px;
	text-align:center;
	padding:0 0 0 0;
	margin:0 0 0 0;
	height:28px;
	
}
.MenuBarSeparator0
{
	width:10px;
	height:28px;
	border:solid 0px black;
	padding:0 0 0 0;
	margin:0 0 0 0;
	
	background-image:url(cssimg/h_navi_02.gif);
	
	background-repeat:no-repeat;
}

/*▼---MainMenuBar Single (BackColor BackImage)-------------------*/

.main-menu
{
	width:100%;
	color:#ffffff;
	vertical-align:middle;
	
	font-weight:bold;
	 margin:0 0 0 0;
	 padding:0 0 0 0;
	 
	
}

.main-menu-box
{
	
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	vertical-align:middle;
	height:30px;
	background-image:url(cssimg/navi-b.gif);
	background-repeat:repeat-x;
}
.main-menu-top
{
	text-align:center;
	 width:200px;
	 
}
.main-menu-separeator
{
	width:10px;
	
	height:50px;
	padding:0px 0 0 0;
	margin:0px 0 0 0;
	top:0;
	background-image:url(cssimg/navi-b_02.gif);
	
	background-repeat:no-repeat;
}

/*▼---MainMenuBar (BackColor BackImage)-------------------*/
.MenuBar a:link
,.MenuBar a:visited
,.MenuBar a:active
{
	color:#ffffff;
	text-decoration:none;
	margin:0 0 0 0 ;
	
}

.MenuBar:hover
{
	background-image:url(cssimg/h_navi_bg.gif);
	background-repeat:repeat;
}

.MenuBar
{
	width:200px;
	text-align:center;
	padding:0 0 0 0;
	margin:0 0 0 0;
	
}
.MenuBox
{
	width:100%;
	min-width:750px;
	 margin:0 0 0 0;
	 padding:0 0 0 0;
	float:left;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	vertical-align:middle;
	background-image:url(cssimg/navi-b.gif);
	background-repeat:repeat;
}



.MenuBarSeparator
{
	width:10px;
	height:31px;
	border:solid 0px black;
	padding:0 0 0 0;
	margin:0 0 0 0;
	
	background-image:url(cssimg/navi-b_02.gif);
	
	background-repeat:no-repeat;
}



/*▼TopLinkButton----------------------------------------*/
.ico
{
	margin:0 -0.2em -0.1em 0;
	background-image:url(cssimg/bg_btn_01.gif);
	background-repeat:repeat-x;
 float:left;
 height:30px;
 text-align:center;
 vertical-align:middle;
 padding-top:10px;

}
/*
.ico{margin:0 -0.2em -0.1em 0;}
*/
/*TopLinkButton----------------------------------------*/


/*▼--Money Font-----------------------------------------*/
.money
{
	
	font-weight:bold;
	color:#ee0000;
}

/*▼--PRODUCTS -----------------------------------------*/
.colorimg
{
	width:20px;
	height:20px;

}
/*▼--PAGER -----------------------------------------*/
ul.pager{float:right;}
ul.pager li{float:left; padding:0 5px;  line-height:100%;}

/*▼--ZIPSearch Control-----------------------------------------*/

.search-g
{
	 width:200px;
	background-image:url(cssimg/bg_btn_01.gif);
    background-repeat:repeat;
    font-size:x-small;
    margin:0 0 0 0;
    padding:0 0 0 0;
    
}
.search-g-header
{
	background-image:url(cssimg/h_navi_bg.gif);
	background-repeat:repeat-x;
}
.search-g-detail1
{
	
}
.search-g-detail2
{
}


/*▼---Member Title ----------------------------------------*/
.title-member-bar{
background:#000000 url(cssimg/h_bg.gif) repeat-x;
margin:10px 0 5px;
padding:8px 5px 3px 7px;


}
/*▼---Member Section ----------------------------------------*/
.section-member{
text-align:left;
padding:0px 5px 5px 7px;
margin:10px 0 10px 5px;

}


/*▼---Title Bar Default----------------------------------------*/
.title-bar{
background:#000000 url(cssimg/h_bg.gif) repeat-x;
margin:10px 0 5px;
padding:8px 0 3px 7px;

}

/*▼---Title Bar Category----------------------------------------*/
.title-bar-w301
{
	background:#000000 url(cssimg/h_bg.gif) repeat-x;
	margin:10px 0 5px;
	padding:8px 0 3px 7px;
	/*border-left:solid 10px #FF3333;
	border-bottom:solid 1px #FF3333;*/
}
.title-bar-w302
{
	background:#000000 url(cssimg/h_bg.gif) repeat-x;
	margin:10px 0 5px;
	padding:8px 0 3px 7px;
	/*border-left:solid 10px #00D800;
	border-bottom:solid 1px #00D800;*/
}
.title-bar-w303
{
	background:#000000 url(cssimg/h_bg.gif) repeat-x;
	margin:10px 0 5px;
	padding:8px 0 3px 7px;
	/*border-left:solid 10px #00B0FF;
	border-bottom:solid 1px #00B0FF;*/
}
.title-bar-w304
{
	background:#000000 url(cssimg/h_bg.gif) repeat-x;
	margin:10px 0 5px;
	padding:8px 0 3px 7px;
}

/*▼---Title RANKING----------------------------------------*/
/*ランキングカラー*/
.title-ranking{
background:#000000 url(Image/h_bg.gif) repeat-x;
padding:6px 0 2px 7px;

}

/*▼---Title Ranking A----------------------------------------*/
.title-ranking-a{
background:#000000 url(Image/h_bg.gif) repeat-x;
padding:7px 5px 5px;
margin-top:1px;

}

/*▼---Title Ranking B----------------------------------------*/
.title-ranking-b{
background:#000000 url(Image/h_bg.gif) repeat-x;
padding:7px 5px 5px;
margin-top:1px;

}

/*▼---LEFT TREE MUNU CATEGORY TreeNode-------------------*/
.node-cate
{
	 width:195px;
	 height:150px;
}
.node-root
{
	font-weight:bold;
	width:100%;
	height:25px;
	
}
.node-parent
{
	 
	 	
}

.node-hover
{
	background-color:#CCFFCC;
	cursor:pointer;
}

.node-select
{
	color:White;
	background-color:Gray;
}
/*▼---LEFT TREE MUNU CATEGORY Title-------------------*/
.title-service
{
	width:190px;
	background:#000000 url(cssimg/h_bg.gif) repeat-x;
	padding:7px 0 5px 10px;
	margin:5px 0 0;
	/*border-left:solid 10px black;
	border-bottom:solid 1px black;*/
	
}
.title-box{
width:100%;
border-left:solid 1px #cccccc;
border-right:solid 1px #cccccc;
border-bottom:solid 1px #cccccc;
margin-bottom:5px;
}

.title-cate
{
	width:190px;
background:#000000 url(cssimg/h_bg.gif) repeat-x;
padding:7px 0 5px 10px;
margin:5px 0 0;
/*border-left:solid 10px #B82012;
border-bottom:solid 1px #B82012;*/
}

.cate-box{
width:200px;
border-left:solid 1px #cccccc;
border-right:solid 1px #cccccc;
border-bottom:solid 1px #cccccc;
padding:0 0 15px;
margin-bottom:5px;
}

/*▼---ORDER Product-------------------*/
.order-pro
{
	width:100%;
	
	 
}

.order-pro-header
{
	 background-color:	#B0E0E6;
}
.order-pro-detail
{
	
}

.order-pro-footer
{
	
}


/*▼---ORDER Section Titlet-------------------*/
.order-section-title
{
	 border-bottom:none;
	 border-top:solid 1px black;
	 border-left:solid 1px black;
	 border-right:solid 1px black;
	  margin:10px 0 0 0;
	 background-color:#4682B4;	
	 color:White;
	 font-size:medium;
	  font-weight:bold;
}

.order-section-detail
{
	padding:5px 0 0 5px;
	border:solid 1px;
}

/*▼---ORDER Section Titlet-------------------*/
#pay-area{  padding:20px; background-color:#FFFFFF;}
.pay-txt1{margin-bottom:10px; font-size:76%; line-height:130%; color:black;}
.pay-txt2{margin-bottom:30px; font-size:76%; line-height:130%;}
.pay-txt2 span{font-weight:bold; color:#FF0000;}

/*▼---ENTRY Form-------------------*/
.entry
{
	width:600px;

}

.mid
{
	width:30px;
}

.entry-name
{
	 width:120px;
}

.entry-input
{
	width:500px;
}

/*▼---商品一覧 Form-------------------*/
.prolist{
text-align:center;
line-height:1.3em;
width:90%;
margin:0 auto;
}
.prolist-head{
text-align:center;
margin-bottom:5px;
}
.prolist-code{
font-size:x-small;
color:#666666;
}
.prolist-name
{
	font-weight:bold;
}
.prolist-amt
{
	/*width:120px;*/
	text-align:center;
}
.prolist-img{
background-color:#bbbbbb;
width:120px;
height:120px;
padding:1px;
}
.prolist-pt{
font-size:x-small;
color:#0055bb;
}

.prolist-spacer
{
	height:0px;
	margin:5px 2px 10px;
}


/*TestButton----------------------------------------*/
.testButton
{
	background-image:url(cssimg/s_bg.gif);
 background-repeat:repeat;
}


.cate-sa
{
font-size:smaller;
color:#117E80;
}


.rtx{line-height:1.3em}
.wb{word-break:break-all;}

/* Company */
.gu-m{
width:25%;
border-bottom:double 3px #4D8DC5;
padding:5px 10px 2px 10px;
}
.pl-1{
border-bottom:double 3px #91D2F2;
padding:5px 10px 2px 10px;
}

/* Space */
.sp-ll{
height:1px;
}

/*検索バー*/
.search-in{
margin:0 auto;
}
.search{
color:#222222;
font-size:small;
/*background-color:#E8E2D3;*/
background:#999999 URL(cssimg/s_bg.gif) repeat-x;
padding:4px;
}


.w1{
line-height:1em;
vertical-align:top;
width:0.6em;
padding-left:5px;
}
.list-t{
width:178px;
border-left:solid 1px #cccccc;
border-right:solid 1px #cccccc;
border-bottom:solid 1px #cccccc;
padding:0 0 15px;
margin-bottom:5px;
}

.none{
display:none;
}

/*SideMenu----------------------------------------*/
.lh-2{line-height:2em;}
.bo-ho{
text-align:left;
border:solid 1px #FF8400;
width:160px;
padding-left:5px;
margin-bottom:5px;
}
.bo-ho li{
margin:0;
padding-left:20px;
background:url(cssimg/arrow-y.gif) no-repeat  0 0.4em;
}


.w2{
vertical-align:top;
width:1em;
}



.telt{
text-align:left;
color:#ffffff;
background:#000000 url(cssimg/h_bg.gif) repeat-x;
padding:6px 6px 6px 10px;
}
.tim{padding:10px 0 5px;}
.tel{
text-align:right;
padding:0 5px 5px;
}
.telf{
width:100%;
border-left:solid 1px #cccccc;
border-right:solid 1px #cccccc;
border-bottom:solid 1px #cccccc;
margin-bottom:5px;
}


/*下メニュー*/
.up{
text-align:right;
padding:0 5px 3px 0;
}
.bottom{
clear:both;
text-align:center;
line-height:1.6em;
color:#ffffff;
background-color:#0055A4;
width:100%;
padding-top:3px;
}
/*コピーライト*/
.copyright{
text-align:center;
color:#CCCCCC;
background-color:#0055A4;
width:100%;
padding:5px 0;
}
/*商品一覧*/
.fl{
float:left;
vertical-align:top;
}


.item-i{

height:0px;
margin:5px 2px 10px;
}
.i-num{
font-size:x-small;
color:#666666;
}
.item-il{
border-bottom:solid 1px #cccccc;
height:1px;
margin:0 5px 10px;
}
.item{
text-align:center;
margin-bottom:5px;
}
.item-l{
text-align:left;
margin-bottom:10px;
}
.item-m{
text-align:center;
line-height:1.3em;
width:90%;
margin:0 auto;
}
.item-li{
text-align:left;
line-height:1.3em;
margin:0 auto;
}
.item-nm{
font-weight:bold;
}
.item-pr
{
	word-break:break-all;
/*white-space:nowrap;*/
font-weight:bold;
color:#ee0000;
}
.nb{white-space:nowrap}
.item-pt{
font-size:x-small;
color:#0055bb;
}
/*ピックアップアイテム*/

.pickc{
text-align:center;
width:100%;
margin:0 auto;
}
.pickc th{
text-align:left;
}

.orange{color:#ff6633;}
.orange-m{
font-size:medium;
color:#ff6633;
}
/*商品詳細*/
.sp-l{
width:190px;
height:1px;
}
.sp-t{
width:80px;
height:1px;
}


.p5{
padding:5px 1em 5px;
}

.sb{
margin:0.5em 0 0 0.5em;}


.number{
width:2em;
}
.price{
white-space:nowrap;
font-size:medium;
font-weight:bold;
color:#ee0000;
}

.point{color:#0055bb;}


.picks{
text-align:center;
width:530px;
margin:0 auto;
}

/*会員登録*/
.ent-k{
overflow:auto;
border:inset 2px #cccccc;
width:500px;
height:15em;
padding:5px;
margin:0 auto;
}

/*ガイド項目*/
.gu{
white-space:nowrap;
padding:7px 7px 15px;
margin-bottom:5px;
}
.st
{
text-align:left;
width:98%;
border-left:double 6px #006b86;
border-bottom:solid 2px #006b86;
padding:5px 5px 3px 5px
}

/* OrderPhase */
.pl-7{
padding:5px;
line-height:1.3em;
}

/* お問合せ*/
.pickt{
text-align:left;
width:100%;
}
.bordot{
border-bottom:dotted 1px #9999cc;
width:100%;
margin-bottom:10px;
}


/*登録*/
.red{
/*font-size:x-small;*/
white-space:nowrap;
text-align:left;
color:#ee0000;
margin-left:5px;
margin-bottom:5px;
}
.redl{
color:#ee0000;
}

.sp-r{
width:700px;
height:1px;
}


.w2{
vertical-align:middle;
width:20%;
padding-top:2px;
}

.w3{
vertical-align:middle;
width:30%;
padding-top:2px;
}

.w4{
vertical-align:middle;
width:40%;
padding-top:2px;
}

.w6{
vertical-align:middle;
width:60%;
padding-top:2px;
}
.witem{
width:95%;
}


.wh{
color:#ffffff;
background-color:#006B86;
width:100%;
}

.pickm{
text-align:left;
white-space:nowrap;
width:100%;
}



.guide
{
	background-image:url(cssimg/bgimg.jpg);
	background-repeat:repeat;
text-align:left;
width:100%;

}
.guide th{
text-align:left;
}
.pic-fr{
background-color:#bbbbbb;
width:250px;
height:200px;
padding:1px;
}

/***********

***********/
.detail-layout
{
	 
	 margin:5px 0px 5px 20px;
}
.detail-layout-n
{
	float:left;
	font-weight:bold;
	width:30%;
	
	
}
.detail-layout-i
{
	width:70%;
	
	text-align:left;
	
}

/***********
検索
***********/
.search-table
{
	
	 text-align:left;
}

.search-table td
{
	text-align:left;
}
	


.search-name
{
	background-color:#99ccff;
}

/***********
Cartpage
***********/
.cart-tb
{
	width:100%;
	padding:0;
	margin:0;
	border:solid 1px Gray;	
}
.cart-tb-d
{
	width:100%;
	padding:0px;
	margin:0px;
	/*border:solid 1px Gray;	*/
}
.cart-tb-d td
{
	padding:0px;
	margin:0px;
	border-right:dotted 1px Gray;
	/*border:solid 1px Gray;	*/
}
.cart-tb-h
{
	color:#ffffff;
	background-color:#006B86;
	width:100%;
	padding:0;
	margin:0;
	border:solid 1px Gray;	
	
}
.cart-col-delete
{
	width:40px;
 text-align:center;
	min-width:40px;	
}
.cart-col-image
{
	width:10%;
	min-width:100px;
}
.cart-col-products
{
	width:30%;
}
.cart-col-variation
{
	width:20%;	
}

.cart-col-amt
{
	width:10%;
	
}

.cart-col-qty
{
	width:10%;	
}

.cart-col-change
{
	width:40px;
	min-width:40px;	
}

.cart-col-subtotal
{
	width:10%;
	
}


