/*
==================================================
Reset, Base
==================================================
*/
/*
--------------------------------------------------
Reset Style
--------------------------------------------------
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html {
  overflow-y: scroll;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

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

img {
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea {
  line-height: 1.231;
  color: #333333;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,sans-serif;
  font-size: 13px;
}
body.ExOsWin input, body.ExOsWin
button, body.ExOsWin
textarea {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,sans-serif;
}

select,
input,
button {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6,
p, dl, dt, dd, ul, ol, li, table, th, td,
div, blockquote, pre,
form, fieldset, legend,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  *zoom: 1;
}

:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

em, cite {
  font-style: normal;
}

table, th, td {
  border: none;
}

fieldset {
  border: none;
}

fieldset legend {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

input {
  *margin: -1px 0;
}

hr {
  display: none;
}

/*
--------------------------------------------------
@:Default Style
--------------------------------------------------
*/
body {
  *position: relative;
  line-height: 1.231;
  color: #333333;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,sans-serif;
  font-size: 13px;
  min-width: 960px;
  background: #2e90c5;
  _text-align: center;
}
body .globalContainer {
  _width: 960px;
}

a:link, a:visited {
  color: #2171ce;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #2171ce;
  text-decoration: none;
}

input, button, textarea {
  line-height: 1.231;
  color: #444;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', arial, sans-serif;
  font-size: 13px;
}

select, input, button {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button,
html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd,
ul, ol, li, table, th, td,
div, blockquote, pre, form, fieldset, legend,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  *zoom: 1;
}

/*
==================================================
Layout
==================================================
*/
/*
--------------------------------------------------
@:Header
--------------------------------------------------
*/
#globalHeader {
  height: 40px;
  background-color: #2e90c5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2e90c5), to(#226bb1));
  background-image: -webkit-linear-gradient(top,#2e90c5,#226bb1);
  background-image: -moz-linear-gradient(top,#2e90c5,#226bb1);
  background-image: -ms-linear-gradient(top,#2e90c5,#226bb1);
  background-image: -o-linear-gradient(top,#2e90c5,#226bb1);
  background-image: linear-gradient(top,#2e90c5,#226bb1);
  position: relative;
}
#globalHeader .inner {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
#globalHeader .inner:after {
  content: "";
  display: block;
  clear: both;
}
#globalHeader .list {
  float: left;
  margin: 5px 0;
  background: url(../img/integrate/bg_globalHeaderLi.jpg) no-repeat left top;
  *zoom: 1;
}
#globalHeader .list:after {
  content: "";
  display: block;
  clear: both;
}
#globalHeader .list li {
  float: left;
  height: 30px;
  line-height: 28px;
  background: url(../img/integrate/bg_globalHeaderLi.jpg) no-repeat right top;
}
#globalHeader .list span,
#globalHeader .list a,
#globalHeader .list a:visited {
  display: block;
  margin: 0 10px;
  padding: 2px 6px;
  text-decoration: none;
  color: #fff!important;
}
#globalHeader .list a:hover,
#globalHeader .list a:focus,
#globalHeader .list a:active {
  color: #fff!important;
  text-decoration: underline;
}
#globalHeader #search-form {
  position: absolute;
  top: 8px;
  right: 0;
}
#globalHeader #search-form .bt {
  position: absolute;
  top: 5px;
  right: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 14px;
  height: 14px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/sprite_ico.png) no-repeat 0 -100px;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
}
#globalHeader #search-form #q {
  position: relative;
  width: 215px;
  height: 20px;
  padding: 2px 30px 2px 5px;
  border: 1px solid #226bb1;
  border-radius: 5px;
  color: #666;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
  background-image: -webkit-linear-gradient(top,#eee,#fff);
  background-image: -moz-linear-gradient(top,#eee,#fff);
  background-image: -ms-linear-gradient(top,#eee,#fff);
  background-image: -o-linear-gradient(top,#eee,#fff);
  background-image: linear-gradient(top,#eee,#fff);
  outline: none;
  font-size: 12px;
}
#globalHeader #search-form #q::-webkit-input-placeholder {
  color: #666;
}
#globalHeader #search-form #q:-moz-placeholder {
  color: #666;
}

/*
--------------------------------------------------
@:Footer
--------------------------------------------------
*/
#globalFooter {
  padding: 17px 0 50px;
  border-top: 1px solid #ddd;
  font-size: 12px;
}
#globalFooter .inner {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
#globalFooter .list {
  *zoom: 1;
}
#globalFooter .list:after {
  content: "";
  display: block;
  clear: both;
}
#globalFooter .list li {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #62acd4;
  color: #fff;
}
#globalFooter .list a,
#globalFooter .list a:visited {
  color: #fff!important;
  text-decoration: none;
}
#globalFooter .list a:hover,
#globalFooter .list a:focus,
#globalFooter .list a:active {
  color: #fff!important;
  text-decoration: underline;
}
#globalFooter .copyright {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}

