@charset "utf-8";

/*
Theme Name: 探偵・興信所アーガスリサーチ
*/


/*reset and base
---------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #F30;
}

a:active {
  color: #F30;
}

img {
  vertical-align: bottom;
}

li, ul {
  list-style-type: none;
  padding: 0px;
  text-indent: 0;
  margin: 0px;
  text-align: left;
}

a img {
  text-decoration: none;
  border: none;
}

a img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.png_bg {
}

.none {
  display: none;
}

.clear {
  clear: both;
}

.clearfix {
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.padding70left {
  padding-left: 70px;
  width: 550px;
}

.fright {
  float: right;
  padding-bottom: 10px;
}

.right {
  clear: both;
  text-align: right;
}

.smart {
  display: none;
}

.relative {
  position: relative;
}

.txc {
  text-align: center;
}

.txr {
  text-align: right;
}

.txl {
  text-align: left;
}

/*Body
---------------------------------------*/
body {
  text-align: center;
  /* [disabled]height: 100%;
*/
  width: 100%;
  font-size: 14px;
  line-height: 1.4em;
  color: #000;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

/*ヘッダー
---------------------------------------*/
header {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  text-align: left;
}

.topaddress {
  position: absolute;
  z-index: 10;
  top: 47px;
  right: 15px;
}

.topaddress .tt {
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #C60202;
  padding: 5px 10px;
  margin-top: 10px;
}

.topaddress .tt_tel {
  font-weight: bold;
}

.tt_tel a {
  background-image: url(img/tel.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 9px 0 5px 37px;
  font-size: 23px;
  margin: 6px auto 0 auto;
}

aside .tt_tel {
  line-height: 1.3em;
}

aside .tt_tel a {
  font-style: normal;
  width: 223px;
  display: block;
  font-weight: bold;
  font-size: 27px;
  margin: 0 auto;
  line-height: 1.2em;
}

header h1 {
  font-size: 0.9em;
  font-weight: normal;
  padding-top: 5px;
}

header h2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

header .toplink {
  position: absolute;
  top: 6px;
  right: 0px;
  font-size: 0.9em;
}

/*トップナビ
---------------------------------------*/
#navtop {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #e3e3e3;
  border-bottom-color: #e3e3e3;
  background-image: url(img/nav_back.gif);
  background-repeat: repeat;
  width: auto;
}

#navtop ul li span {
  display: block;
}

#navtop ul li .name {
  font-size: 14px;
}

#navtop ul li .roman {
  font-size: 11px;
  line-height: 1.2em;
}

#navtop ul li a {
  text-decoration: none;
  display: block;
  padding: 15px;
}

#navtop ul li:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #E2E2E2;
  position: absolute;
  left: 0;
  top: 0;
}

#navtop ul li:hover {
  background: #525252; /* Old browsers */
  background: -moz-linear-gradient(top, #525252 0%, #302f2f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #525252), color-stop(100%, #302f2f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #525252 0%, #302f2f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #525252 0%, #302f2f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #525252 0%, #302f2f 100%); /* IE10+ */
  background: linear-gradient(to bottom, #525252 0%, #302f2f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#302f2f', GradientType=0 ); /* IE6-9 */
  color: #fff;
}

#navtop ul li a:hover {
  color: #fff;
}

#navtop ul {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #E2E2E2;
  overflow: hidden;
  padding: 1px;
}

#navtop ul li {
  webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: left;
  height: auto;
  width: 16.666%;
  background-color: #fff;
  text-align: center;
  position: relative;
}

/*TOP
---------------------------------------*/
#tbb {
  width: 100%;
  background-image: url(img/nav_back.gif);
  background-repeat: repeat;
  height: 10px;
}

#main #content h3.h3c {
  border-left: 2px solid #0080FF;
  border: none;
  font-size: 25px;
  font-weight: normal;
  padding: 25px 100px 5px 15px;
  line-height: 1.3em;
  background-image: url(img/h3.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}

/*お問い合わせ
---------------------------------------*/
.form_dl input {
  padding: 4px;
  border-radius: 4px;
  border: #999 solid 1px;
  margin-bottom: 5px;
}

.form_dl input[type="text"], .form_dl textarea {
  font-size: 18px;
}

.form_dl input[type="checkbox"] {
  border-radius: 4px;
  margin-left: 10px;
}

input#s_btn[type="submit"] {
  display:block;
  padding: 8px 25px;
 
  background-color: #FFF;
  background-position: bottom;
  margin: 20px auto;
  border: none;
  background-color: #158815;
  color: #fff;
  font-weight: bold;
  box-shadow: none;
  width: 180px;
  border-radius: 5px;
  clear:both;
  webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

input#s_btn:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  color: white;
  background-color: #aaa;
}

.form_dl textarea {
  border-radius: 4px;
  border: #999 solid 1px;
  width: 95%;
  padding: 5px;
}

