@charset "utf-8";

/*==================================================	
/ HTML
/=================================================*/

*{
	margin: 0px;
	padding: 0px;
}

body{
	font-size: 14px;
	text-align: center;
	background-color: #eee;
}

p,
th,
td{
	line-height: 150%;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body,select,
input,
textarea,
button{
	font-family: Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*==================================================	
/ レイアウト
/=================================================*/

#wrapper{
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 20px;
	background-color: #FFFFFF;
}

/* ヘッダー */
#header{
	margin-bottom: 20px;
}

/* フッター */
#footer{
	margin-top: 20px;
}

/* コンテンツ */
#container{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

/* ページタイトル */
#container h1{
	margin-bottom: 20px;
	font-size: 20px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container h1 a{
	text-decoration: none;
}

/* メインタイトル */
.mainTitle{
	font-size: 16px;
	margin-bottom: 20px;
	padding: 5px;
}

/* サブタイトル */
.subTitle{
	font-size: 14px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

/* パンくずリスト */
.breadCrumbs{
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 14px;
}
.breadCrumbs a{
	text-decoration: underline;	
}

/* メイン
--------------------------------------------------*/
#main{
	float: left;
	width: 600px;
}

/* サイドバー
--------------------------------------------------*/
#sidebar{
	float: right;
	width: 200px;
}
#sidebar a{
	text-decoration: none;
}

/* 一覧に戻る */
#sidebar .backlink{
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar .backlink a{
	padding: 5px;
	background-color: #eeeeee;
	display: block;
}

/* 見積結果 */
#estimateResult{
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#estimateResult dl{
	overflow: hidden;
}
#estimateResult dt{
	float: left;
}
#estimateResult dd{
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

/*==================================================	
/ 見積選択
/=================================================*/
#selectEstimate{
	margin-bottom: 20px;
}

/* ラジオボタン */
#selectEstimate .radio{
	display: block;
	margin-right: 10px;
}
#selectEstimate .radio label{
	margin-left: 2px;
}

/* チェックボックス */
#selectEstimate .checkbox{
	display: block;
	margin-right: 10px;
}
#selectEstimate .checkbox label{
	margin-left: 2px;
}

/* 画像選択 */
#selectEstimate fieldset{
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}
#selectEstimate fieldset .image{
	height: 80px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

/* 説明 */
#selectEstimate .description{
	margin-bottom: 10px;
}

/* 要約 */
#selectEstimate .summary{
	margin-bottom: 20px;
}

/* 見積印刷
--------------------------------------------------*/
#printEstimate input.company{
	width: 400px;
}
#printEstimate input.name{
	width: 200px;
}

/*==================================================	
/ 見積内容
/=================================================*/
#estimateContent{
	margin-bottom: 20px;
}

#estimateContent table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	border-width: 1px;
	border-style:solid;
}

#estimateContent th,
#estimateContent td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}

#estimateContent th{
	padding: 5px;
	font-weight: normal;
}
#estimateContent th.quantity{
	width: 60px;
}
#estimateContent th.price{
	width: 100px;
}
#estimateContent th.sumprice{
	width: 140px;
}

#estimateContent td{
	padding: 5px;
}
#estimateContent td.quantity,
#estimateContent td.price,
#estimateContent td.sumprice{
	text-align: right;
}

#estimateContent tfoot th,
#estimateContent tfoot td{
	text-align: right;
}

#estimateContent td.discount{
	color: #ff0000;
}

/*==================================================	
/ お客様情報入力
/=================================================*/

/* 複数行テキスト */
#customerForm .customerField-textarea textarea{
	padding: 5px;
}

/* ラジオボタン */
#customerForm .customerField-radio input{
	margin-right: 2px;
}
#customerForm .customerField-radio label{
	margin-right: 5px;
}

/* チェックボックス */
#customerForm .customerField-checkbox input{
	margin-right: 2px;
}
#customerForm .customerField-checkbox label{
	margin-right: 5px;
}

/* 要約 */
#customerForm .summary{
	margin-bottom: 20px;
}

