@charset "utf-8";
/*----------------------------------------------------------- */
/*	ページ全体
/*----------------------------------------------------------- */
/*	検索ワードを以下に
/*	index.php トップページ
/*----------------------------------------------------------- */
/*	ページ全体
/*----------------------------------------------------------- */
body{
	padding:0;margin:0;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Takaoゴシック","TakaoGothic","メイリオ","Meiryo";
	
	background:url(../pic/bg/back1pinkdot.gif) repeat;
	background-attachment:fixed;
}
body#home{
	padding:0;margin:0;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Takaoゴシック","TakaoGothic","メイリオ","Meiryo";
	background:#ffffff;
}
#wrap{
	margin:auto;
	width: 960px;
	border:1px #ccc solid;
	
	overflow: auto;
        
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
#centerBox{
	position:absolute;
	width: 960px;
	top:180px;
	background: #fff;
}
#centerBox_listView{
	position:relative;
	width: 960px;
	top:180px;
	background: #f00;
	
}
/*---------------------*/
/* header要素 
----------------------------------------------------------- */
div#header  {  
    width: 960px;  
    margin: auto;
    padding: auto;
    background-color:#FFF395;
    border-bottom: 5px #ff1493 solid;
    /*background: #000 url(../images/bg/header.gif) repeat-x;*/
    color: #FFF;  
    position: fixed;  
    top:0;  
    height:140px;
    z-index: 99;
}  
* html div#header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  

#headCenter{
	margin:auto;
	width: 960px;
	border:1px #ccc solid;
	background: #fff;
	overflow: auto;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
#wrapKotei{
	position:relative;
	margin:auto;
	width: 960px;
	border:1px #ccc solid;
	background: #f00;
	overflow: auto;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
div#headerKotei  {  
    width: 960px;  
    margin: auto;
    padding: auto;
    background: #0ff;
    border-bottom: 5px #ff1493 solid;
    /*background: #000 url(../images/bg/header.gif) repeat-x;*/
    color: #FFF;  
    position: fixed;  
    top:0;  
    height:150px;
    z-index: 99;
}  
* html div#headerKotei    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  


div#headerHome  {  
    width: 100%;  
    margin: auto;
    padding: auto;
    /*border-bottom: 5px #ff1493 solid;*/
    /*background: #000 url(../images/bg/header.gif) repeat-x;*/
    color: #FFF;  
    height:140px;
    z-index: 99;
    clear: both;
    background: #FFF395;
}  


/*----------------------------------------------------------- */
/*	index.php トップページ
/*----------------------------------------------------------- */
#tokiText{
	margin:5px;
	color:#FF1493;
	font-size:1.2em;
	border: #FF1493 1px solid;
	padding:5px 10px 5px 10px;
	width:460px;
        width:100%;
	display: inline-block;
	text-align:left;
	background:#fff;
	/*
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#60ffffff,EndColorStr=#60ffffff);
	background: rgba(255, 255, 255, 1.0);
	*/
}
.homeBox{
	width: 960px;
	margin-top: 0px;
	text-align:left;
	background-color:#fff;
}

#movieBox{
	margin-top: 30px;
	width:420px;
	height:300px;
	background-color:#ffc0cb;
}

#newsText{
	margin:20px;
	width:480px;
	height:200px;
	color:#c71585;
/*	border: #FF1493 1px solid;*/
	background:url(../pic/bg/news.gif)  #ffc0cb top left no-repeat;
	/*影加工*/
	display: inline-block;
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.8);
	/*background: #ffc0cb;*/
	overflow: auto;
}
#newsText p{
	word-wrap:break-word;
}

#newsTextArea{
	margin:10px 10px 10px 10px;
	padding:5px;
	background:#fff;
	margin-left:270px;
	height:170px;
	overflow: auto;
}

#newsText2{
	margin:10px;
	margin-left:20px;
	width:98%;
	height:200px;
	color:#c71585;
