/* CSS Document */
body {
	font-family: "メイリオ", Meiryo, "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	/* font-size: 3.75vw; */
	/* font-size: 2.7ch; */
	/* font-size: 1.25rem; */
	font-size:1.5em;
}
a {
	text-decoration:none;
	color: #0462d3;
}
a:href, a:visited {
	/* color: #06C; */
	color: #0462d3;
}
a:hover {
	color: #03C;
}
label, input, button, select, textarea {
	font-size:1.5em;
}

h1,h2,h3,h4,h5,h6, legend {
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	font-weight:normal;
	color:#000;
	margin:0px;
	padding:0px;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4, legend {
	font-size:1.4em;
	color:#666;
}
h5 {
	font-size:1.2em;
	color:#666;
}
h6 {
	font-size:1em;
	color:#666;
	font-weight:bold;
}

.container {
	background-color:#FFF;
}
.container_body {
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.alert {
	color:#333;
	margin-bottom:0px;
	border-radius: 0px;
}
.well {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.box {
	/*
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	*/
}
.box h1, .box h2, .box h3 {
	font-size:2em;
	margin:0px;
	padding:0px;
	/*color:#666; text-align:center; */
}
.box-inner {
	/* padding:10px; */
}
.box-inner a {
	/*
	color:#039;
	text-decoration:none;
	*/
}
.box-inner a:hover {
	/* color:#06C; */
}
.td_like {
	margin:0px;
	padding:0px;
}
.td_like input, .td_like textarea, .td_like select {
	margin-top:3px;
	margin-bottom:3px
}
.table_top_left {
	border-top-left-radius:4px;
}
.table_top_right {
	border-top-right-radius:4px;
}

.table_bottom_left {
	border-bottom-left-radius:4px;
}
.table_bottom_right {
	border-bottom-right-radius:4px;
}
#div_mem_info {
	background-color:#F5F5F5;
	padding:10px;
	border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
#pro_qty_detail {
	display:none;
}
#container_shipping_policy {
	height:150px;
	overflow-y:scroll;
	overflow-x:none;
	text-align:left;
	border:#DDD 1px solid;
	margin:15px 0 0 0;
}

.nav_main_menu {
	margin-bottom:10px;	
}

.nav_main_menu > div {
	padding:15px;
	text-align:center;
	background-color:#0462d3;
  	margin:0 0 1px 0;
}
.nav_main_menu h2{
	margin:0px;
	color:#FFF !important;
	font-size:1.3em;
}
.nav_main_menu h3{
	/* margin:0px; */
	font-size:1.2em;
}
.nav_main_menu h4{
	/* margin:0px; */
	font-size:1.1em;
}
.nav_main_menu > div:hover,
.nav_main_menu > div:focus {
  text-decoration: none;
  /* background-color: #03C; */
  /*background-color: #06F; */
}

.nav_main_menu > div > div {
	margin:15px -15px -15px -15px;
}

.nav_main_menu > div > div > div:first-child {
	border:none;
}

#navbar-product {
}

.btn {
  border-radius: 0px;
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
  font-size:16px;
  white-space: normal;
}
.btn-sm {
	font-size:14px;
}
.btn-primary {
  color: #fff;
  background-color: #0462d3;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #06F;
  border-color: #36C;
}
.btn-primary:hover {
  color: #fff;
  background-color: #06F;
  border-color: #36C;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #69F;
  border-color: #36C;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #002288;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.img-center {
	margin: 0 auto;
}
.pro_img {
	max-width:80%;
}

