﻿@charset "utf-8";

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


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

Main

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

/* -- MeritCopy -- */

div#MeritCopy {
	padding-bottom: 10px;
}

div#MeritCopy div.InSec {
	padding: 25px 0 0;
	background: none;
}

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

div#MeritCopy div.InSec div#MeritFig {
	float: right;
	display: inline;
	width: 314px;
	margin-left: 40px;
	margin-bottom: 30px;
}

div#MeritCopy div.InSec p {
	margin-bottom: 20px;
}

div#MeritCopy div.InSec p span {
	font-weight: 700;
}

/* -- MeritListSec -- */

div#MeritListSec {
	margin-bottom: 0;
	padding-bottom: 0;
}

div#MeritListSec h2.TitStyle01_02 {
	margin-bottom: 0;
}

div#MeritListSec ol {
	margin: 0 -20px;
 	padding: 0 1px;
	background: url(../img/top/bg_maincase_01.png) 0 0 repeat-y;
}

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

div#MeritListSec ol ul li {
	float: none;
	width: auto;
	padding: 0 0 0 15px;
}

div#MeritListSec h3 {
	padding-bottom: 5px;
	border-bottom: 3px solid #93b131;
	line-height: 1.2;
	font-size: 123.1%;
	font-weight: 700;
	color: #000;
}

div#MeritListSec p.Copy {
	font-weight: 700;
	color: #6a8a04;
}

/* -- WorksLink -- */

p#WorksLink {
	padding: 20px 20px 50px;
	line-height: 1.2;
	font-weight: 700;
}

p#WorksLink a {
	margin-left: 10px;
	padding-left: 15px;
	background: url(../img/common/icon_arrow_02.png) 0 50% no-repeat;
}

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

ClearFix (必要なければ消す)

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

/* -- Modern Browsers -- */

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

/* -- IE7 -- */

*:first-child+html div#MeritListSec ol {
	zoom: 1;
}

/*  -- Legacy IE -- */

* html div#MeritListSec ol {
	zoom: 1;
}