﻿/* --------------------------------------------------------------------
	サイン・ディスプレイ関連
	カットサンプル請求
--------------------------------------------------------------------- */
/* ------------------------------------------- ||
	既存の設定を上書き
*/

#header {
	height: 108px;
}
#wrap {
	background-color: #eaeaea;
}
#content {
	padding-top: 36px;
}

#main {
	float: none;
	width: 800px;
	margin: 0;
}


/* ------------------------------------------- ||
	コンテンツ部分
*/
#cg_pagehead {
	margin-bottom: 27px;
}
#cg_txtboxes {
	width: 800px;
}
.cg_txtbox1,
.cg_txtbox2 {
	float: left;
	width: 386px;
	height: 354px;
	padding: 4px;
	background: url(../../img/usr/cg_index_txtbox-bg1.gif) no-repeat #fff;
}
.cg_txtbox3,
.cg_txtbox4 {
	float: left;
	width: 386px;
	height: 372px;
	margin-top: 12px;
	padding: 4px;
	background: url(../../img/usr/cg_index_txtbox-bg2.gif) no-repeat #fff;
}
.cg_txtbox2,
.cg_txtbox4 {
	margin-left: 12px;
}
.cg_txtboxInner {
	width: 386px;
	height: 343px;
	padding-top: 11px;
	background-color: #fff;
}
.cg_txtbox3 .cg_txtboxInner,
.cg_txtbox4 .cg_txtboxInner {
	height: 361px;
}

.cg_txtbox1 dl,
.cg_txtbox2 dl {
	height: 51px;
	padding: 10px 0 0 20px;
}
.cg_txtbox3 dl,
.cg_txtbox4 dl {
	height: 69px;
	padding: 10px 0 0 20px;
}
#cg_txtboxes dt,
#cg_txtboxes dd {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
p.cg_txtboxbtn {
	width: 346px;
	height: 48px;
	margin: 0 auto;
}

