h1{
	padding:0 2% 0 2%;
	letter-spacing:-1px;
	font-size: 2.4rem;
	font-weight:600;
	text-align:center;
	color:#333;
}
h1 img{
	position:relative;
	width:100%;
}
h2{
	text-align:center;
}
h2 img{
	position:relative;
	width:800px;
}

#article{
	margin:15px 0 15px 0;
	padding:20px 15px 5px 15px;
	line-height:1.7;
	font-size: 1.4rem;
	background-color:#ddd;
}

#atten{
	font-size: 1.2rem;
	line-height:1.7;
	margin:15px 0 15px 0;
	padding:0 15px 0 15px;
}

.box30{
	float:left;
	width:32%;
	margin:0 0 0 1%;
	padding:15px 0 15px 0;
	text-align:center;
}
.box30:last-child{
	margin:0 1% 0 1%;
}
#a{
	background-color:#F6AD3C;
}
#b{
	background-color:#00AFEC;
}
#sabi{
	background-color:#E9546B;
}
#result{
	padding:20px 0 15px 0;
	margin:15px 1% 20px 1%;
	background-color:#AACF52;
}
#total{
	position:relative;
}
#total img{
	position:relative;
	z-index:2;
}
#total p{
	position:absolute;
	width:100%;
	left:0;
	text-align:center;
	z-index:0;
	cursor:default;
}

.box30 .title{
	margin:0 0 15px 0;
	font-size:1.8rem;
	font-weight:600;
	text-align:center;
	color:#fff;
}

.btn{
	width:65%;
	height:45px;
	padding:5px 0 0 6px;
	margin:0 auto 15px auto;
	text-align:left;
	vertical-align:middle;
	font-weight:600;
	font-size: 1.8rem;
	color:#666;
	background-color:#efefef;
	/*background:url(../images/btn_play.png) #efefef no-repeat 5px 4px;*/
	border:1px solid #ccc;
	border-radius: 5px;/* CSS3草案 */  
	-webkit-border-radius:5px;/* Safari,Google Chrome用 */  
	-moz-border-radius:5px;/* Firefox用 */
	cursor:pointer;
}


.btn img{
	float:left;
}
.btn p{
	float:left;
	width:62%;
	margin:7px 0 0 0;
	padding:0;
	text-align:center;
}

#send{
	display:none;
	background-color:#C1272D;
	width:260px;
	height:50px;
	border:none;
	font-size:16px;
	color:#fff;
	cursor:pointer;
}


@media screen and (max-width: 959px){

	.box30{
		margin:0 2% 0 0;
		overflow:hidden;
	}
	.box30:last-child{
		margin:0 0 0 0;
	}

	.box30 .title{
		font-size:1.5rem;
	}
	#result{
		margin:15px 0 20px 0;
	}
	.btn{
		width:84%;
		height:40px;
		padding:4px 0 0 2px;
		margin:0 auto 5px auto;
	}
	.btn img{
		height:80%;
		margin:2px 0 0 0;
	}
	.btn p{
		width:auto;
		margin:8px 0 0 2px;
		letter-spacing:-1px;
		font-size:1.4rem;
	}
	#send{
		-webkit-appearance: none;
	}
	audio{
		margin:0;
		padding:0;
		width:0;
	}
	.img100{
		width:100%;
	}
	.img80{
		width:80%;
	}
	.img70{
		width:70%;
	}
}


