@charset "utf-8";
/* ==================================================================
CSS information
style info :第2回VSライブ
================================================================== */


/* --------------------------------------------------------
#contents_wrap
-------------------------------------------------------- */
#contents_wrap{ background-color:#FFF;}
.ac{text-align:center;}

#backnumber {
//CSS3
    margin:0 auto;
    padding:0;
	float:left
}

/* --------------------------------------------------------
#contents
-------------------------------------------------------- */
#contents{ padding:20px 0 30px;}

.vsmenu{
	width:980px;
	text-align:center;
	margin-top:30px;
}

.maintxt{
	font-size: 16px;
	line-height: 140%;
	color:#ff429c;
	font-weight:bold;
	text-align:center;
}

.txt{
	font-size: 14px;
	line-height: 200%;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 20px;
	margin-left: 24px;
}


.pink{
	color:#cb0400;
	font-weight:bold;
}

.txt2{
	font-size: 25px;
	line-height: 200%;
	margin-top: 5px;
	margin-left: 24px;
}

a:link{
text-decoration:underline;
color: #cb0400;
}

/* --------------------------------------------------------
#section01
-------------------------------------------------------- */
.section01{
	margin: 20px 0 20px 0px;
	border: 3px solid #cb0400;
	border-radius: 12px;
	
	padding:5px;

	//CSS3
	position:relative;
	-moz-border-radius: 32px;

	//for Firefox
	-webkit-border-radius: 32px;//for Safari and chrome
	border-radius: 32px;//CSS3
	behavior: url(border-radius.htc);//for IE
	behavior: url(ie-css3.htc);//for IE
}
.section01 h2{
	margin-top:14px;
	margin-bottom:14px;
	margin-left:-5px;
	
	}
	
.section01 .img{
	margin-left: 10px;
}

.section01 ul{
	font-size:12px;
	color:#cb0400;}

.item{
	
	display:block;
	
}

.chara{
	
	display:block;
	width:525px;
	margin:0 0 20 40;
	
	text-align:center;
	
}
.chara{ display:none; }

	
.poster img{
	margin-left:14px;
}


	
.twitter{ 
	margin:20px;
	padding:6px;
	width:526px;
	border:2px solid #7fbfff;
	border-radius: 12px;//CSS3
	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	behavior: url(border-radius.htc);//for IE}

.tw01{
	width: 900px;
	font-size: 110%;
	line-height: 130%;
	padding: 10px;
	margin-top:10px;
	margin-bottom:10px;

	background-color: #B9EEFF;
	line-height: 150%;
	border: #09F 2px solid;
	border-radius: 12px;



	//CSS3
	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	behavior: url(border-radius.htc);//for IE
}

.tw02{
	width: 900px;
	padding: 10px;
	background-color: #FFF0F0;
	border: #cb0400 2px solid;
	border-radius: 12px;
	
	margin-bottom:20px;


//CSS3
	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	behavior: url(border-radius.htc);//for IE}

.tw03{
	width: 50%;
	font-size: 120%;
	padding: 10px;
	background-color: #FFF0F0;
	border: #ff429c 3px solid;
	border-radius: 12px;
	
	margin-bottom:20px;


	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	behavior: url(border-radius.htc);//for IE}
	

.tbl{
	width: 780px;
	padding: 10px;
	background-color: #f8dbe4;
	border: #ff429c 2px solid;
	border-radius: 12px;

	margin-top:15px;
	margin-bottom:20px;
	/*text-align:center;
	margin:0 0 15px 20px;*/


	//CSS3
	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	behavior: url(border-radius.htc);//for IE;
}

.tbl .pink{
	font-size: 24px;
	color: #ff429c;
}
	
	
/* --------------------------------------------------------
#tweet
-------------------------------------------------------- */

.twbox{
	
	display:block;
		
	}
	
.twitter-timeline{
	display:block;
}


.tw_3mj{
	width:340px;
	float:left;
	margin-left:140px;
}
	

.tw_xip{
	width:340px;
	float:left;
	margin-left:80px;
}

/* --------------------------------------------------------
共有
-------------------------------------------------------- */
.picList{ margin-left:-36px; position:relative;}
.picList li{ float:left; margin-left:36px;}
.picList li.text{ position:absolute; top:342px; right:20px;}
#section03 .picList li.text{ top:327px; right:50px;}
#section04 .picList li.text{ top:275px; left:0px;}

.attention{margin-bottom:20px; font-size:93%;}
