@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");

/* 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 {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
}

body {
  background: #faf8ef;
  color: #4f2d07;
  font-size: 12px;
  line-height: 22px;
  height: 100%;
  min-width: 1024px;
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4 {
  line-height: 1;
}

a {
  text-decoration: none;
}

a:link {
  color: #4d2e14;
}

a:visited {
  color: #4d2e14;
}

a:hover {
  color: #18400d;
  text-decoration: underline;
}

a:active {
  color: #4d2e14;
}

ol,
ul {
  list-style: none outside none;
}

header {
  margin-bottom: 10px;
}

fieldset,
img {
  vertical-align: bottom;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

br {
  letter-spacing: 0;
}

hr {
  border: 0 none;
  height: 0;
  visibility: hidden;
}

select,
input,
textarea {
  font-size: 99%;
}

pre,
code {
  font: 100% monospace;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.cf {
  zoom: 1; /*for IE 5.5-7*/
  display: block;
  /*display: inline-block; /* for IE8 */
}

/* common */
/* header */

header {
  background: #fff;
  border-bottom: 5px solid #ff9090;
  margin: 0;
  padding: 22px 0;
}

.header-frame {
  width: 960px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.header-frame p,
.header-frame div {
  font-size: 14px;
  font-weight: bold;
  padding: 21px 0 0 0;
}

.header-frame .header-frame__cta {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 266px;
  width: 100%;
}
.header-frame .header-frame__cta > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  gap: 10px;
  border-radius: 10px;
  background: #ff9090;
  box-shadow: 0px 4px 4px 0px rgba(68, 68, 68, 0.35);
  width: 100%;
  max-width: 266px;
}
.header-frame .header-frame__cta > a:hover {
  text-decoration: none;
}
.header-frame .header-frame__cta > a .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 0;
  color: #fff;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.03em;
}
.header-frame .header-frame__cta > a .text .sub-text {
  padding: 0;
  font-size: 10px;
  font-weight: normal;
}
.header-frame .header-frame__cta > a .text .main-text {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

/* gnav */
.gnav {
  background: #fff;
  margin: 0;
  padding: 0;
}

.gnav ul {
  margin: 0 auto;
  padding: 11px 0;
  text-align: center;
  width: 912px;
}

.gnav ul li {
  border-right: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.gnav ul li:first-child a {
  padding: 3px 30px 0 0;
}

.gnav ul li:last-child a {
  padding: 3px 0 0 30px;
}

.gnav ul li a {
  display: block;
  margin: 0;
  padding: 3px 30px;
}

.gnav ul li:last-child {
  border-right: 0;
}

/* pankuzu */
.pankuzu {
  display: block;
  overflow-x: auto;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
}
.pankuzu ol {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0 20px;
  font-size: 12px;
  line-height: 150%;
  width: max-content;
}
.pankuzu li {
  position: relative;
  display: inline;
}
.pankuzu li::marker {
  content: "";
}
@media screen and (min-width: 769px) {
  .pankuzu {
    background-color: #faf8ef;
  }
  .pankuzu ol {
    margin: 0;
  }
}

/* banner */
.side-topic .banner-side-topic {
  margin-bottom: 30px;
}
.side-topic .banner-side-topic img {
  width: 100%;
}
.new-topic ul li:first-child {
  border-top: none;
}
.line-banner {
  float: left;
  margin: 0 30px 4% 0;
}
.line-banner img {
  width: 100%;
}

/* sidebar */
.label-line {
  background: #fff;
  padding: 35px;
}

.label-line dl {
  margin: 0 auto 15px auto;
  width: 960px;
}

.label-line dl dt {
  float: left;
  margin: 0 35px 0 0;
}

.label-line dl dd {
  float: left;
  width: 655px;
}

.label-line h2,
.label-line h1 {
  font-size: 32px;
  line-height: 40px;
}

.sns-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  max-height: 40px;
}

.archive-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.archive-link a {
  color: #ff9090;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.contents-frame {
  background: #faf8ef;
  margin: auto;
  padding: 30px 0 0 0;
  width: 960px;
}

.contents-area .caption a {
  color: #359191;
}

.recommend-list li {
  border-top: solid 1px #f2f2f2;
  padding: 15px 0;
}

.recommend-list li img {
  float: left;
  margin: 0 20px 0 0;
}

.recommend-list li .thm-frame img {
  height: 60px;
  width: 110px;
}

.recommend-list li .detailed-articles {
  font-size: 14px;
  margin: 0 0 0 130px;
}

.recommend-list li .detailed-articles p,
.recommend-list li .detailed-articles h3 {
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
}

.recommend-list li .detailed-articles p a {
  font-weight: bold;
}

.side-topic {
  float: right;
  width: 300px;
}

.post-relation {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.new-topic,
.consultation-box {
  background: #fff;
  border-bottom: 1px solid #e8e2c5;
  float: left;
  margin: 0 30px 4% 0;
  padding: 30px;
  width: 570px;
}

.consultation-box h2 {
  background: url(../img/consult/ico_pencil.png) no-repeat;
  background-size: 30px;
  font-size: 18px;
  padding: 16px 16px 16px 40px;
}

.consultation-box p {
  font-size: 14px;
  margin: 0 0 2%;
}

.new-topic h3 {
  font-size: 16px;
}

.new-topic ul li {
  border-top: solid 1px #f2f2f2;
  padding: 15px 0;
}

.new-topic ul li img {
  float: left;
  margin: 0 20px 0 0;
  width: 110px;
  height: 60px;
}

.new-topic ul li .detailed-articles {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 0 130px;
}

.new-topic ul li .detailed-articles h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
}

.new-topic ul li span {
  color: #359191;
  font-size: 10px;
  float: left;
  margin: 0;
}

.new-topic ul li span a {
  color: #359191;
  font-size: 12px;
}

.new-topic ul li .tag-category {
  color: #9fa0a0;
}

.new-topic .return-link {
  margin: 20px 0 0 0;
  display: block;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 20px;
}

.new-topic .return-link:hover {
  text-decoration: none;
}

.new-topic .return-link:before {
  content: ">";
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

span.tag-key {
  display: flex;
  font-size: 10px;
  float: left;
}

span.tag-key a {
  color: #359191;
  margin: 0 10px 0 0;
  font-weight: normal;
}

.side-topic .popular-article {
  background: #fff;
  border-bottom: 1px solid #e8e2c5;
  float: right;
  margin: 0 0 10px 0;
  padding: 30px;
  width: 240px;
}

.side-topic .popular-article .column-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.side-topic .popular-article a {
  font-size: 14px;
}

.side-topic .popular-article ul {
  float: left;
  margin: 0 0 20px 0;
}

.side-topic .popular-article ul li {
  border-top: solid 1px #f2f2f2;
  padding: 12px 0 25px 0;
  position: relative;
}

.side-topic .popular-article ul li:last-child {
  padding-bottom: 0;
}

.side-topic .popular-article ul li a {
  font-size: 15px;
}

.side-topic .popular-article ul li:nth-child(1):after {
  background-image: url(../img/top/popular-article/ico_ranking01.png);
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  height: 18px;
  width: 18px;
}

.side-topic .popular-article ul li:nth-child(2):after {
  background-image: url(../img/top/popular-article/ico_ranking02.png);
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  height: 18px;
  width: 18px;
}

.side-topic .popular-article ul li:nth-child(3):after {
  background-image: url(../img/top/popular-article/ico_ranking03.png);
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  height: 18px;
  width: 18px;
}

.side-topic .popular-article ul li:nth-child(4):after {
  background-image: url(../img/top/popular-article/ico_ranking04.png);
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  height: 18px;
  width: 18px;
}

.side-topic .popular-article ul li:nth-child(5):after {
  background-image: url(../img/top/popular-article/ico_ranking05.png);
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  height: 18px;
  width: 18px;
}

.side-topic .popular-article ul li img {
  float: left;
  margin: 0 20px 0 0;
}

.side-topic .popular-article ul li .detailed-articles {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 0 130px;
}

.side-topic .popular-article ul li span {
  color: #359191;
  display: block;
  float: left;
  font-size: 10px;
  margin: 0;
  width: 100%;
}

.side-topic .popular-article ul li span.tag-key a {
  color: #359191;
  font-size: 12px;
  font-weight: normal;
  margin: 0 10px 0 0;
}

.side-topic .pickup-list {
  background: #fff;
  border-bottom: 1px solid #e8e2c5;
  float: right;
  margin: 0 0 20px 0;
  padding: 30px 30px 0;
  width: 240px;
}

.side-topic .pickup-list .column-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.side-topic .pickup-list a {
  font-size: 14px;
}

.side-topic .pickup-list ul {
  float: left;
  margin: 0;
  width: auto;
}

.side-topic .pickup-list ul li {
  border-top: solid 1px #f2f2f2;
  padding: 12px 0 25px 0;
  position: relative;
}

.side-topic .pickup-list ul li a {
  font-size: 15px;
}

.side-topic .pickup-list ul li img {
  float: left;
  margin: 0 20px 0 0;
}

.side-topic .pickup-list ul li .detailed-articles {
  font-size: 13px;
  font-weight: normal;
  padding: 0 0 0 130px;
}

.side-topic .pickup-list ul li .detailed-articles span {
  color: #4d2e14;
  display: inline;
  float: none;
  font-size: 15px;
  font-weight: bold;
}

.side-topic .pickup-list ul li span {
  color: #359191;
  display: block;
  float: left;
  font-size: 10px;
  margin: 0;
}

.popular-list {
  float: right;
}

.popular-keyword {
  background: #fff;
  border-bottom: 1px solid #e8e2c5;
  float: left;
  margin: 0 0 20px 0;
  padding: 30px;
  width: 240px;
}

.popular-keyword span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.popular-keyword ul {
  border-top: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
  margin: 0 0 15px 0;
  padding: 20px 0 10px;
}

.popular-keyword ul li {
  background: #f9f7ef;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border: 1px solid #ebe4da;
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}

.popular-keyword ul li a {
  display: block;
  padding: 2px 10px;
}

.category-list {
  background: #fff;
  border-bottom: 1px solid #e8e2c5;
  float: right;
  padding: 30px;
  width: 240px;
}

.category-list h3,
.infomation-list span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.category-list ul li {
  border-top: solid 1px #f2f2f2;
  font-size: 15px;
  padding: 10px 0;
}

.vol,
.date {
  color: #359191;
  font-size: 12px;
  font-weight: normal;
}

.popular-article {
  background: #fff;
  border-bottom: 1px solid #e8e2c5;
  float: left;
  margin: 0 30px 4% 0;
  padding: 30px;
  width: 570px;
}

.popular-article h3 {
  font-size: 16px;
}

.popular-article a {
  font-size: 14px;
}

.popular-article ul li {
  border-top: solid 1px #f2f2f2;
  float: left;
  padding: 12px 0;
  position: relative;
  width: 100%;
}

.popular-article ul li a {
  font-size: 18px;
}

.popular-article ul li:nth-child(1):after {
  background-image: url(../img/top/popular-article/ico_ranking01.png);
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  height: 18px;
  width: 18px;
}

.popular-article ul li:nth-child(2):after {
  background-image: url(../img/top/popular-article/ico_ranking02.png);
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  height: 18px;
  width: 18px;
}

.popular-article ul li:nth-child(3):after {
  background-image: url(../img/top/popular-article/ico_ranking03.png);
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  height: 18px;
  width: 18px;
}

.popular-article ul li:nth-child(4):after {
  background-image: url(../img/top/popular-article/ico_ranking04.png);
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  height: 18px;
  width: 18px;
}

.popular-article ul li:nth-child(5):after {
  background-image: url(../img/top/popular-article/ico_ranking05.png);
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  height: 18px;
  width: 18px;
}

.popular-article ul li img {
  float: left;
  margin: 0 20px 0 0;
}

.popular-article ul li .detailed-articles {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 0 130px;
}

.popular-article ul li span {
  display: block;
  float: left;
  margin: 0;
}

.popular-article ul li span a {
  color: #359191;
  font-size: 12px;
  font-weight: normal;
  margin: 0 10px 0 0;
}

.pr-container {
  background: #fff;
  border-bottom: 1px solid #e8e2c5;
  float: left;
  margin: 0 30px 30px 0;
  padding: 30px;
  width: 570px;
}
.pr-container .item a {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
}
.pr-container .item a p {
  font-size: 18px;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 0.03em;
}

.shindan {
  text-align: center;
  margin-bottom: 55px;
  margin-top: 20px;
}

.fs {
  font-size: 16px;
}

.katetop-i {
  position: relative;
  z-index: 1;
}

.s-01 {
  font-weight: bold;
  color: #ff4272;
}

.ker-3 {
  letter-spacing: -0.06em;
}

.ker {
  letter-spacing: -0.2em;
}

.ker-2 {
  letter-spacing: -0.1em;
}

.katetop-t {
  font-size: 18px;
  line-height: 30px;
  color: #714102;
}

.kt {
  z-index: 2;
  position: absolute;
  margin-top: 167px;
  margin-left: 25px;
  width: 280px;
}

.Pinkbold {
  color: #ff4272;
  font-weight: bold;
}

.pink-marker {
  background: #ffdce7;
}

/* footer */

footer {
  margin: 100px 0 0;
  background: #faf8ef;
}

footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .container.info-koibita {
  gap: 50px;
  padding: 50px 19px;
  background-color: #ff9090;
  color: #fff;
}
footer .container.info-sunmarie {
  gap: 35px;
  padding: 35px 0 100px;
  background-color: #ffffff;
  color: #4a3232;
}

footer .container .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
footer .container .links .title {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
footer .container .links .list {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .container .links .list a {
  color: #fff;
}
footer .container .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  max-width: 1000px;
  width: 100%;
  padding: 0 100px 35px;
}
footer .container .link-sns {
  display: flex;
  gap: 15px;
}
footer .container .link-sns img {
  max-width: 45px;
  max-height: 45px;
}
footer .container .copyright {
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .d-none-sp {
    display: none;
  }
  footer {
    max-width: 100vw;
  }

  footer .container {
    background-color: #ff9090;
    padding: 30px 20px 120px;
    color: #fff;
  }
  footer .container .links {
    align-items: flex-start;
  }
  footer .container .links .title {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
  footer .container .links .list {
    flex-wrap: wrap;
  }
  footer .container .links .list a {
    width: calc(50% - 20px);
  }
}

.footer-follow-banner {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}

/* category-img */

.caption-area dl dt {
  float: left;
  height: 148px;
  margin: 0 30px 0 0;
  position: relative;
  width: 148px;
}

.caption-area dt img {
  clip: rect(auto 210px auto 60px);
  height: 148px;
  left: -60px;
  position: absolute;
}

/* thm-frame */

.thm-frame {
  float: left;
  height: 60px;
  width: 110px;
  margin: 0 20px 0 0;
  position: relative;
}

.thm-frame img {
  height: 60px;
}

/* pager */

.pager {
  margin: 40px auto 0 auto;
  height: 40px;
}

.pager-inner {
  display: table;
  margin: auto;
  width: auto;
}

.pager span {
  display: block;
  float: left;
  margin: 0 2.5px;
  line-height: 38px;
}

.pager span.current {
  background: #000;
  border: 1px solid;
  color: #fff;
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}

.pager a {
  border: 1px solid;
  display: block;
  float: left;
  height: 38px;
  line-height: 38px;
  margin: 0 2.5px;
  text-align: center;
  width: 38px;
}

.pager .dots {
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .pager {
    margin: 30px auto 0 auto;
    height: 32px;
  }

  .pager-inner {
    display: table;
    margin: auto;
    width: auto;
  }

  .pager span {
    display: block;
    float: left;
    font-size: 14px;
    margin: 0 2px;
    line-height: 30px;
  }

  .pager span.current {
    background: #000;
    border: 1px solid;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
  }

  .pager a {
    border: 1px solid;
    display: block;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    text-align: center;
    width: 30px;
  }
  .pager .dots {
    line-height: 32px;
  }
}

.banar {
  margin-bottom: 10px;
}

.banar a img:hover {
  opacity: 0.85;
}

.banar dl {
  background: url(../img/common/bg_side_kakugen.png) no-repeat;
  height: 72px;
  padding: 45px 25px;
}

.banar dl dt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}

.banar dl dd {
  font-size: 14px;
  font-weight: bold;
}

.bottom-link a {
  color: #fff;
  background: #e23f78;
  -o-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 50px auto 45px auto;
  padding: 10px 35px;
  text-align: center;
  width: 285px;
  display: block;
}

.bottom-link {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.bottom-link a {
  padding: 11px 10px 8px;
  display: block;
  background: #e23f78;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 3px 0 #e23f78, 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s,
    -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
}
.bottom-link a:hover {
  box-shadow: 0 1px 0 #df85a4, 0 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background: #df6f96;
}

/* aside-contents */

.aside-contents {
  background: #fff;
  border-bottom: 1px solid #e8e2c5;
  margin: 0 0 3% 0;
  padding: 3%;
}

.aside-contents p {
  font-weight: bold;
  font-size: 16px !important;
  margin: 0px !important;
}

.aside-contents ul li {
  border-top: solid 1px #f2f2f2;
  font-size: 14px;
  padding: 6% 0;
}

.aside-contents ul li img {
  float: left;
  margin: 0 20px 0 0;
}

.aside-contents ul li a {
  padding: 0 0 0;
  display: block;
}

/* タグリスト */
.tag-list {
  background: #fff;
  border-bottom: 1px solid #e8e2c5;
  float: left;
  padding: 30px;
}

.tag-list span {
  border-bottom: solid 1px #f2f2f2;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 12px;
}

.tag-list ul li {
  background: #f9f7ef;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border: 1px solid #ebe4da;
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}

.tag-list ul li a {
  display: block;
  padding: 2px 10px;
}