.testimonials {
	background-image:none;
}
.testimonial_row {
	margin:15px 0 15px 0;
}
.testimonials_line {
	background-color:#e2c7ac;
	height:2px;
	margin-right: 0px;
}
.testimonials_pic {
	text-align:center;
	margin-bottom:15px;
}
.testimonials_content {
}
.testimonials_name {
	font-size:14px;
	font-weight:bold;
}
.testimonials_subtitle {
	font-size:11px;
}
.testimonials_content_box {
	background-color:#f7f2ec;
	margin:10px 0 0 0;
	/* padding:15px; */
}
.testimonials_short_detail {
	margin:-20px 20px 0 20px;
}
.testimonials_detail {
	margin:-20px 20px 0 20px;
	display:none;
}
.testimonials_toggle {
	text-align:right;
	padding:0 10px 10px 0;
	font-style:italic;
	color:#963;
	cursor:pointer;
	text-decoration:underline;
}
.testimonials_b_l {
	font-size:24px;
	margin:10px 0 0 10px;
}
.testimonials_b_r {
	font-size:24px;
	margin:-10px 10px 0 0;
	text-align:right;
}
.testimonials_padding {
	margin-bottom:-15px;
}
.div-staff-access {}

@media (min-width: 768px) {
	body {
		background-image: none;
	}
  .container {
    width: 750px;
	background-image: none;
  }
}

@media (min-width: 992px) {
	body {
		font-size: 12px;
	}
	body {
		background-image: url(/images/ns-mart_bg.jpg);
		background-repeat: repeat;
		padding-right: 30px;
		padding-left: 30px;
	}
	#div_mem_info {
		background-color:#FFF;
		padding:0px;
		border-radius: 0px;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	}
	.btn {
	  font-size:14px;
	}
	.box h1, .box h2, .box h3 {
		font-size:38px;
	}
	label, input, button, select, textarea {
		font-size:12px;
	}
	h1 {
		font-size:24px;
	}
	h2 {
		font-size:20px;
	}
	h3 {
		font-size:18px;
	}
	h4, legend {
		font-size:16px;
	}
	h5, h6 {
		font-size:14px;
	}
	h1,h2,h3,h4 {
		color:#0462d3;
	}
	h1,h2,h3,h4,h5,h6 {
		font-weight:normal;
	}
  .container {
    width: 970px;
	/*
	padding-right: 10px;
	padding-left: 10px;
	*/
  }
  .container_body {
	  background-color:#FFF;
	  -moz-box-shadow: 0px 5px 5px #ccc;  
	  -webkit-box-shadow: 0px 5px 5px #ccc;  
	  box-shadow: 0px 5px 5px #ccc;
  }
  .box {
	margin:10px 0 10px 0;
	padding:10px 10px 0 10px;
	background-color:#FFF;
	  -moz-box-shadow: 0px 0px 5px #ccc;  
	  -webkit-box-shadow: 0px 0px 5px #ccc;  
	  box-shadow: 0px 0px 5px #ccc; 
  }
	.box h1, .box h2, .box h3 {
		background-color:#0462d3;
		font-size:24px;
		color:#FFF;
		font-weight:lighter;
		padding: 7px 10px 7px 10px;
		margin:-10px -10px 0 -10px;
		text-align:left;
	}
	.box-inner {
		padding:10px;
	}
	.box-inner a {
		color:#039;
		text-decoration:none;
	}
	.box-inner a:hover {
		color:#06C;
	}
	.row_table_like {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	}
	.td_price {
		text-align:left;
	}
	 .th_like, .td_like {
		border:#DDD 1px solid;
		margin:-1px 0 0 0;
	}
	.th_like {
		font-weight:bold;
		text-align:center;
		background-color:#EEE;
		padding:8px;
	}
	.td_like {
		background-color:#F9F9F9;
		padding:6px;
	}
	.td_like input, .td_like textarea, .td_like select {
		margin:0px;
	}
	.td_price {
	text-align:center;
	}
	#pro_qty_detail, .pro_cart_detail {
	display: block;
	}
	.pro_img {
	max-width:50%;
	}
	#container_shipping_policy {
		height:400px;
	}
	#signup_remark {
		padding-left:30px;
	}
	#login_signup_form {
		min-height:750px;
		background-image:url(/images/Sign-up-page-rev.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
	}
	.testimonials {
		padding: 0 80px 0 80px;
		background-image:url(/uploads/Elix_Aura/reviewBG3.jpg);
	}
	.testimonials_padding {
		margin-bottom:15px;
	}
	.testimonials_pic {
		margin-bottom:0px;
	}
	.div-staff-access {
		margin-left:-30px;
		margin-right:-30px;
	}
}

