﻿@charset "utf-8";

/* ********************************************* */
/** ページ毎の設定
/** contents.css
/** 看板製作専門店
/* ********************************************* */

/********************************
トップページ
********************************/
#BnSekourei a
{
	display:block;
	width:561px;
	height:79px;
}
#BnSekourei a{
	background-image:url(../images/bn/main2.jpg);}

/********************************
お客様の声一覧
********************************/
#usersList
{
	width:560px;
}
#usersList .sideRow
{
	margin:15px 0;
}
#usersList .leftBox p,
#usersList .rightBox p
{
	width:270px;
}

/********************************
施工例
********************************/
.sekoureiTable td
{
	border:none;
}

/********************************
会社概要
********************************/
.gaiyouTable
{
	width:550px;
	margin:0 10px;
}
.gaiyouTable th,
.gaiyouTable td
{
	padding:10px;
}

/********************************
特定商取引法に基づく表記
********************************/
.lawTable th,
.lawTable td
{
	padding:10px;
}

/********************************
関連商品　仕様テーブル
********************************/
.specTable
{
	width:550px;
}
.specTable th
{
	width:6em;
	color:#ffffff;
	background-color:#2ea300;
}
.specTable td
{
	background-color:#e8fce7;
}

