/************* 
全体
*************/
h3, h4 {
	text-align: left;
}

/************* 
@ sidebar.ctp
サイドバーの検索(検索結果ページ)
*************/
/*#side_tabs {
	text-align: left;
}

#side_tabs ul {
    padding: 0;
    margin-left: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    text-align: center;
}
#side_tabs ul li {
	width: 100px;
    list-style-type: none;
    float: left;
    cursor: pointer;
    padding: 10px; 
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	background-color: #FFFFE0;    
}
#side_tabs ul li.now {
	background-color: #DEB887;
	color: #FFFFFF;
}
#side_tabs .form_search {
	overflow: hidden;
	background-color: #FFFACD;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 30px;
	border: solid 3px #DEB887;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
#side_tabs select#CompanyCategory {
	margin-top: 5px;
	width: 245px;
	font-size: 16px;
	margin-bottom: 10px;
}
#side_tabs select#products_cat {
	font-size: 16px;
	width: 245px;
	margin-bottom: 10px;
}
#side_tabs input#CompanyNameJa {
	width: 240px;
	height: 25px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#side_tabs input#name_ja {
	width: 240px;
	height: 25px;
	margin-bottom: 10px;
}
#side_tabs input#name {
	width: 240px;
	height: 25px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#side_tabs .submit input {
	margin-right: 10px;
	float: right;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ed7051;
	padding:3px 10px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff9878), color-stop(100%, #fa8125) );
	background:-moz-linear-gradient( center top, #ff9878 5%, #fa8125 100% );
	background:-ms-linear-gradient( top, #ff9878 5%, #fa8125 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9878', endColorstr='#fa8125');
	background-color:#ff9878;
	color:#FFFFFF;
	display:inline-block;
}
#side_tabs .submit input:hover {
	cursor: pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fa8125), color-stop(100%, #ff9878) );
	background:-moz-linear-gradient( center top, #fa8125 5%, #ff9878 100% );
	background:-ms-linear-gradient( top, #fa8125 5%, #ff9878 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa8125', endColorstr='#ff9878');
	background-color:#fa8125;
}
#side_tabs .submit input:active {
	position:relative;
	top:1px;
}

#side_search .submit input {
	margin-right: 10px;
	float: right;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ed7051;
	padding:3px 10px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff9878), color-stop(100%, #fa8125) );
	background:-moz-linear-gradient( center top, #ff9878 5%, #fa8125 100% );
	background:-ms-linear-gradient( top, #ff9878 5%, #fa8125 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9878', endColorstr='#fa8125');
	background-color:#ff9878;
	color:#FFFFFF;
	display:inline-block;
}
#side_search .submit input:hover {
	cursor: pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fa8125), color-stop(100%, #ff9878) );
	background:-moz-linear-gradient( center top, #fa8125 5%, #ff9878 100% );
	background:-ms-linear-gradient( top, #fa8125 5%, #ff9878 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa8125', endColorstr='#ff9878');
	background-color:#fa8125;
}
#side_search .submit input:active {
	position:relative;
	top:1px;
}
*/

/*************************
 @ companies/search.ctp
 検索結果
*************************/
h3 {
	font-size: 18px;
}
.comp_list {
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
}
.comp_list table {
	width: 618px;
}
.comp_list th {
	width: 10%;
	border: solid 1px #CCC;
	padding: 5px;
	text-align: center;
	background: -moz-linear-gradient(top, rgba(249,249,249,0.6) 0%, rgba(219,219,219,0.8) 50%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,0.6)), color-stop(50%,rgba(219,219,219,0.8)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,249,249,0.6) 0%,rgba(219,219,219,0.8) 50%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,249,249,0.6) 0%,rgba(219,219,219,0.8) 50%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249,249,249,0.6) 0%,rgba(219,219,219,0.8) 50%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249,249,249,0.6) 0%,rgba(219,219,219,0.8) 50%,rgba(254,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99f9f9f9', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.comp_list td {
	width: 90%;
	border: solid 1px #CCC;
	padding: 5px;
}
.go_view {
	margin-top: 10px;
	text-align: right;
}