/*	border: #FF1493 1px solid;*/
	background:url(../pic/bg/news.gif)  #ffc0cb top left no-repeat;
	/*影加工*/
	display: inline-block;
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.8);
	/*background: #ffc0cb;*/
	overflow: auto;
}
#newsText2 p{
	padding:0;
	margin:0;
	color:#333;
	text-align:left;
	padding:5px 25px 10px 10px;
	font-size:1.2em;
	word-wrap:break-word;
}
#newsTextArea dl,dt,dd{
	padding:0;
	margin:0;
	text-align:left;
	font-size:1.1em;
}
#newsTextArea dl{margin-top:10px;}
#newsTextArea dt{
	clear: left;
	float: left;
	margin-left:10px;
	width:80px;
}
#newsTextArea dd{
	margin-left:90px;
	color: #666;
}

#newsTextArea dd a{
	color: #06f;
}

#newsTextArea dd a:hover{
	color: #36f;
}

#newsFrame{
	position:relative;
	width:480px;
	height:46px;
	top:-57px;
	left:24px;
	z-index:99;
	background:url(../pic/bg/newsCoverbottom.png) bottom left no-repeat;
}
#newsText p{
	text-align:left;
	padding:10px;
	padding-left:250px;
	font-size:1.0em;
}

#slideshow { 
	overflow:hidden;
	/*height:450px;*/
        height:408px;
	/*top本文ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
	position:relative;
	/*margin:100px auto 0;*/
	padding-top:0px;
	 box-shadow: 0 0 0px rgba(0,0,0,0.4); 
	/*background:url(topimg/til14.png) top left;*/
	background-repeat: repeat;
	/*border-top:1px solid #000;*/
	border-top:5px solid #FF1493;
  
}

#slideshow > div { 
	overflow:hidden;
	position:relative;
	position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}

.cartData{
	padding:18px 0 0 105px;
}

.cartBox{
	float:right;
	width:20%;
	background-color:#fff;
}




/*top本文ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

a,a:hover{
/*	color:#fff;*/
}

/*a,a:hover,a img, a img:hover{border:0;}*/
.liquidlist a,.liquidlist a:hover,.liquidlist a img, .liquidlist a img:hover{border:0;}


.footerBox{
	
	color:#FFFFFF;
	font-size:12px;
	margin-top:0px;
	padding:0px;
	width:100%;
	min-height:270px;
	/*IE6*/
	height: auto !important;
	height: 270px;
	/*background:url(../pic/bg/back1pinkdot.gif) repeat;
 background-image: url("../pic/bg/dotback.gif");*/
        background:#ffffff;
	
}


.footerBox-dan{
	width:46%;
	position:absolute;
	left:0;
	top:auto;
	padding:5px;
	margin:0px 10px 10px 20px;
}

.footerBox-dantwo{
	width:46%;
	position:absolute;
	right:0;
	top:auto;
	padding:5px;
	margin:0px 20px 10px 10px;
}

.footerContentsBox{
	margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
    width: 960px;
    overflow:none;

}

.midasidot{
	font-size:13px;
	border-bottom:1px dotted #fff;
}

.RightBTNIMG, .LeftBTNIMG{
	margin:0;padding:0;
}

.lastbox{
	clear : both ; 
	text-align:center;
	width:100%;
}
/*グローバルメニューーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.clear{clear:both;}

/*メインメニュー*/
#menuBox{ 
	margin:0px auto;text-align:center;width:960px;
	background:#fff;
}
#mainMenu { 
	float:right;
	margin:0;padding:0;
	padding-top:0px;
	padding-right:30px;
	
}

#mainMenu ul{ margin:0;padding:0;}
/*
 #mainMenu li{
	/*
	padding-top:20px;
	margin:15px 15px 0 15px;
	width:100px;
	height:100px;
	font-size:0.8em;
	list-style: none;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
	*/


ul#mainMenu li {
    width:110px;
    height:110px;
    display:inline;
    margin:15px 15px 0 15px;
    list-style-type:none;
    float: left;
     /*position: relative;*/
}
ul#mainMenu li a{
	
    display:block;
    height:100%;
    text-decoration:none;
    text-indent:-2500px;
    background-repeat:repeat-x;
}

li#menu1 a{background:url("../pic/bg/topMenu1.gif");}
li#menu2 a{background:url("../pic/bg/topMenu2.gif");}
li#menu3 a{background:url("../pic/bg/topMenu3.gif");}
li#menu4 a{background:url("../pic/bg/topMenu4.gif");}
li#menu5 a{background:url("../pic/bg/topMenu5.gif");}

