<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
玉石重機株式会社
2012リニューアル

技術ページ用CSSファイル
※basic.css を書き換える部分

|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||


*/

/*　body 背景を黒→グレーに　*/

body {
	background: #CCC;
}



/*　||||||||||||||||||||　各パーツ設定　||||||||||||||||||||　*/

/*　カバーシートをグレーから白に
*/

div#coversheet {
	background: #FFF;
}




/*　ヘッダブロック　を背景なし（透明）から通常のカバーシート色（#444）に　*/

div#head {
background: #444;
}



/*　各シートの設定　ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/

div#mainsheet {
}

div#mainsheet p{
	color: #ddd;
}




/*　ページ下部｜日本語ロゴマーク　－－－－－－－－－－－－－－－－－－－－－－　*/

p#logo {
	width: 950px;
	display: block;
	margin: 0px auto;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 20px;
}


/*　フッタの設定　－－－－－－－－－－－－－－－－－－－－－－　*/

div#foot {
	margin: 0px auto 40px;
	height: 40px;
	width: 950px;
}

div#foot p{
	font-size: 12px;
	text-align: center;
	color: #333;
	letter-spacing: 1px;
	margin-top: 20px;
	line-height: 1em;
}


/*
　　　↑↑↑↑　ここまで　basic.css　の　書き換え
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
　　　↓↓↓↓　ここから　技術ページ　共通設定
*/


/*　☆　｜技術｜へ戻る　　〈techsheet〉の前　マイナスマージンで調整　☆　*/

p#backtech {
	float: right;
	height: 100px;
	width: 30px;
	margin-right: -30px;
	margin-bottom: -100px;
}
p#backtech a{
	color: #FFF;
	text-decoration: none;
	height: 100px;
	width: 30px;
	display: block;
	background: url(img_general/back_t.gif) no-repeat left top;
	text-indent: -9999px;
}
p#backtech a:hover{
	background-position:right top;
}



div#techsheet {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

div#techsheet h3 {
	font-size: 30px;
	display: block;
	height: 60px;
	margin-bottom: 10px;
}


div#techsheet h3 em{
	font-style: normal;
	font-size: 16px;
	padding-right: 2em;
}


p#subtitle {
	color: #C30;
	font-size: 18px;
	clear: both;
	font-weight: bold;
	width: 850px;
	line-height: 1.25em;
	margin-bottom: 50px;
}

div#maintxt {
	float: left;
	width: 280px;
	display: block;
}

div#maintxt p{
	margin-bottom:30px;
	width: 280px;
}


div#mainimg {
	float: right;
	width: 540px;
}

/*　★画像＋黒オビタイトル〈strong〉＋テキスト★　*/
p.imgbox {
	font-size: 12px;
	line-height: 1.75em;
}
p.imgbox img{
}
p.imgbox strong{
	display: block;
	line-height: 1em;
	background: #000;
	color: #FFF;
	padding: 6px 6px 6px 10px;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: normal;
}

/*　★諸元テーブル★　*/
table.spec {
	border-top: 1px none #666;
	border-right: 1px none #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}

table.spec td{
	font-size: 12px;
	padding: 0.5em;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px none #666;
	border-left: 1px none #666;
	line-height: 1em;
}

table.spec td.line{
	line-height: 1.25em;
}

table.spec tr:first-child{
	background: #DDD;
	font-weight: bold;
}


/*　★ページ内コメント　文字サイズ：12px★　*/
.txtsmall {
	font-size: 12px;
	line-height: 1.75em;
}



/*　|||||||||||||||||||||||||||||||||||||||||||||||||||||
　　　ページ下部の　テキストリンク（特殊技術内巡回）　
　　　★　タマイシ「カタカナロゴ」の上　*/

p#techlink {
	font-size: 12px;
	color: #999;
	margin-top: 60px;
	margin-left: 50px;
	width: 850px;
	border-top: 1px dotted #999;
	padding-top: 1em;
}

p#techlink a{
	color: #333;
	text-decoration: none;
}


p#techlink a:hover{
	color: #C30;
}
</pre></body></html>