@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

/*clearFix*/
#contents:after,
#serviceItem:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#serviceBox {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #B2DEF4;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-left: 7px;
	height: 45px;
}

#serviceBox img {
	float: left;
	margin-right: 10px;
}

#serviceBox p {
	font-size: 12px;
	line-height: 1.4em;
	vertical-align: middle;
}

#serviceBox a {
	color: #FF6600;
	text-decoration: none;
}

p.img {
	margin-bottom: 20px;
}