/*
--------------------------------------------------
@:Contents
--------------------------------------------------
*/
/*
--------------------------------------------------
@:containerWrap
--------------------------------------------------
*/
#containerWrap {
  padding: 1px 0 46px;
  background: url(../img/integrate/bg_containerWrap.png) repeat 0 0;
  _text-align: left;
  *zoom: 1;
}
#containerWrap:after {
  content: "";
  display: block;
  clear: both;
}
#containerWrap > .inner {
  width: 940px;
  margin: -1px auto;
}

.MdCF {
  *zoom: 1;
}
.MdCF:after {
  content: "";
  display: block;
  clear: both;
}

.MdHide {
  position: absolute;
  left: -9999px;
}

.MdNonDisp {
  display: none !important;
}

.extend-clearfix, .newsRelease dl, .userInfo .feedList li, .rssBannerHowto .row, .openFeedList li, .openFeedDetail .feedDetail, .openFeedDetail .userList li, .featureList ul, .featureLink, .applist, .applist .applistDetail, .applist .btn {
  *zoom: 1;
}
.extend-clearfix:after, .newsRelease dl:after, .userInfo .feedList li:after, .rssBannerHowto .row:after, .openFeedList li:after, .openFeedDetail .feedDetail:after, .openFeedDetail .userList li:after, .featureList ul:after, .featureLink:after, .applist:after, .applist .applistDetail:after, .applist .btn:after {
  content: "";
  display: block;
  clear: both;
}

.extend-whiteBox, .userInfo, .rssBannerHowto, .bmltHowto, .notifilerAppList li, .recommendRSSList .column, .openFeedList, .openFeedDetail {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px #ccc;
  -moz-box-shadow: 0 2px 3px #ccc;
  box-shadow: 0 2px 3px #ccc;
  background: #fff repeat-x left bottom;
  -webkit-background-size: 0 22px;
  -moz-background-size: 0 22px;
  background-size: 0 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top,#fefefe,#f1f1f1);
  background-image: -moz-linear-gradient(top,#fefefe,#f1f1f1);
  background-image: -ms-linear-gradient(top,#fefefe,#f1f1f1);
  background-image: -o-linear-gradient(top,#fefefe,#f1f1f1);
  background-image: linear-gradient(top,#fefefe,#f1f1f1);
  margin-top: 20px;
  padding: 20px;
}

.extend-grayBox, .userInfo .detail, .rssBannerHowto .pocedure, .bmltHowto .procedure, .openFeedDetail .feedDetail, .openFeedDetail .userList {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f5f5f5;
  padding: 20px;
}

.extend-input-box, .onml_Txtbox, .onml_TxtArea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: -1px 0 0 0 #eee,inset 1px 1px 1px 0 #ddd,inset -1px 0 0 0 #eee;
  -moz-box-shadow: -1px 0 0 0 #eee,inset 1px 1px 1px 0 #ddd,inset -1px 0 0 0 #eee;
  box-shadow: -1px 0 0 0 #eee,inset 1px 1px 1px 0 #ddd,inset -1px 0 0 0 #eee;
}

.extend-txt-L, .contentTtl p, .rssBannerHowto .pocedure p, .notesTxt, .applist .applistDetail p, .notesList {
  line-height: 1.5;
  font-size: 14px;
  color: #333;
}

#containerHeader {
  background: url(../img/integrate/bg_containerHeader.png);
}

.keyVisual {
  position: relative;
  width: 940px;
  margin: 0 auto 16px;
  background: url(../img/integrate/bg_keyVisual.png);
  height: 110px;
}
.keyVisual .logo a {
  position: absolute;
  left: 18px;
  top: 39px;
  background: url(../img/integrate/logo_livedoor.png);
  width: 311px;
  height: 30px;
  text-indent: -9999px;
}
#top .keyVisual {
  background: url(../img/integrate/bg_keyVisual_top.jpg);
  height: 400px;
  margin-bottom: 0;
}
#top .keyVisual .slogan {
  position: absolute;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 465px;
  height: 86px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/txt_slogan_top.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
  left: 251px;
  top: 111px;
}
#top .keyVisual .login,
#top .keyVisual .join {
  position: absolute;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 232px;
  height: 59px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/btn_login_top.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
}
#top .keyVisual .login {
  top: 231px;
  left: 375px;
}
#top .keyVisual .login:hover {
  background-position: 0 -59px;
}
#top .keyVisual .join {
  background-image: url(../img/integrate/btn_join_top.png);
  top: 231px;
  left: 498px;
}
#top .keyVisual .join:hover {
  background-position: 0 -59px;
}
#app .keyVisual {
  background: url(../img/integrate/bg_keyVisual_app.png) no-repeat right 15px;
  height: 400px;
  margin-bottom: 0;
}
#app .keyVisual .light {
  background: url(../img/integrate/bg_keyVisual_light.png) no-repeat center center;
  height: 400px;
}
#app .keyVisual .logo {
  left: -2px;
  top: 17px;
}
#app .keyVisual .slogan {
  position: absolute;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 644px;
  height: 209px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/txt_slogan_app.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
  top: 115px;
  left: 0;
}

