	@charset "UTF-8";

/*HTML5リセット(http://www.html5.jp/html5doctor/html-5-reset-stylesheet.html)記述ここから*/

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}




body {
	line-height:1.5;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/*HTML5リセットここまで*/



/*ボックス組汎用クラス*/

.box {
    width: 100%;  
    display: -webkit-box;
    display: -moz-box;
}
	/*補足-boxを指定すると子要素が回り込みます*/


.box_flex1 {
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
}

/*補足-boxの子要素に指定して下さい。指定するとブラウザ幅いっぱいまで伸縮します。*/


/*clearfix&clear*/
.clearfix:after
{	content:"";
	display:block;
	clear:both;
} /* IE8, ModanBrowser */

.clearfix {width:100%;} /* clearfix IE 6, 7 */

.clear {
	clear: both;
}

ul , ol {
	list-style: none;
}


/* custom */


body {
	background: #fff;
}


a {
	color: #e00385;
	text-decoration: none;
	font-style: normal;
}

a:hover {
	color: #ed028c;
	text-decoration: underline;
}



/* header
----------------------------------------------*/
#header {
	width: 100%;
	min-width: 1000px;
	background: #000;
	color: #fff;
}

#header .body{
	width: 1000px;
	background: #000;
	margin: 0 auto;
}

#header h1{
	width: 146px;
	height: 70px;
	float: left;
}

#header h1 a{
	display: block;
	width: 146px;
	height: 70px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/header/header_logo.png) no-repeat;
}


#gnavi {
	float: right;
	padding-top: 20px;
	width: 500px;
}

#gnavi ul{
	display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

#gnavi ul a{
	display: block;
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
}




/*footer
----------------------------------------------*/


#footer {
	width: 100%;
	min-width: 1000px;
	background: #000;
	color: #fff;
	padding: 10px 0;
}

#footer .body{
	width: 1000px;
	margin: 0 auto;
}

#footer #foot_navi{
	float: left;
	font-size: 12px;
}

#footer address{
	float: right;
	font-size: 10px;
	margin-top: 20px;
}



/* content
----------------------------------------------*/

/*見出し*/
#addressBookDefaultHeading,
#accountHistoryDefaultHeading,
#accountDefaultHeading,
#cartDefaultHeading,
#productName,
#productListHeading,
#indexCategoriesHeading,
#container h3#bestsellersHeading,
#container h2,
#container h1
 {

	background: #000;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    font-weight: normal;
}

#addressBookDefault address{
	text-align: left;
	padding: 10px;
}

#contentMainWrapper {
	 width: 1000px;
	 margin: 0 auto;
}

#topSearch {
	margin-bottom: 10px;
	background: #000;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
}

#topSearch .searchInput {
	padding: 5px;
	width: 70%;
	border: 0;
}

#container h3{
    margin: 30px 5px 0;
    font-weight: bold;
    color: #000;
    text-align: left;
    border-bottom: solid 2px #000;
    font-size: 20px;
}

#container h4{
    margin: 30px 5px 0;
    background: #5f5f5f;
    font-weight: normal;
    line-height: 1.5;
    padding: 5px;
    color: #fff;
    text-align: left;
    font-size: 18px;
    margin-bottom: 20px;
}

.formBox {
	text-align: left;
}

label.inputLabel {
	text-align: right;
    width: 300px;
    display: inline-block;
    margin-bottom: 10px;
}

.alert {
	line-height: 1.5; 
	color: #ff0000;
}


.information {
	padding: 10px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.5;
}

.formBox {
	margin: 10px 0 20px;
}

.buttonRow {
	padding: 10px;
}

fieldset {
    padding: 0.5em;
    margin: 0.5em 0em;
    border: 1px solid #cccccc;
    text-align: left;
}
fieldset .content {
	padding: 5px 20px;
}

/*productBox*/

#container .centerBoxContentsProducts,
#container .productBox {
	display: block;
    width: 238px;
    height: 210px;
    float: left;
    margin: 10px;
    border: 1px solid #EAEAEA;
    text-align: center;
}
#container .centerBoxContentsProducts a,
#container .productBox a{
	display: block;
	font-size: 14px;
}

#container .centerBoxHeading {
	background: #000;
	color: #fff;
	font-size: 20px;
	padding: 5px;
	font-weight: normal;
	
}

#container .productBox .ph{
	padding: 5px;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

#container .productBox .ph img{
	width: 100px;
	height: 100px;
}

