﻿@charset "utf-8";

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


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

Main

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

/* -- CaseCopy -- */

div.CaseCopy div.InSec {
	padding-bottom: 50px;
	background: url(../img/common/line_dotted_01.png) left bottom repeat-x;
}

div.CaseCopy div.InSec h2.Copy {
	margin-bottom: 45px;
}

div.CaseCopy div.InSec strong {
	font-weight: 700;
}

/* -- CaseFlowSec --*/

div.CaseCopy div.InSec div.CaseBeforeSec dl,
div.CaseCopy div.InSec div.CaseAfterSec dl {
	width: 390px;
	float: left;
}

div.CaseCopy div.InSec div.CaseBeforeSec {
	padding: 0 0 33px 60px;
	background: url(../img/case/ico_arrow_01.png) 23% 96% no-repeat;
}

div.CaseCopy div.InSec div.CaseBeforeSec dt {
	border-bottom: 3px solid #eae5da;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

div.CaseCopy div.InSec div.CasePropSec {
	clear: both;
	padding: 0 0 33px 60px;
	background: url(../img/case/ico_arrow_01.png) 23% 96% no-repeat;
}

div.CaseCopy div.InSec div.CasePropSec dt {
	height: 16px;
	line-height: 1.0em;
}

div.CaseCopy div.InSec div.CasePropSec dd {
	width: 580px;
	border: 3px solid #eae5da;
	padding: 8px 12px;
	margin-top: 3px;
	background-color: #fff;
}

div.CaseCopy div.InSec div.CaseAfterSec {
	padding-left: 60px;
}

div.CaseCopy div.InSec div.CaseAfterSec dt {
	border-bottom: 3px solid #93b131;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

img.Thumb01 {
	float: left;
	margin-right: 20px;
}

img.Thumb02 {
	float: left;
	margin-left: -7px;
	margin-top: -5px;
	margin-right: 20px;
}




/* -- 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.CaseBeforeSec:after,
div.CaseAfterSec:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div.CaseBeforeSec,
*:first-child+html div.CaseAfterSec, {
	zoom: 1;
}

/*  -- Legacy IE -- */

* html div.CaseBeforeSec,
* html div.CaseAfterSec {
	zoom: 1;
}