.newsRelease {
  background-color: #b8b8b8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#b8b8b8));
  background-image: -webkit-linear-gradient(top,#d1d1d1,#b8b8b8);
  background-image: -moz-linear-gradient(top,#d1d1d1,#b8b8b8);
  background-image: -ms-linear-gradient(top,#d1d1d1,#b8b8b8);
  background-image: -o-linear-gradient(top,#d1d1d1,#b8b8b8);
  background-image: linear-gradient(top,#d1d1d1,#b8b8b8);
}
.newsRelease dl {
  width: 940px;
  margin: 0 auto;
  line-height: 40px;
}
.newsRelease dt, .newsRelease dd {
  float: left;
}
.newsRelease dt {
  padding-right: 23px;
  background: url(../img/integrate/bg_newsRelease.png) no-repeat right top;
  color: #4c4c4c;
  font-size: 17px;
  font-weight: bold;
  text-shadow:  0 1px 0 white;
  clear: left;
}
.newsRelease .date {
  font-weight: bold;
  font-size: 12px;
  color: #666;
  padding-left: 19px;
}
.newsRelease .title {
  font-size: 12px;
  padding-left: 12px;
}
.newsRelease .title a {
  color: #005bff;
}
.newsRelease .title a:link, .newsRelease .title a:visited {
  text-decoration: none;
}
.newsRelease .title a:hover, .newsRelease .title a:active, .newsRelease .title a:focus {
  text-decoration: underline;
}

.contentTtl h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 32px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/txt_userInfo.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
}
.contentTtl #contentTtl_userInfo {
  background-image: url(../img/integrate/txt_userInfo.png);
  width: 180px;
}
.contentTtl #contentTtl_rssBanner {
  background-image: url(../img/integrate/txt_rssBanner.png);
  width: 223px;
}
.contentTtl #contentTtl_bkml {
  background-image: url(../img/integrate/txt_bkml.png);
  width: 245px;
}
.contentTtl #contentTtl_notifier {
  background-image: url(../img/integrate/txt_notifier.png);
  width: 344px;
}
.contentTtl #contentTtl_recommendRSS {
  background-image: url(../img/integrate/txt_recommendRSS.png);
  width: 300px;
}
.contentTtl #contentTtl_feedDetail {
  background-image: url(../img/integrate/txt_feedDetail.png);
  width: 167px;
}
.contentTtl #contentTtl_pluralFeed {
  background-image: url(../img/integrate/txt_pluralFeed.png);
  width: 464px;
}
.contentTtl #contentTtl_chooseFeed {
  background-image: url(../img/integrate/txt_pluralFeed.png);
  width: 464px;
}
.contentTtl p {
  margin: 10px 0 0 2px;
}

