@charset "utf-8";

/*-----------------------------------------------------
	おかやま企業情報ナビ
	file name : index.css
-----------------------------------------------------*/

#wrapper {
	margin:0 auto;
	width:960px;
	text-align:left;
}

#spbtn {
	position:absolute;
	top:1%;
	right:2%;
	font-size:20px;
	line-height:40px;
	text-align:center;
	width:25%;
	height:40px;
	border:2px solid #999;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #DDDDDD), color-stop(1.00, #DDDDDD), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #DDDDDD 100%, #DDDDDD 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #DDDDDD 100%, #DDDDDD 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #DDDDDD 100%, #DDDDDD 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #DDDDDD 100%, #DDDDDD 100%);
	background: linear-gradient(top, #ffffff 0%, #DDDDDD 100%, #DDDDDD 100%);
}

#spbtn a {
	display:block;
	color:#000;
	text-decoration:none;
}

/*-----------------------------------------------------
	header
-----------------------------------------------------*/

#header {
	width:960px;
	background:url(../img/mainimage.png) no-repeat;
	overflow:hidden;
}

#header h1 {
	margin-bottom:25px;
}

#header #headLft {
	overflow:hidden;
	width:420px;
}

#header #headLft p#desc {
	font-size:12px;
	line-height:1.7em;
}

#header #headLft p#qr {
	margin-right:15px;
	margin-top:15px;
}

#header #headRit {
	float:right;
	width:512px;
}

#header #headRit #columnTtl {
	overflow:hidden;
}

#header #headRit #columnTtl h2 {
	font-size:18px;
	line-height:23px;
	background:url(../img/icon_arrow1.png) no-repeat 0 0;
	padding-left:26px;
	margin-bottom:15px;
	float:left;
}

#header #headRit #columnTtl p {
	padding-top:2px;
	font-size:16px;
	line-height:23px;
	font-weight:bold;
	text-align:right;
	float:right;
}

#header #headRit #columnTtl p a {
	padding-left:16px;
	display:inline;
	white-space:nowrap;
	background:url(../img/icon_arrow5.png) no-repeat 0 7px;
}

#header #headRit-inner {
	border:1px solid #9FA0A0;
	padding:15px;
	background:url(../img/grad_gray.png) repeat-x 0 bottom;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

#header #headRit-inner .column-image {
	float:left;
}

#header #headRit-inner .column-inner {
	float:right;
	width:265px;
}

#header #headRit-inner .column-inner h3 {
	font-size:16px;
	line-height:1.3em;
	border-left:5px solid #1767B2;
	padding:0 0 0 10px;
	margin-bottom:10px;
}

#header #headRit-inner .column-inner h3 span {
	font-size:13px;
}

#header #headRit-inner .column-inner p {
	font-size:12px;
	line-height:1.7em;
}

#header #headRit-inner .column-inner p.more {
	margin-top:10px;
	text-align:center;
}

/*-----------------------------------------------------
	contents
-----------------------------------------------------*/

#contents {
	margin-top:25px;
	width:960px;
}

#contents #searchTtl {
	width:960px;
	height:23px;
	overflow:hidden;
	margin-bottom:10px;
}

#contents #searchTtl h2 {
	font-size:18px;
	line-height:23px;
	background:url(../img/icon_arrow1.png) no-repeat 0 0;
	padding-left:26px;
	margin-right:10px;
	float:left;
}

/*-----------------------------------------------------
	column
-----------------------------------------------------*/

#column {
	width:960px;
}

/*	会社名、業種、エリアで探す
-----------------------------------------------------*/

#column #lft {
	float:left;
	width:340px;
}

#column #lft .alphabet h3,
#column #lft .industry h3,
#column #lft .area h3 {
	padding:13px 0 0 13px;
}

#column #lft .alphabet {
	width:340px;
	height:182px;
	background:url(../img/alphabet_bg.png) no-repeat;
	position:relative;
	margin-bottom:9px;
	z-index:10;
}

#column #lft .industry {
	width:340px;
	height:420px;
	background:url(../img/industry_bg.png) no-repeat;
	position:relative;
	margin-bottom:9px;
	z-index:20;
}

#column #lft .area {
	width:340px;
	height:177px;
	background:url(../img/area_bg.png) no-repeat;
	position:relative;
	z-index:10;
}