#container .productBox h3{
	padding: 5px;
	height: 30px;
	line-height: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    border-bottom: none;
    margin-top: 0;
}

#container .productBox .price{
	font-size: 16px;
	height: 20px;
	text-align: center;
	margin-bottom: 5px;
}

#myAccountGen li{
	margin: 5px 0;
}


/* leftBox
----------------------------------------------*/

#leftBox {
	float: left;
	width: 200px;
	margin: 10px 0;

}

.leftBoxContainer {
	margin-bottom: 5px;
	border: 4px solid #000;
}

#leftBox h3{
	background: #000;
	color: #fff;
	padding: 8px 5px;
	text-align: center;
	margin-bottom: 5px;	
}

.sideBoxContent,
.boxText{
	padding: 5px;
}

/*20231130非表示*/
#loginbox {
	display: none;
}

#loginbox label{
	display: inline-block;
	width: 37px;
	font-size: 12px;
}

#loginbox .inputBox {
	margin-bottom: 5px;
}

#loginbox input[type=text]{
	width: 130px;
}

#loginbox input[type=password]{
	width: 65px;
	margin-right: 3px;
}

#leftBox input[type=submit] {
	border: 0;
	border-radius: 2px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    zoom: 1;

    background-color: #e00385;
    background: -webkit-gradient( linear, left top, left bottom, from(#e00385), to(#e00385) );
    -webkit-box-shadow: 0;
    -webkit-appearance: none;
    background: -moz-linear-gradient( top, #e00385, #e00385 );
    -moz-box-shadow:0;
}

#leftBox input[type=submit]:hover {
	border: 0;
	border-radius: 2px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    background-color: #ed028c;
    font-weight: normal;
    zoom: 1;
    background: -webkit-gradient( linear, left top, left bottom, from(#ed028c), to(#ed028c) );
    -webkit-box-shadow: 0;
    -webkit-appearance: none;
    background: -moz-linear-gradient( top, #ed028c, #ed028c );
    -moz-box-shadow: 0;
}

#leftBox .banner_box{
	text-align: center;
	padding: 5px 0;
}


/*loginbox*/
#loginbox input[type=submit].signUpBt {
	display: inline-block;
	padding: 5px 10%;
	font-size: 14px;
	background-color: #15bb29;
	background: -webkit-gradient( linear, left top, left bottom, from(#15bb29), to(#15bb29) );
    -webkit-box-shadow: 0;
    -webkit-appearance: none;
    background: -moz-linear-gradient( top, #15bb29, #15bb29 );
    -moz-box-shadow:0;
}

.login_box_text {
	margin-bottom: 5px;
}

.after_login_text {
	text-align: center;
	line-height: 1.5;
	font-size: 12px;
	margin-bottom: 5px;
}


.login_box_text a {
	font-size: 12px;
}


/*search*/
#search .searchInput{
	width: 130px;
}

#search input[type=submit]{
	margin-left: 5px;
}


/*categories*/
#categories h3{
	margin: 0;
}

#categories ul{
	margin: 0;
	border-top: 1px solid #ccc;
}

#categories li{
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
}

#information li{
	padding: 5px 0;
}



/* container
----------------------------------------------*/


#container {
	float: right;
	width: 780px;
	margin: 10px 0;
	line-height: 1.5;
}

#container input{
	margin: 0 10px;
}

#container input[type="submit"]{
	margin: 0 10px;
	color: #fff;
	border-radius: 3px;
	border: 0;
	display: inline-block;
    padding: 2px 20px;
    font-size: 14px;
    background-color: #15bb29;
    background: -webkit-gradient( linear, left top, left bottom, from(#15bb29), to(#15bb29) );
    -webkit-box-shadow: 0;
    -webkit-appearance: none;
    background: -moz-linear-gradient( top, #15bb29, #15bb29 );
    -moz-box-shadow: 0;
}

#container .messageStackError{
	color: #ff0000;
	text-align: left;
	padding-top: 10px;
}

#container #checkoutShipto{
	margin: 10px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	width: 59%;
	float: left;
}


#container #checkoutBillto,
#container #checkoutShipto{
	margin: 10px;
	width: 46%;
	float: left;
}

#container .textChooseP {
	width: 48%;
	float: right;
	margin: 10px 0;
}

#container #checkoutPaymentCon {
	width: 46%;
	float: right;
	margin: 10px;
}

.categoryListBoxContents {
	text-align: center;
}


#pageTwoMainContent p{
	padding: 5px 10px;
}

