@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------
   4-FOOTER SERVICE
------------------------------------------------------------------------------------------------- */
#service_content{
	width:960px;
	margin:0 auto;	
}

.contact_title{
	width:288px;
	line-height:30px;
	float:left;
	padding:16px;
	text-align:center;
	font-size:24px;
	font-family: 'comfortaabold',"微软雅黑", Verdana, Geneva, sans-serif,"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
	text-transform:uppercase;
	color:#f7a700;
	font-weight:bold;
	
	
}

.service_contact{
	width:288px;
	height:50px;
	float:left;
	padding:0 16px 8px 16px;
	
}

#chat{
	background:url(../_images/contact_chat.fw.png) 16px top no-repeat;
	
}

#chat ul{
	margin:8px;
	padding:0;
	list-style:none;
	

}

#chat ul li{
	width:5em;
	float:left;
	text-align:center;
	font-size:0.8em;	
	line-height:2.5em;
	padding-left:2em;
	
}

#chat ul li a{
	display: block;
	color:#0061af;
	text-decoration:none;
	cursor:pointer;
	
	
	
}

#chat ul li a:hover,#chat ul li a:focus {
	display: block;
	text-decoration:underline;
	
}


#icon_skype{
	background:url(../_images/icon_skype.png) 5px top no-repeat;
}

#icon_qq{
	background:url(../_images/icon_qq.png) 5px top no-repeat;
}


#icon_wechat{
	background:url(../_images/icon_wechat.png) 3px 3px no-repeat;
}


#icon_wechat:hover ul{
	display:block;
	border:none;	
}


#icon_wechat ul{
	width:150px;
	margin:0;
	padding:0;
	list-style: none;
	position:relative;
	left:-10;
	z-index:1020;
	left:-20px;
	display:none;
	overflow: hidden;
	
}

.service-column-wrapper{
	clear: both;	
	width:960px;
	height:210px;
	margin:0 auto;
	
}

.service-column{
	width:160px;
	height:210px;
	float:left;
	padding:0 16px;

}



.service-description{
	border-top:1px dotted #7f7f7f;
	color:#333;
	padding:6px 0;
}

.service-description ul {
	margin:0;
	padding:0;
}

.service-feature{
	font-size:13px;
	line-height:16px;
	list-style:none;
	background:url(../_images/arrow_red_r.png) 8px 5px no-repeat;
	padding-left:16px;
	margin-top:8px;
	
	
	
}
