﻿@charset "utf-8";

/* ********************************************* */
/** ページ毎の設定
/** contents.css
/** のぼり旗専門店
/* ********************************************* */

/********************************
トップページ
********************************/
#topCatchBtn
{
	clear:both;
	margin:8px 0 30px 0;
}
#topCatchBtn a
{
	display:block;
	width:283px;
	height:110px;
}
.btnKakaku a{
	background-image:url(../images/top/btn-kakaku_on.gif);}
.btnSaisoku a{
	background-image:url(../images/top/btn-saisoku_on.gif);}
.btnRiyuu a{
	display:block;
	width:570px;
	height:58px;
	background-image:url(../images/top/btn-riyuu_on.gif);}


.bnSaimatu a
{
	display:block;
	width:570px;
	height:189px;
	background-image:url(../images/top/bn-saimatu_on.gif);
}
.bnHayawari a
{
	display:block;
	width:570px;
	height:227px;
	background-image:url(../images/top/bn-hayawari_on.gif);
}

/********************************
お客様の声一覧
********************************/
#usersList
{
	width:542px;
}
#usersList .sideRow
{
	margin:15px 0;
}
#usersList a
{
	display:block;
}
#usersList .users01 a{
	width:542px;
	height:195px;
	background-image:url(../images/btn/users01_on.jpg);}
#usersList .users02 a{
	width:260px;
	height:221px;
	background-image:url(../images/btn/users02_on.jpg);}
#usersList .users03 a{
	width:260px;
	height:221px;
	background-image:url(../images/btn/users03_on.jpg);}
#usersList .users04 a{
	width:260px;
	height:221px;
	background-image:url(../images/btn/users04_on.jpg);}
#usersList .users05 a{
	width:260px;
	height:221px;
	background-image:url(../images/btn/users05_on.jpg);}
#usersList .users06 a{
	width:542px;
	height:195px;
	background-image:url(../images/btn/users06_on.jpg);}

/********************************
デザインデータ作成サービス
********************************/
.designOpTable th
{
	background-color:#c6f8c3;
}
.designOpTable .textCenter
{
	color:#ffffff;
	font-weight:bold;
	white-space:nowrap;
	padding:0px 20px;
	background-color:#2ea300;
}

/********************************
よくあるご質問
********************************/
.faqList
{
	margin:15px 0;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.faqList span
{
	font-weight:bold;
	padding:0 5px 0 0;
}
.faqList dt
{
	color:#ff4e00;
	font-weight:bold;
	margin:0 0 5px 0;
}
.faqList dd
{
	margin:0 0 15px 1.2em;
}
.faqList dd.parag
{
	text-indent:0em;
}
.faqList dd span
{
	color:#0056b7;
}

/********************************
会社概要
********************************/
.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;
}

/********************************
ブログ写真
********************************/
.blogPhotoRight
{
	float:right;
	margin:15px 0px 15px 15px;
}

/********************************
お問い合わせ・お見積り依頼フォーム
********************************/
#FormBox
{
	text-align:center;
}
#MailForm
{
	width:650px;
	margin:0 auto;
	text-align:left;
}
#MailForm table
{
	width:100%;
}
#MailForm th
{
	width:130px;
	text-align:left;
	background-color:#c6f8c3;
}
#MailForm th,
#MailForm td
{
	padding:10px;
}
#MailForm div
{
	padding:10px;
	border:1px solid #cccccc;
	border-top:none;
}
div#err
{
	color:#ff0000;
	font-weight:bold;
	border:none;
	background-color:#FFCECE;
}
#MailForm div p input
{
	margin:0 5px;
}


