@charset "utf-8";

.btn-large-skyblue,
.btn-large-gray {
	font-size: 16px;
	border: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	height: 42px;
	padding: 0 8px 0 8px;
}
.btn-large-skyblue {
    background: #0099db;
    color: #fff;
}
.btn-large-gray {
    background: #DDD;
    color: #222;
}

#welcome {
	background: #004DBF;
	padding: 8px 12px 8px 12px;
	margin-bottom: 12px;
}
#welcome h2 {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    float: left;
    height: auto;
    margin: 4px 0 0;
    padding: 0;
}
#welcome #sub-note {
	float: right;
	width: 396px;
	font-size: 14px;
	color: #ff0;
}

#search-with-states {
    border-bottom: 2px solid #E3007F;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

#search-form {
	margin-bottom: 20px;
}
#search-form-header img {
	float: left;
	margin: 0 0 0 20px;
}
#search-form-header ul {
	float: right;
}
#search-form-header li {
	float: right;
	list-style: none;
	margin-left: 10px;
	display: inline;
}
#search-form-header li a {
	display: inline-block;
	background: #069;
	padding: 0 20px 0 20px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
#search-form-header li#company-tab-menu a {
	background: #e3007f;
}
#search-form-header li#business-tab-menu a {
	background: #0099db;
}
#search-form-header li#mypage-tab-menu a {
	background: #f2a7c1;
}
#search-form-body {
	border-width: 3px;
	border-style: solid;
	min-height: 200px;
	padding: 20px;
	border-radius: 5px 0 5px 5px;
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
}
.company-tab {
	border-color: #e3007f;
}
.business-tab {
	border-color: #0099db;
}
.mypage-tab {
	border-color: #f2a7c1;
}

.table-for-form {
	width: 100%;
}
.table-for-form th,
div.as-th {
    font-size: 16px;
	font-weight: bold;
}
.table-for-form th {
    padding-bottom: 10px;
}
.table-for-form td {
	padding: 0 15px 20px 0;
	vertical-align: top;
}
.table-for-form td input {
	border: 1px solid #CCC;
	width: 240px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px 0 5px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #222;
}
.btn-green-round {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: none;
	background: #81bc24;
	height: 32px;
	line-height: 32px;
	font-size: 16px; 
	color: #fff;
	font-weight: bold;
	padding: 0 5px 0 5px;
}
.search-note {
	display: inline;
	font-size: 14px;
	height: 30px;
}
.search-note span {
	color: #094;
}

#states-selector {
	width: 100%;
	border-spacing: 10px;
	color: #111;
}
#states-selector tbody th {
	font-size: 14px;
	width: 70px;
	vertical-align: middle;
}
#states-selector tbody td {
	font-size: 14px;
	border: solid 3px #999;
	padding: 8px;
}
#states-selector tr.no-frame td {
	border: none;
	text-align: center;
}
#states-selector tr.no-frame .search-note {
	margin-left: 10px;
}
#states-selector tbody td span {
	display: inline-block;
	margin-right: 5px;
}
#states-selector tfoot td {
	padding-top: 10px;
	text-align: center;
}

#results-area {
	margin: 20px 0 20px 0;
}
.article {
	margin-bottom: 20px;
}
.article-header {
	background: #81bc24;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	line-height: 100%;
	padding: 4px;
}
.article-header .icons {
    width: 136px;
    float: left;
    margin: 0 0 0 4px;
}
.article-header .status-area {
    display: block;
	margin: 2px 0 2px 0;
}
.article-header .company-name {
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 13px;
	_padding-top: 3px;
}
.article-header .company-name-yomi {
	font-size: 12px;
}
.article-header .right-info {
	float: right;
}
.article-header .modified {
	color: #fff;
	font-size: 12px;
	text-align: right;
}
.article-body {
	border: 1px solid #CCC;
	border-width: 0 1px 1px 1px;
	position: relative;
}
.article-body table {
	width: 880px;
	border-spacing: 5px;
}
.article-body table th,
.article-body table td {
	padding: 3px;
	vertical-align: middle;
}
.article-body table th {
	background: #DDD;
	font-size: 13px;
	width: 120px;
	text-align: center;
}
.article-body table td {
	font-size: 13px;
	padding-left: 10px;
}
.article-body table b {
	font-weight: bold;
}
.details-link {
	display: block;
	top: 10px;
	right: 10px;
	position: absolute;
	background-repeat: no-repeat;
}
.shrink tbody {
	display: none;
}
.shrink tfoot {
	display: none;
}
.open-details {
	width: 50px;
	height: 32px;
	background-image: url(../img/search/open-details.png);
}
.open-details-more {
	width: 93px;
	height: 32px;
	background-image: url(../img/search/open-details-more.png);
	display: none;
	top: auto;
	bottom: 10px;
}
.close-details {
	width: 47px;
	height: 30px;
	background-image: url(../img/search/close-details.png);
	display: none;
}
.apart {
	margin-right: 10px;
	display: inline-block;
}
.sp-note {
	font-size: 12px;
}
.sakusaku-link {
	margin-bottom: 3px;
}
.view-map {
	vertical-align: middle;
	display: inline-block;
}

#product_keywords {
	border: 2px solid #E3007F;
	margin: 15px 0 0 0;
	background: #fff8a3;
	height: 260px;
	overflow-x: hidden;
	overflow-y: auto;
}
#product_keywords strong {
	background: #E3007F;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#product_keywords a {
	display: inline-block;
	margin: 8px;
}
#show-all {
	text-align: right;
}
#all-keywords {
}
#all-keywords dl {
	margin: 10px 0 10px 0;
}
#all-keywords dt {
	float: left;
	width: 100px;
	font-size: 35px;
	color: #CCC;
	font-weight: bold;
	text-align: center;
}
#all-keywords dd {
	float: left;
	width: 850px;
}
#all-keywords dd a {
    display: inline-block;
    margin: 8px;
	font-size: 12px;
	color: #111;
}

.hint-note {
	font-size: 16px;
	margin-bottom: 20px;
}
.business-tab table {
	width: 800px;
	margin: 0 auto 20px auto;
}
.btn-area {
	text-align: center;
}

.page-info {
	font-size: 16px;
}
.page-info b {
	font-weight: bold;
	color: #d66611;
}

#kw-list {
	font-family: "Arial"\9;
}


