/* Normalize */
/* ---------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { display: block;}
audio,canvas,video { display: inline-block;}
audio:not([controls]) { display: none; height: 0;}
[hidden] { display: none;}
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body { margin: 0;}
a:focus { outline: thin dotted;}
a:active,a:hover { outline: 0;}
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-size: 100%;}
abbr[title] { border-bottom: 1px dotted;}
b,strong { font-weight: bold;}
dfn { font-style: italic;}
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
mark { background: #ff0; color: #000;}
code,kbd,pre,samp { font-size: 1em; font-family: monospace, serif;}
pre { white-space: pre-wrap;}
q { quotes: "\201C" "\201D" "\2018" "\2019";}
small { font-size: 80%;}
sub,sup { position: relative; vertical-align: baseline; font-size: 75%; line-height: 0;}
sup { top: -0.5em;}
sub { bottom: -0.25em;}
img { border: 0;}
svg:not(:root) { overflow: hidden;}
figure { margin: 0;}
fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; border: 1px solid #c0c0c0;}
legend { padding: 0; border: 0;}
button,input,select,textarea { margin: 0; font-size: 100%; font-family: inherit;}
button,input { line-height: normal;}
button,select { text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] { cursor: pointer; -webkit-appearance: button;}
button[disabled],html input[disabled] { cursor: default;}
input[type="checkbox"],input[type="radio"] { box-sizing: border-box; padding: 0;}
input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
button::-moz-focus-inner,input::-moz-focus-inner { padding: 0; border: 0;}
textarea { overflow: auto; vertical-align: top;}
table { border-spacing: 0; border-collapse: collapse;}


/* Common */
/* -------------------------------------*/
body {
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ƒqƒ‰ƒMƒmŠpƒS ProN W3' ,sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #2222D3;
  text-decoration: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* Common - BgColor */
#iphone-container,
.powered {
  background: #9CC200;
}


/* Layout */
/* -------------------------------------*/
#list-content,
#content {
  margin: 8px 5px 0;
  padding: 10px 2%;
  border-radius: 6px 6px 0 0;
  background: #FFF;
}


/* Ad */
/* -------------------------------------*/
.im_ad_block1 {
  margin: 10px 0;
}
.im_ad_block2 {
  margin-bottom: 10px;
}


/* Header */
/* -------------------------------------*/
#banner {
  margin: 0;
  padding: 0 0 10px;
  text-align: left;

}
#banner h1 {
  min-height: 40px;
  padding: 10px 2%;
  background: #9CC200;
  background-image: -moz-linear-gradient(top, #E6F59D 0%, #9CC200 75%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6F59D), color-stop(0.75, #9CC200));
  background-image: -webkit-linear-gradient(top, #E6F59D 0%, #9CC200 75%);
  background-image: linear-gradient(to bottom, #E6F59D 0%, #9CC200 75%);
  color: #333;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  font-size: 16px;
  line-height: 1.3;
}
#banner a {
  color: #333;
}
#banner .description {
  margin: 0;
  padding: 8px 6px;
  background: #FFF;
  color: #333;
  font-size: 14px;
}


/* Entry */
/* -------------------------------------*/
.recentPhotoTitle {
  margin: 0 0 5px;
  padding: 0 0 2px;
  border-bottom: 1px dotted #9CC200;
  color: #649A31;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.more {
  padding: 5px;
  text-align: right;
  font-size: 12px;
}


/* EntryList */
/* -------------------------------------*/
.navi-line {
  border-bottom: 1px dotted #9CC200;
}
.blog-list {
  border-bottom: 1px dotted #9CC200;
  text-align: left;
}
.blog-list:after {
  display: block;
  clear: both;
  content: "";
}

.blog-list a {
  position: relative;
  display: block;
  padding: 10px 0;
}
.blog-list a:hover {
  background: #DEF2CF;
}
.arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 10px;
  height: 16px;
  margin-top: -8px;
  background: url("https://blog.seesaa.jp/img/iphone_bg/green/icn_arrow.png") no-repeat;
  background-size: 10px auto;
}
.list-blogbody {
  padding: 0 16px 0 4px;
}
.list-title {
  margin-bottom: 5px;
  line-height: 140%;
}
.list-date {
  padding: 0;
  color: #666;
  text-align: right;
  font-weight: 400;
  font-size: 12px;
}
.list-posted {
  text-align: right;
  font-weight: 400;
  font-size: 12px;
}

