@charset "UTF-8";

body {
	margin: 0;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "¥Ò¥é¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
	line-height: 1.5;
	color: #464e54;
	background-color: #fff;
	background-image: url(../images/bg.png);
}

}

a {
	color: #08c;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #005580;
	text-decoration: underline;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.row,
.grid_row {
	margin: 0 auto;
	*zoom: 1;
}

.grid_row ul {
	margin: 0;
}

.row:before,
.row:after,
.grid_row:before,
.grid_row:after {
	display: table;
	content: "";
	line-height: 0;
}

.row:after,
.grid_row:after {
	clear: both;
	width: 100%;
}

.col {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 1%;
	padding-left: 1%;
	min-height: 1px;
	word-break: break-all;
	*padding-right: 1% !important;
	*padding-left: 1% !important;
}

.col img {
	max-width: 100%;
	height: auto;
}

.container {
	margin: 0 auto;
}

.col-lg-12 {
	width: 100%;
	*width: 97%;
}

.col-lg-11 {
	width: 91.6666667%;
	*width: 90.2%;
}

.col-lg-10 {
	width: 83.3333333%;
	*width: 81.7%;
}

.col-lg-9 {
	width: 75%;
	*width: 73.2%;
}

.col-lg-8 {
	width: 66.6666667%;
	*width: 64.6%;
}

.col-lg-7 {
	width: 58.3333333%;
	*width: 56.1%;
}

.col-lg-6 {
	width: 50%;
	*width: 47.5%;
}

.col-lg-5 {
	width: 41.6666667%;
	*width: 39%;
}

.col-lg-4 {
	width: 33.3333333%;
	*width: 30.4%;
}

.col-lg-3 {
	width: 25%;
	*width: 22%;
}

.col-lg-2 {
	width: 16.6666667%;
	*width: 13.3%;
}

.col-lg-1 {
	width: 8.33333333%;
	*width: 4.8%;
}

#page-wrapper {
	position: relative;
}

.container {
	max-width: 1050px;
	width: 96%;
	margin: 0 auto;
}

table {
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}

.table {
	margin-bottom: 20px;
	width: 100%;
}

.table th,
.table td {
	padding: 8px;
	border-top: 1px solid #ddd;
	vertical-align: middle;
	text-align: left;
	line-height: 20px;
}

table td[class*="col"],
table th[class*="col"],
.row table td[class*="col"],
.row table th[class*="col"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*border-collapse: collapse;
}

.table-bordered th,
.table-bordered td {
	border-left: 1px solid #ddd;
}

.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child>th:last-child,
.table-bordered tbody:last-child tr:last-child>td:last-child,
.table-bordered tbody:last-child tr:last-child>th:last-child,
.table-bordered tfoot:last-child tr:last-child>td:last-child,
.table-bordered tfoot:last-child tr:last-child>th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

.table-bordered caption+thead tr:first-child th:first-child,
.table-bordered caption+tbody tr:first-child td:first-child,
.table-bordered colgroup+thead tr:first-child th:first-child,
.table-bordered colgroup+tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.table-bordered caption+thead tr:first-child th:last-child,
.table-bordered caption+tbody tr:first-child td:last-child,
.table-bordered colgroup+thead tr:first-child th:last-child,
.table-bordered colgroup+tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover>td,
.table-hover tbody tr:hover>th {
	background-color: #f5f5f5;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	padding: 4px 12px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f5f5f5;
	color: #333;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	*display: inline;
	*margin-left: .3em;
	*background-color: #e6e6e6;
	*border: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background-color: #e6e6e6;
	color: #333;
	*background-color: #d9d9d9;
}

.btn:active,
.btn.active {
	background-color: #ccc \9;
}

.btn:first-child {
	*margin-left: 0;
}

.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.active,
.btn:active {
	outline: 0;
	background-image: none;
}

.btn.disabled,
.btn[disabled] {
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	cursor: default;
}

