/*
Theme Name:		imgplus
Theme URI:		http://www.welcart.com/
Author:			Collne Inc.
Author URI:		http://www.collne.com/
Description:	Welcart Basic is the Welcart dedicated theme.
Version:		1.2.7
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, white, right-sidebar
#E5802E
ミラーの青31,89,137 
ミラーの青1F5989
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: 2.2;
	font-size: 14px;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	font-family: "Mplus 1p", Helvetica, Arial, sans-serif;
	color: #FFF;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	word-wrap: break-word;
	min-height: 100%;
  display: flex;
  flex-direction: column;
}


ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
	min-height: 100%;
}

}

a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
section:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
hr _clear{
                                clear: both;
                                width:100%;
                                display:block;
}












sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
                                max-width:100%;
                                height:auto;
                                vertical-align:middle
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.page-header:after {
	clear: both;
}


.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.page-header:before,
.page-header:after {
	display: table;
	content: "";
}

/* -- clearfix -- */
.cf:before,
.cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}



/* -- input,select,textarea -- */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input,select,textarea {
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 3;  
	-moz-border-radius: 3;
	border-radius: 3;  
}
select {
	max-width: 100%;
	padding: .5714285em 2.14286em .5714285em .5714285em;
	background: url(images/select-arrow.svg) center right 12px no-repeat;
	border: 1px solid #bbb;	
}
textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #bbb;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	padding: .5714285em;
	border: 1px solid #bbb;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	padding: .714288em 1.42857em;
	background-color: #efefef;
	border: none;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	border-radius: 3px;  
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #ddd;
	cursor: pointer;
}
input[type="checkbox"] {
	border: 1px solid #ccc;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
input[type="radio"] {
	border: 1px solid #bbb;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;	
}
input[type="file"] {
	border: none;
}
@media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
	input[type="button"], input[type="submit"],input[type="reset"] {
		padding: 1.071428em 2.142856em;
	}
	a img{
		box-shadow:#fff 0 0 0;
	}	
	a img:hover {
		opacity: .6;
	}

}
/* =Base
-------------------------------------------------------------- */

/* 文字の色 */
.red {
	color: #DD5A0A;
}
.white {
	color: #FFF;
}
.blue {
	color: #3295c8;
}
.orange {
	color: #ea5404;
}
.yellow {
	color: #ffb400;
}
.small, .small * {
	font-size: smaller;
	line-height: 1.8;
	margin: 16px 0;
}
/* 背景の色 */
.bg-l-grey {
                                background-color: #eee;
                                display:block;
                                padding: 1rem;
                                margin: 1rem 0;
                                width: 100%;
                                border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #777;
	text-decoration: underline
	-o-transition: color 0.3s ease-in;
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

/* -- ul,li -- */
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* -- p -- */
p {
	margin: 0;
	padding: 0;
}

/* -- em -- */
em {
	color: #999;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

/* -- text -- */
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}

/* -- Images -- */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

img.alignleft, img.alignright {
	clear: both;
	display: block;
	margin: 24px auto;
	width:60%;
}
 @media screen and (min-width : 768px) {
	img.alignleft {
	display: auto;
	margin: 8px 24px 16px 0;
	width:45%;
	clear: none;
	float: left;
}
	 img.alignright {
	display: auto;
	margin: 8px 0 16px 24px;
	width:45%;
	clear: none;
	float: right;
}
}


.error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: .384615em;
}
.wp-caption {
	margin: 10px 0;
	padding-top: 4px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;  
	border-radius: 3px;  
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
	line-height: 17px;
}



/* -- Campaign-Tag -- */
.campaign_message {
	font-size: 12px;
	font-weight: bold;
	color: #d3222a;
	margin-top: 5px;
	background-color: #efefef;
	text-align: center;
}
/* - item-single.php - */
#itempage .campaign_message {
	font-size: 14px;
	margin: 0 0 15px;
	background: none;
	letter-spacing: .5px;
}



/* =toTop
-------------------------------------------------------------- */

#toTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#toTop a {
	display: block;	
}
#toTop i {
	color: rgba(00, 00, 00, 0.6);
	font-size: 3.214289em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;	
}
#toTop i:hover {
	color: rgba(00, 00, 00, 0.85);
}


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

footer {
	padding: .714286em 1.07143em;
	background-color: #1F5989;
	clear: both;
}

