@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus {outline:0;}

ol, ul {list-style:none;}
table {border-collapse:separate;border-spacing:0;}

caption, th, td {font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

body{
font:80%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#252525;
-webkit-text-size-adjust:none;
background:#f4f4f4;
}

hr{
border-top: 1px dashed #bbb;
}

.contain {
display: inline-block;
background-color: #e0e0e0;
background-position: center center;
background-repeat: no-repeat;
margin-left: 5px;
width: 100px;
height:100px;
background-size: contain;
border: #606060 1px solid;
}

img.transition {
transition: filter 0.3s ease;
}
img.transition:hover {
filter: brightness(1.3);
}

tr.business-sales{
background:#ffc0cb ;
}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#777;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline:none;
color:#999;
}

a.a:link, a.a:visited{
color: #191970;
text-decoration:underline;
}
a.a:hover{
color: #809B9D;
text-decoration:underline;
}

/**** Clearfix ****/
nav .panel:after, #mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display:table;clear:both;}
nav .panel,#mainNav,.newsTitle,.bg, .post{zoom:1;}


/* フォーム
------------------------------------------------------------*/

input[type="submit"],input[type="reset"],input[type="button"]{
padding:1px 10px;
}
select{
padding:1px;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
background:#fff;
}

#content{
float:left;
width:710px;
padding:30px 0;
}

#content_1column{
width:960px;
padding:30px 0;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:10px;
border-bottom:1px solid #fff;
background:#2E2E2E;
} 


/* ヘッダー
*****************************************************/
#header .bg{background:#8c8178;}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
color: #fff;
font-size:80%;
font-weight:normal;
}

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:10px 0px 10px;
color:#aa632f;
font-size:160%;
font-weight:bold;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:40px;
float:right;
}

#header ul li{
display:inline;
margin-left:10px;
font-size:90%;
}

#header ul li a{
padding-left:10px;
color:#000;
background:url(../images/arrowSub.png) no-repeat 0 50%;
}

#header ul li a:hover{background-position:3px 50%;}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:15px;
line-height:0;
text-align:center;
z-index:0;
position:relative;
}

.post{
margin:0 0 20px 0;
padding:10px;
border:1px solid #dadada;
background: #fff;
}

.post h3{
margin:5px 0;
font-size:120%;
font-weight:normal;
color:#777;
border-bottom:1px solid #515151;
}

.post table{
border-collapse:collapse;
border-spacing:0;
margin:10px 0 10px;
width:100%;
}
.post table th{
text-align:center;
vertical-align:middle;
padding:5px;
border: 1px #C0C0C0 solid;
font-weight:normal;
color:#fff;
background:#555555;
}
.post table td{
text-align:center;
vertical-align:middle;
padding:7px 5px;
border: 1px #C0C0C0 solid;
}

.post table td.shopping-description{
text-align:left;
padding:5px;
border: 1px #C0C0C0 solid;
background:#f0f0f0;
}

.post table tr.a:nth-child(odd) {
background: #f7f7f7;
}

@media (max-width: 640px) {
table.responsive th:nth-child(2),
table.responsive td:nth-child(2) {
display: none;
}
table.responsive th:nth-child(3),
table.responsive td:nth-child(3) {
display: none;
}
table.responsive td:nth-child(4):before {
content: attr(data-title) "\A";
white-space: pre;
}

}

table.shoppingReview th{
text-align:left;
vertical-align:middle;
padding:5px;
border: 1px #C0C0C0 solid;
font-weight:normal;
color:#101010;
background:#f0f0f0;
}
table.shoppingReview td{
text-align:left;
vertical-align:middle;
padding:5px;
border: 1px #C0C0C0 solid;
font-weight:normal;
}

table.blog td{
text-align:left;
border: 0px;
vertical-align:top;
}

table.menu_topPage{
margin:0px;
}
table.menu_topPage td{
text-align:left;
border: 0px;
vertical-align:top;
padding:0px;
padding-left:5px;
}