.btn-xlg {
	padding: 20px 26px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 21px;
	line-height: 1;
}

.btn-lg {
	padding: 10px 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33;
}

.btn-sm,
.btn-xs {
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
}

.btn-xs {
	padding: 1px 5px;
}

.btn-block {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0;
	padding-left: 0;
	width: 100%;
}

[type="submit"].btn-block,
[type="reset"].btn-block,
[type="button"].btn-block {
	width: 100%;
}


textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border: 1px solid #ccc;
	background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
}

ul.inline,
ol.inline {
	margin-left: 0;
	list-style: none;
}

ul.inline>li,
ol.inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	*display: inline;
	*zoom: 1;
}

ul,
ol {
	margin: 0 0 10px 25px;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.ttl-h2 {
	position: relative;
	margin: 30px 0;
	text-align: center;
	font-family: '¥Ò¥é¥®¥ÎÌÀÄ« ProN W3', 'HiraMinProN-W3', 'HGÌÀÄ«E', '£Í£Ó £ÐÌÀÄ«', 'MS PMincho', 'MS ÌÀÄ«', serif;
}

.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-01 {
	border: 1px solid #b2a487;
	background-color: #b2a487;
	color: #fff;
	background-color: #b2a487;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
	border: 1px solid #ccbc9b;
	background-color: #ccbc9b;
	color: #fff;
	background-color: #ccbc9b;
}

.product-order-num input {
	border-color: #b2a487;
}

.font-mincho {
	font-family: '¥Ò¥é¥®¥ÎÌÀÄ« ProN W3', 'HiraMinProN-W3', 'HGÌÀÄ«E', '£Í£Ó £ÐÌÀÄ«', 'MS PMincho', 'MS ÌÀÄ«', serif;
}

/*
 * icon
 */
.icon-b,
.icon-w {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	position: relative;
	top: -.11em;
	*display: inline;
	*zoom: 1;
}

.icon-b {
	background-image: url(../images/icon16_b.png);
}

.icon-w {
	background-image: url(../images/icon16_w.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz--device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

	.icon-b,
	.icon-w {
		-webkit-background-size: 368px 320px;
		background-size: 368px 320px;
	}

	.icon-lg-b,
	.icon-lg-w {
		-webkit-background-size: 552px 480px;
		background-size: 552px 480px;
	}

	.icon-b {
		background-image: url(../images/icon16_2x_b.png);
	}

	.icon-w {
		background-image: url(../images/icon16_2x_w.png);
	}

	.icon-lg-b {
		background-image: url(../images/icon24_2x_b.png);
	}

	.icon-lg-w {
		background-image: url(../images/icon24_2x_w.png);
	}
}

.icon-cart {
	background-position: -176px -64px;
}

.icon-user {
	background-position: -208px -0px;
}

.icon-adduser {
	background-position: -240px -0px;
}

.icon-logout {
	background-position: -32px -80px;
}

.icon-login {
	background-position: -48px -80px;
}

/* icon large */
.icon-twitter {
	background-position: -144px -264px;
}

.icon-facebook {
	background-position: -192px -264px;
}

.icon-instagram {
	background-position: -168px -288px;
}

.icon-mail {
	background-position: -96px -0px;
}

.icon-lg-w.icon-cart {
	background-position: -264px -96px;
}

.icon-lg-w.icon-chevron_up {
	background-position: -0px -216px;
}

.icon-lg-w.icon-plus {
	background-position: -312px -120px;
}

.icon-lg-w.icon-minus {
	background-position: -288px -120px;
}

.icon-lg-b,
.icon-lg-w {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	position: relative;
	top: -.1em;
	*display: inline;
	*zoom: 1;
}

.icon-lg-b {
	background-image: url(../images/icon24_b.png);
}

.icon-lg-w {
	background-image: url(../images/icon24_w.png);
}

.content-wrap {
	max-width: 800px;
	margin: 20px auto;
}

/*
 * header
 */
#header-wrapper {
	margin-bottom: 4em;
}

.header-line-nav .header-link {
	float: right;
	padding: 0;
}

.header-link a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* header-line-nav */
.header-line-nav li {
	margin-left: 1px;
}

.header-line-nav a {
	font-size: 12px;
	padding: .6em 1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.header-line-nav i {
	top: -0.2em;
	margin-right: .3em;
}

.btn-viewcart {
	padding: 1px 15px 0 13px;
}

/* header logo */
.shop-name {
	clear: both;
	margin: 2em 0;
	text-align: center;
	font-size: 24px;
}

.shop-description {
	font-size: 12px;
	font-weight: normal;
	color: #464e54;
}

/* header global nav */
#header-global-nav {
	margin: 1.8em 0;
	text-align: center;
	font-size: 18px;
}

#header-global-nav li {
	margin: 0;
	padding: 0 1.5em;
	border-right: 1px solid #b2a487;
}