.userInfo h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
.userInfo .sectionTtl {
  position: relative;
}
.userInfo .sectionTtl .link_rss {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
  vertical-align: middle;
}
.userInfo .sectionTtl .link_rss img {
  vertical-align: baseline;
}
.userInfo .detail {
  padding: 10px;
}
.userInfo .detail .profbody .photo {
  float: left;
  margin: 0 10px 10px 0;
}
.userInfo .detail .profbody .nickname {
  margin: 0 0 10px 70px;
}
.userInfo .detail .profbody .message {
  margin: 0 0 10px 70px;
}
.userInfo .detail .attn,
.userInfo .detail .share {
  margin-top: 10px;
  clear: both;
}
.userInfo .detail .data {
  margin-top: 10px;
  clear: both;
}
.userInfo .detail .data b {
  margin-left: 8px;
}
.userInfo .detail .opml {
  margin-left: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 33px;
  height: 16px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/btn_opml.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
  vertical-align: middle;
}
.userInfo .detail .openFeed,
.userInfo .detail .userFeed,
.userInfo .detail .all,
.userInfo .detail .disp {
  margin-left: 20px;
}
.userInfo .detail .all {
  line-height: 22px;
  padding-left: 20px;
  background: url("../img/integrate/icon_rss_add.gif") no-repeat 0px 0px;
}
.userInfo .feedList {
  margin-top: 14px;
}
.userInfo .feedList li {
  background: #f5f5f5;
  padding: 10px;
}
.userInfo .feedList .even {
  background: transparent;
}
.userInfo .feedList .thumb {
  float: left;
  margin-right: 15px;
}
.userInfo .feedList .txtArea {
  overflow: hidden;
}
.userInfo .feedList .title a {
  padding-left: 20px;
  background-repeat: no-repeat;
}
.userInfo .feedList .summary {
  margin-top: 8px;
}
.userInfo .feedList .data {
  margin-top: 8px;
  font-size: 12px;
}
.userInfo .feedList .date {
  color: #666;
  margin-right: 4px;
}
.userInfo .feedList .user {
  margin: 0 4px;
}
.userInfo .feedList a.add {
  margin-left: 4px;
  padding: 3px 0 3px 20px;
  background: url("../img/integrate/icon_rss_add.gif") no-repeat 0px 3px;
  font-size: 12px;
}
.userInfo .feedList b.add {
  margin-left: 4px;
  color: #db2c2c;
  font-weight: normal;
}
.userInfo .feedList .subs_edit {
  margin-left: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 82px;
  height: 30px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/btn_registered.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
}
.userInfo .feedList .subs_edit:hover {
  background-position: 0 -30px;
}

.sectionTtl {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
.sectionTtl#openFeedDetail_RSS .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 38px;
  height: 39px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/icon_rss.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
  vertical-align: middle;
  margin-right: 10px;
}
.sectionTtl#openFeedDetail_User .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 38px;
  height: 31px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/icon_feedUser.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
  vertical-align: middle;
}