table.ranking td.a{
width:30px;
text-align:center;
padding:3px;
border: 0px;
border-bottom: 1px #C0C0C0 solid;
}
table.ranking td.b{
text-align:left;
padding:3px;
border: 0px;
border-bottom: 1px #C0C0C0 solid;
}
table.ranking{
margin:0px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 在庫補充履歴
*****************************************************/
dl.box{
height: 250px;
overflow: auto;
}
dl.box dt{
float: left;
width: 130px;
font-style: italic;
}
dl.box dd{
color:#191970;
margin-bottom:5px;
padding-bottom:5px;
border-bottom: 1px dotted #aaa;
}

/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
padding:7px 10px;
font-size:110%;
border:1px solid #dadada;
border-bottom:0;
background:#fff url(../images/border.png) repeat-x 0 100%;
}

.post p{padding:5px;}

img.alignleft{
margin-right:7px;
box-shadow: 0 0 2px #222222;
}
.alignleft{float:left;}

/* サイドバー　ウィジェット
*****************************************************/
.widget{
margin:0 0 20px;
padding:10px 7px;
border:1px solid #dadada;
background:#fff;
}
.widgetInfo{
margin:0 0 20px;
border:1px solid #dadada;
background:#fff;
}

#banners img{
max-width:225px;
height:auto;
padding-bottom:10px;
}

.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color:#333;
border-bottom:1px solid #ccc;
}

.widget a.rank{
display:block;
padding:3px 0 3px 13px;
text-decoration:underline;
background:url(../images/arrow.png) no-repeat 0 50%;
}

.widget a:hover{
text-decoration:none;
background-position:3px 50%;
}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 10px;
padding:10px 7px;
font-size:100%;
color:#333;
border-bottom:1px solid #ccc;
background:#fff url(../images/border.png) repeat-x 0 100%;
}

.news{
padding:0 10px;
}

.newsTitle h2{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(../images/arrow.png) no-repeat 0 50%;
}

.news p{
clear:both;
padding:2px 0;
border-bottom:1px solid #ccc;
}

.news p:last-child{
border:0;
}

.news p a{
display:block;
padding:5px 0px 5px 5px;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
padding-left:15px;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}

/* フッター
*****************************************************/
#footer ul{
padding-bottom:10px;
}

#footer li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:60px;
background:url(../images/arrow.png) no-repeat 0 10px;
}

#footer li a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
color:#c0c0c0;
}

#footer li a:hover{
color:#c0c0c0;
text-decoration:underline;
}

#footer li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer li li a,*:first-child+html #footer li li{display:none;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#fff;
background:#8c8178;
line-height: 1.9em;
}


/* トップページ おすすめのメダカ　飼育用品
------------------------------------------------------------*/
.thumbWrap{
width:735px;
}

.thumbWrap div{
float:left;
width:220px;
margin:0 12px 0 0;
background:none;
list-style:none;
}

/* リンク */
div.thumbWrap h3{
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #A4A4A4;
}
div.thumbWrap h3 span{
display:block;
padding:2px 0px;
background:#D8D8D8;
}
div.thumbWrap h3 a{
color:#6E6E6E;
}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width:1025px){
nav div.panel{
display:block !important;
float:left;
}

a#menu{display:none;}

#mainNav{
clear:both;
position:relative;
z-index:200;
background:#2E2E2E;
}

#mainNav li{
float: left;
position: relative;
border-right:1px solid #fff;
}

#mainNav li:first-child{border-left:1px solid #fff;}

#mainNav li a{
display: block;
text-align: center;
_float:left;
color:#e0e0e0;
height:40px;
line-height:40px;
padding:15px 20px 0px;
}

#mainNav li a span,#mainNav li a{
display:block;
font-size:90%;
line-height:1.4;
}

#mainNav li a span{
font-size:80%;
color:#848484;
}

#mainNav li.current-menu-item a, #mainNav li a:hover, #mainNav li a:active, #mainNav li.current-menu-parent a{
color:#fffafa;
background:#b2a498;
}

#mainNav ul ul{width:160px;}

#mainNav li ul{display: none;}

#mainNav li:hover ul{
display:block;
position:absolute;
top:55px;
left:0px;
z-index:500;
}

#mainNav li li{
padding:0 0 0 0;
margin:0;
float:none;
height:40px;
line-height:40px;
width:160px;
background:#8c8178;
border:0;
}

