<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @charset "UTF-8"; */
/*-------------------------------------------------------*/
/*   この会社をブックマーク                              */
/*-------------------------------------------------------*/
/*010----------------------------------------------------*/
div#layoutContents p.bookmarkHelp {
	/* font */
	/* background */
	/* block */
	/* border */
	/* box */
	padding-top: 6px;
	height: 33px;
	/* list */
	/* position */
	/* exitention */
	/* etc */
}

/*010----------------------------------------------------*/
div#layoutContents p.thisComBM {
	/* font */
	/* background */
	/* block */
	/* border */
	/* box */
	height: 33px;
	padding-right: 4px;
	float:right;
	/* list */
	/* position */
	/* exitention */
	/* etc */
}

/*010----------------------------------------------------*/
div#layoutContents p.help a {
	/* font */
	/* background */
	/* block */
	/* border */
	/* box */
	margin-right: 5px;
	/* list */
	/* position */
	/* exitention */
	/* etc */
}

/*-------------------------------------------------------*/
/*   信用調査報告書                                      */
/*-------------------------------------------------------*/
/*-2015/01/20 新デザイン適用 ADD START-------------------*/
.btn_pay_savepdf {
	display:inline-block;
	background: url(img/btn_pdf_download_222x38.gif) top left no-repeat;
	width: 222px;
	height: 38px;
	float:right;
	box-shadow:1px 2px 4px rgba(0,0,0,0.3);
}
.btn_pay_savepdf:hover {
	background-position: bottom left;
	cursor:pointer;
}
p.pdfBottom {
	margin:10px 5px 20px 10px;
}
body .in_double#Layout_Contents #layoutContentsfooter {
/*
	margin-top:-779px;
	margin-left:800px;
*/
	margin-top: 55px;
}
/*-2015/01/20 新デザイン適用 ADD END---------------------*/
/*-2015/01/21 新デザイン適用 ADD START-------------------*/
table.summary {
}

span.price_taxin {
	float:right;
	color:#cd3f3f;
}

span.price_taxout {
	float:right;
	color:#cd3f3f;
}

span.price_twschshy {
	float:right;
	color:#cd3f3f;
}

span.pay_chosa_msg {
	margin-left:5px;
	margin-right:5px;
	font-size:11px;
	padding-left:10px;
	padding-right:5px;
}

input.submit_btn_buy {
	background: url(img/btn_syutoku_79x29.gif) top left no-repeat;
	border:none;
	width:79px;
	height:29px;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
}
.submit_btn_buy:hover {
	background-position: bottom left;
	cursor:pointer;
}

input.submit_btn_chosa {
	background: url(img/white01.gif) top left no-repeat;
	border:none;
	width:269px;
	height:49px;
	padding-top:20px;
	padding-bottom:20px;
}
.submit_btn_chosa:hover {
	background: url(img/white01_on.gif) top left no-repeat;
	background-position: bottom left;
	cursor:pointer;
}

table.summary select {
	margin-right:10px;
}

div.btn_buy {
	text-align:right;
	margin-top:-18px;
	margin-bottom:-15px;
}

div.btn_chosa {
	text-align:center;
	padding-bottom:0px;
}

div.summary_btn_pay_chousa {
	width:269px;
	height:49px;
	background:none;
	border:none;
	margin:-3px 0 55px 0;
}

div.pay_chosa_msg {
	padding-top:5px;
	background-color:#f4f4f4;
	padding-bottom:5px;
}

hr.summary_border{
	margin-right:3px;
	margin-left:3px;
	border:1px #f4f4f4 solid;
}
/*-2015/01/21 新デザイン適用 ADD END---------------------*/
/*-2015/01/26 タイトル部・ロゴ表示 ADD START-------------*/
#Layout_Contents h2 span {
	margin:0;
}
/*-2015/01/26 タイトル部・ロゴ表示 ADD END---------------*/
/*-------------------------------------------------------*/
/*   フッター備考                                        */
/*-------------------------------------------------------*/
/* STEP1対応 END 2010/02/09 SKT山根 */
@media print{
	.width780px{
		width:auto !important;
	}
	p.bookmarkHelp{
		display:none !important;
	}
	div#layoutFooter {
		border-bottom:none;
	}
}

/*DIV*/
div.knsk {
	background-color: #1542a1;
	height:80px;
	padding-top: 15px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 5px;
	margin-bottom: 40px;
}