.rssBannerHowto .column {
  float: left;
  width: 424px;
  margin: 0 0 20px 12px;
}
.rssBannerHowto .pocedure {
  padding-left: 8px;
}
.rssBannerHowto .pocedure .sectionTtl {
  margin-bottom: 10px;
}
.rssBannerHowto .pocedure .sectionTtl:first-child {
  margin-top: 0;
}
.rssBannerHowto .pocedure .btn {
  margin-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 82px;
  height: 30px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/btn_codegenerate.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
}
.rssBannerHowto .pocedure .onml_TxtArea {
  resize: none;
}
.rssBannerHowto .pocedure .onml_Txtbox {
  width: 255px;
}
.rssBannerHowto .preview {
  margin-top: 10px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  background: #e4f5fe;
}
.rssBannerHowto .preview img {
  vertical-align: middle;
}
.rssBannerHowto .iconList {
  margin-top: -10px;
}
.rssBannerHowto .iconList dt, .rssBannerHowto .iconList dd {
  margin-top: 10px;
  float: left;
  vertical-align: middle;
}
.rssBannerHowto .iconList .icon80_15 {
  line-height: 15px;
}
.rssBannerHowto .iconList .icon88_31 {
  line-height: 31px;
}
.rssBannerHowto .iconList .icon91_17 {
  line-height: 17px;
}
.rssBannerHowto .iconList .icon117_20 {
  line-height: 20px;
}
.rssBannerHowto .iconList dt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  clear: left;
  width: 53px;
}
.rssBannerHowto .iconList dd {
  width: 112px;
  margin-left: 10px;
  text-align: center;
}

.onml_TxtArea {
  width: 100%;
  margin-top: 10px;
}

.bmltHowto .procedure {
  text-align: center;
}
.bmltHowto .btn {
  margin: 10px auto 0;
}
.bmltHowto .btn span {
  margin-right: 25px;
}
.bmltHowto hr {
  display: block;
  border: none;
  border-top: 2px solid #e7e7e7;
  margin: 20px 0;
}
.bmltHowto .video {
  margin-top: 10px;
}

.notifilerAppList li {
  overflow: hidden;
}
.notifilerAppList .txtArea {
  width: 654px;
  float: left;
}
.notifilerAppList .thumb {
  float: right;
  overflow: hidden;
}
.notifilerAppList .sectionTtl {
  margin-top: 0;
  font-size: 16px;
}
.notifilerAppList p {
  margin-top: 15px;
}
.notifilerAppList .btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../img/integrate/btn_dl.png) no-repeat 0 0;
  width: 163px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  text-shadow:  0 -1px 0 #333;
}
.notifilerAppList .btn a:link, .notifilerAppList .btn a:visited, .notifilerAppList .btn a:hover, .notifilerAppList .btn a:active, .notifilerAppList .btn a:focus {
  text-decoration: none;
}
.notifilerAppList .btn a:hover {
  background-position: 0 -35px;
}

.recommendRSSList {
  margin-right: -22px;
}
.recommendRSSList .column {
  position: relative;
  width: 26.6%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 20px;
  padding-bottom: 90px;
  line-height: 1.5;
}
.recommendRSSList .sectionTtl {
  margin-top: 0;
}
.recommendRSSList .sectionTtl .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 31px;
  height: 29px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/icon_recommendRSSList.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
  vertical-align: middle;
  margin-right: 10px;
}
.recommendRSSList p {
  margin-top: 10px;
}
.recommendRSSList .btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -80px;
  text-align: center;
}
.recommendRSSList .btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 161px;
  height: 60px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/btn_recommend_add.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
}
.recommendRSSList .btn a:hover {
  background-position: 0 -60px;
}

.openFeedList li {
  background: #f5f5f5;
  padding: 10px;
}
.openFeedList .even {
  background: transparent;
}
.openFeedList .data {
  float: left;
}
.openFeedList .register {
  float: right;
  font-size: 16px;
}
.openFeedList .user {
  margin-left: 5px;
}
.openFeedList .url {
  margin-left: 10px;
}