#mainNav li li:first-child{border-left:0;}

#mainNav li li a{
width:155px;
height:40px;
padding:0 0 0 5px;
line-height:40px;
font-size:95%;
text-align:left;
background:#424242;
}

#mainNav li li a span{padding:0 10px;}

#mainNav li li a:hover,#mainNav li li.current-menu-item a{
color:#fff;
background:#b2a498;
}

#mainNav li:hover ul li:last-child{border:0;}
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

table.responsive1{
width:380px;
}
table.responsive_shopping{
width:600px;
}
table.responsive_tools{
width:600px;
}
div#responsive{
margin:0;
overflow: scroll;
-webkit-overflow-scrolling: touch;
}

#mainNav{
clear:both;
width:100%;
margin:0 auto;
background:#2E2E2E;
}

#mainNav a.menu{
width:100%;
display:block;
height:37px;
line-height:37px;
font-weight:bold;
text-align:left;
color:#c0c0c0;
background:url(../images/menuOpen.png) no-repeat 5px 8px;
}

#mainNav a#menu span{padding-left:35px;}

#mainNav a.menuOpen{
background:url(../images/menuOpen.png) no-repeat 5px -34px;
}

#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
display:none;
width:100%;
position:relative;
right:0;
top:0;
z-index:1;
}

#mainNav ul{margin:0;padding:0;}

#mainNav li{
float:none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

#mainNav li:first-child{border-top:1px solid #d5d5d5;}
#mainNav li li:first-child{border-top:0;}

#mainNav li a,#mainNav li.current-menu-item li a{
display:block;
padding:15px 10px;
text-align:left;
border-bottom:1px dashed #ccc;
color:#e0e0e0;
background:#2E2E2E;
}

#mainNav li:last-child a{border:0;}
#mainNav li li:last-child a{border:0;}
#mainNav li li:last-child a{border-bottom:1px dashed #ccc;}

#mainNav li a span{display:none;}
 
#mainNav li.current-menu-item a,#mainNav li a:hover,#mainNav li.current-menu-item a,#mainNav li a:active, #mainNav li li.current-menu-item a, #mainNav li.current-menu-item li a:hover, #mainNav li.current-menu-item li a:active{
color:#fff;
background:#b2a498;
}

#mainNav li li{
float:left;
border:0;
}

#mainNav li li a, #mainNav li.current-menu-item li a, #mainNav li li.current-menu-item a{
padding-left:40px;
background:#2E2E2E url(../images/sub1.png) no-repeat 20px -62px;}

#mainNav li li.current-menu-item a,#mainNav li li a:hover, #mainNav li.current-menu-item li a:hover{
background:#b2a498 url(../images/sub1.png) no-repeat 20px -62px;}

#mainNav li li:last-child a{background:#2E2E2E url(../images/subLast.png) no-repeat 20px -65px;}
#mainNav li li:last-child.current-menu-item a,#mainNav li li:last-child a:hover,#mainNav li.current-menu-item li:last-child a:hover{
background:#b2a498 url(../images/subLast.png) no-repeat 20px -65px;}

nav div.panel{float:none;}

#mainImg{margin-bottom:20px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width:959px){
#wrapper, #header, .inner{width:100%;}

#header h1, #header p{padding:5px 10px;}
#header h2{padding:10px;}
#header ul{padding:20px 10px;}

#mainNav ul, .thumbWrap{margin:0 auto;}
#mainNav ul ul{padding:0;}

nav div.panel{float:none;}

#mainImg img{width:95%;height:auto;}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}

#content_1column{
width:95%;
margin:0 auto;
padding:10px 0;
}

#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:inline;margin:0;}
#banners p img{width:100%;height:auto;}

.widget_search{text-align:center;}

#footer{margin:0;border:0;text-align:center;}

#footer ul{text-align:center;}
#footer li{margin-right:20px;}