#header-global-nav li:first-child {
	border-left: 1px solid #b2a487;
}

/* incart delivery */
.incart-delivery {
	float: right;
}

.incart-delivery ul {
	margin: 0;
	padding: 10px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #d9edf7;
	color: #31708f;
	list-style: none;
	font-size: 12px;
}

/*
 * product list
 */
.prd-lst-unit {
	margin-bottom: 60px;
	padding: 0 10px;
	text-align: center;
}

.prd-lst-unit a:hover {
	text-decoration: none;
}

.unit-box {
	margin: 10px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #b2a487;
	-webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
	box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
}

.prd-lst-img {
	display: block;
	margin: 0 auto 1em;
}

.prd-lst-span {
	display: block;
	margin: .3em 0;
	font-size: 12px;
}

.prd-lst-name {
	font-size: 14px;
}

.prd-lst-price {
	color: #abaaaa;
}

.prd-lst-regular {
	text-decoration: line-through;
}

.prd-lst-discount {
	color: #b81717;
}

/* product list sort */
.prd-lst-sort {
	margin: 3em 0;
	color: #888;
	text-align: center;
	font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
	text-align: center;
}

.prd-lst-pos b {
	font-size: 18px;
	font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
	border: 2px solid #fff;
}

.thumb-active img {
	border: 2px solid #b2a487;
}

/*
 * footer
 */
#footer-wrapper {
	padding-top: 3em;
	background: #333;
}

.footer-primary {
	border-right: 1px solid #fff;
}

/* footer nav */
.footer-nav {
	list-style: none;
	margin: 0;
}

.footer-nav li {
	margin: .8em 0;
}

.footer-primary {
	padding: .3em 0;
}

.footer-primary li {
	margin-right: 25px;
	margin-left: 5px;
}

.footer-primary a {
	color: #fff;
}

.freepage-nav {
	margin-right: 10%;
	margin-bottom: 1.5em;
	padding-bottom: .8em;
	border-bottom: 1px solid #fff;
}

.footer-secondary {
	padding: .3em 0;
	font-size: 12px;
}

.footer-secondary li {
	margin-left: 10%;
}

.footer-secondary li:before {
	margin-right: 4px;
	color: #fff;
	content: "-";
}

.footer-secondary a {
	color: #fff;
}

/* social icon */
.social-nav {
	text-align: center;
	margin: 2em 0;
}

/* copyright */
.copyright {
	padding: 3em 0 2em;
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.powered {
	display: block;
	margin: .5em auto 0;
	width: 180px;
	height: auto;
}

/* pagetop */
#pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	display: none;
}

.btn-pagetop {
	display: block;
	padding: .7em 2em;
}

@media (max-width: 980px) {

	#base_gmoWrapp,
	#gmo_CMSPbar {
		overflow: hidden;
		min-width: 100% !important;
		width: 100% !important;
	}

	.container {
		max-width: 900px;
		width: 90%;
	}
}

