@charset "utf-8";
/* CSS Document */

/*-------------------
[discription]
for artistbank page_id=1068

佐久アーティストバンク
2014/8/30
-------------------*/
#artist-top{
	margin-left:5%;
	padding-bottom:3%;
}
#event_none{
	width:643px;
	height:157px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/no_event.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#event_none p{
	margin-left:3%;
	padding-top:5%;
}
#touroku-list{
	padding-left:35px;
}
ol li {
	list-style:decimal;
}
ol li ol li{
	list-style:lower-roman;
}
#artist-link{
	vertical-align: "center";
	margin-left:35%;
	padding-top:5%;
}
#btn {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	display: block;

	background-color:#E6E6E6;
	background:#E6E6E6;
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border: 2px solid #DDD;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	width: 140px;
	padding: 10px 0;
}
#btn2 {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	display: block;

	background-color:#E6E6E6;
	background:#E6E6E6;
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border: 2px solid #DDD;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	width: 150px;
	padding: 10px 0;
}
#artist-link a{
    color: #000;
    -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
     -ms-transition: 0.5s;
     transition: 0.5s;
}
#artist-link a:hover {
    color: #ce691b;
}
.tags{
	padding-bottom:1%;	
}
.tags a{
	margin-top:0.5em;

	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	width: 100px;

    color: #000;
    -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
     -ms-transition: 0.5s;
     transition: 0.5s;

	background-color:#E6E6E6;
	background:#E6E6E6;
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border: 2px solid #DDD;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	padding: 3px 0;
}
.bold	{ font-weight:bold;   }

}
.tags a:hover {
    color: #ce691b;
}
.tags a.current-tag{
	color: #c92380;
}