.hissu {
  color: #DA4525;
  font-size: 0.9em;
  font-weight: bold;
}

/*---------------------------------------
/*パンくずリスト
---------------------------------------*/
#pankuzu {
  font-size: 0.85em;
  color: #999;
  margin-top: 28px;
}

#pankuzu a {
  color: #999;
  text-decoration: none;
}

/*トップビジュアル
---------------------------------------*/
#topvisual {
  clear: both;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

#slider {
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
}

#topvisual .bx-viewport {
  overflow: visible !important;
}

.bx-controls.bx-has-pager {
  position: absolute;
  bottom: 10px;
  z-index: 100;
  width: 100%;
  left: 0;
}

/*スライダ
---------------------------------------*/
.bx-pager-item {
  display: inline-block;
  margin: 5px 8px 0 8px;
}

.bx-pager-item a {
  display: block;
  overflow: hidden;
  text-indent: -300%;
  border-radius: 50%;
  border: 2px solid #221D17;
  width: 7px;
  height: 7px;
  background-color: #221D17;
  box-shadow: 0 0 2px #fff;
  cursor: pointer;
}

.bx-pager-item a.active {
  background-color: #fff;
}

.bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}

.bx-controls-direction a {
  position: absolute;
  opacity: 0;
  top: 30%;
  left: 28px;
  z-index: 70;
  background-repeat: no-repeat;
  background-image: url(img/arrows.png);
  width: 24px;
  height: 140px;
  overflow: hidden;
  text-indent: -300%;
}

.bx-controls-direction a.bx-next {
  right: 28px;
  left: auto;
  background-position: -24px 0;
}

/*メイン
---------------------------------------*/
#main {
  max-width: 1000px;
  /* [disabled]height: 100%;
*/
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding-top: 12px;
  position: relative;
  display: block;
}

#page_title {
  font-size: 1.7em;
  line-height: 1.3em;
  margin-top: 5px;
  padding: 25px 0 0 15px;
  height: 55px;
  background-repeat: no-repeat;
}

.title00 {
  background-image: url(img/title00.jpg);
  color: #fff;
}

.title01 {
  background-image: url(img/title01.jpg);
  color: #fff;
}

#main #content {
  float: left;
  width: 63%;
  clear: both;
  padding-bottom: 80px;
}

#main #content .topsec, topsec02 {
  padding-bottom: 30px;
  padding-top: 30px;
}

#main #content .topsec h3 {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  position: relative;
  padding-left: 15px;
}

#main #content .toppsec h3 {
  margin-bottom: 10px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  position: relative;
  padding-left: 15px;
}

#main #content .topsec h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 26px;
  width: 5px;
  background-color: #333;
  height: 24px;
}

#main #content .toppsec02 h4 {
  padding-top: 2em;
}

.archive .blog_post dl, .search .blog_post dl {
}

.archive .blog_post dt, .search .blog_post dt {
  float: left;
  clear: both;
  font-weight: bold;
}

.archive .blog_post dd, .search .blog_post dd {
  padding-left: 120px;
  padding-bottom: 0.5em;
}

#blog_list li {
  float: left;
}



/*右サイド
---------------------------------------*/
aside .asidewidget .widgettitle {
  font-size: 1em;
  line-height: 1em;
  border: 1px solid #e3e3e3;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 3px;
}

.asidewidget {
  padding-bottom: 30px;
}

aside .asidewidget ul li {
  text-indent: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}

aside .asidewidget ul li a {
  width: 100%;
  height: 1em;
  display: inline;
  padding-top: 3px;
  padding-bottom: 3px;
}

aside .asidewidget ul li:hover {
  background-color: #e3e3e3;
}

aside #wp-calendar {
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

aside #wp-calendar caption {
  background-color: #333;
  color: #fffffe;
  padding-top: 3px;
  padding-bottom: 3px;
}

aside #wp-calendar td, aside #wp-calendar th {
  text-align: center;
  padding: 2px;
  border: 1px solid #EBEBEB;
}

/*サイドメイン------*/
#main aside {
  float: right;
  width: 30%;
  padding-left: 6px;
  padding-bottom: 80px;
}

/*サイドナビ------*/
aside #subnav {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.re_link {
  margin-top:30px;
}

#subnav ul li {
  background-image: url(img/rightarrow.png);
  background-repeat: no-repeat;
  background-position: 5px 11px;
}

#subnav ul li span {
  width: 290px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  display: block;
  border: 1px solid #e3e3e3;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: #0B0B3B;
}

#subnav ul li span a {
  /* [disabled]border: 1px solid #e3e3e3;
*/
  text-decoration: none;
  color: #FFF;
}

#subnav ul li li.current_page_item>a {
  background-color: #EEE;
  background-image: url(img/rightarrow.png);
  background-repeat: no-repeat;
  background-position: 5px 10px;
}