li#menu1 a:hover{background:url("../pic/bg/topMenu1h.gif");}
li#menu2 a:hover{background:url("../pic/bg/topMenu2h.gif");}
li#menu3 a:hover{background:url("../pic/bg/topMenu3h.gif");}
li#menu4 a:hover{background:url("../pic/bg/topMenu4h.gif");}
li#menu5 a:hover{background:url("../pic/bg/topMenu5h.gif");}

li#menu1_off a{background:url("../pic/bg/topMenu1h.gif");}
li#menu2_off a{background:url("../pic/bg/topMenu2h.gif");}
li#menu3_off a{background:url("../pic/bg/topMenu3h.gif");}
li#menu4_off a{background:url("../pic/bg/topMenu4h.gif");}
li#menu5_off a{background:url("../pic/bg/topMenu5h.gif");}
/*
#mainMenu li a{
	padding-top:40px;
	margin:0px;
	width:100px;
	height:100px;
	color:#fff;
	font-size:1.0em;
	list-style: none;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
#mainMenu li a:hover{
	padding-top:40px;
	margin:0px;
	width:100px;
	height:100px;
	font-size:1.0em;
	color:#000;
	list-style: none;
	float: left;
	text-decoration: none;
	font-weight: bold;
}


.frame1{
	background-image:url(../pic/bg/topMenu1.gif) top left no-repeat;
}
a.frame1{
	display: block;
	float:left;
	width:100px;
	height:100px;
	background-image:url(../pic/bg/topMenu1.gif) top left no-repeat;
}
a.frame1:hover{
	background-image:url(../pic/bg/topMenu1h.gif) top left no-repeat;
}

/*
.frame {
	width:100px;
	height:100px;
	margin:10px;
	
	padding-top:40px;
	color:#fff;
	position: relative;
	/*
	display: inline-block;
	background:#ff0000;
	
	border-radius: 50%;
	width: 100px;
	height: 60px;
	
	text-decoration: none;
}

.frame a{
	width:100px;
	height:100px;
	color:#fff;
	text-decoration: none;
	background:url(../pic/bg/off_ball.gif) top left no-repeat;
}
.frame:hover{
	color:#fff;
	background:#cc3300;
}
*/
#globalMenu {
	margin-top:0;
	display:block;
	height:100px;
	background:#fff;
}
#globalMenu li{
	float: left;
	list-style:none;
	width:100px;
}

/*----------------------------------------------------------- */
/*	ヘッダー
/*----------------------------------------------------------- */

/*SNS Button*/
ul.social {
	
}
ul.social li{
	list-style-type: none;
	float: left !important;
	/*background:#fff;*/
	margin-bottom: 15px;
	height:25px;
	vertical-align:top;
	overflow: hidden;
	
}
li.facebook {
width: 120px;
	margin-top: -3px;
}

li.twitter {
width: 120px;
}

li.hatena-bookmark {
width: 80px;
}

li.google-plusone {
width: 80px;
}

li.mixi {
width: 110px;
}
 

#menuBar{
	 background-color:#f0f;
	 height:30px;
}

.listTitle{
	text-shadow:none;
	color: #fff;
	font-size:14px;
	float:left;
	padding-top: 20px;
	padding-left: 10px;
}
#jyunbiMes{
	text-shadow:none;
	color: #fff;
	padding-top: 30px;
	padding-left: 70px;
	font-size:14px;
}

div#itemListBar{
	text-align:center;
	font-size:14px;
	padding-left:5px;
	background-color:#FE027C;/*#FA00BE;*/
/*	height: 200px;*/
	text-shadow:none;
	color: #fff;
}

div#itemListBar li img{
	padding:5px;
	border: 1px solid #CCC;
}

.itemListTitle{
	text-align:left;
	padding:3px;
	color: #fff;
	font-weight:bold;
	 
}



#headnewMenu{
	text-align: center;
}
ul.topnewmenu{
	width:100%;
	height:26px;
	background-color:#0099ff;color:#FFF;
	font-weight:normal;font-size:14px;
	vertical-align:middle;
	margin:0;
	text-align:center;
}

ul.topnewmenu li{
	list-style-type: none;  
	display : inline; 
	width: 80px;
	float:right;
	border-right:1px solid #fff;
	margin:0;padding:3px 30px;	
}


