<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*-----------------------------------------------------
	company_detail.css
-----------------------------------------------------*/

#contents {}

#contents .compName {
	padding:8px 10px;
	border-bottom:1px solid #12538D;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1767B2), color-stop(0.00, #2E82C4));
	background: -webkit-linear-gradient(top, #2E82C4 0%, #1767B2 100%);
	background: -moz-linear-gradient(top, #2E82C4 0%, #1767B2 100%);
	background: -o-linear-gradient(top, #2E82C4 0%, #1767B2 100%);
	background: -ms-linear-gradient(top, #2E82C4 0%, #1767B2 100%);
	background: linear-gradient(top, #2E82C4 0%, #1767B2 100%);
	background-color:#1767B2;
}

#contents .compName h1 {
	font-size:18px;
	line-height:1.3em;
	color:#FFF;
}

#contents .compName p {
	font-size:12px;
	line-height:1.3em;
	color:#FFF;
}

/*	企業写真
-----------------------------------------------------*/

#contents p.image {
	margin-top:10px;
	text-align:center;
}

/*	PRメッセージ、企業・事業の概要
-----------------------------------------------------*/

#contents #message,
#contents #outline,
#contents #business {
	margin-top:10px;
	padding:0 10px;
}

#contents #business {
	margin-bottom:10px;
}

#contents #message  h1,
#contents #outline  h1,
#contents #business h1 {
	margin:0 -10px;
	font-size:14px;
	line-height:36px;
	text-indent:10px;
	background:#E6E6E6;
	text-shadow:1px 1px 0px #FFF;
}

#contents #message  p.lead,
#contents #business p.lead {
	font-size:13px;
	line-height:1.5em;
	margin-top:10px;
}

#contents #outline table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:12px;
	line-height:1.5em;
	width:100%;
}

#contents #outline table th {
	padding:7px 10px;
	width:60px;
	text-align:left;
	border-bottom:1px solid #CCC;
}

#contents #outline table td {
	padding:7px 10px;
	border-bottom:1px solid #CCC;
}

#contents #business ul#listArea {
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px solid #CCC;
}

#contents #business ul#listArea li {
	background:#F7F7F7;
}

#contents #business ul#listArea li .item {
	overflow:hidden;
	border:1px solid #CCC;
	border-top:none;
	padding:5px;
}

#contents #business ul#listArea li .item img {
	float:left;
	margin-right:5px;
}

#contents #business ul#listArea li .item .caption {
	font-size:12px;
	line-height:1.4em;
}

/*	お問い合わせ ボタン
-----------------------------------------------------*/

#contents p.btnCont {
	margin-top:10px;
}

#contents p.btnCont a {
	display:block;
	padding:6px;
	font-size:12px;
	line-height:1.3em;
	font-weight:bold;
	color:#1766B2;
	text-align:center;
	border:1px solid #9EC9E4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #D9E9F4), color-stop(0.00, #FFF));
	background: -webkit-linear-gradient(top, #FFF 0%, #D9E9F4 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #D9E9F4 100%);
	background: -o-linear-gradient(top, #FFF 0%, #D9E9F4 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #D9E9F4 100%);
	background: linear-gradient(top, #FFF 0%, #D9E9F4 100%);
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	text-shadow:1px 1px 0px #FFF;
}

#contents p.btnGohp a {
	display:block;
	padding:6px;
	font-size:12px;
	line-height:1.3em;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	border:1px solid #F60;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F60), color-stop(0.00, #F90));
	background: -webkit-linear-gradient(top, #F90 0%, #F60 100%);
	background: -moz-linear-gradient(top, #F90 0%, #F60 100%);
	background: -o-linear-gradient(top, #F90 0%, #F60 100%);
	background: -ms-linear-gradient(top, #F90 0%, #F60 100%);
	background: linear-gradient(top, #F90 0%, #F60 100%);
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

/*	トップに戻る・ページの先頭へ ボタン
-----------------------------------------------------*/

#contents ul.btn {
	overflow:hidden;
	padding:10px 10px 0 10px;
	border-top:1px solid #CCC;
}

#contents ul.btn li.lft {
	float:left;
}
#contents ul.btn li.rit {
	float:right;
}</pre></body></html>