#pageTwoMainContent ol{
	padding: 5px 10px;
}

#pageTwoMainContent h5{
	padding: 5px 10px;
}

#cat{
	margin-bottom: 30px;
}

#cat h2{
	margin-bottom: 10px;
}

#cat .ph{
	float: left;
	text-align: center;
	padding: 30px 0;
	width: 340px;
}

#cat .text{
	float: right;
	width: 440px;
	font-size: 14px;
	line-height: 1.5;
}

#cat .text p{
	padding-bottom: 5px;
}

#cat .text h3{
	margin: 10px 0;
}

.featureProductInfo{
	margin: 5px 0;
}


.featureProductInfo dl{
	margin-bottom: 5px;
}

.featureProductInfo dt{
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 5px 30px;
}

.featureProductInfo dd{
	display: inline-block;
	padding: 5px 30px;
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/*products
===================================*/

.navNextPrevWrapper {
	padding: 5px 0;
}


.navNextPrevList_left {
	float: left;
}

.navNextPrevList_right {
	float: right;	
}


#detail_left {
	margin-top: 15px;
	float: left;
	width: 250px;
}


.detail_table {
	margin-top: 15px;
	width: 500px;
	float: right;
}

.detail_table			{ border: 1px solid #006496; border-collapse: collapse; }
.detail_table td		{ 
	padding: 7px 6px 6px 6px;
	border: 1px solid #BBBBBB;
	text-align: left;
	line-height: 1.5;
}
.detail_table th		{ 
	padding: 7px 10px 6px 10px;
	text-align: left; border: 1px solid #BBBBBB;
	font-weight: normal;
	background-color: #EBEBEB;
	vertical-align: middle;
	width: 100px;
}

.detail_table_cart td{
	border: none;

}

.navNextPrevWrapper {
	width: 100%;
	padding: 15px 0 0 0;
	font-size: 14px;
}


.itemTitle {
	text-align: center;
}


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*productBox*/






/* calendar */

.calendar_table {
	margin: 5px auto;
	font-size: 12px;
}

.calendar_table td {
	text-align: center;
	padding: 4px;
}

.calendar_status_text {
	text-align: left !important;
}

.calendar_table td[bgcolor="#f2f2f2"]{
	background: #f2f2f2;
}

.calendar_table td[bgcolor="#fffccf"]{
	background: #474747;
	color: #fff;
	line-height: 1.5;
}

.calendar_table td[bgcolor="#f27121"]{
	background: #f27121;
}

.calendar_table td[bgcolor="#f27121"]{
	background: #f27121;
}

.calendar_table td[bgcolor="#E8F2FF"]{
	background: #E8F2FF;
}

.calendar_table td[bgcolor="#fe9090"]{
	background: #fe9090;
}

.calendar_table td[bgcolor="#5e80c0"]{
	background: #5e80c0;
}

.calendar_table td[bgcolor="#D4FF93"]{
	background: #D4FF93;
}

#createAcctDefaultHeading,
#loginDefaultHeading{
	background: #4778f5;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    font-weight: normal;
    margin-bottom: 10px;
}



#prevOrders td {
	border-left: #ccc dotted 1px;
	padding: 10px;
}



#navBreadCrumb {
	text-align: left;
	margin-bottom: 10px;
	font-size: 12px;
}

.categoryListBoxContents {
	float: left;
}

.categoryListBoxContents a{
	padding: 30px 10px;
	display: block;
	background: #e00385;
	color: #fff;
	width: auto;
	font-size: 20px;
	margin: 20px;
	border-radius: 10px;
}



.categoryListBoxContents a:hover {
	font-style: normal;
	text-decoration: none;
	background: #ed028c;
}


.sort_table td{
	padding: 5px 10px;
}

.sort_table td a{
	color: #666;
}
.sort_table .list_sort_on{
	background: #e00385;
	color: #fff;
}

.cartTotalsDisplay,
#productsListingBottomNumber,
#productsListingTopNumber {
	margin: 10px 0;
}

tr.cartTableHeading,
tr.tableHeading {
	background-color: #cacaca;
	height: 2em;
	line-height: 2em;
	}

.cartQuantity,
.cartProductDisplay {
	text-align: center;
}


/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading th {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.back {
    float: left;
}

.forward, #shoppingCartDefault #PPECbutton {
    float: right;
}

#container .cartRemoveItemDisplay input{
	display: block;
	margin: 10px auto;
	width: 15px;
	height: 15px;
}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
}



/*modal*/