/*==================================================	
/ フォーム
/=================================================*/
.formStyle{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.formStyle th{
	padding: 5px;
	text-align: left;
	font-weight: normal;
	width: 150px;
	border-width: 1px;
	border-style:solid;
}

.formStyle td{
	padding: 5px;
	border-width: 1px;
	border-style:solid;
}

.formStyle input,
.formStyle select,
.formStyle textarea{
	font-size: 100%;
}
.formStyle input{
	vertical-align: middle;
}

.formStyle textarea{
  width: 100%;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

/* 固定項目
--------------------------------------------------*/

/* 名前 */
.formStyle input.sei{
	width: 80px;
	margin-left: 2px;
	margin-right: 5px;
}
.formStyle input.mei{
	width: 80px;
	margin-left: 2px;
}

/* 郵便番号 */
.formStyle input.zip1{
	width: 40px;
	margin-right: 2px;
}
.formStyle input.zip2{
	width: 60px;
	margin-left: 2px;
}

/* 市区町村 */
.formStyle .addr1{
	width: 200px;
}

/* 番地・建物名 */
.formStyle .addr2{
	width: 400px;
}

/* 電話番号 */
.formStyle .tel1{
	width: 50px;
	margin-right: 2px;
}
.formStyle .tel2{
	width: 50px;
	margin-left: 2px;
	margin-right: 2px;
}
.formStyle .tel3{
	width: 50px;
	margin-left: 2px;
}

/* メールアドレス */
.formStyle .email{
	width: 400px;
}

.formStyle .email-confirm{
	margin-top: 5px;
}

/* ボタン
--------------------------------------------------*/
.formButton{
	text-align: center;
}
.formButton .send{
	width: 140px;
}
.formButton .reset{
	width: 100px;
	margin-right: 10px;
}

/* エラー
--------------------------------------------------*/
.error-message{
	margin-top: 5px;
}

/* その他
--------------------------------------------------*/

/* 必須項目 */
.formStyle .required{
	margin-left: 2px;
	font-size: 90%;
}

/* 入力ルール */
.formStyle .rule{
	margin-left: 5px;
}

/* ラベル */
.formStyle .labelFornt{
	margin-right: 2px;
}
.formStyle .labelBack{
	margin-left: 2px;
}

/* アップロード済みの画像 */
.formStyle .setUpload{
	margin-bottom: 10px;
}

/*==================================================	
/ 文章
/=================================================*/

/* ページ説明 */
.explanation{
	margin-bottom: 20px;
	line-height: 150%;
}

/* 強調 */
.attention{
	color: #FF0000;
}

/*==================================================	
/ デザイン設定
/=================================================*/

/* 背景色 */
body{
	background-color: #eeeeee;
}


/* 文字色 */
body{
	color: #333333;
}

/* リンク色 */
a{
	color: #0066cc;
}

/* エラー色 */
#errorMess{
	color: #ff0000;
}

/* メインタイトル文字色 */
.mainTitle{
	color: #333333;
}

/* メインタイトル背景色 */
.mainTitle{
	background-color: #eeeeee;
}

/* サブタイトル文字色 */
.subTitle{
	color: #ffffff;
}

/* サブタイトル背景色 */
.subTitle{
	background-color: #0099ff;
}

/* 見出しセルの文字色 */
th{
	color: #333333;
}

/* 見出しセルの背景色 */
th{
	background-color: #eeeeee;
}

/* データセルの文字色 */
td{
	color: #333333;
}

/* データセルの背景色 */
td{
	background-color: #ffffff;
}

/* テーブル罫線の色 */
table,
th,
td{
	border-color: #cccccc;
	border-width: 1px;
	border-style:solid;
}

/* 必須項目の文字色 */
.formStyle .required{
	color: #ff0000;
}

/* 入力説明の文字色 */
.formStyle .description{
	color: #333333;
}

/* 入力ルールの文字色 */
.formStyle .rule{
	color: #0099ff;
}

/* 入力エラー色 */
.formStyle .error-message{
	padding: 5px;
	color: #ff0000;
	border: 1px solid #ff0000;
}