#column #lft .alphabet table,
#column #lft .industry table,
#column #lft .area table {
	border-collapse:collapse;
	border-spacing:0;
	width:310px;
	position:absolute;
	left:15px;
	bottom:15px;
}

#column #lft .alphabet table td,
#column #lft .industry table td,
#column #lft .area     table td {
	padding:1px;
	text-align:left;
}

#column #lft .alphabet table td a:hover img,
#column #lft .industry table td a:hover img,
#column #lft .area     table td a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
}

#column #lft ul.drop1 {
	width:152px;
	position:relative;
}

#column #lft ul.drop1 ul {
	position:absolute;
	display:none;
	top:28px;
	left:0;
}

#column #lft ul.drop1 li {
	position:relative;
	line-height:0;
}

#column #lft ul.drop1 ul {
	width:430px;
	border-left:1px solid #FFF;
	overflow:hidden;
}

#column #lft ul.drop1 ul li {
	float:left;
	border-right:1px solid #FFF;
}

#column #lft ul.drop1 ul ul {
	top:0;
}

#column #lft ul.drop1 ul a { 
	display:block;
	width:195px;
	padding:5px;
	background:#E6F0F9;
	border-bottom:1px solid #FFF;
	font-size:11px;
	line-height:normal;
	font-weight:bold;
}

#column #lft ul.drop1 ul a.hover {
	background:#2E82C4;
	color:#FFF;
}

#column #lft ul.drop2 {
	width:310px;
	position:relative;
}

#column #lft ul.drop2 ul {
	position:absolute;
	display:none;
	top:28px;
	left:0;
}

#column #lft ul.drop2 li {
	position:relative;
	line-height:0;
}

#column #lft ul.drop2 ul {
	width:308px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}

#column #lft ul.drop2 ul ul {
	top:0;
}

#column #lft ul.drop2 ul li {
	float:left;
}

#column #lft ul.drop2 ul a { 
	display:block;
	width:153px;
	padding:6px 0;
	background:#E6F0F9;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	font-size:12px;
	line-height:normal;
	text-indent:8px;
	font-weight:bold;
}

#column #lft ul.drop2 ul a.hover {
	background:#2E82C4;
	color:#FFF;
}


/*	地図で探す
-----------------------------------------------------*/

#column #rit {
	float:right;
	width:605px;
}

#column #rit .map {
	width:605px;
	height:759px;
	position:relative;
}

#column #rit .map h3 {
	padding:13px 0 0 13px;
	position:absolute;
	top:0;
	left:0;
}

#column #rit .map p.note {
	font-size:12px;
	line-height:1.5em;
	position:absolute;
	bottom:20px;
	right:20px;
}

/*-----------------------------------------------------
	キーワードで探す
-----------------------------------------------------*/

#keyword {
	margin-top:20px;
	width:960px;
	height:96px;
	background:url(../img/keyword_bg.png) no-repeat;
}

#company {
	margin-top:20px;
	width:960px;
	height:96px;
	background:url(../img/company_bg.png) no-repeat;
}

#keyword h3,
#company h3 {
	padding:33px 0 0 13px;
	float:left;
	display:block;
}

#keyword #formArea,
#company #formArea {
	float:right;
	width:750px;
	padding-top:25px;
}

#keyword #formArea #searchBox,
#company #formArea #searchBox {
	width:100%;
	height:46px;
	overflow:hidden;
}

#keyword #formArea #searchBox .txtArea,
#company #formArea #searchBox .txtArea {
	border:1px solid #CCC;
	width:505px;
	height:44px;
	float:left;
	padding-left:40px;
	margin-right:10px;
	background:#FFF url(../img/icon_search.png) no-repeat 7px center;
}

#keyword #formArea #searchBox .txtArea input,
#company #formArea #searchBox .txtArea input {
	font-size:16px;
	line-height:24px;
	width:494px;
	height:24px;
	margin-top:10px;
	border:0 none;
}

#keyword #formArea p.note,
#company #formArea p.note {
	font-size:11px;
	line-height:1.5em;
	text-align:right;
	margin-top:2px;
	padding-right:200px;
}

/*-----------------------------------------------------
	Search for English
-----------------------------------------------------*/

#english {
	margin-top:20px;
	width:958px;
	height:84px;
	border:1px solid #9FA0A0;
	background:url(../img/grad_gray.png) repeat-x left bottom;
	overflow:hidden;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#english h3 {
	padding:15px 0 0 13px;
	margin-bottom:7px;
}