/* EntryList - Pager */
.navi-line {
  margin-top: -10px;
}
.navi-top,
.navi-bottom {
  height: 34px;
  margin: 10px auto;
  border-collapse: collapse;
  text-align: center;
  line-height: 1;
}
.navi-top td,
.navi-bottom td {
  padding: 0 3px;
  white-space: nowrap;
}
.navi-top a,
.navi-bottom a,
.navi-top span,
.navi-bottom span {
  padding: 8px 10px;
  font-size: 12px;
}
.navi-top span,
.navi-bottom span {
  background: #E6EAE1;
}
.navi-top td.pager-shorten,
.navi-bottom td.pager-shorten {
  width: 18px;
  padding: 0 0 8px;
  text-align: center;
}
.pager-on a {
  background: #DEF2CF;
}
.pager-prev-on a {
  padding: 8px 10px 8px 16px;
  background: url("https://blog.seesaa.jp/img/iphone_bg/green/icn_back.png") no-repeat 6px center #DEF2CF;
  background-size: 3px auto;
}
.pager-next-on a {
  padding: 8px 16px 8px 10px;
  background: url("https://blog.seesaa.jp/img/iphone_bg/green/icn_next.png") no-repeat 42px center #DEF2CF;
  background-size: 3px auto;
}

/* EntryList - Photo */
.recentphotoList {
  float: left;
  width: 90px;
  margin: 2px 8px 8px 0;
}
.recentphotoList img {
  width: 90px;
  height: 90px;
}


/* EntryDetail */
/* -------------------------------------*/
.date {
  padding: 10px;
  border-top: 1px dotted #9CC200;
  border-bottom: 1px dotted #9CC200;
  color: #999;
  text-align: right;
  font-weight: 400;
  font-size: 12px;
}
.blogbody .title {
  padding: 10px 0 0;
  color: #649A31;
  font-weight: 700;
  font-size: 16px !important;
}
.blogbody .text {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5em;
}
.blogbody .text blockquote {
  margin: 10px 0;
  padding: 10px;
  background: #F5F5F5;
}
.blogbody .posted {
  margin-bottom: 10px;
  padding: 10px;
  color: #999;
  text-align: right;
  font-size: 12px;
}

/* EntryDetail - Tag */
.tag-word {
  margin-top: 10px;
}

/* EntryDetail - Pager */
.article-navi {
  height: 42px;
  margin: 0 auto 12px;
}
.article-navi td {
  padding: 0 5px;
  font-size: 12px;
}
.article-navi td a {
  font-size: 12px;
}
.prev-article-on a {
  padding: 8px 10px 8px 16px;
  background: url("https://blog.seesaa.jp/img/iphone_bg/green/icn_back.png") no-repeat 6px center #DEF2CF;
  background-size: 3px auto;
}
.next-article span,
.prev-article span {
  padding: 8px 10px;
  background: #E6EAE1;
}
.next-article-on a {
  padding: 8px 16px 8px 10px;
  background: url("https://blog.seesaa.jp/img/iphone_bg/green/icn_next.png") no-repeat 66px center #DEF2CF;
  background-size: 3px auto;
}
.back-blogtop a {
  padding: 8px 24px 8px 8px;
  background: url("https://blog.seesaa.jp/img/iphone_bg/green/icn_top.png") no-repeat 38px center #DEF2CF;
  background-size: 13px auto;
}