#subnav ul li li>a:hover {
  background-color: #e3e3e3;
  background-image: url(img/rightarrow.png);
  background-repeat: no-repeat;
  background-position: 5px 10px;
}

#subnav ul li li a {
  width: 278px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 22px;
  display: block;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #e3e3e3;
  border-bottom-color: #e3e3e3;
  border-left-color: #e3e3e3;
  text-decoration: none;
  color: #000;
}

#subnav ul li li li {
  text-indent: 1em;
  background-image: none;
}

/*サイドアドレス------*/
aside #sideaddress {
  padding-top: 15px;
  border-top: 2px solid #ddd;
  margin-top: 50px;
  text-align: center;
}

.hour24 {
  margin-bottom: 10px;
}

.sideaddress_in address {
  text-align: center;
  padding-top: 10px;
}

.sideaddress_in address p {
  padding-bottom: 1em;
}


/*対応地域---------*/

aside #area{
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 30px;

}

aside #area p span {
  padding-top:8px;
  padding-bottom: 8px;
  display: block;
  border: 1px solid #e3e3e3;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: #333;
}

aside #area  p {
  margin-bottom: 10px;
}


/*サイドバナー------*/


aside .banner {
　width: 100%;
  text-align: center;
}

aside .banner p {
  margin-top: 10px;
  margin-bottom: 10px;
}

div#branches {
  background-color: #efefef;
  text-align: center;
}

div#bannder p {
  text-align: center;
}

div#branches li {
  padding-left: 7%;
  position: relative;
}

div#branches li div {
  position: absolute;
  top: 2px;
  left: 72px;
  font-size: 15px;
  font-weight: bold;
  color: #666666;
}

/*フッター
---------------------------------------*/
footer {
  clear: both;
  background-image: url(img/nav_back.gif);
  background-repeat: repeat;
  width: auto;
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e3e3e3;
  margin-top: 40px;
  padding-top: 20px;
}

#footer_in {
  text-align: left;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-image: url(img/footeraddress.png);
  background-repeat: no-repeat;
  background-position: right 250px;
}

#footer_in #smart_change {
  padding-top: 40px;
}

#footer_in #smart_change a {
  display: block;
  margin: 0px auto;
  width: 180px;
  padding: 10px 0;
  border-radius: 5px;
  background-color: #777;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1em;
  font-size: 0.9em;
  box-shadow: 0 2px 1px rgba(0,0,0,0.4);
}

/*フッターナビ------*/
#navfooter ul li {
  float: left;
  width: 174px;
  margin-right: 5px;
}

#navfooter ul li {
  _margin-right: 2px;
}

#navfooter li a {
  color: #333;
  text-decoration: none;
}

#navfooter span {
  border: 1px solid #e3e3e3;
  background-color: #FFF;
  padding: 3px;
  width: 168px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.9em;
}

#navfooter ul li ul li {
  text-indent: 10px;
  font-size: 0.9em;
  margin-bottom: 3px;
}

#navfooter ul li ul li ul li {
  text-indent: 20px;
  font-size: 1em;
  margin-bottom: 3px;
  text-decoration: underline !important;
}

#navfooter .footernavtitle {
  padding-top: 40px;
  padding-left: 20px;
}

/*ページトップへリンク------*/
#pagetop {
  background-image: url(img/pagetop_back.png);
  background-repeat: no-repeat;
  height: 28px;
  width: 172px;
  position: absolute;
  top: -50px;
  right: 0px;
}

#pagetop a {
  display: block;
  height: 25px;
  width: 140px;
  font-size: 0.8em;
  text-decoration: none;
  padding-top: 5px;
  padding-left: 32px;
  color: #000;
}

.modoru {
  background-image: url(img/rightarrow.png);
  background-repeat: no-repeat;
  padding-left: 15px;
  background-position: 0px 36px;
  padding-top: 35px;
  padding-bottom: 5px;
  clear: both;
}

#footer_in #copylight {
  font-size: 0.9em;
  clear: both;
  text-align: center;
  padding: 30px;
}
.nopost {
  text-align:center;
  padding:60px 0;
  font-weight:bold;
}
/*---------------------------------------
画像配置設定
---------------------------------------*/
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

.kyouchou {
  font-size: 0.9em;
  font-weight: bold;
}

/*各ページ装飾
---------------------------------------*/
.blogtitle {
  font-size: 1.6em;
  line-height: 1em;
  border: 1px solid #e3e3e3;
  padding: 2em 0.5em;
  margin-bottom: 1.5em;
  background-image: url(img/title_back.png);
  background-repeat: no-repeat;
}
span.price {
    display: inline-block;
    line-height: 1.3em;
    font-size: 1.8em;
    color: #FF6120;
}
span.price.mid {
  font-size:1.5em;
}
.small {
    font-size: 0.9em !important;
}
.red {
  color:#cc0000 !important;
}
.bold {
  font-weight: bold;
}
.under {
  text-decoration:underline;
}
.blog_post ol.guide_ol li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog_post ol.guide_ol li dt {
    width: 170px;
    float: left;
}