h1{
	font-size: 18px;
}

.siteTitle{
	line-height:1.8em;text-align: center;
	font-size:24px;color: #ff00ff;
}
.viewTitle{
	text-shadow:none;
	text-align: center;
	font-size:21px;color: #fff;
}

.listTitle{
	text-align:right;
	font-size: 18px;
}
/*
div#wrap {  
    width: 980px;
    margin: 0 auto;  
    margin-top:120px;
    text-align: left;  
    border: 1px solid #ccc;
}  
*/
.itemTitleBox{
	background-color:#000;
}

div#viewWrap {  
    width: 980px;
    margin: 0 auto;  
    margin-top:0px;
    padding-top:20px;
    text-align: left;  
    
    
}
div#viewWrap1 {  
    width: 980px;
    margin: 0 auto;  
    margin-top:10px;
    padding:20px;
    text-align: left;  
    border: 1px solid #ccc;
    background-color:#ffffff;
}
 
div#adressView{
	width: 980px;
    margin: 0 auto; 
	margin-top:10px;
	padding:20px;
	line-height:1.7em;
	border: solid 1px #ccc;
	background-color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

div#adressView h1{
	text-align: center;
	color: #666;
}

.viewTopBox{
	background:#000;
	border: 1px solid #666;
}
.simpleCart_shelfItem{
	float:left;
	width: 500px;
	background:#000;
	text-align:center;
}


div#viewLeftBox{
	color:#fff;
	float:left;
	width: 45%;
	
	padding-left:30px;
}


div#viewRightBox{
	float:left;
	width: 460px;
	
}


.item_Description2{
	color:#141414;
	font-size:11px
}

div#topSpace{
	
	background:#fff;
	min-height: 500px;
}

div#topImgSpace{
	float:left;
	background:#fff;
	width:70%;
	min-height: 500px;
}

div#topMenuSpace{
	float:left;
	background:#ff0;
	width:29%;
	min-height: 500px;
}

.topImg{
	padding:20px;
	width:600px;
/*	margin:-15px;
	padding:-10px;*/	
	background-color:#f0f;
}

#cart_Msg{
	font-size: 12px;
}

#listWidth{
	float:left;
	width:320px;
	
}
#rightMainBox{
	float:left;
	width:60%;
	min-height:500px;
	background-color: #fff000;
	
}

#footer{
	text-align:right;
	font-size: 12px;
	
	color:#fff;
	background-color: #FF1493;
	height:40px;
	width: 100%; 
	line-height:40px;
	vertical-align:middle;
}

#footer span{
	padding-right:10px;
}

footer{
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Takaoゴシック","TakaoGothic","メイリオ","Meiryo";
	margin-top:50px;
	text-align:right;
	font-size: 12px;
	color:#fff;
	background-color: #242424;
	min-height:100px;
	width: 100%; 
}

footer>p{
	padding:10px;
}


#footContents{
	width:100%;
	height:270px;
	/*background:url(../pic/bg/dotback.gif) bottom left repeat;*/
	
}
#footContentsLeft{
	width:55%;
	float:left;
	/*background-color: #242424;*/
}
#footContentsRight{
	width:42%;
	margin:auto;
	padding-top:0px;
	padding-left:10px;
	float:left;
	/*background-color: #ccc;*/
}
/*-------------------------------*/
/*	商品一覧
/*-------------------------------*/
.picBox{float: left;}
#picMain{border: none;}
#picMain a{border: none;}
#picList{margin:0;padding:0;}
#picList img{width:125px;height:192px;margin-right: 11px;margin-top: 8px;border: none;}
#picList li{float: left;list-style:none;}
	
#wrapListView{
	margin:auto;
	padding-bottom:0;
	width: 960px;
	/*background: #FFF395;background: #000;EF227E,FFF395*/
	border:1px #999 solid;
	overflow: auto;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
#listView{
	margin-left:0;
	/*background: #FFF395;background: #000;EF227E,FFF395*/
	width:960px;
	padding-top:180px;
	overflow: auto;
        background: #FFFFFF;
}

#listView img{
	border: none;
}

#viewRightBox h5{
	padding:0;
	margin:0;
	padding-left:0;
	font-size: 1.1em;
	color: #EF227E;
}

