@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
----------------------------------------------------*/

table#borderSeet {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom: 20px;
}

table#borderSeet th {
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	background-image: url(../img/icon_circle.gif);
	background-repeat: no-repeat;
	background-position: 7px 0.8em;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

table#borderSeet td {
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: top;
}

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

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

#serviceBox p {
	font-size: medium;
	line-height: 1.6em;
	vertical-align: middle;
}

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

#main p {
	margin-bottom: 10px;
}

table#officeSeet {
	margin-bottom: 10px;
}

table#officeSeet th {
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #0092DA;
	font-size: 12px;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

table#officeSeet td {
	padding: 3px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 10px;
}

table#officeSeet td a {
	background-image: url(../img/arrow_bl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	display: block;
	margin-bottom: 5px;
	padding-left: 12px;
}