@media (max-width: 768px) {
	#wrapper {
		padding-top: 3em;
	}

	.container {
		width: auto;
	}

	.header-dropdown {
		position: absolute;
		top: 0;
		z-index: 200;
		width: 100%;
		border-bottom: 1px solid #dbdbdb;
		background-color: #fff;
	}

	.header-dropdown.affix {
		position: fixed;
	}

	.header-dropdown .dropdown-nav li {
		border-bottom: 1px solid #dbdbdb;
		text-align: center;
	}

	.header-dropdown .dropdown-nav a {
		display: block;
		padding: 10px;
	}

	.header-dropdown .btn-dropdown {
		padding-left: 34px;
		font-size: 16px;
		line-height: 1.6;
		color: #fff;
		background: #b2a487;
	}

	.header-dropdown .btn-dropdown-close {
		opacity: 0.4;
	}

	.header-dropdown .btn-dropdown i {
		top: 0;
	}

	.view-cart {
		position: static;
	}

	.view-cart a {
		background-color: #b2a487;
		color: #fff;
	}

	.incart-delivery {
		padding-top: 20px;
		float: none;
	}

	.prd-lst-sort {
		font-size: 14px;
	}

	.footer-primary,
	.footer-secondary {
		padding: 0;
		border: none;
	}

	.footer-nav {
		margin: 0;
		padding: 0;
		border-bottom: 3px double #fff;
	}

	.footer-primary .footer-nav:first-child {
		border-top: 3px double #fff;
	}

	.footer-nav li {
		margin: 0;
		font-size: 14px;
		border-top: 1px solid #fff;
	}

	.footer-nav li:first-child {
		border-top: none;
	}

	.footer-nav li:before {
		display: none;
	}

	.footer-nav a {
		display: block;
		padding: 1em;
		color: #fff;
	}

	.footer-nav a:hover {
		text-decoration: none;
	}

	.icon-b,
	.icon-w {
		display: inline-block;
		width: 24px;
		height: 24px;
		*display: inline;
		*zoom: 1;
	}

	.icon-b {
		background-image: url(../images/icon24_b.png);
	}

	.icon-w {
		background-image: url(../images/icon24_w.png);
	}

	.icon-cart {
		background-position: -264px -96px;
	}

	.icon-list {
		background-position: -288px -144px;
	}

	.icon-chevron_thin_up {
		background-position: -192px -216px;
	}
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 768px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 768px) and (min--moz--device-pixel-ratio: 1.5),
only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.5),
only screen and (max-width: 768px) and (min-resolution: 192dpi),
only screen and (max-width: 768px) and (min-resolution: 2dppx) {

	.icon-b,
	.icon-lg-b {
		background-image: url(../images/icon24_2x_b.png);
	}

	.icon-w,
	.icon-lg-w {
		background-image: url(../images/icon24_2x_w.png);
	}

	.icon-b,
	.icon-w {
		-webkit-background-size: 552px 480px;
		background-size: 552px 480px;
	}
}

@media (max-width: 480px) {
	.prd-lst-unit {
		margin-bottom: 30px;
		height: auto !important;
	}
}

/* IE&#65533;&#65533; */
.ie_wrapper.container {
	width: 900px;
	overflow: auto;
}


/* ¥í¥´¾å½ñ¤­ */
#header-logo {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

/*slider*/
.slider {
	margin-top: 5px;
	display: block;
	margin: 0 auto;
}

.bx-pager {
	margin: 0;
	padding: 0;
}

.bx-wrapper {
	margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
	left: -1px !important;
	border: 1px solid #b2a487 !important;
	margin: 0 auto !important;
	background: #fff;
}

.bx-pager-item {
	visibility: hidden;
}

/* frees pace */
.news {
	border-style: double none;
	/*border-color: #b2a487;*/
	max-width: 900px;
	padding: 18px 0 10px 0;
	margin: 0 auto;
	margin-top: 5em;
}