.openFeedDetail .sectionTtl:first-child {
  margin-top: 0;
}
.openFeedDetail .feedDetail {
  margin-top: 20px;
}
.openFeedDetail .feedDetail .summary {
  margin-bottom: 10px;
}
.openFeedDetail .feedDetail .thumb {
  overflow: hidden;
  float: left;
  width: 211px;
}
.openFeedDetail .feedDetail .txtArea {
  overflow: hidden;
}
.openFeedDetail .feedDetail .url a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 20px;
  background: url("../img/integrate/icon_rss_add.gif") no-repeat 0px center;
  line-height: 30px;
}
.openFeedDetail .feedDetail .url .subscribed {
  color: #db2c2c;
  margin-left: 8px;
}
.openFeedDetail .feedDetail .url .subs_edit {
  margin-left: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 82px;
  height: 30px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/btn_registered.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
}
.openFeedDetail .feedDetail .url .subs_edit:hover {
  background-position: 0 -30px;
}
.openFeedDetail .feedDetail .user {
  margin-top: 10px;
}
.openFeedDetail .feedDetail .data {
  margin-top: 14px;
}
.openFeedDetail .feedDetail .rate_0,
.openFeedDetail .feedDetail .rate_1,
.openFeedDetail .feedDetail .rate_2,
.openFeedDetail .feedDetail .rate_3,
.openFeedDetail .feedDetail .rate_4,
.openFeedDetail .feedDetail .rate_5 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 13px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(http://image.reader.livedwango.com/img/rate/0.gif) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
}
.openFeedDetail .feedDetail .rate_1 {
  background-image: url(http://image.reader.livedwango.com/img/rate/1.gif);
}
.openFeedDetail .feedDetail .rate_2 {
  background-image: url(http://image.reader.livedwango.com/img/rate/2.gif);
}
.openFeedDetail .feedDetail .rate_3 {
  background-image: url(http://image.reader.livedwango.com/img/rate/3.gif);
}
.openFeedDetail .feedDetail .rate_4 {
  background-image: url(http://image.reader.livedwango.com/img/rate/4.gif);
}
.openFeedDetail .feedDetail .rate_5 {
  background-image: url(http://image.reader.livedwango.com/img/rate/5.gif);
}
.openFeedDetail .feedDetail .average {
  margin-left: 10px;
}
.openFeedDetail .feedDetail b {
  margin: 0 4px;
}
.openFeedDetail .feedDetail .registered {
  color: #db2c2c;
  margin-left: 8px;
}
.openFeedDetail .feedDetail .registered a {
  margin-left: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 82px;
  height: 30px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/btn_registered.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
}
.openFeedDetail .feedDetail .registered a:hover {
  background-position: 0 -30px;
}
.openFeedDetail .userList {
  margin-top: 20px;
  padding: 10px;
}
.openFeedDetail .userList li {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  margin-top: 20px;
}
.openFeedDetail .userList li:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.openFeedDetail .userList .thumb {
  float: left;
  margin-right: 20px;
}
.openFeedDetail .userList .textArea {
  overflow: hidden;
}
.openFeedDetail .userList .name {
  padding-top: 4px;
}
.openFeedDetail .userList .name a:link, .openFeedDetail .userList .name a:visited {
  text-decoration: none;
}
.openFeedDetail .userList .name a:hover, .openFeedDetail .userList .name a:active, .openFeedDetail .userList .name a:focus {
  text-decoration: underline;
}
.openFeedDetail .userList .data {
  margin-top: 14px;
}
.openFeedDetail .userList .addFeed {
  margin-left: 4px;
}
.openFeedDetail .userList .openFeed {
  margin-left: 4px;
}

.featureList {
  margin: 30px -3px 5px -3px;
  padding: 1px 0 1px;
  background: url(../img/integrate/bg_feature.png) repeat-y right top;
}
.featureList .inner {
  margin-top: -6px;
  background: url(../img/integrate/bg_feature_top.png) no-repeat right top;
}
.featureList ul {
  margin-bottom: -6px;
  background: url(../img/integrate/bg_feature_bottom.png) no-repeat right bottom;
}
.featureList li {
  float: left;
  width: 300px;
}
.featureList .column {
  position: relative;
  padding: 100px 20px 15px;
}
.featureList .column h2 {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
}
.featureList .column p {
  color: #1a1a1a;
  line-height: 1.5;
}
.featureList #feature_RSSReader {
  background: url(../img/integrate/bg_feature_RSSReader.png) no-repeat left top;
  margin-left: 4px;
}
.featureList #feature_RSSReader h2 {
  left: 111px;
  top: 37px;
}
.featureList #feature_ShortCut {
  background: url(../img/integrate/bg_feature_ShortCut.png) no-repeat left top;
  margin-left: 20px;
}
.featureList #feature_ShortCut h2 {
  left: 110px;
  top: 25px;
}
.featureList #feature_Ping {
  background: url(../img/integrate/bg_feature_Ping.png) no-repeat left top;
  margin: -13px 0 0 20px;
  padding-top: 13px;
}
.featureList #feature_Ping h2 {
  left: 101px;
  top: 24px;
}