/*************************
 @ product/search.ctp
 検索結果
*************************/
.product_search {
	text-align: left;
}
.product_search h3 {
	border-left: solid 5px orange;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom: solid 1px #DDD;	
	padding: 7px 15px;
	clear: both;
}
.product_search ul {
	margin: 20px 0 0;
	padding: 10px;
	font-size: 120%;
}
.product_search ul li {
	margin: 5px 0;
}

.sub_title {
	font-weight: bold;
	border-bottom: solid 2px #CCC;
	clear: both;
}
.products_list {
	clear: both;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
}
.products_list h3 {
	margin-bottom: 10px;	
}
.products_list table {
	width: 100%;
	margin-bottom: 10px;
}
.products_list table caption{
	font-weight: bold;
	margin: 5px;
}
.products_list table th {
	border: solid 1px #CCC;
	padding: 5px;
	text-align: center;
	background: -moz-linear-gradient(left, rgba(205,235,139,1) 0%, rgba(205,235,139,0.3) 50%, rgba(205,235,139,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(205,235,139,1)), color-stop(50%,rgba(205,235,139,0.3)), color-stop(100%,rgba(205,235,139,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(205,235,139,1) 0%,rgba(205,235,139,0.3) 50%,rgba(205,235,139,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(205,235,139,1) 0%,rgba(205,235,139,0.3) 50%,rgba(205,235,139,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(205,235,139,1) 0%,rgba(205,235,139,0.3) 50%,rgba(205,235,139,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(205,235,139,1) 0%,rgba(205,235,139,0.3) 50%,rgba(205,235,139,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8b', endColorstr='#cdeb8b',GradientType=1 ); /* IE6-9 */
}
.products_list table td {
	border: solid 1px #CCC;
	padding: 5px 10px;
}
.th_smaller th {
	font-size: 10px;
}
.go_index {
	float: right;
	margin-bottom: 20px;
}

/*************************
 @ product/view.ctp
 テーブル
*************************/
.th_wide {
	width: 100%;
	margin-bottom: 10px;
}
.th_wide th {
	width: 230px;
	border: solid 1px #CCC;
	padding: 5px;
	text-align: center;
	background: -moz-linear-gradient(left, rgba(205,235,139,1) 0%, rgba(205,235,139,0.3) 50%, rgba(205,235,139,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(205,235,139,1)), color-stop(50%,rgba(205,235,139,0.3)), color-stop(100%,rgba(205,235,139,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(205,235,139,1) 0%,rgba(205,235,139,0.3) 50%,rgba(205,235,139,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(205,235,139,1) 0%,rgba(205,235,139,0.3) 50%,rgba(205,235,139,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(205,235,139,1) 0%,rgba(205,235,139,0.3) 50%,rgba(205,235,139,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(205,235,139,1) 0%,rgba(205,235,139,0.3) 50%,rgba(205,235,139,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8b', endColorstr='#cdeb8b',GradientType=1 ); /* IE6-9 */
}
.th_wide	 td {
	border: solid 1px #CCC;
	padding: 5px 10px;
}

/*************************
 @ companies & products 
 ページネーション
*************************/
.prev {
	float: left;
}
.next {
	float: right;
}
.disabled {
	display: none;
}

/*************************
 @ companies & products 
 もっと読む
*************************/
.readmore {
	text-align: right;
	margin-bottom: 20px;
}
.morecontent {
	display: none;
	margin-bottom: 30px;
}

/*************************
 @ companies/view.ctp
 会社詳細の関連商品
*************************/
.related {
	text-align: left;
}
.related h3 {
	margin-bottom: 10px;
}
.related ul {
	margin-bottom: 20px;
}