@charset "utf-8";
/* ==================================================================
CSS information
style info :センター争奪
================================================================== */

/* --------------------------------------------------------
#contents_wrap
-------------------------------------------------------- */
#contents_wrap{ width:100%; background-color:#FFF;}
.ac{text-align:center;}

#backnumber {
    margin-left:5px;
    padding:0;
	float:left
}

/* --------------------------------------------------------
#contents
-------------------------------------------------------- */
#contents{ padding:10px 0 30px;}

.top_txt{
	font-size: 17px;
	color:#ff429c;
}

.vsmenu{
	width:100%;
	text-align:center;
	margin-top:10px;
}

.maintxt{
	font-size: 16px;
	line-height: 140%;
	color:#ff429c;
	font-weight:bold;
	text-align:center;
}

.txt{
	font-size: 17px;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.tw02{
	width: 90%;
	font-size: 15px;
	padding: 10px;
	background-color: #FFF0F0;
	border: #ff429c 2px solid;
	border-radius: 12px;
	
	margin-bottom:20px;
	margin-left:10px;


//CSS3
	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	behavior: url(border-radius.htc);//for IE

}


.txt2{
	font-size: 20px;
	line-height: 150%;
	margin-top: 5px;
	margin-left: 5px;
}


.txt .howto{
	font-weight:bold;
	color:#555555;
	margin-bottom:15px;
	font-size:15px;
	
}

.item{
	
	display:block;
	width:95%;
	
	text-align:center;
	
}

.pink{
	color:#ff429c;
	font-weight:bold;
}


/* --------------------------------------------------------
#section01
-------------------------------------------------------- */
.section01{ 
	margin:20px 0 30px 0;
	border:3px solid #ff429c;
	border-radius: 12px;/*CSS3*/
	
	position:relative;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;//for Safari and chrome
	border-radius: 16px;//CSS3
	behavior: url(border-radius.htc);//for IE
	behavior: url(ie-css3.htc);//for IE
}
.section01 h2{
	
	width:100%;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:-5px;
		
}
	
.section01 img{
	width:100%;
	margin-left: 5px;
	display:block;
}

.section01 ul{
	font-size:14px;
	color:#ff429c;}

.poster{
	margin-left:0px;
	width:98%;
	display:none;
}
.poster img{
	
	margin-left:5px;
}

.poster_sp{
	display:block;
	width:98%;
	margin-left:8px;
	
	padding-bottom:50px;

}


	
.twitter{
	
	width:95%;
	margin-left:10px;

}

.icon{
	
	float:none;
	margin:10px;
	
	width:50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	


.comment{
	
	float:none;
	margin:10px;
	width:97%;
	text-align:center;
	
	margin-top:0px;
}

.no1{
	width: 90%;
}
.no2{
	width: 90%;
}
.no3{
	width: 90%;
}

		

/* --------------------------------------------------------
共有
-------------------------------------------------------- */
.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:15px; }