.featureLink {
  margin: 27px -3px 0 -2px;
}
.featureLink li {
  float: left;
  margin-left: 18px;
}
.featureLink li:first-child {
  margin-left: 0px;
}
.featureLink a {
  position: relative;
  float: left;
  width: 222px;
  height: 63px;
  background: url(../img/integrate/btn_featureLink.png) no-repeat left top;
}
.featureLink a:hover {
  background-position: 0 -63px;
}
.featureLink span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 205px;
  height: 21px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/btn_featureLink_txt.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
  position: absolute;
  left: 9px;
  top: 19px;
}
.featureLink #feature_SPApp span {
  background-position: 0 0;
}
.featureLink #feature_Bookmarklet span {
  background-position: 0 -21px;
}
.featureLink #feature_NoticeApp span {
  background-position: 0 -42px;
}
.featureLink #feature_RSSBanner span {
  background-position: 0 -63px;
}

.applist {
  margin-top: 30px;
  background: url(../img/integrate/bg_applist.png) repeat-y center top;
}
.applist li {
  background: url(../img/integrate/bg_applist_li.png) repeat-x center top;
  padding: 20px 0 10px 0;
}
.applist li:first-child {
  background: none;
  padding: 0 0 10px 0;
}
.applist .applistDetail h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}
.applist .thumb {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 119px;
  height: 119px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/sprite_app.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
  margin-right: 15px;
  float: left;
}
.applist #applist_LDRTouch .thumb {
  background-position: 0 0;
}
.applist #applist_AeroReader .thumb {
  background-position: -119px 0;
}
.applist #applist_Laddr .thumb {
  background-position: -238px 0;
}
.applist #applist_LDRMate .thumb {
  background-position: 0 -119px;
}
.applist #applist_LDRoid .thumb {
  background-position: -119px -119px;
}
.applist #applist_LDReader .thumb {
  background-position: -238px -119px;
}
.applist #applist_LDRich .thumb {
  background-position: -357px -119px;
}
.applist .btn {
  margin-top: 16px;
}
.applist .btn .author {
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 276px;
  height: 58px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/btn_applist_author.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
}
.applist .btn .author:hover {
  background-position: 0 -58px;
}
.applist .btn .store {
  float: right;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 160px;
  height: 60px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/integrate/btn_applist_ios.png) no-repeat 0 0;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
}
.applist #applist_iOS,
.applist #applist_Android {
  float: left;
  margin-bottom: -10px;
}
.applist #applist_iOS {
  width: 457px;
  margin-right: 13px;
}
.applist #applist_iOS h2 {
  color: #018ac6;
}
.applist #applist_iOS .store:hover {
  background-position: 0 -60px;
}
.applist #applist_Android {
  width: 453px;
  margin-left: 17px;
}
.applist #applist_Android h2 {
  color: #99b846;
}
.applist #applist_Android .store {
  background-image: url(../img/integrate/btn_applist_android.png);
}
.applist #applist_Android .store:hover {
  background-position: 0 -60px;
}

.notesList {
  margin-top: 20px;
}

#shareBtn {
  height: 25px;
  text-align: center;
  margin-top: 48px;
}

#subs_edit_window {
  padding: 0px !important;
  border-width: 1px !important;
  border-color: gray !important;
  background: #fff !important;
}
#subs_edit_window form {
  margin: 0;
}
#subs_edit_window table {
  border-collapse: separate;
  border-spacing: 2px;
  margin: 5px 10px;
}
#subs_edit_window th,
#subs_edit_window td {
  padding: 5px 10px 5px 0;
}
#subs_edit_window .buttons {
  margin-top: 5px;
  padding: 10px;
  border-top: 1px solid #888;
  text-align: left;
}
#subs_edit_window .subs_edit_cancel {
  float: right;
  line-height: 200%;
  cursor: pointer;
  color: #003492;
}
#subs_edit_window .subs_edit_save {
  width: 100px;
  line-height: 120%;
  padding: 0;
  font-size: 12px;
}