@charset "utf-8";
/* CSS Document */


.search-bt-wrapper {
	background:#fff3f5;
	padding:20px;
}
.search-bt a {
	display:block;
	width:440px;
	padding:20px 0;
	line-height:1;
	background:#d64b5c;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:1.4rem;
	font-weight:bold;
	border-radius:5px;
	margin:0 auto;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;	
}

.search-bt a:hover {
	background:#444;
}

.search-bt a img{
	width:20px;
	margin:-3px 12px 0 -8px;
}


.top-point-title {
	font-size:1.7rem;
	font-weight:bold;
	text-align:center;
	margin-top:50px;
	margin-bottom:30px;
}

.top-point-title span{
	font-size:2.5rem;
	font-family:Arial, Helvetica, sans-serif;
	color:#d64b5c;	
}

.top-point {
	margin:0;
	padding:0;
}

.top-point li{
	width:350px;
	padding:30px;
	margin-bottom:20px;
	border-radius:10px;
	list-style-type:none;
	background:#f7f3ed;
}

	.top-point li:nth-child(odd){
		float:left;
	}
	.top-point li:nth-child(even){
		float:right;
	}

.top-point .point {
	font-size:1.1rem;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	color:#d64b5c;
}
.top-point h3{
	font-size:1.4rem;
	font-weight:bold;
	margin-bottom:10px;
}

.top-morebt-wrapper {
	padding:20px 0;
}

.top-morebt-wrapper .top-more-bt a{
	display:block;
	width:350px;
	padding:20px 0;
	line-height:1;
	background:#d64b5c;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:1.1rem;
	font-weight:bold;
	border-radius:5px;
	margin:0 auto;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;	
}

.top-morebt-wrapper .top-more-bt a:hover {
	background:#444;
}

.attention {
	background:#606158;
	padding:40px;
	color:#fff;
	border-radius:10px;
	margin:30px 0 0 0;
}

.attention h2{
	color:#FFC;
	font-size:1.4rem;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
}

.attention p{
	font-size:1rem;
}


@media only screen and (max-width: 480px) {

.search-bt-wrapper {
	padding:10px;
}
	.search-bt a {
		display:block;
		width:100%;
		padding:20px 0;
		font-size:1rem;
	}

.top-point-title {
	font-size:1.2rem;
	margin-top:0;
	margin-bottom:20px;
}

	.top-point-title span{
		font-size:1.8rem;
	}

.top-point {
	margin:0;
	padding:0;
}

.top-point li{
	width:auto;
	padding:20px;
	margin-bottom:10px;
	text-align:center;	
}

	.top-point li:nth-child(odd){
		float:left;
	}
	.top-point li:nth-child(even){
		float:right;
	}

.top-point .point {
	font-size:0.9rem;
	font-weight:bold;
	margin-bottom:5px;
}
.top-point h3{
	font-size:1.1rem;
	margin-bottom:10px;
}

.top-morebt-wrapper {
	background:none;
	padding:10px 0;
}

.top-morebt-wrapper .top-more-bt a{
	display:block;
	width:90%;
	padding:20px 0;
	line-height:1;
	background:#d64b5c;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:1rem;
	font-weight:bold;
	border-radius:5px;
	margin:0 auto;
}

.attention {
	padding:20px;
	margin:20px 0 0 0;
}

.attention h2{
	color:#FFC;
	font-size:1.2rem;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
}

.attention p{
	font-size:0.85rem;
}



}