.thumbWrap{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
width:100%;
margin:0 auto;
overflow:auto;
}
div.thumbWrap div{width:32%; float:left;margin:0 1% 0 0;}
div.thumbWrap img{width:100%;height:auto;}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width:644px){
#header{text-align:center;}
#header h1,#header p,#header h2,#header ul{float:none;}
#header h2{padding:10px 10px 0;}
#header ul{padding:0 10px 10px;}
#headerInfo{width:250px;margin:0 auto;}
img.alignright, img.alignleft{display:block;margin:5px auto;}
.alignright,.alignleft{float:none;}
#footer ul{text-align:left;padding:15px;}
#footer ul ul{padding:0;}
.br::before {
content: "\A" ;
white-space: pre ;
}
}


/* ショッピングカート pc
------------------------------------------------------------*/
@media only screen and (min-width:1025px){
table.shopping {
border-collapse: collapse;
width:800px;
margin:30px 0px;
}
table.shopping td th{
font-weight: normal;
border: #C0C0C0 1px solid;
background: #f0f0f0;
padding: 5px;
vertical-align:middle;
}
table.shopping td td{
border: #C0C0C0 1px solid;
padding: 5px;
background: #fff;
vertical-align:middle;
}
textarea.contact {
width:425px;
height:150px;
}
}


/* ショッピングカート スマホ
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
table.shopping {
border-collapse: collapse;
width:98%;
margin:10px 0px;
}
table.shopping td th{
font-weight: normal;
border: #C0C0C0 1px solid;
background: #f0f0f0;
padding: 5px;
vertical-align:middle;
}
table.shopping td td{
border: #C0C0C0 1px solid;
padding: 5px;
background: #fff;
vertical-align:middle;
}
textarea.contact {
width:225px;
height:100px;
}
}



/* サイドログイン時
------------------------------------------------------------*/
.loginout p{
clear:both;
padding-bottom:2px;
border-bottom:1px solid #ccc;
padding:5px 0px 5px 5px;
}



/* お客様の声
------------------------------------------------------------*/
img.voice { 
max-width: 100%; 
height:auto;
}
@media only screen and (min-width:1025px){
a.voice{
color: #333333;
font-size:110%;
text-decoration:none;
}
a.voice:hover{
color: #333333;
font-size:110%;
text-decoration:underline;
}
span.voice{
font-size:110%;
text-decoration:underline;
margin:2px;
}
}

@media only screen and (max-width:1024px){
a.voice{
color: #333333;
font-size:100%;
text-decoration:none;
}
a.voice:hover{
color: #333333;
font-size:100%;
text-decoration:underline;
}
span.voice{
font-size:100%;
text-decoration:underline;
margin:2px;
}
}


/* ショッピングページの画像
------------------------------------------------------------*/

#container {
width: 100%;
margin-bottom:50px;
}
#box ul li {
float: left;
width: 50px;
height: 50px;
margin-left: 6px;
}
#box ul li img {
cursor: pointer;
border:3px solid #fff;
}
#box ul li img:hover {
border:3px solid #4682b4;
}

/* カレンダー
------------------------------------------------------------*/
table.calendar {
margin:0;
}
table.calendar td {
border:1px solid #dadada;
}

/* 日曜の文字色 */
.font_sun{
	color:#FF0000;
}

/* 土曜の文字色 */
.font_sat{
	color:#0000ff;
}

/* 祝日の文字色 */
.font_hol{
	color:#FF0000;
}

#calendar table{
	border-collapse: collapse;
}

/* カレンダータイトル */
.calendar_sub{
font-size:9pt;
text-align:center;
padding:3px 1px 3px 1px;
}

/* カレンダー週タイトル左のマス(日曜の所) */
.calendar_week_L{
	font-size:7pt;
	border:1px solid #808080;
	background-color:#ffe0e0;
	text-align:center;
	width:28px;
	height:20px;
}

/* カレンダー週タイトル右のマス(土曜の所) */
.calendar_week_R{
	font-size:7pt;
	border:1px solid #808080;
	background-color:#e0e0ff;
	text-align:center;
	width:28px;
}

/* カレンダー週タイトル中央(月曜?金曜の所) */
.calendar_week{
	font-size:7pt;
	border:1px solid #808080;
	background-color:#f0f0f0;
	text-align:center;
	width:28px;
}

/* カレンダー左側(日曜欄)のマス */
.calendar_day_L{
	font-size:7pt;
	border:1px solid #808080;
	height:35px;
	padding-top:3px;
	padding-left:4px;
	padding-bottom:3px;
	vertical-align:top;
text-align:center;
}

