@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

#arrow02 a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 2px solid #FBB03B;
	border-right: 2px solid #FBB03B;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.yellow {
	background-color:#FFF7DA;
}
.yellow a {
	padding: 10px 25px 10px 15px;
/*	font-size:90%;*/
	font-weight:bold;
	color:#FBB03B;
	text-decoration:underline;
	-webkit-tap-highlight-color: rgba(0,0,0,.3);
}


.blist {
    width:100%;
	text-align:left;
	clear:both;
	height:80px;
}
.blist .left {
    width:58px;
	padding: 12px 10px 12px 12px;
	float:left;
	text-align:left;
}
.blist .right {
    width:70%;
	padding: 11px 12px 10px 0;
	float:left;
	text-align:left;
	font-size:80%;
}

.btn {
    padding:10px 0 10px 0;
	text-align:center;
}

.sotxt {
	font-size:80%;
	line-height:1.4em;
	padding: 10px 15px 30px 15px;
}