@charset "UTF-8";
/* CSS Document */

/*ALL
--------------------------------------------------*/
.target_top {
	width: 680px;
	height:280px;
	background-color:#ffffff;
	padding:5px;
	background-image: url(../img/target/target_top.png);
	margin-bottom:20px;
}
.target_half{
	border: 1px solid #65ab31;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	padding: 10px;
	margin: 5px;
	width: 300px;
	height: 40px;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	float:left;
	background-color: #ffffff ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a96', endColorstr='#ff305c',GradientType=0 );
	-moz-box-shadow: 2px 2px 5px rgba(4,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(4,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(4,0,0,0.3);
	/*background: rgba(255,255,255,1);*/
	background-color: #65ab31;
	/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,229,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,229,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,229,1) 100%);*/
}
.target_half p {
	font-size:16px;
	color: #333333;
	font-weight: 700;
}
/*-------------------------------------*/
.balloon1 {
	position: relative;
	display: inline-block;
	margin: 30px 0 0 15px;
	padding: 10px 15px;
	min-width: 140px;
	max-width: 100%;
	color: #ffffff;
	font-size: 18px;
	background: #e95388;
	border-radius: 10px;
	float:left;
}

.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e95388;
}

.balloon1 p {
	margin: 0;
	padding: 0;
}
/*-------------------------------------*/
.balloon2 {
	position: relative;
	display: inline-block;
	margin: 10px 15px 30px 200px;
	padding: 10px 15px;
	min-width: 140px;
	max-width: 100%;
	color: #ffffff;
	font-size: 18px;
	background: #e95388;
	border-radius: 10px;
	float:left;
}

.balloon2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e95388;
}

.balloon2 p {
	margin: 0;
	padding: 0;
}
/*-------------------------------------*/
.balloon3 {
	position: relative;
	display: inline-block;
	margin: 60px 15px 30px 210px;
	padding: 10px 15px;
	min-width: 140px;
	max-width: 100%;
	color: #ffffff;
	font-size: 18px;
	background: #e95388;
	border-radius: 10px;
	float:left;
}

.balloon3:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #e95388;
}

.balloon3 p {
	margin: 0;
	padding: 0;
}
/*-------------------------------------*/
.balloon4 {
	position: relative;
	display: inline-block;
	margin: 30px 5px 30px 150px;
	padding: 10px 15px;
	min-width: 140px;
	max-width: 100%;
	color: #ffffff;
	font-size: 18px;
	background: #e95388;
	border-radius: 10px;
	float:left;
}

.balloon4:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #e95388;
}

.balloon4 p {
	margin: 0;
	padding: 0;
}
.target_title{
	background-color: #e95388;
	height: auto;
	text-align: left;
	font-size: 21px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 15px 10px 10px 20px;
	/*text-shadow: 1px 1px 2px #f5f5f5;*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a96', endColorstr='#ff305c',GradientType=0 );
	-moz-box-shadow: 2px 2px 5px rgba(4,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(4,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(4,0,0,0.3);*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.target_title span{
	/*margin-top:10px;
	padding-left: 10px;*/
	/*text-shadow: 2px 1px 3px rgba(255, 255, 255, 1), -2px 1px 3px rgba(255, 255, 255, 1), 2px -1px 3px rgba(255, 255, 255, 1), -2px -1px 3px rgba(255, 255, 255, 1);*/
}
.target_title p{
	/*margin-top:10px;
	padding-left: 10px;*/

}