@media (max-width: 1119px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
}

@media (min-width: 1200px) {
  .container {
    /* width: 1170px; */
	width: 1130px;
	padding-right: 30px;
	padding-left: 30px;
  }
}





.menu_pro {
	/* list-style:none; */
	color:#000;
	text-align:left;
	background-color:#FFF;
	margin: 0 -15px -10px -15px;
}

.menu_pro > div {
	padding:10px 0 0 10px;
}
	
.menu_pro_img {
	width:40%;
	max-width:300px;
	float:left;
	padding:10px 10px 10px 0;
}

.menu_pro_img img {
	align-items: center;
	display: -webkit-inline-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.menu_pro_des100{
	width:100%;
	float:left;
	/* padding:0 0 10px 0; */
	margin-bottom:10px;
	
}
.menu_pro_des {
	width:60%;
	float:left;
	margin-bottom:10px;
	display:inline-block;
}
.menu_pro > div > div {
	list-style:none;
}
.menu_pro > div > div > div {
	/* margin-left:20px; */
	clear:both;
}

.menu_pro_h3 {
	float:left;
	margin:0px;
	min-height:120px;
	max-width:90%;
	display: flex;
    align-items: center;
	clear:both;
	display: -webkit-inline-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.menu_pro_h4 {
	float:left;
	width:80%;
	display: flex;
    align-items: center;
	margin:0 0 0 10px;
}

/*
.menu_pro_des h2, .menu_pro_des h3, .menu_pro_des h4, .menu_pro_des100 h4{
	margin-top:12px;
}
*/

.menu_pro_dot {
	float:left;
	font-size:0.5em;
	color:#CCC;
	margin:5px 0 0 0;
	/*
	margin:1.5em 0 0 -1.5em;
	display: flex;
    align-items: center;
	*/
	clear:both;
}
.menu_pro_arrow_1 {
	line-height:120px;
	font-size:1.5em;
	width:10%;
	float:right;
	text-align:right;
	color:#666;
	/* margin-top:5px; */
}
.menu_pro_arrow_2 {
	min-height:3em;
	font-size:1em;
	width:1em;
	float:right;
	text-align:right;
	color:#999;
	/*
	display: flex;
    align-items: center;
	display: -webkit-inline-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
	*/
}
.menu_pro_arrow_3 {
	text-align:center;
	color:#0462d3;
	margin-top:-15px; 
}

.navbar_product {
	cursor:pointer;
}
.navbar_product:hover {
}

.top_topbar {
	background-color:#E6E6E6;
	min-height:35px;
	-moz-box-shadow: 0px 0px 10px #ccc;  
	  -webkit-box-shadow: 0px 5px 10px #ccc;  
	  box-shadow: 0px 5px 10px #ccc;
	/* width:100%; */
}

	.top_topbar_inner_left {
		text-align:left;
		color:#000;
		font-weight:bold;
		font-size:16px;
		margin:7px 0 0 0;
	}
	.top_topbar_inner_left a {
		color:#C00;
	}
	.top_topbar_inner_left a:hover {
		color:#F00;
	}
	.top_topbar_inner_right {
		text-align:right;
		color:#06C;
		font-weight:bold;
		font-size:16px;
		margin:7px -10px 0 0;
	}
	.top_topbar_inner_right_logged-in {
		color:#000 !important;
	}
	.top_topbar_inner_right a {
		color:#06C;
		text-decoration:none;
		font-size:14px;
		margin:0 10px 0 10px;
	}
	.top_topbar_inner_right a:hover {
		color:#039;
	}
	

#img_logo img {
	margin:25px 20px 25px 0;
}
#img_trust_cert img {
	margin-top:30px;
}


#top_contact_info {
	margin:10px 0 0 0;
	text-align:right;
	font-size:11px;
	color:#06C;
}

	#top_contact_info a {
		color:#06C;
		text-decoration:none;
	}
	#top_contact_info a:hover {
		color:#039;
	}

#top_contact_info h3 {
	font-size:16px;
	color:#0462d3;
}