/* EntryDetail - CommentButton */
#comments {
  margin: 0 0 10px;
}
.commentView {
  margin-top: 15px;
}
.commentView a,
.trackbackView a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  padding: 8px 0 8px 10px;
  border: 1px solid #82AE19;
  border-radius: 8px;
  background: #82AE19;
  background-image: -moz-linear-gradient(top, #DAE8B6 0%, #82AE19 25%, #82AE19 85%, #CDE002 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DAE8B6), color-stop(0.5, #9CC200), color-stop(0.85, #9CC200), color-stop(1, #CDE002 100%));
  background-image: -webkit-linear-gradient(top, #DAE8B6 0%, #82AE19 25%, #82AE19 85%, #CDE002 100%);
  background-image: linear-gradient(to bottom, #DAE8B6 0%, #82AE19 25%, #82AE19 85%, #CDE002 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,.75) inset;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  font-weight: bold;
  font-size: 14px;
}

/* EntryDetail - Trackback */
.trackback-body {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #9CC200;
  color: #999;
  font-size: 12px;
}
.trackback-body strong {
  margin-bottom: 3px;
  color: #333;
}


/* Comment */
/* -------------------------------------*/
.comments-head {
  margin: 15px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #9CC200;
  color: #649A31;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.comment-form-text {
  font-weight: 700;
  font-size: 12px;
}
.comment-form-input {
  margin-bottom: 12px;
}
.comment-form-input input,
.comment-form-input textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 6px;
  border: 1px solid #DDD;
  -webkit-appearance: none;
}
.comments-buttons {
  text-align: center;
}
.comments-buttons input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 8px 0 8px 10px;
  border: 1px solid #82AE19;
  border-radius: 8px;
  background: #82AE19;
  background-image: -moz-linear-gradient(top, #DAE8B6 0%, #82AE19 25%, #82AE19 85%, #CDE002 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DAE8B6), color-stop(0.5, #9CC200), color-stop(0.85, #9CC200), color-stop(1, #CDE002 100%));
  background-image: -webkit-linear-gradient(top, #DAE8B6 0%, #82AE19 25%, #82AE19 85%, #CDE002 100%);
  background-image: linear-gradient(to bottom, #DAE8B6 0%, #82AE19 25%, #82AE19 85%, #CDE002 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,.75) inset;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  font-weight: bold;
  font-size: 14px;
}

/* Comment - List */
#comments .comments-head {
  margin-bottom: 0;
}
.comments-body {
  padding: 8px 0;
  border-bottom: 1px dotted #9CC200;
}
.comments-body .comments-post {
  color: #666;
  text-align: right;
  font-size: 12px;
}

/* Comment - Pager */
.backtoArticle a {
  display: inline-block;
  padding: 8px 10px 8px 16px;
  background: url("https://blog.seesaa.jp/img/iphone_bg/green/icn_back.png") no-repeat 6px center #DEF2CF;
  background-size: 3px auto;
  font-size: 12px;
}

/* Comment - Message */
.commentfinished,
.comment-error {
  margin: 0 10px 15px;
  padding: 6px 12px;
  border: 1px solid #D6E9C6;
  border-radius: 8px;
  background: #DFF0D8;
  color: #468847;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.75);
  font-weight: 700;
  font-size: 14px;
}

/* Comment - MessageError */
.comment-error {
  border: 1px solid #EED3D7;
  background: #F2DEDE;
  color: #B94A48;
}


/* Trackback */
/* -------------------------------------*/
.trackback-head {
  margin: 15px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #9CC200;
  color: #649A31;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.trackback-url {
  padding-bottom: 10px;
  border-bottom: 1px dotted #9CC200;
  text-align: right;
}
#trackback .trackback-body {
  padding-bottom: 0;
}
.trackback-body .comments-body {
  padding: 10px 0;
  border-bottom: 1px dotted #9CC200;
  color: #333;
}
.trackback-body .comments-body:last-of-type {
  border-bottom: none !important;
}
.trackback-body .comments-body .text {
  margin-bottom: 3px;
}
#trackbackView .trackback-head {
  border: none;
}
#trackbackView .trackback-head a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  padding: 8px 0 8px 10px;
  border: 1px solid #82AE19;
  border-radius: 8px;
  background: #82AE19;
  background-image: -moz-linear-gradient(top, #DAE8B6 0%, #82AE19 25%, #82AE19 85%, #CDE002 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DAE8B6), color-stop(0.5, #9CC200), color-stop(0.85, #9CC200), color-stop(1, #CDE002 100%));
  background-image: -webkit-linear-gradient(top, #DAE8B6 0%, #82AE19 25%, #82AE19 85%, #CDE002 100%);
  background-image: linear-gradient(to bottom, #DAE8B6 0%, #82AE19 25%, #82AE19 85%, #CDE002 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,.75) inset;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  font-weight: bold;
  font-size: 14px;
}


/* Category */
/* -------------------------------------*/
.category-name {
  margin: 6px 0 0;
  padding-bottom: 4px;
  border-bottom: 1px dotted #9CC200;
  color: #649A31;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
div.article-navi {
  display: table;
  margin: 6px auto 0;
  font-size: 12px;
}
div.article-navi div {
  display: table-cell;
  padding: 0 5px;
}


/* PhotoList */
/* -------------------------------------*/
.photolistTitle {
  margin: 0 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #9CC200;
  color: #649A31;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.otherUploadList {
  float: left;
  width: 90px;
  margin: 2px 8px 8px 0;
  text-align: center;
  font-size: 12px;
}
.otherUploadList img {
  width: 90px;
  height: 90px;
}

.otherUploadDate {
  display: none;
}



/* PhotoDetail */
/* -------------------------------------*/
.photoDetail a img {
  width: 100%;
}

.photoDetailTitleWrap {
  margin-top: 10px;
  color: #999;
  font-size: 12px;
}

.photoDetailTitle {
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #9CC200;
  color: #649A31;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  word-break: break-all;
}

.otherUpload {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
}


/* Tag */
/* -------------------------------------*/
.tagContent {
  margin-bottom: 10px;
}
.tagTab a {
  border-radius: 8px 8px 0 0;
  font-size: 12px;
}
#tag-content {
  border-radius: 0 8px 0 0;
}
#tag-content .recentPhotoTitle {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.tagsearchWord {
  font-size: 12px;
}


/* SNS */
/* -------------------------------------*/
.bookmark {
  padding: 0 !important;
}

.bookmark:after {
  display: block;
  clear: both;
  content: "";
}

.sns_box {
  float: left;
  margin: 0 6px 6px 0;
}


/* Footer */
/* -------------------------------------*/
.footercontainer {
  margin: 0 5px;
  padding: 10px 2%;
  border-radius: 0 0 6px 6px;
  background: #FFF;
}

/* Footer - Section */
.category,
.archive {
  margin: 0 0 10px;
}
.archive select,
.category select {
  min-height: 30px;
  width: 100%;
  padding: 6px 0 6px 10px;
  border: none;
  background: #9AC341;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  font-weight: 700;
  font-size: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* Footer - Changedevice */
.changedeviceLinks {
  padding: 10px;
  color: #000;
  text-align: center;
  font-size: 12px;
}
.changedeviceLinks span {
  font-weight: bold;
}

/* Footer - Copyrights */
.powered {
  padding: 8px 0;
  color: #FFF;
  text-align: center;
  font-size: 12px;
}


/* Retina */
/* -------------------------------------*/
/* Retina - Searchbox */
.selectSearchBoxWrap {
  width: 100% !important;
  margin: 0 0 15px !important;
}
.selectSearchBox input {
  height: 30px !important;
  padding: 4px 0 4px 6px !important;
  border-top: 2px solid #C7D5F8 !important;
  border-bottom: 2px solid #C7D5F8 !important;
  border-left: 2px solid #C7D5F8 !important;
  border-radius: 8px 0 0 8px;
  background: none !important;
  text-indent: 0 !important;
  -webkit-appearance: none;
}
.selectSearchButton {
  float: none !important;
  width: auto !important;
  border: 2px solid #C7D5F8 !important;
  border-radius: 0 8px 8px 0;
  background-image: -moz-linear-gradient(top, #F9F4FB 0%, #DAE5F9 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F9F4FB), color-stop(1, #DAE5F9)) !important;
  background-image: -webkit-linear-gradient(top, #F9F4FB 0%, #DAE5F9 100%) !important;
  background-image: linear-gradient(to bottom, #F9F4FB 0%, #DAE5F9 100%) !important;
}
.selectSearchButton input {
  height: 38px !important;
  margin-left: 0 !important;
  background: none !important;
  background: url("https://blog.seesaa.jp/img/iphone_bg/green/icn_search.png") no-repeat 10px 10px !important;
  background-size: 19px auto !important;
}

/* Retina - Seesaalogo */
.seesaalogo {
  margin: 0;
  text-align: center;
}
.seesaalogo a {
  display: block;
  width: 140px;
  height: 26px;
  margin: 0 auto;
  background: url("https://blog.seesaa.jp/img/iphone_bg/green/img_seesaalogo.png") no-repeat;
  background-size: 140px auto;
}
.seesaalogo img {
  display: none;
}




/* ColorCustomize */
/* -------------------------------------*/
/* ColorCustomize - BgColor */
#iphone-container,
.powered {
  background: #9CC200;
}
#list-content,
#content {
  background: #FFF;
}
/* ColorCustomize - Header */
#banner h1 {
  background: #9CC200;
  background-image: -moz-linear-gradient(top, #E6F59D 0%, #9CC200 75%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6F59D), color-stop(0.75, #9CC200));
  background-image: -webkit-linear-gradient(top, #E6F59D 0%, #9CC200 75%);
  background-image: linear-gradient(to bottom, #E6F59D 0%, #9CC200 75%);
  color: #333;
}
#banner a {
  color: #333;
}
#banner .description {
  background: #FFF;
  color: #333;
}

/* ColorCustomize - CategoryTitle */
.blogbody .title,
.photolistTitle,
.recentPhotoTitle,
.category-name,
.comments-head,
.trackback-head,
.photoDetailTitle {
  color: #649A31;
}

/* ColorCustomize - Pager */
.navi-top span,
.navi-bottom span,
.next-article span,
.prev-article span {
  background-color: #E6EAE1;
}
.pager-on a,
.blog-list a:hover,
.prev-article-on a,
.next-article-on a,
.backtoArticle a,
.pager-prev-on a,
.pager-next-on a,
.back-blogtop a {
  background-color: #DEF2CF;
}

/* ColorCustomize - BlogbodyBlockquote */
.blogbody .text blockquote {
  background: #F5F5F5;
}

/* ColorCustomize - CommentMessage */
.commentfinished,
.comment-error {
  border: 1px solid #D6E9C6;
  background: #DFF0D8;
  color: #468847;
}
.comment-error {
  border: 1px solid #EED3D7;
  background: #F2DEDE;
  color: #B94A48;
}

/* ColorCustomize - CategorySelectBg */
.archive select,
.category select {
  border: none;
  background: #9AC341;
  color: #FFF;
}

/* ColorCustomize - ButtonBg */
.commentView a,
.trackbackView a,
.comments-buttons input,
#trackbackView .trackback-head a {
  border: 1px solid #82AE19;
  background: #82AE19;
  background-image: -moz-linear-gradient(top, #DAE8B6 0%, #82AE19 25%, #82AE19 85%, #CDE002 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DAE8B6), color-stop(0.25, #9CC200), color-stop(0.85, #9CC200), color-stop(1, #CDE002 100%));
  background-image: -webkit-linear-gradient(top, #DAE8B6 0%, #82AE19 25%, #82AE19 85%, #CDE002 100%);
  background-image: linear-gradient(to bottom, #DAE8B6 0%, #82AE19 25%, #82AE19 85%, #CDE002 100%);
  color: #FFF;
}

.commentView a:link {
  color: #FFF;
}

/* ColorCustomize - SeparateBorderColor */
.recentPhotoTitle,
.navi-line,
.blog-list,
.trackback-head,
.trackback-body,
.trackback-body .comments-body,
.trackback-url,
.comments-head,
.comments-body,
.category-name,
.photolistTitle,
.photoDetailTitle {
  border-bottom: 1px dotted #9CC200;
}
.date {
  border-top: 1px dotted #9CC200;
  border-bottom: 1px dotted #9CC200;
}

.popular-entry.block {
  padding: 10px 0 0;
}

.popular-entry.block .section-title {
  padding: 0 10px;
}
.popular-entry ol,
.popular-entry ul {
  padding: 0;
}
.popular-entry ol li {
  border-bottom: 1px dotted #9CC200;
  font-size: 14px;
  list-style: decimal;
  list-style-position: inside;
  color: #333;
  padding-left: 1em;
  text-indent: -1em;
}
.popular-entry li {
  border-bottom: 1px dotted #9CC200;
  font-size: 14px;
  list-style: none;
  
}

.popular-entry li a {
  position: relative;
  display: block;
  padding: 15px 24px 15px 10px;
}

.popular-entry li a:after {
	content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -8px;
  width: 10px;
  height: 16px;
  background: url("https://blog.seesaa.jp/img/iphone_bg/green/icn_arrow.png") no-repeat;
  background-size: 10px auto;
}

.popular-entry li:first-of-type a {
  margin-top: -12px;
}

.popular-entry li:last-of-type a {
  border-bottom: 0;
}