/* -- a -- */
footer a {
	color: rgba(255, 255, 255, 1);
}
footer a:hover {
	color: rgba(255, 255, 153, 0.7);
	text-decoration: none;
}
.copyright {
	padding: 1.071428em 0;
	text-align: center;
	font-size: 12px;
	font-size: 0.75rem;
	font-family: 'Raleway', sans-serif;
	color: rgba(255, 255, 255, 1);
}
#footer-menu {
	text-align: center;	
	padding: 0;
	margin:0;
}
#footer-menu li{
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#footer-menu li a{
	line-height: 16px;
	line-height: 1rem;
}
 @media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
	 #footer-menu li{
	display:inline-block;
	text-align: center;
	margin: 0 12px 0 0;
	padding: 0 12px 0 0;
	border-right: 1px solid #fff;
	line-height: 16px;
	line-height: 1rem;
}
}

/* =contetns
-------------------------------------------------------------- */

/* -- content -- */
.content {
	padding: 80px 1rem 2rem 1rem;
	position: relative;
    height: auto !important;
   flex: 1;
}
@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
	.content {
		padding: 100px 1rem 2rem 1rem;
}
}
 @media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
	.content {
		width: 1000px;
		margin: 0 auto;
		padding: 100px 0 2rem 0;
}
}

#top-content{
	padding: 0 0 2rem 0;
}
@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
	#top-content {
		padding: 0 0 2rem 0;
		width: 100%;
}
}

/* 全体のページタイトル*/
.page-title,.entry-title {
	font-size: 2.285rem;
	margin:  0 0 24px 0;
	line-height: 2.285rem;
	font-size:32px;
	font-weight: normal;
	color: #1F5989;
}


/* =archive.php
-------------------------------------------------------------- */

/* -- pagination -- */
.pagination_wrapper {
	position: relative;
	clear: both;
	overflow: hidden;
}
.pagination_wrapper ul {
	position: relative;
	left: 50%;
	float: left;
	list-style: none;
}
.pagination_wrapper li {
	position: relative;
	left: -50%;
	margin-right: .357143em;
	float: left;
}
.pagination_wrapper li .current {
	display: block;
	color: #fff;
	padding: .357143em .714286em;
	background-color: #131313;
	border: 1px solid #131313;
	text-decoration: none;
}
.pagination_wrapper li a {
	display: block;
	color: #262626;
	padding: .357143em .714286em;
	background-color: #eee;
	border: 1px solid #ddd;
}


/* = .entry-content,item-description　コンテンツ
-------------------------------------------------------------- */
/* -- p -- */
.entry-content {

}

.entry-content p,
.item-description p {
	margin-bottom: 1.42857em;
}

/* -- table -- */
.entry-content table{
	table-layout:auto;
}
.entry-content th {
	white-space: nowrap;
	padding:0;
	border-bottom: 0px solid #aaa;
	padding:24px 0 0 0;
}
.entry-content td {
	word-break: break-all;
	padding:24px 0 24px 0;
}
.entry-content th,
.entry-content td{
	display: list-item;
	border-top:none;
	list-style-type: none;
}
.entry-content td:last-child{
	border-bottom: 1px solid #aaa;
	margin: 0 0 0 0;
}
.entry-content th.table-brank, .entry-content td.table-brank {
	display: none;
}
 @media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/ 

.entry-content th {
	white-space: nowrap;
	padding:24px 24px 24px 0;
	border-bottom: 1px solid #aaa;
	white-space: nowrap;
}
.entry-content td {
	padding:0 24px 24px 0;
}
.entry-content th,
 .entry-content td{
	display: table-cell;
	border-bottom: 1px solid #aaa;
	border-top: none;
}

.entry-content td:last-child{
	border-bottom: 1px solid #aaa;
}
.entry-content th.table-brank, .entry-content td.table-brank {
	display: inline;
}
}


/* -- ul + ol -- */
.entry-content ul,
.entry-content ol,
.item-description ul,
.item-description ol {
	margin: 0 0 1.42857em 1.42857em;
}
.entry-content ul li,
.item-description ul li {
	list-style: disc;
	line-height: 180%;
}
.entry-content ol li,
.item-description ol li {
	list-style: decimal;
	line-height: 180%;
}