#viewRightBox p{
	font-size: 0.8em;
	color: #EF227E;
}
.itemListViewList_itemTitle{
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 15px;
}
div#viewItemWrap {  
    width: 980px;
    margin: 0 auto;  
    padding-top:20px;
    text-align: left;  
    background-color:#000;
/*    background:url(../topimg/bgdot.jpg) top left repeat;*/
}
ul.cateMenu{
	margin: 0;
	padding: 0 0 0 30px;
	list-style-type: none;
}
ul.cateMenu li {
	float: left;
	padding: 0 0 0 15px;
	text-align: center;
}

.clearLeft { 
	clear: left; 
}
.itemListViewList{
	margin: 0 auto;
	min-height:300px;
	height: auto !important;  
    height: 300px;
/*    background-color: #fff;*/
    width: 100%;
    
}
.itemListViewLine{
	float:left;
	width:150px;
	font-size:0.8em;
	text-align:center;
	height:230px;
	border: solid 1px #999;
	background-color:#fff;
	padding:10px;
	margin:10px;
}


div.itemListViewLine >.ui-link,div.itemListViewLine >.ui-link a:hover{
	text-decoration: none;
	color: #000000;
	line-height:0.8em;
	font-size: 11px;

}

/*リスト上段*/
.itemListViewUp{
	background-color: #fff000;
}
.itemListViewImg{
	float: left;padding:5px;
}
.itemListViewName{
	float: left;padding:5px;width:300px;font-size:14px;
}
.itemListViewSize{float: left;width:200px;}
.itemListViewNum{float: left;width:200px;}
.itemListViewCart{float: left;}


.itemListViewText{
	margin-top:5px;
	float:left;
	padding:10px;
	line-height:1.7em;
	border: solid 1px #ccc;
	color:#666;
	background-color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:600px;
	white-space:normal;
	
}
/*----------------------------------------------------------- */
/*	商品一覧ページ
/*----------------------------------------------------------- */
#centerBoxitemList{
	background-color:#fff;
	min-height:600px;
	overflow: auto;
}

.vipPic{
	position:relative;
	left:50px;
	z-index: 1;
	
}
.itemBox{
	width:160px;
	height:300px;
	float: left;
	margin:10px 0px 10px 30px;
	/*border:1px #ccc solid;*/
	padding:0px;
	text-align:center;
	color:#fff;
	/*background-color:#141414;*/
	background-color:#ef227e;
	font-size:0.8em;
	overflow: auto;
	
	/*影加工*/
	display: inline-block;
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.8);
}
.itemBox a {
	color:#fff;
	text-decoration: none;
}
.itemTitle{
	padding:0 3px 0 3px;
	margin:0;
	padding-top:0px;
	font-size: 0.925em;
}

/*----------------------------------------------------------- */
/*	コンセプトページ
/*----------------------------------------------------------- */
.conceptBox{
	color:#FF1493;
	margin: auto;
	width: 960px;
	line-height: 1.9em;
	margin-top: 0px;
	padding-top:200px;
	text-align:center;
	background-color:#ffffff;
	min-height:400px;
	overflow: auto;
	height: auto !important;
	height: 400px; /*ここにIE６用の高さを設定*/
	/*
	width:600px;
	margin: auto;
	padding: auto;
	text-align:center;
	background-color:#fff;
	overflow: auto;
	padding-top:180px;
	min-height:400px;
	height: auto !important;
	height: 400px; 
	*//*ここにIE６用の高さを設定*/
	/*background:url('../pic/bg/concept.png') top left no-repeat;*/
}
.conceptBox p {
	font-size:1.2em;
	
}
.conceptBox h2{
	margin:0;
	padding:0;
	font-size:1.2em;
}

