@charset "UTF-8";

/*-----------------------------------------------------
Anonys.jp Stylesheet
FileName:	defualt/style.css
Version:	06.11.11
-----------------------------------------------------*/

.effect {
    width:90%;
    padding: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8);
}


ul.images{
padding:0;
list-style-type:none;
overflow:hidden;
}
ul.images li{
width:45%;
padding:5px 10px;
}
ul.images li:nth-child(even){
float:left;
}
ul.images li:nth-child(odd){
float:left;
clear:left;
}


.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #fff;
  background: #ff1493;/*背景色*/
  border-bottom: solid 2px #ff1463;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
	margin: 10px;
}


a.btn-square-pop{ color: #ffffff; }

.hash-tag {
	display: inline-block;
	margin: 7px;
	padding: .6em;
	line-height: 1;
	text-decoration: none;
	color: #0000ee;
	background-color: #fff;
	border: 1px solid #0000ee;
	border-left: 5px solid #0000ee;
	font-size: 16px;
}


