@charset "utf-8";

/*
	Service | Pay
----------------------------------------------------------------------*/

/*KeyVisual---*/
#KeyVisual .keyImage {
	background-image: url(/img/service/img_key.jpg);
}
/*---KeyVisual*/


/*firstBlock---*/
#firstBlock {
	line-height: 1.75em;
}

#firstBlock .blockTitle {
	margin-bottom: 20px;
}

#firstBlock .group {
	overflow: hidden;
}

#firstBlock .img {
	float: right;
	width: 200px;
}

#firstBlock .box {
	margin-right: 230px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 15px;
}

#firstBlock .title {
	font-size: 1.2em;
	font-weight: bold;
}

#firstBlock .title span {
	color: #E3CDAE;
}

#firstBlock .text {
	margin-bottom: 5px;
}

#firstBlock .notice {
	font-size: 0.95em;
}

#firstBlock .link {
	margin: 5px 0;
	text-align: left;
}

#firstBlock .links {
	overflow: hidden;
}

#firstBlock .links li {
	float: left;
	margin-right: 20px;
}

#firstBlock .etc {
	font-size: 0.9em;
}

#firstBlock .etc ul {
	list-style: disc;
	margin-left: 25px;
}
/*---firstBlock*/