/* カレンダー右側(土曜欄)のマス */
.calendar_day_R{
	font-size:7pt;
	border:1px solid #808080;
	height:35px;
	padding-top:3px;
	padding-left:4px;
	padding-bottom:3px;
	vertical-align:top;
text-align:center;
}

/* カレンダーその他(月?金欄)のマス */
.calendar_day{
	font-size:7pt;
	border:1px solid #808080;
	height:35px;
	padding-top:3px;
	padding-left:4px;
	padding-bottom:3px;
	vertical-align:top;
text-align:center;
}

/* カレンダー空白のマス */
.calendar_day_sp{
	border:1px solid #808080;
	background-color:#FFFFFF;
	height:35px;
}

table {
border-collapse: collapse;
margin:5px;
}
table td {
border: #e3e3e3 1px solid;
padding: 5px;
}

figure img {
transition: 0.3s;
}
figure:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}

.fullscreen-image {
cursor: url("../page/blog/img/plus_cursor.png"), pointer;
display: inline-block;
margin: 0px 5px 5px 0px;
}

a.img {
transition: 0.7s ;
}
a.img:hover {
-webkit-filter: brightness(0.8);
-moz-filter: brightness(0.8);
-o-filter: brightness(0.8);
-ms-filter: brightness(0.8);
filter: brightness(0.8); 
}
img.shadow{
box-shadow: 0 0 2px #222222;
}

#page-top {
position: fixed;
bottom: 20px;
right: 20px;
}
a.page-top{
display: block ;
background: #202020;
width: 50px ;
height: 50px ;
cursor: pointer ;
color: #fff ;
line-height: 50px ;
text-decoration: none ;
text-align: center ;
-webkit-transition:all 0.3s ;
-moz-transition:all 0.3s ;
transition:all 0.3s ;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
a.page-top:hover{
opacity: 0.85 ;
color: #fff ;
text-decoration: none;
}

table.adsense {
margin: 0px;
}
@media only screen and (max-width:1000px){
table.adsense {
width:80%;
}
}

table.tools {
width:300px;
}
table.tools td {
border:0px solid;
}

table.tools select {
width:200px;
padding:5px;
}

input.tool_1 {
padding:5px;
width:215px;
}
input.tool_2 {
padding:6px 6px 0px;
width:55px;
font-size: 18px;
border:0px;
border-bottom:2px #778899 solid;
}
input.tool_2[type="text"]:focus {
outline: 0;
border-color: orange;
}
select.tool {
padding:10px;
width:250px;
}

input.tool_submit {
cursor:pointer;
width: 160px;
}

textarea.tool {
padding:10px;
width:225px;
height:100px;
}

form.tool textarea:focus {
	box-shadow: 0 0 7px #778899;
	border: 1px solid #778899;
}
form.tool select:focus {
	box-shadow: 0 0 7px #778899;
	border: 0px solid #778899;
}

span.outlink{
background:url('link.png') no-repeat left center;
padding-left:15px;
}

div.open {
width:100%;
cursor:pointer;
border: #e3e3e3 1px solid;
background: #f7f7f7;
margin:10px 0 1px;
}

div.trigger{
height: 36;
line-height: 36px;
text-align:left;
padding-left:36px;
}
div.trigger{
background: url(open1.jpg) no-repeat;
}
div.trigger.active{
background: url(open2.jpg) no-repeat;
}

.searchFrame{
  position: relative;
  display: inline-block;
}

.searchFrame .clearButton{
  width: 16px;
  height: 16px;
  position: absolute;
  right: 4px;
  top: 7px;
  background: url(clear.png) no-repeat left center;
  cursor: pointer;	
}



.breadcrumbs ul {
display: table;
font-size: 13px;
}
.breadcrumbs ul li {
font-size: 13px;
float: left;
}
.breadcrumbs ul li:first-child::before {
padding: 0 3px 0 0;
font-family: 'FontAwesome';
content: "\f015";
font-size: 14px;
}
.breadcrumbs ul li::before {
padding: 0 5px;
content: ">";
font-family: FontAwesome;
font-size: 14px;
}