.top_menubar {
	/*
	width:100%;
	position:relative;
	*/
	min-height:35px;
	background-color:#0462d3;
	-moz-box-shadow: 0px 0px 10px #ccc;  
	  -webkit-box-shadow: 0px 5px 10px #ccc;  
	  box-shadow: 0px 5px 10px #ccc;
}
.top_menubar_inner {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	color:#FFF;
	text-align:center;
	margin-top:8px;
}

	.top_menubar_inner a, .top_menubar_inner_m a {
		color:#FFF;
		margin:0 15px 0 15px;
		text-decoration:none;
	}
	.top_menubar_inner a:hover, .top_menubar_inner_m a:hover {
		color:#CCC;
	}

.top_menubar_inner_m {
	text-align:left;
}
.top_menubar_inner_m div {
	/* margin:1em 0 1em 0; */
	margin:7px 0 7px 0;
}
.top_menubar_inner_m a {
	margin:0px;
}
.column_left {
	padding-right:10px;	
}

.flag-ship {
	position:absolute;
	margin:-5px 0 0 -5px;
}


/*--- Mobile---*/
.m-top-logo {
	margin:15px 0 15px 0;
}
.m-top-logo img{
	width:60%;	
}
.m-top-text {
	line-height:30px;
	font-size:75%;
	font-weight:bold;
}
.m-top-icon {
	font-size:2.5em;
	color:#777;
}
.m-line {
	border-top:#CCC 2px solid;
	clear:both;
	margin:15px 0 15px 0;
	line-height:2px;
}
.m-line-in-row {
	border-top:#CCC 2px solid;
	clear:both;
	margin:15px -15px 15px -15px;
	line-height:2px;
}
.m-top-cart-count {
	/*
	position:absolute;
	margin-top:-58px;
	width:100%;
	text-align:center;
	right:0;
	*/
	position:absolute;
	margin-top:-24px;
	width:100%;
	text-align:center;
	right:0;
	color: #FFF;
	/* font-weight:bold; */
}
#toTop{
	position: fixed;
	bottom: 0.5em;
	right: 0.5em;
	cursor: pointer;
	display: none;
	opacity: .5;
}
#toTop .fa {margin: 0.25em;}

.btn_cart {
	min-width:70%;
}

.btn-gray {
  color: #fff;
  background-color: #999;
  border-color: #777;
}
.btn-gray:focus,
.btn-gray.focus {
  color: #fff;
  background-color: #CCC;
  border-color: #AAA;
}
.btn-gray:hover {
  color: #fff;
  background-color: #CCC;
  border-color: #AAA;
}
.btn-gray i {
	font-size:1.5em;
}
.social i {
	font-size:3em;
	padding:0px 3px 13px 3px;
}
.pro_relate_container {
	min-height:200px;
}
.pro_relate_img {
	max-height:120px;
	border:none;
}
.carousel-inner-pro-relate {
	border: #DDD 1px solid;
}
.carousel-control-pro-relate {
	color:#FFF;
}
.carousel-control-pro-relate.left {
  position:absolute;
  margin-top:-130px;
  padding:1em;
  background-color:#CCC;
  left:0px;
  margin-left:-15px;
}
.carousel-control-pro-relate.right {
  position:absolute;
  margin-top:-130px;
  padding:1em;
  background-color:#CCC;
  right:0px;
  margin-right:-15px;
}
.text_red {
	color:#F00;
}
.text_gray_strike {
	color:#999;
	text-decoration:line-through;
}
#m_cart_pay_logo {
	margin-top:20px;
}
#m_cart_pay_logo img {
	height:28px;
}
.small_text {
	font-size:9px;
}
.promotion_circle {
	position:absolute;
	font-size:80px;
	color: #900;
}
.promotion_text {
	position:absolute;
	margin:7px 0 0 2px;;
}
.promotion_text > h4{
	color: #FFF;
	display: table-cell;
    vertical-align: middle;
	width:64px;
	height:64px;
	text-align:center;
}
.cart_remove {
	font-size:0.7em;
	text-decoration:underline;
	cursor:pointer;
}