.blog_post ol.guide_ol li {
    clear: both;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dotted #aaa;
}

.blog_post ol.guide_ol li dd {
    padding-left: 190px;
    float: none;
    padding-top: 10px;
}
/*投稿内容
---------------------------------------*/
.blog_post {
  padding: 30px 0;
  line-height:1.7em;
  font-size:16px;
}

.blog_post p {
  padding-bottom: 1em;
  color: #000;
}

.page_title1 {
  color: #fff;
  font-size: 30px;
  background-image: url(img/menu_visual_back02.jpg);
  background-repeat: no-repeat;
  height: 100px;
  background-size: contain;
  padding-top: 75px;
  padding-left: 22px;
  line-height: 1.2em;
}
.blog_post .basic_dl dt {
    font-weight: bold;
    line-height:1.5em;
}
.blog_post .basic_dl {
    padding-top:10px;
}
.blog_post .basic_dl dd {
    padding-left: 1em;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ddd;
}
.blog_post .about_dl dt {
  padding: 6px 0;
  float: left;
  clear: both;
  width: 32%;
}

.blog_post .about_dl dd {
  padding: 6px 0 6px 34%;
  float: none;
  border-bottom: dotted 1px #ddd;
  margin-left: 0;
  margin-bottom: 0;
}

.blog_post .or {
  color: #E95200;
  font-size: 1.15em;
  background-image: url(img/or.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 7px 0 3px 17px;
  margin-bottom: 7px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 15px;
}

.back2 {
  background-image: url(img/menu_visual_back.jpg);
  font-size: 26px;
}

.back3 {
  background-image: url(img/menu_visual_back03.jpg);
  font-size: 26px;
}

.posi1 {
  padding-top: 41px;
  height: 129px;
}

.blog_post a {
}

.blog_post ul li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 6px;
}

.blog_post ol li {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 6px;
  text-indent: 5px;
}

.blog_post ul {
  margin-bottom: 0.8em
}

.blog_post h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  padding: 0px;
  margin-top: 0.67em;
  margin-right: 0;
  margin-bottom: 0.67em;
  margin-left: 0;
  line-height: 1.1em;
}


.blog_post h2 {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1.67em 0;
}


.blog_post h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  background-image: none;
  margin-top: 2em;
  margin-right: 0px;
  margin-bottom: 0.8em;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #0B0B3B;
  position: relative;
  padding-left: 15px;
}

#content .blog_post h3:after {
  top: 0;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  background-color: #0B0B3B;
}
.blog_post h1:first-child,
.blog_post h2:first-child,
.blog_post h3:first-child,
.blog_post h4:first-child {
margin-top:0;
}

.blog_post h4 {
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 5px;
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  background-color: #ECECEC;
  border-bottom: dotted 1px #aaa;
}

.blog_post .nolistmark li {
  list-style-type: none;
}

.blog_post blockquote {
  margin: 0.8em;
}

.blog_post table {
   margin-top: 10px;
  margin-bottom: 10px;
  width:100%;
}

.blog_post table caption {
  text-align: left;
  font-weight: bold;
}

.blog_post table th, .blog_post table td {
  border: 1px solid #ccc;
  padding: 6px;
}

.blog_post table th {
  background-color: #e3e3e3;
  vertical-align: top;
}

blockquote {
background-color:#eee;
padding:1em 1em 1em 3em;
position:relative;
}

blockquote:before {
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}

.box {
border: solid 1px #ccc;
padding: 1em;
margin-bottom: 20px;
}

.box ul {
margin-top: 5px;
}

.box1 {
border: dotted 1px #6E6E6E; 
background-color: #FFF; 
padding: 1em
}

.box1 p {
padding: 0.8em; 
line-height: 1.6;
}

#topinfo {
  height: 150px;
  width: 98%;
  overflow: auto;
  padding-left: 10px;
  font-size: 0.9em;
  border: 1px solid #e3e3e3; 
}

#topinfo dl dt {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
}

#topinfo dl dd {
 width: 98%;
 padding-bottom: 10px;
 border-bottom: dotted 1px #ccc;
}

.male{font-weight: bold; color: #0B0B61;}

.female{font-weight: bold; color: #610B21;}

/*コンテンツ
---------------------------------------*/
.nabare_01 {
  position: absolute;
  top: 30px;
  right: 4px;
  color: #fff;
  width: 61%;
}

.blog_post iframe {
  width: 100%;
}

/*クリア
---------------------------------------*/
.blog_post:after, .aside:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
