﻿@charset "utf-8";

/*------------------------------------------------------------------------------
Bridge Corporation Inc. - CSS Modules Import
Date: 2010-06-23
Copyright (C) 2010 Bridge Corporation Inc. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Main

---------------------------------------- */

/* -- ServiceCopy -- */

div#ServiceCopy div.InSec {
	padding-bottom: 20px;
	background: none;
}

div#ServiceCopy div.InSec h2.Copy {
	margin-bottom: 50px;
}

/* -- ServiceListSec --*/

div#ServiceListSec {
	padding: 0 0 40px;
}

div#ServiceListSec h2.TitStyle01_02 {
	margin: 0 0 25px;
}

div#ServiceListSec table {
	width: 100%;
	table-layout: fixed;
}

div#ServiceListSec table td {
	padding: 0 20px 40px;
	vertical-align: top;
}

div#ServiceListSec p.Copy {
	margin: 12px 0;
	line-height: 1.2;
	font-weight: 700;
	color: #6a8a04;
}

div#ServiceListSec div.SiteImg {
	float: left;
	width: 120px;
	line-height: 1.2;
	text-align: center;
}

div#ServiceListSec div.SiteImg a {
	text-decoration: none;
}

div#ServiceListSec div.SiteImg img {
	margin-bottom: 2px;
}

div#ServiceListSec div.SiteImg span {
	font-size: 77%;
	cursor: pointer;
}

div#ServiceListSec p.SiteDesc {
	margin-left: 135px;
}


/* -- Image Link Opacity -- */

div#ServiceListSec div.SiteImg a:hover img {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */  
	filter: alpha(opacity=75); /* IE lt 8 */  
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */  
	-khtml-opacity: .75; /* Safari 1.x */  
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}

/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div#ServiceListSec table td:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div#ServiceListSec table td {
	zoom: 1;
}

/*  -- Legacy IE -- */

* html div#ServiceListSec table td {
	zoom: 1;
}