/*----------------------------------------------------------- */
/*	ショップページ
/*----------------------------------------------------------- */
.shopBox{
	width: 960px;
	margin-top: 0px;
	padding-top:180px;
	text-align:left;
	background-color:#fff;
	min-height:400px;
	height: auto !important;
	height: 400px; /*ここにIE６用の高さを設定*/
	overflow: auto;
	
}
.shopBox p {
	padding: 0 0 0px 50px;
	font-size:1.0em;
}
.shopBoxCenter{
	min-height:400px;
	height: auto !important;
	height: 400px; /*ここにIE６用の高さを設定*/
	overflow: auto;
        
        color:#777777;
   
	padding-left:50px;
}
.shopBoxCenter a{color:#ff1493}

/*----------------------------------------------------------- */
/*	リンクページ
/*----------------------------------------------------------- */
.linkView{
	width: 960px;
	margin-top: 0px;
	padding-top:180px;
	text-align:left;
	background-color:#fff;
	overflow: auto;
	min-height:400px;
	height: auto !important;
	height: 400px; /*ここにIE６用の高さを設定*/
}
.linkView p{
	margin:0;
	padding-left:30px;
}

.linkBox{
	margin:10px 0 20px 0;
	padding:20px;
	text-align:left;
	overflow: auto;
}

.linkPic{
	float: left;
	width:40%;
	padding-right:10px;
	/*background-color:#f00;*/
}
.textField{
	float: left;
	width:56%;
	padding-right:10px;
	/*background-color:#f00;*/
}
.kotei{
	width: 960px;
	margin-top: 0px;
	padding-top:10px;
	text-align:left;
	background-color:#fff;
	overflow: auto;
	min-height:400px;
	height: auto !important;
	height: 400px; /*ここにIE６用の高さを設定*/
}
/*-------------------------------*/
/*商品紹介ページ					*/
/*-------------------------------*/
#itemListWrapper img{height:90px;}
#itemListWrapper{
	height:120px;
	white-space: nowrap;
	position:relative;
	top:0px;
	
	 margin:0 0px 0 0px; /* 設定する 画像150xとその左右の余白10pxづつの合計で170px*/
	 overflow:auto;
	 border:1px solid #999999;
	 padding:0;
	
	background-color:#fff;/*薄い水色#BFEFFF --- SR色　1C86EE*/
}
.topicPath{
	font-weight:bold;
	padding-left:35px;
	color:#EF227E;
	font-size: 12px;
}
.topicPathLine{
	margin-left:35px;
	border-bottom:0.1em solid #666;
	width:95%;
}
.topicPath a{
	color:#FE027C;
}


.item_name{
	padding:10px 0 0 30px;
/*	border-bottom: solid 2px #000;*/
	color:#141414;
	text-transform:uppercase;
}
.page_item_name{
	color:#ffffff;
}
.item_price{
	margin-top:0;
	font-size:16px;
	float:right;
	padding:20px 50px 0px 0px;
	color:#141414;
}

.headCopy{
	color:#fff;
	text-align:center;
	background-color: #000;
	padding-top:20px;
	height: 40px;
	
}

.ui-btn-right,a.ui-btn-right{
	text-decoration: none;	
	color: #fff;
}

h5{
	font-size: 18px;
	font-weight:bold;
}


.item_Description{
	margin-top:5px;
	float:left;
	padding:10px;
	line-height:1.5em;
	display: inline-block;
	border: solid 1px #ccc;
	color:#666;
	overflow: hidden;
	background-color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
	
}

.itemList{
	margin-left:5px;
	width: 95%;
	height:180px;
	border:1px solid #e7e2d7;
	background-color:#fff;
	
}

.itemListSmall{
	float: left;
}
#mycarousel{
	overflow: hidden; 
	position: relative; 
	top: 0px; margin: 0px; 
	padding: 0px;
}

#mycarousel ul{
	overflow: hidden;
	position: relative; 
	top: 0px; 
	margin: 0px; padding: 0px;	
}
#mycarousel ul li{
	float: left; 
	list-style: none outside none;
}
#mycarousel ul li img{
	height:100px;width:100px;
	border: none;
}

#mycarousel ul li a{
	text-decoration:none;
}

#mycarousel ul li a img{
	border: 0px;
	text-decoration:none;
}
.overmoji{
	text-decoration:none;
	padding:5px;position:absolute; bottom:0;
	/*left:0;*/
	background-color:#fff;
	opacity:0.7;width:190px;
	margin:0;
	z-index: 99;
}
.overmoji a,.overmoji a:hover,.overmoji a img, .overmoji a img:hover{
	border:0;
	text-decoration: none;
}

.overmoji b{
	font-size:10px;
}
.overmoji{
	font-size:14px;
	color:#000000;
}

