﻿@charset "utf-8";

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

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

Header

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

div#Container {
	background: url(../img/top/bg_header_01.png) 0 0 repeat-x;
}

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

MainVisual

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

div#MainVisual {
	text-align: center;
}

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

Content

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

div#Content {
	padding-top: 31px;
}

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

Main

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

div#Main {
	padding-top: 31px;
}

/* -- div#MainCase -- */

div#MainCase ul {
	padding: 0 1px;
	background: url(../img/top/bg_maincase_01.png) 0 0 repeat-y;
}

div#MainCase ul li {
	position: relative;
	float: left;
	width: 196px;
	padding: 20px 20px 25px;
}

div#MainCase h3 {
	margin-bottom: 25px;
}

div#MainCase p {
	margin-top: 5px;
	letter-spacing: -1px;
}

div#MainCase div.Thumb {
	min-height: 175px;
	height: auto !important;
	height: 175px;
}

div#MainCase div.Thumb p {
	margin-top: 2px;
	line-height: 1.4;
	letter-spacing: 0;
	font-size: 77%;
	color: #b5aa9f;
}

div#MainCase p.Detail {
	margin-top: 10px;
}

/* -- div#MainSvc -- */

div#MainSvc table {
	table-layout: fixed;
	background: url(../img/common/line_dotted_03.png) 50% 0 repeat-y;
}

div#MainSvc td {
	padding: 12px 20px 25px;
	vertical-align: top;
	background: none;
}

div#MainSvc tr.FirstRow01 td {
	background: url(../img/common/line_dotted_02.png) 0 100% repeat-x;
}

div#MainSvc td h3 {
	margin-bottom: 10px;
}

/* -- div#MainInfo -- */

div#MainInfo div.InSec {
	background: url(../img/top/bg_maininfo_01.png) 0 0 repeat-y;
}

div#MainInfo div#InfoSec,
div#MainInfo div#CEOSec {
	float: left;
	width: 335px;
}

div#MainInfo div#CEOSec {
	float: right;
	padding-left: 40px;
	background: url(../img/common/line_dotted_02.png) 0 0 repeat-x;
}

div#MainInfo div#InfoSec dl {
	padding: 0 20px 20px;
}

div#MainInfo div#InfoSec dl dt {
	float: left;
	width: 90px;
	font-weight: 700;
}

div#MainInfo div#InfoSec dl dd {
	margin-left: 100px;
	zoom: 1;
}

div#MainInfo div#CEOSec dl {
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding: 0 20px 15px 118px;
	background: url(../img/top/img_ceo_01.jpg) 20px 0 no-repeat;
}

div#MainInfo div#CEOSec dl dt {
	font-weight: 700;
}

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

ClearFix (必要なければ消す)

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

/* -- Modern Browsers -- */

div#MainCase ul:after,
div#MainInfo div.InSec:after,
div#MainInfo div#InfoSec dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div#MainCase ul,
*:first-child+html div#MainInfo div.InSec,
*:first-child+html div#MainInfo div#InfoSec dl {
	zoom: 1;
}

/*  -- Legacy IE -- */

* html div#MainCase ul,
* html div#MainInfo div.InSec,
* html div#MainInfo div#InfoSec dl {
	zoom: 1;
}