@charset "UTF-8";
/*TOC===============================================
blogIineEntry
==================================================*/

.noscroll {
  overflow: hidden;
  position: relative;
}

.iineBtnIframe {
  border: none;
}

#iineEntryFrame{
  position: absolute;
  width: 573px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #fff;
  text-align: left;
  z-index: 9011;
  font-size:12px;
}
.iineEntryListFrame li:last-child{
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
}
#iineEntryHeader{
  padding: 0 0 0 12px;
  min-height: 33px;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
}

.iineListHeaderText{
  padding: 8px 27px 8px 17px;
}

.iineListClose{
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 22px;
}

#iineEntryContents{
  max-height: 532px;
  overflow: auto;
}

.iineListItem{
  display: block;
  padding: 8px 18px 8px 12px;
  border-top:1px dotted #b3b3b3;
  list-style: none;
  font-size:12px;
  overflow: hidden;
}

.iineListItem:hover{
  background-color:#eff7fe;
  cursor:pointer;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
}
.iineListItem.seceder:hover{
  background-color:transparent;
  cursor:default;
}
.iineListItem a{
  text-decoration:none;
}
.iineListItem:nth-of-type(10n + 1){
  border-top:1px solid #b3b3b3;
}

#iineEntryListFrame{
  margin: 0;
  padding: 0;
}
#iineEntryListFrame li:first-child{
  border-top:none;
}

.iineListImgwrap{
  float: left;
  margin: 0 12px 0 0;
}

.iineListImg{
  display: block;
  float: left;
  margin: 0 12px 0 0;
}

.iineProfImg{
  dispaly: block; /* IE—p */
  display: table-cell;
  height: 38px;
  width: 38px;
  border:1px solid #ddd;
  vertical-align: middle;
  text-align: center;
  zoom:1; /* IE—p */
}
.iineProfImg img{
  vertical-align: middle;
  cursor: pointer;
}
.iineListImg img{
  margin: 0px!important;
}
.seceder .iineProfImg img{
  cursor: default;
}

.table_cell_ie{
  visibility: hidden;
  height: 38px;
  vertical-align: middle;
  zoom:1;
}

.iineListMain{
  float: left;
  width: 473px;
}

.iineListCntL{
  float: left;
  width: 377px;
}

.iineListNickname{
  margin: 0 0 4px 0;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}

.iineEntryListBlogTitle{
  width: 377px;
  cursor: pointer;
}

.secederText{
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  font-size: 12px;
}

*:first-child+html .secederText{/* IE 7 */
  display:inline;
  zoom:1;
}

*html .secederText{
  display:inline-block;
}

.errorContent{
  margin:40px 0;;
  height: 67px;
  text-align: center;
}

#iineEntryFoot{
  text-align: center;
  border-top: 1px solid #ccc;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
}
#iineEntryFoot span{
  padding: 2px 0 2px 20px;
}

#moreBtnerrorContent{
  position: relative;
  padding: 12px 50px;
  text-align: left;
}

.moreBtnRreload{
  position: absolute;
  top:6px;
  right: 50px;
  margin: 0!important;
}

.moreBtm {
  padding: 12px 0;
  cursor:pointer;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
}
.moreBtm:hover {
  background-color:#eff7fe;
  cursor:pointer;
}

.scrollDiv{
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

.tx_bold{
  font-weight: bold;
}

.tx_blackA{
  color:#333;
}

.tx_grayA{
  color:#999;
}

.tx_blueA{
  color:#06c;
}

.tx_orageA{
  color:#f93;
}

.text_ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iineListCntR{
  float: right;
  padding: 0 40px 0 0;
}

.ico_new{
  background-image: url(http://stat100.ameba.jp/mypg/img/common/icon_new.png);
  background-repeat: no-repeat;
  background-position: right 4px;
}

.ico_iine_green{
  background-image: url(http://stat100.ameba.jp/blog/img/ico/ico_iine_green.1.0.png);
  background-repeat: no-repeat;
  background-position: left 7px;
}

.ico_close{
  background-image: url(http://stat100.ameba.jp/blog/img/ico/ico_close.1.0.png);
  background-repeat: no-repeat;
  background-position: right 0px;
  cursor: pointer;
}

.ico_close:hover{
  background-image: url(http://stat100.ameba.jp/blog/img/ico/ico_close_hover.1.0.png);
  background-repeat: no-repeat;
  background-position: right 0px;
}

.ico_more_btm{
  background-image: url(http://stat100.ameba.jp/blog/img/ico/ico_more_btm.1.0.png);
  background-repeat: no-repeat;
  background-position: left 2px;
}

.ico_error{
  background-image: url(http://stat100.ameba.jp/blog/img/ico/ico_error.1.0.png);
  background-repeat: no-repeat;
  background-position: left 9px;
}

.btn_gray{
  width: 126px;
  padding: 5px 0;
  margin: 20px auto 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #cdcdcd;
  background-image: url(http://stat100.ameba.jp/blog/img/bg/bg_closebtn.1.0.png);
  background-repeat: repeat-x;
  background-position: left 1px;
  text-align: center;
  color: #333;
  cursor: pointer;
}

.displaylock{
  position: fixed;
  overflow-y: scroll;
}

.loading{
  margin: 8px auto;
  padding: 0;
  color: #ddd;
  width: 25px;
  height: 25px;
  background: url("/blog/img/ico/loading.gif") no-repeat;
}

.mask{
  /*display: none; */
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.25;
  z-index: 2101;
  filter: alpha(opacity=25);
}

.hide{
  display:none;
}