/**************************************************/
/*		カート一覧									*/
/**************************************************/
.siki{
	text-align:center;
	padding:35px 10px;
	font-size: 12px;
	float: left;
	width: 20px;
	background-color:#fff;
}
#postageName{
	float:right;padding-left: 30px;color:#666;
}
#postage{
	float:left;padding-left: 130px;color:#f66;
}
#subtotal{
	float:right;padding-left: 50px;color:#666;
}
#total{
	float:right;padding-left: 50px;color:#666;
}
/*
#postage{
	float:left;padding-left: 330px;color:#f66;
}
*/
#cart_subtotal{
	float:right;padding-left: 50px;color:#666;
}
#cart_total{
	float:right;padding-left: 50px;color:#666;
}

.inputDataList{
	width:900px;border: 1px solid #CCC;padding: 10px;
}
.itemNameList{
	float: left;width:300px;border-bottom: 1px solid #CCC;padding: 10px;background-color:#ff0;
}
.itemDataList{
	float: left;width:495px;border-bottom: 1px solid #CCC;padding: 10px;background-color:#0ff;
}

.ph1{
	float:left;width:150px;background-color:#fff
}
.ph2{
	float:left;width:150px;
}
.ph3{
	float:left;width:150px;
}

.creditMsg{
	width: 680px;
    margin: 0 auto; 
	margin-top:10px;
	padding:20px;
	line-height:1.7em;
	border: solid 1px #ccc;
	background-color:#fff;
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
*/
	
}
.sendMsg{
	width: 580px;
    margin: 0 auto; 
	margin-top:10px;
	padding:20px;
	line-height:1.7em;
	border: solid 1px #ccc;
	background-color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
p.sendMsg{
	padding-left:100px;
}

#reCalBtn{
	width:90%;
/*	display: none;*/
}
img.menuImg{
	text-align:center;
	padding:2px;
	border: 1px solid #CCC;
}
.menuName{
	color:#666;
	font-size:0.8em;
	float:left;
	padding:10px 10px 10px 20px;
	float: left;
	width: 200px;
	background-color:#fff;
}
.menuNum{
	text-align:center;
	font-size: 12px;
	padding:30px 10px 0 0;
	float: left;
	width: 150px;
	background-color:#fff;
}
.menuSubPrice{
	padding:30px 10px;
	float: left;
	width: 100px;
	background-color:#fff;
}

.menuSubAllPrice{
	padding:30px 10px;
	float: left;
	width: 120px;
	background-color:#fff;
}

.menuDel{
	padding:25px 10px;
	float: left;
	width: 100px;
	font-size: 12px;
	background-color:#fff;
}

.totalPrice{
	color:#333;
	height:30px;
	padding:10px 0 10px 0;
	text-align:right;
	margin-left:5px;
	width: 95%;
	border:1px solid #e7e2d7;
	background-color:#fff;
}
.copyRight{
	text-align:center;
	font-size: 12px;
	padding:10px 0 0 10px;
	line-height:2.0em;
}

.thumBox{
	text-align: center;
}

ul.imgList {
	margin: 0;
	padding-left: 120px;
	list-style-type: none;
}

ul.imgList li {
	float: left;
	width: 80px;
	margin-right: 5px;
	padding: 2px;
	border: 1px #ccc solid;
	background-color: #fffdee;
	text-align: center;
}

.clearLeft { 
	clear: left; 
}

.btnGroupA{
	font-size:14px;
	width: 600px;
}

.addBtn{
	text-align:center;
	padding-left:200px;
	width: 600px;
}
/*for Webkit*/
input::-webkit-input-placeh
older {
    color:    #999;
}
 
/*for Firefox*/
input:-moz-placeholder {
    color:    #999;
}

::-webkit-input-placeholder {
    color:    #999;
}
:-moz-placeholder {
    color:    #999;
}

/*************************
/*	ul 商品リスト
/*************************/
#itemListDisp{
	
	background-color: #fff;
	min-height:180px;
	
}

ul.itemListBox{
    width:100%;
    margin-top:20px;
    font-size:12px;
    padding-left:0;
    margin-left:0;
}