.news-inner {
	max-width: 1050px;
	/*margin-top: 10px;
  margin-bottom: 10px;*/
	padding-left: 5px;
	color: #5d5d5d;
}

.free-space {
	max-width: 900px;
	margin-top: 10px;
	margin-bottom: 3em;
	padding-left: 5px;
	color: #5d5d5d;
}

/* recommernd */
.recommend-items {
	margin-top: 3em;
}


/* rows margin */
.row.grid-1d6p>div {
	margin-bottom: 1.6%;
}

/* etc */
.m-t-0 {
	margin-top: 0;
}

.m-t-1 {
	margin-top: 1em;
}

.m-t-2 {
	margin-top: 2em;
}

.m-t-3 {
	margin-top: 3em;
}

.m-t-4 {
	margin-top: 4em;
}

.m-t-5 {
	margin-top: 5em;
}

.m-b-0 {
	margin-bottom: 0;
}

.m-b-1 {
	margin-bottom: 1em;
}

.m-b-2 {
	margin-bottom: 2em;
}

.m-b-3 {
	margin-bottom: 3em;
}

.m-b-4 {
	margin-bottom: 4em;
}

.m-b-5 {
	margin-bottom: 5em;
}

.dsp-b {
	display: block;
}

.dsp-ib {
	display: inline-block;
}

.dsp-i {
	display: inline;
}

.w-100p {
	width: 100%;
}

/* 16px black */
.icon-b.icon-export {
	background-position: -272px -0px;
}

/* 16px white */
.icon-w.icon-export {
	background-position: -272px -0px;
}

/* 24px black */
.icon-lg-b.icon-export {
	background-position: -408px -0px;
}

/* 24px white */
.icon-lg-w.icon-export {
	background-position: -408px -0px;
}




@media (max-width: 980px) {
	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}

	.visible-tablet {
		display: inherit !important;
	}

	.hidden-tablet {
		display: none !important;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.6666667%;
	}

	.col-md-10 {
		width: 83.3333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.6666667%;
	}

	.col-md-7 {
		width: 58.3333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.6666667%;
	}

	.col-md-4 {
		width: 33.3333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.6666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	[class*="col-md-"] {
		padding-right: 1%;
		padding-left: 1%;
		float: left;
		min-height: 1px;
		display: block;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (max-width: 768px) {
	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}

	.visible-tablet {
		display: none !important;
	}

	.hidden-tablet {
		display: inherit !important;
	}

	.visible-phone {
		display: inherit !important;
	}

	.hidden-phone {
		display: none !important;
	}

	.container {
		width: auto;
		padding: 0 20px;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.6666667%;
	}

	.col-sm-10 {
		width: 83.3333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.6666667%;
	}

	.col-sm-7 {
		width: 58.3333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.6666667%;
	}

	.col-sm-4 {
		width: 33.3333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.6666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	[class*="col-sm-"] {
		padding-right: 1%;
		padding-left: 1%;
		float: left;
		min-height: 1px;
		display: block;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}



@media (max-width: 480px) {
	.container {
		width: auto;
		padding: 0 20px;
	}

	.col-xs-12 {
		width: 100%;
	}

	.col-xs-11 {
		width: 91.6666667%;
	}

	.col-xs-10 {
		width: 83.3333333%;
	}

	.col-xs-9 {
		width: 75%;
	}

	.col-xs-8 {
		width: 66.6666667%;
	}

	.col-xs-7 {
		width: 58.3333333%;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-5 {
		width: 41.6666667%;
	}

	.col-xs-4 {
		width: 33.3333333%;
	}

	.col-xs-3 {
		width: 25%;
	}

	.col-xs-2 {
		width: 16.6666667%;
	}

	.col-xs-1 {
		width: 8.33333333%;
	}

	[class*="col-xs-"] {
		padding-right: 1%;
		padding-left: 1%;
		float: left;
		min-height: 1px;
		display: block;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}