/*TABLE*/
div.knsk table {
	width: 100%;
}

/*TD 国選択、企業名*/
div.knsk table td.kuni_kigyomei {
	width: 65%;
	height:30px;
}

/*TD クリア、表示件数選択*/
div.knsk table td.clear_hyoji {
	width: 11%;
	height:30px;
	text-align: right;
	padding-right: 5px;
}

/*TD 検索ボタン*/
div.knsk table td.kensaku {
	width: 20%;
}


/*アイコン 企業名*/
div.knsk span.icon_kigyo {
	position: absolute;
	left : 110;
	top : 54px;
	width: 28px;
	height: 28px;
	display: block;
	background: url(img/icon_kigyoumei.png) left top no-repeat;
}

/*企業名*/
div.knsk input.inputText {
	/* font */
	font-size:14px;
	color:#666666;
	/* background */
	/* block */
	/* border */
	border:1px solid #a5acb2;
	/* box */
	padding-left:30px;
	height:25px;
	width:550px;
	margin-left:10px;
	/* list */
	/* position */
	/* exitention */
	/* etc */
	font-family:"メイリオ",Meiryo;
}

/*表示件数選択*/
div.knsk select.kennsu {
	/* font */
	font-size:14px;
	width: 92px;
	height: 28px;
	/* background */
	/* block */
	/* border */
	/* box */
	/* list */
	/* position */
	margin-top:0px;
	/* exitention */
	/* etc */
	font-family:"メイリオ",Meiryo;
}

/*クリアボタン*/
div.knsk input.btn_clear {
	background: url(img/btn_clear.jpg) top left no-repeat;
	width: 92px;
	height: 28px;
	display: block;
	font-family:"メイリオ",Meiryo;
}
div.knsk input.btn_clear:hover {
	background-position: bottom left;
	cursor:pointer;
}


/*検索ボタン*/
div.knsk input.submit {
	background: url(img/btn_search01.jpg) top left no-repeat;
	width: 107px;
	height: 66px;
	cursor:pointer;
	font-family:"メイリオ",Meiryo;
}
div.knsk input.submit:hover {
	background-position: bottom left;
	cursor:pointer;
}
ul li input {
	font-family:"メイリオ",Meiryo;
}
ul li select {
	font-family:"メイリオ",Meiryo;
}
font b {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
tt font {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
table.summary {
	font-family:"メイリオ",Meiryo;
}
table.summary tr td select {
	font-family:Meiryo UI;
	width:65%;
}

.btn_back_kigyomain {
	display:inline-block;
	background: url(img/kigyomain265x37.gif) top left no-repeat;
	border:none;
	width:265px;
	height:37px;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
}

.btn_back_kigyomain:hover {
	background: url(img/kigyomain265x37_on.gif) top left no-repeat;
	background-position: bottom left;
	cursor:pointer;
}

div#layoutContents p.caution001 {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	margin-bottom: 20px;
	margin-left: 11px;
	margin-right: 10px;
	font-size: 1.2em;
}


body .in_double#Layout_Contents #layoutContentsfooter {
	margin-top: 55px;
}
span.buy {
	color:#0068b7;
	font-weight:normal;
	text-align:left;
}
span.price_twschshy {
	float:right;
	color:#cd3f3f;
}
span.pay_chosa_msg {
	margin-left:5px;
	margin-right:5px;
	font-size:1.1em;
	padding-left:10px;
	padding-right:5px;
}
table.summary select {
	margin-right:10px;
}
div.btn_buy {
	text-align:right;
	margin-top:-18px;
	margin-bottom:-15px;
}
div.btn_chosa {
	text-align:center;
	padding-bottom:0px;
}
div.summary_btn_pay_chousa {
	width:269px;
	height:49px;
	background:none;
	border:none;
	margin:-3px 0 55px 0;
}
div.pay_chosa_msg {
	padding-top:5px;
	background-color:#f4f4f4;
	padding-bottom:5px;
}
hr.summary_border {
	margin-right:3px;
	margin-left:3px;
	border:1px #f4f4f4 solid;
}
#Layout_Contents h2 span {
	margin:0;
}
div#layoutContents p.caution001 {
	font-size:1.2em;
}

p.shime {
	/* font */
	font-size:inherit;
	/* background */
	/* block */
	/* border */
	/* box */
	padding-top:0px;/* list */
	/* position */
}</pre></body></html>