@charset "UTF-8";

/*******************************************************************
*   news
*******************************************************************/

.main {
	width: 96%;
	margin: 10px auto 0;
	padding: 0;
	color: #666;
	font-size: 13px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
}

#contents .main p {
	padding: 10px;
}

#mail {
	margin: 0;
	padding: 5px 10px 20px;
	color: #fff;
	background-color: #38beef;
}
h1#mail_title {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#mail_txt {
	margin-bottom: 10px;
	color: #ff0;
	font-size: 15px;
}

.whiteBoxart {
border-radius: 5px;
font-weight: bold;
margin: 5px 10px 10px 10px;
padding:10px 10px;
color: black;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.8)));
}

.whiteBoxart2 {
	border-radius: 5px;
	font-weight: bold;
	margin: 5px 10px 10px 10px;
	padding:5px 5px;
	color: black;
	background: #40ceef -webkit-gradient(linear, 0% 0%, 0% 100%, from(#40ceef), to(#08b0cb)); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

/*******************************************************************
*   info
*******************************************************************/

#info {
	width: 100%;
	margin: 0px auto 10px;
	padding: 0px;
	color: #FFF;
	font-size: 13px;
	display: block;
}

#info h2 {
	font-size: 16px;
	color: #FF0;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 5px;
}

#info li a:link {
	color: #FFF;
	display: block;
}

#info li a:hover {
	color: #FFF;
}

#info li a:visited {
	color: #FFF;
}

#info_ul {
	width: 100%;
	display: block;
}

#info_ul li {
	font-size: 20px;
	line-height: 0;
	width: 50%;
	float: left;
	display: block;
}

#info_ul li a {
	color: #009;
	display: block;
}


/*******************************************************************
*   artist
*******************************************************************/

#artist {
	width: 100%;
	margin-top: 10px;
	color: #FFF;
	font-size: 13px;
	display: block;
}

#artist li a:link {
	color: #FFF;
	display: block;
}

#artist li a:hover {
	color: #FFF;
}

#artist li a:visited {
	color: #FFF;
}

#artist_ul {
	width: 100%;
	display: block;
	overflow: hidden;
}

#artist_ul li {
	font-size: 20px;
	line-height: 0;
	width: 50%;
	float: left;
	display: block;
}

#artist_ul li a {
	color: #009;
	display: block;
}


/*******************************************************************
*   list
*******************************************************************/

li {
	list-style: none;
	text-align: -webkit-match-parent;
}

.list_style3 li {
	border-top: 2px dotted #FFDF00;
	border-bottom: 1px dotted #1F50080;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#F0F0F0));
	background: url(/images/list_mark1.png) no-repeat 100% 50%;
	line-height: 1.3;
	margin: 10px;
	padding-top:5px;
}
.list_style3 li:first-child{border-top: none;}

.list_style3 li a{
	font-size: 12px;
	color: #333333;
	display: block;
	min-height: 50px;
	margin: 5px;
	overflow: hidden;
	padding: 0px 10px 0px 85px;
	white-space: normal;
	text-overflow: ellipsis;
	text-decoration: none;
}
.list_style3 li img{
	float: left;
	margin-left: -85px;
	width: 75px;
	border: 1px solid #666666;
}
.list_style3 li a strong{
	color:#000;
	display:block;
	font-weight:bold;
	padding-top:0px;
	font-size: 16px;
}
li.nophoto a{
	min-height: 50px;
}
li.nophoto{
	height: 50px;
	margin-left: -85px;
}
li.nophoto a strong{
	height: 50px;
	padding-left:10px;
	padding-top:10px;
}

/*******************************************************************
*   social
*******************************************************************/

#blog article .social {
  margin-top: 5px;
  padding: 5px 14px;
}

#blog article .social:before, #blog article .social:after {
  content: "";
  display: table;
}

#blog article .social:after {
  clear: both;
}

#blog article .social {
  zoom: 1;
}

#blog article .social li {
  float: right;
  margin-left: 5px;
    text-align: right;
}


#footer {
  clear:both;
  margin-top: 25px;
  padding: 10px 0px;
  background: #000000;
  text-align:left;
  font-size: 8px;
}
#footer p {
  color: #fff;
}

#mail_footer {
  clear:both;
  padding: 10px 0px;
  background: #000000;
  text-align:left;
  font-size: 8px;
}


p#subtitle {
	text-align: center;
	margin: 0;
	color: #FF9;
}

p#comingsoon {
	text-align: center;
	padding: 0 0 2em;
}

.w100 {
	width: 100%;
	display: block;
}