#english ul {
	width:945px;
	height:27px;
	overflow:hidden;
	margin-right:-15px;
	margin-left:15px;
}

#english ul li {
	float:left;
	margin-right:15px;
	background:#FFF;	
}

#english ul li a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
}

/*-----------------------------------------------------
	詳細検索ボタン
-----------------------------------------------------*/

p#dSearch {
	margin:20px 0;
	padding-bottom:20px;
	border-bottom:1px dotted #999;
}

/*-----------------------------------------------------
	掲載社数
-----------------------------------------------------*/

#publish {
	width:958px;
	height:60px;
	border:1px solid #9FA0A0;
	background:url(../img/grad_gray.png) repeat-x left bottom;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#publish p {
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	float:left;
	padding:18px 0 0 15px;
}

#publish dl {
	float:right;
	width:750px;
	padding-top:12px;
}

#publish dl dt {
	float:left;
	margin-right:8px;
}

#publish dl dd {
	font-size:12px;
	line-height:1.3em;
	margin-bottom:5px;
}

#publish dl dd strong {
	font-size:14px;
	margin-right:8px;
}

/*-----------------------------------------------------
	新しく更新された企業、最近閲覧された企業
-----------------------------------------------------*/

#news {
	width:960px;
	margin-top:20px;
}

#update {
	float:left;
	width:470px;
}

#reading {
	float:right;
	width:470px;
}

#update  h4,
#reading h4 {
	font-size:14px;
	line-height:30px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #9FA0A0;
	padding-left:10px;
	margin-bottom:15px;
	background:url(../img/grad_gray.png) repeat-x left bottom;
}

#update  h4 span,
#reading h4 span {
	display:block;
	padding:1px 0 0 20px;
	background:url(../img/icon_arrow2.png) no-repeat left 8px;
}

#update  ul,
#reading ul {
	padding:0 11px;
}

#update  ul li,
#reading ul li {
	padding-left:19px;
	overflow:hidden;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #999;
	background:url(../img/icon_arrow3.png) no-repeat 0 2px;
}

#update  ul li dl,
#reading ul li dl {
	float:left;
	width:340px;
	font-size:12px;
	line-height:1.3em;
}

#update  ul li dl dt,
#reading ul li dl dt {
	float:left;
	font-weight:bold;
	width:84px;
}

#update  ul li dl dd,
#reading ul li dl dd {
	margin-left:84px;
}

#update  ul li span.icons,
#reading ul li span.icons {
	float:right;
	width:78px;
	height:12px;
	overflow:hidden;
	padding-top:2px;
}

#update  ul li span.icons span.icon1,
#reading ul li span.icons span.icon1 {
	float:left;
}

#update  ul li span.icons span.icon2,
#reading ul li span.icons span.icon2 {
	float:right;
}

/*-----------------------------------------------------
	掲載申込み
-----------------------------------------------------*/

#apply {
	width:938px;
	height:64px;
	margin-top:20px;
	padding:10px;
	border:1px solid #9FA0A0;
	background:url(../img/grad_gray.png) repeat-x left bottom;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#apply p.lead {
	float:left;
	font-size:12px;
	line-height:1.7em;
}

#apply p.apBtn {
	float:right;
}

/*-----------------------------------------------------
	pagetop
-----------------------------------------------------*/

p.pagetop {
	margin-top:15px;
	font-size:11px;
	line-height:1.3em;
	text-align:right;
}

p.pagetop a {
	display:inline;
	white-space:nowrap;
	padding-left:14px;
	background:url(../img/icon_pagetop.png) no-repeat 0 center;
}

/*-----------------------------------------------------
	footer
-----------------------------------------------------*/

#footer {
	margin-top:15px;
	padding:18px 15px 0 15px;
	width:930px;
	height:100px;
	background:url(../img/footer_bg.png) no-repeat;
}

#footer address {
	float:left;
	width:930px;
	height:35px;
	display:block;
	overflow:hidden;
}

#footer address span.logo {
	float:left;
}

#footer address span.txt {
	float:left;
	font-size:11px;
	line-height:1.5em;
	padding-left:23px;
}

#footer p.btn {
	float:right;
	background:#FFF;
	display:block;
}

#footer p.btn a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
}

#footer p.copyright {
	display:block;
	padding-top:37px;
	width:930px;
	font-size:11px;
	line-height:1.7em;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	clear:both;
}