@charset "utf-8";
/* ==================================================================
CSS information
style info :センター争奪
================================================================== */

/* --------------------------------------------------------
#contents_wrap
-------------------------------------------------------- */
#contents_wrap{ background-color:#FFF;}
.ac{text-align:center;}

#backnumber {
    margin:0 auto;
    padding:0;
	float:left
}

/* --------------------------------------------------------
#contents
-------------------------------------------------------- */
#contents{ padding:20px 0 30px;}

.top_txt{
	font-size: 20px;
	color:#ff429c;
}

.vsmenu{
	width:980px;
	text-align:center;
	margin-top:10px;
}

.maintxt{
	font-size: 16px;
	line-height: 140%;
	color:#ff429c;
	font-weight:bold;
	text-align:center;
}

.txt{
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 5px;
	margin-right: 24px;
	margin-bottom: 10px;
	margin-left: 24px;
}

.pink{
	color:#ff429c;
	font-weight:bold;
}

.txt2{
	font-size: 27px;
	line-height: 150%;
	margin-top: 5px;
	margin-left: 25px;
}


.txt .howto{
	font-weight:bold;
	color:#555555;
	margin-bottom:15px;
	font-size:14px;
	
}

.item{
	
	display:block;
	
}

/* --------------------------------------------------------
#section01
-------------------------------------------------------- */
.section01{ 
	margin:20px 0 30px 0;
	border:3px solid #ff429c;
	border-radius: 12px;/*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:10px;

}
	
.section01 img{
	margin-left:20px;
}

.section01 ul{
	font-size:13px;
	color:#ff429c;}

.poster{
	margin-left:30px;
	display:block;
}
.poster img{
	margin-left:14px;
	
	border:1px solid #000;
	box-shadow: 2px 5px 10px -5px rgba(0, 0, 0, 0.9); /*横方向　下方向　ぼかし　広がり　色 */
}

.poster_sp{
	display:none;
}

.twitter{
	display:block;
}

.tw02{
	width: 95%;
	font-size: 16px;
	padding: 10px;
	background-color: #FFF0F0;
	border: #ff429c 2px solid;
	border-radius: 12px;
	
	margin-bottom:20px;
	margin-left:15px;

//CSS3
	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	behavior: url(border-radius.htc);//for IE	

}

.icon{
	float:left;
	margin:10px;
}
	
.comment{	
	float:left;
	margin:10px;
	
	margin-top:50px;
	margin-left:20px;
	
	width:300px;
}

.no1{
	width: 60%;
	font-size: 16px;
	padding: 10px;
	background-color: #ffffd8;
	border: none;
	border-radius: 12px;
	
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;

//CSS3
	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	behavior: url(border-radius.htc);//for IE	

}
.no2{
	width: 60%;
	font-size: 16px;
	padding: 10px;
	background-color: #e1f8ff;
	border: none;
	border-radius: 12px;
	
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;

//CSS3
	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	behavior: url(border-radius.htc);//for IE	

}
.no3{
	width: 60%;
	font-size: 16px;
	padding: 10px;
	background-color: #dfdfdf;
	border: none;
	border-radius: 12px;
	
	margin-bottom:30px;
	margin-left: auto;
	margin-right: auto;

//CSS3
	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	behavior: url(border-radius.htc);//for IE	

}
	
	
/* --------------------------------------------------------
#poster
-------------------------------------------------------- */
.section01{ 
	margin:20px 0 30px 0;
	border:3px solid #ff429c;
	border-radius: 12px;/*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*/
}


/* --------------------------------------------------------
共有
-------------------------------------------------------- */
.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:14px; }