/* -- h1,h2,h3,h4,h5 -- */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	margin: 24px 0 24px 0;
	margin: 1.5rem 0 1.5rem 0;
	font-weight:bold;
}
.entry-content h1:before, .entry-content h2:before, .entry-content h3:before, .entry-content h4:before, .entry-content h5:before, .entry-content h6:before {
  content: ".";
  display: block;
  clear: both;
  height: 8px;
  height: 0.5rem;
  visibility: hidden;
}
.entry-content h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2;
	border-bottom:1px solid #ccc;
	font-weight: normal;
}
.entry-content h2 {
	font-size: 20px;
	font-size: 1.75rem;
	line-height: 1.2;
                                font-weight: normal;
	
}
.entry-content h3 {
	font-size: 16px;
	font-size: 1.5rem;
	line-height: 1.846153846;
}
.entry-content h4 {
	font-size: 14px;
	font-size: 1.25rem;
	line-height: 1.846153846;
}
.entry-content h5 {
	font-size: 13px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h6{
	font-size: 12px;
	font-size: 1rem;
	line-height: 0.75;
}

/* -- img -- */
.widget img,
.entry-content img,
.item-description img {
	max-width: 100%;
	height: auto;
}

/* -- iframe -- */
.entry-content iframe,
.item-description iframe {
	max-width: 100%;
}

/* -- input select textarea -- */
.entry-content input[type="file"],
.item-description input[type="file"] {
	border: none;
}
.entry-content input[type="submit"],
.item-description input[type="submit"] {
	color: #fff;
	background-color: #ff0000;
}
.entry-content input[type="submit"]:hover,
.item-description input[type="submit"]:hover {
	background-color: #ffa500;
}


/* =single.php
-------------------------------------------------------------- */

.entry-content {
	margin-bottom: 1.42857em;
}
.entry-meta {
	margin-bottom: 1.42857em;	
	padding-left: 1.071428em;
	border-left: 3px solid #cccaca;
}
.entry-meta span {
	display: block;
}
.entry-meta .date:before {
	display: inline-block;
	content: "\f1fa";
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}
.date {
	font-family: 'Raleway', sans-serif;
}
.entry-meta .cat:before {
	content: "\f0f6";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}
.entry-meta .tag:before {
	content: "\f02b";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}
.entry-meta .author:before {
	content: "\f007 ";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}


/* =inquiry.php
-------------------------------------------------------------- */

.inqbox .inquiry_table {
	width: 100%
}
.inqbox .inquiry_table tr {
	display: block;
	padding: 0 .625em 1.25em;
	margin-bottom: 1.25em;
	border-bottom: 2px solid #efefef;
}
.inqbox .inquiry_table th {
	display: block;
	width: auto;
	background: none;
	border: none;
}
.inqbox .inquiry_table td {
	display: block;
}
.inqbox .inquiry_table td input {
	width: 70%;
}
.inqbox .send {
	padding-top: .714286em;
	text-align: center;
}
.inqbox .send input {
	color: #fff;
	background-color: #ff0000;
}
.inqbox .send input:hover {
	background-color: #ffa500;
} 


/* =comments.php
-------------------------------------------------------------- */

.comments-area{
	padding-top: .714286em;
	border-top: 1px solid #e0e0e0;
}
.comment-area h2 {
	font-size: 1em;
	margin: .714286em 0;
}
.comment-area h2:before {
	content: "\f086";
	display: inline-block;
	color: #999;
	font-family: FontAwesome;
	font-size: 12px;
	margin-right: .7em;	
}
.comment-area li {
	clear: both;
	margin-bottom: .714286em;
	padding-bottom: .714286em;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.comment-area li:last-child {
	margin-bottom: 0;
}
.comment-area li .comment-author {
	margin-right: 1.42857em;
	float: left;
}
.comment-area li img {
	display: block;
	margin: 0 auto .357143em;
}
.comment-area li .reply {
	clear: both;
	float: none;
	text-align: right;
}
.comment-area #respond {
	padding-top: .714286em;
}
#respond label {
	display: block;
	font-weight: bold;
}
#respond label .required {
	color: #ff3366;
	font-weight: bold;
}
#respond p {
	margin-bottom: .714286em;
}
#respond .form-submit {
	padding-bottom: 0;
}




/* =404.php
-------------------------------------------------------------- */

.error-404 .page-content {
	padding: 3em 0;
	text-align: center;
}
.error-404 .page-content p {
	font-weight: bold;
}
.error-404 .page-content div {
	margin-top: .714286em;
}
.error-404 input[type="submit"] {
	color: #131313;
	font-family: FontAwesome;
	font-size: 20px;
	margin-left: 0.25em;
	padding: 0.25em 0;
	background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;	
	border-radius: 0;
}


