/* social-visit =============================== */
#social-visit{
}
#social-visit h2{
	font-size:22px;
	font-weight:bold;
	color:#f162a3;
	border-left:4px solid #f162a3;
	padding-left:7px;
}
#social-visit h3{
	background:#71cee7;
	display:inline-block;
	padding:5px 10px;
	color:#fff;
	border-radius:15px;
        font-size:16px;
}


/* info =============================== */
#social-visit #info{
	margin:37px 0px;
	border-bottom:2px dotted #f162a3;
	padding-bottom:37px;
}
#social-visit #info .image{
	
}
#social-visit #info .text{
	width:360px;
	padding:0px 20px;
	vertical-align:top;
}



/* detail =============================== */
#social-visit #detail{
	margin:20px 0px 60px 0px;
}
#social-visit #detail .box{
	margin-top:-10px;
	margin-left:11px;
}
#social-visit #detail .box p{
	margin:0px 10px;
}
#social-visit #detail span{
	font-size:12px;
	color:#555555;
}




/* point =============================== */
#social-visit #point{
	background:#ffa63d;
	border-radius:10px;
	padding:5px;
	margin:30px 0px 10px 0px;
}

#social-visit #point .text{
	border:2px dotted #fff;
	padding:17px 20px 30px 20px;
	border-radius:10px;
	text-align:center;
	color:#333;
}
#social-visit #point .text p{
	margin-top:25px;
}



/* overview =============================== */
#social-visit #overview{
}

#social-visit #overview span{
	color:#ffa63d;
	font-size:12px;
}


#social-visit .button{
	width:265px;
	height:124px;
	background:#f162a3;
	border-radius:10px;
	display:block;
	color:#fff;
	text-align:center;
	line-height:124px;
	margin:0 auto;
	font-size:22px;
	font-weight:bold;
}
#social-visit .button a:link{
	color:#ffffff;
	text-decoration:none;
	display:block;
}
#social-visit .button a:hover{
	background:#f987c0;
	border-radius:10px;
}
#social-visit .button a:visited{
	color:#fff;
}

#social-visit .mt{
	margin-top:60px;
}
#social-visit .mt10{
	margin-top:10px;
}
#social-visit .mt20{
	margin-top:20px;
}




/* contact =============================== */
#contact{
        font-size:17px;
}
#contact p{
        margin-left:14px;
}