#modal 		{
	display:none;
}

/*modal追加*/
#modal2 {
	display: none;
}
/*modal追加*/

#confirm_modal	 {
	width:600px;
	/*height: 351px;*/
	background:#efefef;
	padding:30px;
	border:1px #ddd solid;
	-webkit-border-radius:10px;
	-mozborder-radius:10px;
	border-radius:10px;

}


#confirm_modal ul	{
	text-align:center;
	margin:10px auto;
}
	
#confirm_modal ul li	{
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding:0 10px;
}

#confirm_modal ul li a	{
	display:block;
	-webkit-border-radius:4px;
	-mozborder-radius:4px;
	border-radius:4px;
	padding:5px 10px;
	text-align:center;
	cursor:pointer;
	text-decoration:none
}

#confirm_modal ul li a.yes	{
	background:#dd0000;
	color:#fff;
}

#confirm_modal ul li a.no	{
	background:#333;
	color:#fff;
}

.linkBt {
	padding: 10px;
    display: block;
    background: #e00385;
    color: #fff;
    width: auto;
    font-size: 20px;
    margin: 20px;
    text-align: center;
    border-radius: 10px;
}

.linkBt:hover {
	font-style: normal;
	text-decoration: none;
	background: #ed028c;
	color: #fff;
}

.note{
	font-size: 12px;
	padding: 5px 20px;
}


#advSearchDefault .floatingBox{
	margin: 5px;
}

#loginSpn,
#categoriesSpn {
	display: none;
}

/*0231130追加*/
#cat .info {
	display: block;
	padding: 1em;
	border: 2px solid #ed028c;
}

#cat .info > P {
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	color: #ed028c;
}