/**
 * 16.2 Tablet Small 768px 48rem
 */
@media screen and (min-width: 48rem) {


	/* =inquiry.php
	-------------------------------------------------------------- */
	
	.inqbox .inquiry_table {
		margin-bottom: 1.071428em;
	}
	.inqbox .inquiry_table tr {
		display: table-row;
		margin-bottom: 0;
		padding: 0;
		border: none;
	}
	.inqbox .inquiry_table th {
		display: table-cell;
		width: 25%;
		padding: .357143em 1.071428em;
		background-color: #f6f6f6;
		border: 1px solid #ccc;
		vertical-align: middle;
	}
	.inqbox .inquiry_table td {
		color: #6e6e6e;
		display: table-cell;
		padding: .357143em 1.071428em;
		border: 1px solid #ccc;
	}
	.inqbox .send {
		text-align: center;
	}
	.inqbox .send input {
		color: #fff;
		background-color: #ff0000;
	}
	.inqbox .send input:hover {
		background-color: #ffa500;
	}

	
}

/**
 * 16.4 Desktop Small 1000px 62.5em
 */

 @media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
	

	/* =front-page.php
	-------------------------------------------------------------- */
	
	.blog #content .pagination_wrapper {
		margin-bottom: 20px;
	}
	/* -- .sof -- */
	.home .sof {
		margin-bottom: 30px;
	}
	.home .sof .entry-content {
		margin-bottom: 0;
	}
	
}




/* お問い合わせ　*/
#contact-form{
	text-align:center;
}
#contact-form dt{
}
#contact-form:after {
	content: ".";
	height: 0;
	display: block;
	line-height: 0;
	visibility: hidden;
	clear: both;
}
#contact-form input[type=submit] {
	width:98%;
	margin: 0 auto;
	display:block;
	letter-spacing:0.2rem;
	font-size:1rem;
}
#contact-form input[type=text], #contact-form textarea, #contact-form input[type=email] {
	width:98%;
	margin: 0 auto 25px auto;
}

#contact-form textarea{
	width:98%;
	height:10rem;
}

#contact-form .small {
	font-size:0.8rem;
	font-weight:normal;
}

#contact-form form:after {
	content: ".";
	height: 0;
	display: block;
	line-height: 0;
	visibility: hidden;
	clear: both;
}
#contact-form dt{
	text-align:left;
	padding:0 0 5px 10px;
}





/* 記事のソーシャルボタン　*/

ul.social{
	margin: 0 0 20px 0;
	display:block;
	width:100%;
	height:30px;
	text-align:center;
}
ul.social:after {
	content: ".";
	height: 0;
	display: block;
	line-height: 0;
	visibility: hidden;
	clear: both;
}
ul.social li{
	text-align:center;
	display:inline-block;
}
ul.social li a{
	padding:0;
	margin:0 10px 0 0;
	display:inline-block;
	width:100px;
	height:24px;
	 border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul.social li a:hover {
   text-decoration: none !important;
   filter:alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
}

.button-twitter {
   background-color: #000;

}
.button-facebook {
   background-color: #3b5998;
}


ul.social .fa-solid {
	color:#FFF;
	display:block;
	width:100px;
	height:24px;
	text-align:center;
	line-height:24px;
	padding:0;
	margin:0;
	font-size:18px;
	font-size:1.125rem;
}

ul.social .fa-brands {
	color:#FFF;
	display:block;
	width:100px;
	height:24px;
	text-align:center;
	line-height:24px;
	padding:0;
	margin:0;
	font-size:18px;
	font-size:1.125rem;
}
ul.social .fab {
	color:#FFF;
	display:block;
	width:100px;
	height:24px;
	text-align:center;
	line-height:24px;
	padding:0;
	margin:0;
	font-size:18px;
	font-size:1.125rem;
}

/* リンク　*/
.blogroll a:link, .blogroll a:visited {
	color:#766C5F;
}

 

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: none !important; max-width: 100%;}
.sp { display: block !important; max-width: 100%;}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
.pc { display: block !important; }
.sp { display: none !important; }
}



/* パンくず　*/
ul.breadcrumb {
	display: block;
	max-width:1000px;
	margin: 0 auto 32px auto;
}
ul.breadcrumb:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
ul.breadcrumb li {
	display: inline-block;
	text-align: left;
	font-weight: normal;
	float: left;
}
ul.breadcrumb li span{
	padding: 0 8px;
	font-size: 12px;
	font-size: 0.75rem;
}

