@charset 'utf-8';

/*-----------------------------------------------------------


	add.css
		個別ページで適用する拡張スタイル・クラス


------------------------------------------------------------*/

/*要素--------------------------------------------------------------------------*
a, abbr, acronym, address, area, base, bdo, blockquote, body, br, button, caption, 
cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, frame, 
frameset, h1, h2, h3, h4, h5, h6, head, hr, html, iframe, img, input, ins, kbd, 
label, legend, li, link, map, meta, noframes, noscript, object, ol, optgroup, 
option, p, param, pre, q, rb, rbc, rp, rt, rtc, ruby, samp, script, select, span, 
strong, style, sub, sup, table, tbody, td, textarea, tfoot, th, thead, title, tr, 
ul, var
*-------------------------------------------------------------------------------*

/*xhtml非推奨要素---------------------------------------------------------------*
applet, basefont, center, dir, font, isindex, menu, s, strike, u
*-------------------------------------------------------------------------------*


/*cssでの指定を推奨-------------------------------------------------------------*
b, big, i, small, tt
*-------------------------------------------------------------------------------*


/*使いそうな要素----------------------------------------------------------------*
a, address, blockquote, body, br, button, caption, code, col, colgroup, dd, del, 
div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, head, hr, html, img, 
input, label, legend, li, meta, noscript, object, ol, optgroup, option, p, pre, 
script, select, span, strong, style, table, tbody, td, textarea, tfoot, th, thead, 
title, tr, ul
*-------------------------------------------------------------------------------*/



/*--------------------------------------bdf.html
----------------------------------------*/
div#container div#content dl.bdf-3m {
	
}
div#container div#content dl.bdf-3m dt {
	padding:0 0 0 0;
	background-image:none;
	background-color:transparent;
}
div#container div#content dl.bdf-3m dt img {
	display:block;
}

div#container div#content p.bdf-sticker {
	background-image:url(../img/bdf/img_03.jpg);
	height:110px;
	min-height:110px;
	padding-right:240px;
}





/*--------------------------------------kyoka.html
----------------------------------------*/

div#container div#content table.kyoka-ihs {
}

div#container div#content table.kyoka-ihs .col-01-01 {
	width:5em;
}
div#container div#content table.kyoka-ihs .col-02 {
	width:120px;
}





/*--------------------------------------work.html
----------------------------------------*/
div#container div#content ul.work-ul-cut {
	background-repeat:no-repeat;
	background-position:100% 0%;
	min-height:160px;
	_height:160px;
	padding-right:240px;
}

div#container div#content ul.work-ul-cut01 {
	background-image:url(../img/work/img_21.gif);
}
div#container div#content ul.work-ul-cut02 {
	background-image:url(../img/work/img_22.gif);
}
div#container div#content ul.work-ul-cut03 {
	background-image:url(../img/work/img_23.gif);
}

/*---------------処分費テーブル*/
div#container div#content table.work-table {
	margin:1em 110px 0em 110px;
}
div#container div#content table.work-table caption {
	display:none;
}









/*--------------------------------------kaisha.html
----------------------------------------*/

/*---沿革table-----*/
div#container div#content table.enkaku {
	border-top:none;
	border-left:none;
	border-right:none;
	border-collapse:collapse;
	empty-cells:show;
/*	table-layout:fixed;*/
}
div#container div#content table.enkaku caption {
	display:none;
}
div#container div#content table.enkaku tr {
}
div#container div#content table.enkaku tr th {
	border-bottom:1px solid #3d2b01;
	border-right:none;
	padding:5px;
	background-image:none;
	text-align:left;
	width:8em;
	vertical-align:top;
}
div#container div#content table.enkaku tr td {
	border-bottom:1px solid #3d2b01;
	border-right:none;
	padding:5px;
}



/*--------------------------------------toi/index.html
----------------------------------------*/

/*---お問い合わせ-----*/

div#container div#content form.toi-form {
}
div#container div#content form.toi-form fieldset {
	margin:0 0 1em 0;
	padding:0px 10px 0px 10px;
	border:1px solid #3d2b01;
}
div#container div#content form.toi-form legend {
	display:block;
	font-size:large;
	font-weight:bold;
	/*border:1px solid #000000;*/
}





div#container div#content {
}
