@charset "utf-8";

a img:hover {
  opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

::selection {
  background: #ea145d;
  color: white;
}

::-moz-selection {
background: #ea145d;
color: white;
}

#sidebar {
  position: relative;
  float:right;
  margin: 0 auto;
  padding:0;
  text-align:left;
}


#sidebar h3{ margin-bottom:5px; }

#sidebar {
  width: 250px;
}






#sidebar section {
  margin: 25px 0 0;
}

#sidebar section.none {
  margin: 0;
}

#sidebar section.bottom {
  margin: 0 0 25px;
}


#sidebar section .intro .intro_in {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

#sidebar section .intro .intro_in p {
  color: #999;
  font-size: 11px;
}

#sidebar section .intro {
  margin: 0;
  padding-left: 10px;
  border-left: 3px solid #ea145d;
}

#sidebar section h2 {
  font-weight: bold;
  font-size: 16px;
}

#sidebar section h3 {
  font-weight: bold;
  font-size: 16px;
}

#sidebar section .article {
  display: table;
  margin-left:15px;
  padding:10px 0 5px;
  border-bottom: 1px dotted #e8e8e8;
}

#sidebar section .article img{
  float:left;
  margin-right:5px;
}


#sidebar section .photo {
  display: table-cell;
  vertical-align: top;
}

#sidebar section .photo img {
  margin-right:10px;
}

#sidebar section a:hover {
  text-decoration:underline;
}


#sidebar section .text {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

#sidebar section .t {
  font-size:12px;
}

#sidebar section .t a:hover {
  text-decoration:underline;
}


#sidebar section .tag {
  margin-top:5px;
  margin-left:15px;
}

.tag li {
  position:relative;
  display: inline-block;
  margin: 5px 2px 0 0;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: white;
  letter-spacing: normal;
  -o-border-radius: 3px;
  -pie-border-radius: 3px;

}

.tag a {
  display: inline-block;
  padding: 0 5px 0 22px;
  height: 25px;
  background:url(../../images/common/tag.png) no-repeat 3px center;
  color:#666;
  font-size: 12px;
  line-height:25px;
}



#adfix{ margin-top:10px; }

.fixed {
  position: fixed;
  top: 0;
}