@charset "utf-8";
/*
Theme Name: さっぽろ産業ポータル
Theme URI: http://www.sec.jp/
Description: さっぽろ産業ポータル
Version: 1.6
Author: ILK
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */



/* categories */
#categories {
	margin-bottom:20px;
	}
#categories li a {
	padding-left:12px;
	background-image:url(../../../../img/arrow_news.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	text-decoration:underline;
	}
#categories ul {
	display:inline;
	margin-left:20px;
	}
#categories ul li {
	display:inline;	
	margin-right:10px;
	font-weight:bold;
	}
#categories ul ul li a {
	text-decoration:none;
	}
#categories ul ul li a:hover{
	text-decoration:underline;
	}
#categories ul li.food a {
	border:1px solid #ff6600;
	color:#ff6600;
	padding:5px 10px 5px 15px;
	background-image:url(images/arrow_food.gif);
	background-position:8px 10px;
	background-repeat:no-repeat;
	}
#categories ul li.making a {
	border:1px solid #4ea52c;
	color:#4ea52c;
	padding:5px 10px 5px 15px;
	background-image:url(images/arrow_making.gif);
	background-position:8px 10px;
	background-repeat:no-repeat;
	}
#categories ul li.telecom a {
	border:1px solid #0fa0df;
	color:#0fa0df;
	padding:5px 10px 5px 15px;
	background-image:url(images/arrow_telecom.gif);
	background-position:8px 10px;
	background-repeat:no-repeat;
	}
#categories ul li.bio a {
	border:1px solid #d62d2d;
	color:#d62d2d;
	padding:5px 10px 5px 15px;
	background-image:url(images/arrow_bio.gif);
	background-position:8px 10px;
	background-repeat:no-repeat;
	}
#categories ul li.const a {
	border:1px solid #5f34c1;
	color:#5f34c1;
	padding:5px 10px 5px 15px;
	background-image:url(images/arrow_const.gif);
	background-position:8px 10px;
	background-repeat:no-repeat;
	}
#post-food #categories ul li.food a {
	border:1px solid #ff6600;
	color:#fff;
	background-color:#ff6600;
	padding:5px 10px 5px 15px;
	background-image:url(images/arrow_food.gif);
	background-position:8px 10px;
	background-repeat:no-repeat;
	}
#post-making #categories ul li.making a {
	border:1px solid #4ea52c;
	color:#fff;
	background-color:#4ea52c;
	padding:5px 10px 5px 15px;
	background-image:url(images/arrow_on.gif);
	background-position:8px 10px;
	background-repeat:no-repeat;
	}
#post-telecom #categories ul li.telecom a {
	border:1px solid #0fa0df;
	color:#fff;
	background-color:#0fa0df;
	padding:5px 10px 5px 15px;
	background-image:url(images/arrow_telecom.gif);
	background-position:8px 10px;
	background-repeat:no-repeat;
	}
#post-bio #categories ul li.bio a {
	border:1px solid #d62d2d;
	color:#fff;
	background-color:#d62d2d;
	padding:5px 10px 5px 15px;
	background-image:url(images/arrow_bio.gif);
	background-position:8px 10px;
	background-repeat:no-repeat;
	}
#post-const #categories ul li.const a {
	border:1px solid #5f34c1;
	color:#fff;
	background-color:#5f34c1;
	padding:5px 10px 5px 15px;
	background-image:url(images/arrow_const.gif);
	background-position:8px 10px;
	background-repeat:no-repeat;
	}

/* title h2 */
h2.news_company {
	color:#046297;
	border-left:6px solid #046297;
	margin-bottom:10px;
	font-size:120%;
	padding:5px;
	}

/* title h3 */
#post-food h3 ,.post-food h3 {
	background-color:#ff6600;
	color:#fff;
	padding:5px;
	font-size:120%;
	}
#post-making h3,.post-making h3{
	background-color:#4ea52c;
	color:#fff;
	padding:5px;
	font-size:120%;
	}