@media screen and (max-width: 768px) {

	#featurePh {
		width: auto;
	}

	.featurePh img{
		width: 100%;
		height: auto;
	}

	.featureProductInfo{
		padding: 5px;
	}

	#container .textChooseP,
	#container #checkoutShipto {
	    margin: 10px;
	    width: auto;
	    float: none;
	}

	#checkoutPayAddressDefault .back,
	#checkoutShipAddressDefault .back{
		padding: 5px;
		float: none;
	}

	.instructions{
		padding: 5px;
		float: none;
	}

	#loginSpn,
	#categoriesSpn {
		display: block;
	}

	#loginSpn label{
		font-size: 12px;
		width: 20%;
		display: inline-block;
	}

	#container #checkoutPaymentCon {
	    width: auto;
	    float: none;
	    margin: 10px;
	}

	input[type='password'],
	input[type='text']{
		display: inline-block;
		font-size: 14px;
		border: #ccc solid 1px;
		width: 70%;
	}




	#loginSpn input[type="submit"] {
	    margin: 10px auto;
	    color: #fff;
	    border-radius: 3px;
	    border: 0;
	    display: block;
	    padding: 2px 20px;
	    font-size: 14px;
	    background-color: #15bb29;
	    background: -webkit-gradient( linear, left top, left bottom, from(#15bb29), to(#15bb29) );
	    -webkit-box-shadow: 0;
	    -webkit-appearance: none;
	    background: -moz-linear-gradient( top, #15bb29, #15bb29 );
	    -moz-box-shadow: 0;
	}

	#loginSpn input[type="submit"].loginBt {
		padding: 2px 10px;
		display: inline-block;
	    background-color: #e00385;
	    background: -webkit-gradient( linear, left top, left bottom, from( #e00385), to( #e00385) );
	    -webkit-box-shadow: 0;
	    -webkit-appearance: none;
	    background: -moz-linear-gradient( top,  #e00385,  #e00385 );
	    -moz-box-shadow: 0;
	}

	#loginSpn input[type='password'],
	#loginSpn input[type='text']{
		display: inline-block;
		width: 70%;
		font-size: 14px;
		border: #ccc solid 1px;
		margin: 0 5px;
	}

	#loginSpn input[type='password']{
		width: 40%;
	}



	#bestsellersHeading {
		background: #000;
		text-align: center;
		color: #fff;
	}

	#loginSpn {
		margin: 5px 10px;
	}

	#confirm_modal {
	    height: auto;
	    width: auto;
	}

	#container h1,
	#container h2{
		text-align: center;
	}


	#container fieldset {
	    padding: 2px;
	    padding-bottom: 20px;
	    margin: 2px;
	    border: 1px solid #cccccc;
	    width: auto;
	    float: none;
	}

	#container #checkoutBillto,
	#container #checkoutShipto {
	    margin: 10px;
	    width: auto;
	    float: none;
	}

	.categoryListBoxContents {
		width: 49% !important;
		float: none;
		display: inline-block;
	}

	.categoryListBoxContents a {
	    padding: 20px 10px;
	    display: block;
	    background: #e00385;
	    color: #fff;
	    width: auto;
	    font-size: 14px;
	    margin: 5px;
	    border-radius: 10px;
	}

	#productsListingTopNumber {
		float: none;
		text-align: center;
		margin: 5px 0;
	}

	#productsListingListingTopLinks {
		float: none;
		text-align: center;
		margin: 5px 0;
	}



	#categoriesSpn .leftBoxContainer {
	    margin-bottom: 5px;
	    border: 0;
	}


	#header {
	    width: auto;
	    min-width: 300px;
	    margin: 0;
	    padding: 10px 0;
	}

	#header .body {
	    width: auto;
	    margin: 0;
	    padding: 0;
	}

	#gnavi {
		display: none;
	}

	#header h1 {
	    float: none;
	    margin: 0 auto;
	}

	#header h1 a {
	    display: block;
	    width: 146px;
	    height: 70px;
	}


	#contentMainWrapper {
	    width: auto;
	    padding: 0;
	}

	#categoriesSpn h3#bestsellersHeading{
		padding: 10px;
	    display: block;
	    background: #e00385;
	    color: #fff;
	    width: auto;
	    font-size: 20px;
	    margin: 10px;
	    text-align: center;
	    border-radius: 10px;
	    border-bottom: 0;
	}

	#categoriesSpn ul{
		display: none;
	}


	#categoriesSpn li{
		padding: 5px 0;
		text-align: center;
		border-bottom: #ccc dotted 1px;
	}

	#topSearch {
		text-align: center;
		margin: 10px;
	}

	#topSearch .searchInput {
		width: 70%;
		display: inline-block;
		margin: 10px 0;
	}

	#container input[type="submit"] {
	    width: 70%;
	    margin: 0 auto;
	    display: block;
	    font-size: 18px;
	}

	#container .centerBoxHeading {
		font-size: 18px;
		text-align: center;	
	}


	#container{
		float: none;
		width: auto;
	}

	#container p{
		padding: 5px;
	}

	#leftBox {
	    display: none;
	}

	#mainSlider {
		width: auto;
		margin: 5px;
	}

	#mainSlider img{
		width: auto;
	}


	#cat .ph {
	    float: none;
	    padding: 30px 0;
	    width: 70%;
	    margin: 0 auto;
	}

	#cat .ph img{
	    width: 100%;
	}

	#cat .text {
	    float: none;
	    width: auto;
	}

	#container h3 {
	    text-align: center;
	    font-size: 18px;
	}

	#container .productBox {
	    width: auto;
	    height: 210px;
	    float: none;
	}

	#detail_left {
		margin-top: 15px;
	    float: none;
	    width: auto;
	}

	#productMainImage {
		float: none;
		text-align: center;
	}

	.detail_table {
	    margin-top: 15px;
	    width: auto;
	    float: none;
	   	margin: 2px;
	   	font-size: 12px;
	}
	#cartContentsDisplay{
		font-size: 12px;
	}

	.cartTotalsDisplay {
		text-align: center;
	}

	.buttonRow {
		text-align: center;
	}


	label.inputLabel {
	    text-align: left;
	    width: auto;
	    display: block;
	    margin-bottom: 10px;
	}

	#createAcctDefault{
		background: #ccc;
	}

	.formBox input[type='text']{
		display: inline-block;
		width: 80%;
		font-size: 16px;
	}


	#cartImage,
	#cartProdTitle {
		display: block;
		float: none;
	}



	#footer {
	    width: auto;
	    min-width: 300px;
	}

	#footer .body {
	    width: auto;
	    margin: 0 auto;
	}

	#footer #foot_navi {
	    float: none;
	    font-size: 12px;
	    padding: 10px;
	    color: #000;
	}

	#footer #foot_navi a{
	    display: block;
	    text-align: center;

	}

	#footer address {
	    float: none;
	    text-align: center;
	}

	#confirm_modal {
	    width: 90%;
	    height: auto!important;
	    padding: 5%;
	    top: 15%!important;
	}
		
	#confirm_modal img {
		display: inline-block;
		width: 100%;
		margin: 0 auto;
	}
	.simplemodal-wrap {
		height: auto!important;
	}

}





