@charset "utf-8";

#circleWanted{
	margin: 0 auto;
	padding: 0 20px 32px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

#circleWanted .wrapper{
	margin: 0 auto;
	padding-bottom: 32px;
	width: 100%;
	border: #ccc solid;
	border-width: 0 0 2px;
}

#circleWanted h1,
#circleWanted p,
#circleWanted a.button,
#circleWanted h2,
#circleWanted figure{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#circleWanted h1{
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
}

#circleWanted p{
	padding: 0;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
}

#circleWanted p.notice{
	margin-bottom: 20px;
	color: #454545;
	font-size: 14px;
}

#circleWanted a.button{
	display: block;
	margin-bottom: 32px;
	width: 100%;height: 60px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	text-decoration: none;
	font-weight: bold;
	background: #3faee2;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1) ;
	-moz-box-shadow:  0 2px 2px rgba(0,0,0,0.1) ;
	box-shadow:  0 2px 2px rgba(0,0,0,0.1) ;
}

#circleWanted h2{
	margin-top: 0;
	margin-bottom: 12px;
	padding-left: 6px;
	font-size: 16px;
	font-weight: bold;
	border-left: #3faee2 solid 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#circleWanted figure{
	display: table;
	margin-bottom: 32px;
}

#circleWanted figure img{
	width: 100%;
	height: auto;
}

#circleWanted figure iframe,
#circleWanted figure span{
	display: table-cell;
}

#circleWanted figure span{
	
	width: 16px;
}

#circleWanted figure iframe{
	width: 292px;
	height: 165px;
}

#circleWanted figure.mov{
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) and (min-width: 641px){

}

@media only screen and (max-width: 640px){
		
	#circleWanted{
		margin: 0 auto 32px;
		padding: 0 8px;
		width: 100%;
		max-width: 600px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#circleWanted figure{
		display: block;
	}

	#circleWanted figure iframe,
	#circleWanted figure span{
		display: block;
		margin: 0 auto;
	}

	#circleWanted figure span{
		width: 16px;
		height: 16px;
	}

	#circleWanted figure iframe{
	}

}

@media only screen and (max-width: 640px) and (min-width: 481px) {

}

@media only screen and (max-width: 480px){
	
}