#post-telecom h3,.post-telecom h3 {
	background-color:#0fa0df;
	color:#fff;
	padding:5px;
	font-size:120%;
	}
#post-bio h3,.post-bio h3 {
	background-color:#d62d2d;
	color:#fff;
	padding:5px;
	font-size:120%;
	}
#post-const h3,.post-const h3 {
	background-color:#5f34c1;
	color:#fff;
	padding:5px;
	font-size:120%;
	}
#post-food h3 span ,.post-food h3 span {
	display:inline;
	background-color:#fff;
	padding:2px 3px;
	font-size:80%;
	margin-right:10px;
	color:#ff6600;
	}
#post-making h3 span ,.post-making h3 span {
	display:inline;
	background-color:#fff;
	padding:2px 3px;
	font-size:80%;
	margin-right:10px;
	color:#4ea52c;
	}

#post-telecom h3 span ,.post-telecom  h3 span {
	display:inline;
	background-color:#fff;
	padding:2px 3px;
	font-size:80%;
	margin-right:10px;
	color:#0fa0df;
	}
#post-bio h3 span ,.post-bio h3 span {
	display:inline;
	background-color:#fff;
	padding:2px 3px;
	font-size:80%;
	margin-right:10px;
	color:#d62d2d;
	}
#post-const h3 span ,.post-const h3 span {
	display:inline;
	background-color:#fff;
	padding:2px 3px;
	font-size:80%;
	margin-right:10px;
	color:#5f34c1;
	}
h3 {
	clear:both;
	}
h3 a {
 	color:#fff!important;
	}


/* title h4 */
#post-food h4 {
	border-left:4px solid #ff6600;
	border-bottom:1px solid #a0a0a0;
	color:#ff6600;
	padding:5px;
	font-size:120%;
	margin:20px 0 10px 0;
	background-color:#fff;
	clear:both;
	}
#post-making h4 {
	border-left:4px solid #4ea52c;
	border-bottom:1px solid #a0a0a0;
	color:#4ea52c;
	padding:5px;
	font-size:120%;
	margin:20px 0 10px 0;
	background-color:#fff;
	clear:both;
	}
#post-telecom h4 {
	border-left:4px solid #0fa0df;
	border-bottom:1px solid #a0a0a0;
	color:#0fa0df;
	padding:5px;
	font-size:120%;
	margin:20px 0 10px 0;
	background-color:#fff;
	clear:both;
	}
#post-bio h4 {
	border-left:4px solid #d62d2d;
	border-bottom:1px solid #a0a0a0;
	color:#d62d2d;
	padding:5px;
	font-size:120%;
	margin:20px 0 10px 0;
	background-color:#fff;
	clear:both;
	}
#post-const h4 {
	border-left:4px solid #5f34c1;
	border-bottom:1px solid #a0a0a0;
	color:#5f34c1;
	padding:5px;
	font-size:120%;
	margin:20px 0 10px 0;
	background-color:#fff;
	clear:both;
	}
#post-food h5 {
	background-color:#ffdebd;
	border:none;
	font-size:100%;
	color:#000;
	margin:20px 0 10px 0;
	padding:5px;
	}
#post-making h5 {
	background-color:#d4f9c6;
	border:none;
	font-size:100%;
	color:#000;
	margin:20px 0 10px 0;
	padding:5px;
	}
#post-telecom h5 {
	background-color:#daf4ff;
	border:none;
	font-size:100%;
	color:#000;
	margin:20px 0 10px 0;
	padding:5px;
	}
#post-bio h5 {
	background-color:#ffe5e5;
	border:none;
	font-size:100%;
	color:#000;
	margin:20px 0 10px 0;
	padding:5px;
	}
#post-const h5 {
	background-color:#dbdbfb;
	border:none;
	font-size:100%;
	color:#000;
	margin:20px 0 10px 0;
	padding:5px;
	}