ul.itemListBox li{
    list-style:none;
/*    background:url('../../img/head-menu-back.gif');*/
    padding:3px 10px;
    width:270px;
    float:left;
    border-width:2px;
    border-color:#FFEEDB;
    border-style:ridge;
}

#btnBox{
	width:900px;
}
#btnLeftBox{
	padding:30px 0 30px 0;
	width:400px;
}
#btnRightBox{
	width:90%;
}
/********
 * image slider CSS
 */


#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	height:270px;
	overflow:hidden;
	position:relative;
	display:none;
}

#slides .slide {
	padding:20px;
	width:530px;
	height:230px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}


/***********************************
 * carousel
 **********************************/
 #carousel_inner {
float:left; /* important for inline positioning */
width:940px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: #F0F0F0;
margin-left:0px; 
}

#carousel_ul {
position:relative;
left:-210px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
margin-left:25px; 
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:210px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:130px;
background: #000000;
margin-top:10px;
margin-bottom:10px; 
margin-left:5px; 
margin-right:5px; 
border-bottom: 1px solid #CCC;
}

#carousel_ul li img {
/*.margin-bottom:-4px; /
* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */

cursor:pointer;
cursor: hand; 
border:0px; 
}
#left_scroll, #right_scroll{
float:left; 
height:130px; 
width:15px; 
background: #fff; 
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}


/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	/*background-image:url(../topimg/img/pagination.png);*/
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*------------
 * メールフォーム
*-------------------*/
.dispFormItem{
	float:left;min-width:300px;
	background-color:#EBEBEB;border:1px solid #999999;
	padding:5px 5px;margin:0;white-space:nowrap;font-weight:bold;color:#666;
}
.dispFormData{
	float:left;min-width:400px;
	background-color:#fff;border:1px solid #999999;
	padding:5px 5px;margin:0;white-space:nowrap;font-weight:bold;color:#666;
}

.itemTable{
	background-color:#f5f5f5;
	width:100%;
	font-size: 16px;
	text-align:center;
	
}
.itemTable td{
	padding: 10px;
}

.totallAll{
	text-align:right;
	padding-right: 10px;
	border:1px solid #999999;
}

th{
	background-color:#EBEBEB;width:300px;  
	border:1px solid #999999;
	padding:5px 5px;margin:0;white-space:nowrap;
	font-weight:bold;color:#8B7765;
}

.inpuData{
	text-align:left;
	padding-left:30px;
}

.redText{
	color: #990f2a;
}

/*---------------------
// Tool Tip
---------------------*/
.wtdi{
	border:0px solid #999999;
	margin:0;padding:3px 3px;
	white-space:nowrap;font-weight:normal;
}
	
table.m{
		width:800px;
}
.myta{
	width:800px;font-weight:bold;
}


/*
#header{
	background-color:#FFF395;
	
	color:#141414;
	border-bottom: 5px #ff1493 solid;
}
#header a{
	font-weight: bold;
	color:#fff;
}
*/
#linkTitleEdit{
	font-weight: bold;
	padding-bottom:10px;
}


.css_btn_class_addNew {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #469df5;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #287ace;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #cae3fc;
 	-moz-box-shadow:inset 1px 1px 0px 0px #cae3fc;
 	box-shadow:inset 1px 1px 0px 0px #cae3fc;
}.css_btn_class_addNew:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #4197ee), color-stop(100%, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.css_btn_class_addNew:active {
	position:relative;
	top:1px;
}

/*--------------------
IE6メッセージ
---------------------*/
 
.ieerror {
	color:#FFF;
        background:#000;
        padding: 10px;
        text-align:center;
        font-weight:bold;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	width:100%;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
 
.ieerror a {
	color:#FFF;
}

/*TOPへいく*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 200px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #ff1493;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-weight:bold;
}
.pagetop a:hover {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
address {
    display: block;
	margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-size: 15px;
}

dl {
margin: 0;
    padding: 0;
    border: 0;
}	
	dl.add {
	overflow: hidden;
}	



dl.add dt {
    background-color: #e5e5e5;
    width: 70px;
    padding: 1px 0;
    font-size: 12px;
    margin: 0 10px 4px 30px;
    text-align: center;
    float: left;
    clear: both;
}

h4{
color:#ff1493;
padding-left:20px;
}

dl strong{font-weight:normal}