#post-food h6 {
	border:none;
	font-size:100%;
	color:#ff9c00;
	margin:10px 10px 0 10px;
	}
#post-making h6 {
	border:none;
	font-size:100%;
	color:#4ea52c;
	margin:10px 10px 0 10px;
	}
#post-telecom h6 {
	border:none;
	font-size:100%;
	color:#178abd;
	margin:10px 10px 0 10px;
	}
#post-bio h6 {
	border:none;
	font-size:100%;
	color:#d62d2d;
	margin:10px 10px 0 10px;
	}
#post-const h6 {
	border:none;
	font-size:100%;
	color:#2b2ea4;
	margin:10px 10px 0 10px;
	}


/* entry */
.entry {
	padding-bottom:20px;
	}
.entry p {
	padding:5px 10px;
	line-height:1.8em;
	}

.entry .prof {
	float:left;
	width:430px;
	font-size:85%;
	padding-bottom:20px;
	}
.entry .prof img {
	padding:0 10px;
	}
.entry .prof address {
	font-style:normal;
	display:block;
	padding:5px 10px;
	line-height:130%;
	}
.entry .prof p.link {
	font-size:130%;
	}

/* 50音順 */
.page50 h3 {
	background-color:#2174a2;
	color:#FFFFFF;
	padding:5px 10px;
	font-size:120%;
	margin-bottom:10px;
	}

.page50 h4 {
	clear:both;
	background-image:url(../../../../img/contents_pttl_bg.gif);
	background-repeat:no-repeat;
	line-height:25px;
	padding-left:20px;
	margin:10px 18px 5px 18px;
	background-color:#FFFFFF;
	border:0;
	}
.page50 .entry p {
	margin-left:30px;
	}
.page50 .entry {
	padding-bottom:0;
	}
.page50 .entry .link_top {
	padding-right:18px;
	margin:0;
	}
.page50 .page50_link {
	padding:0 10px;
	}
.page50 .page50_link ul {
	list-style:none;
	}
.page50 .page50_link ul li {
	margin-right:1em;
	display:inline;
	}
.page50 .entry ul {
	margin-left: 0px;
	padding: 0 0 0 40px;
	list-style: none;
	}
.page50 .entry ul li {
	}
.page50 .entry ul li a {
	background-image:url(../../../../img/arrow_news.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:12px;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 40px;
	}
.entry ul li {
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
	clear:both;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
/*企業名の右側にでる掲載に関する記述*/



#post-food h3 span,
.post-food h3 span,
#post-food h3 a,
.post-food h3 a,
#post-telecom h3 span,
.post-telecom h3 span,
#post-telecom h3 a,
.post-telecom h3 a,
#post-bio h3 span,
.post-bio h3 span,
#post-bio h3 a,
.post-bio h3 a,
#post-const h3 span,
.post-const h3 span,
#post-const h3 a,
.post-const h3 a,
#post-making h3 span,
.post-making h3 span,
#post-making h3 a,
.post-making h3 a{
float:left!important;
}

#post-food h3 span.title_sub,
.post-food h3 span.title_sub,
#post-telecom h3 span.title_sub,
.post-telecom h3 span.title_sub,
#post-bio h3 span.title_sub,
.post-bio h3 span.title_sub,
#post-const h3 span.title_sub,
.post-const h3 span.title_sub,
#post-making h3 span.title_sub,
.post-making h3 span.title_sub{
font-size:55%!important;
background:none!important;
color:#fff!important;
text-align:right!important;
float:right!important;
margin:0!important;
}
span.title_sub50on{
font-size:75%!important;
background:none!important;
color:#000!important;
text-align:right!important;
padding-right:15px;
}

#post-food h3 span.title_single,
#post-telecom h3 span.title_single,
#post-bio h3 span.title_single,
#post-const h3 span.title_single,
#post-making h3 span.title_single{
	background:none;
	color:#fff;
	padding:2px;
	font-size:100%;
	}
