@charset "UTF-8";

@import "/common/css/default.css";
@import "/common/css/common.css";

/*プロダクトのスタイルシート

■目次：

・業種で探す
・アルファベットで探す
・キーワードで探す

*/

/*---------------業種で探す---------------*/

#right ul#search_business_ul {
	margin: 8px 0 0 0;
	padding: 0 0 0 18px;
	list-style: none;
	line-height: 1.8;
	float: left;
	width: 494px;
}



/*IEのみ適用*/
*:first-child+html #right ul#search_business_ul {
	margin: 8px 0 24px 0;
}
* html #right ul#search_business_ul {
	margin: 8px 0 24px 0;
}

#right ul#search_business_ul li {
	width:200px;
	margin-right: 20px;
	padding-left: 11px;
	float: left;
	display: block;
	background: url(/common/css/product_css/p_square_yellow.gif) 0 0.6em no-repeat;
	font-weight: bold;
}

.search_business {
	margin: 12px 0 0;
	border-top: 1px solid #CCCCCC;
	width: 100%;
}

.search_business_box {
	padding: 10px 0 8px;
	width: 100%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: url(/common/css/product_css/bg_business_type.gif) top left repeat-y;
}

.sb_solution {
	font-weight: bold;
	background: #ececec;
	font-size: 78%;
	margin: 12px 0px 5px;
	padding: 2px 0px 2px 18px;
}

.sb_solution_color_nw {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #d94a08;
}

.sb_solution_color_ss {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #d6810d;
}
.sb_solution_color_sq {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #d8cf08;
}
.sb_solution_color_cs {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #559a47;
}
.sb_solution_color_crm {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #c43182;
}

.sb_solution_color_fi {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0aa7d6;
}

.sb_solution_color_med {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #334699;
}

.search_business2 {
	margin: 12px 0 0;
	/*border-top: 1px solid #CCCCCC;*/
	width: 100%;
}

.search_business_box2 {
	padding: 10px 0 8px;
	width: 100%;
	/*border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: url(/common/css/product_css/search_box_bg2_03.gif) top left repeat-x;*/
}

.search_business_box_last {
	padding: 12px 0;
	width: 100%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: url(/common/css/product_css/bg_business_type.gif) top left repeat-y;
}

#right .search_business_box_mini_right {
	width: 80px;
	float: left;
	border: none;
	margin-top: 3px;
}

#right .search_business_box h3,
#right .search_business_box_last h3,
#right .search_business_box2 h3, {
	padding: 0;
	font-size: 100%;
	border: none;
}

#right .search_business_box p,
#right .search_business_box_last p {
	margin: 0;
	padding: 4px 0 0;
	font-size: 73%;
}

.search_business_box_mini {
	padding: 0 11px 0 10px;
	width: 150px;
	float: left;
}

.search_business_box_mini2 {
	padding: 0 5px 0 5px;
	margin: 0 5px 0 5px;
	width: 150px;
	border-top: 1px solid #CCCCCC;  
	float: left;
}

.product_search_logo {
	width: 61px;
	float: left;
	margin: 5px 6px 4px 0px;
}

.product_search_txt {
	margin: 6px 0 0;
	width: 156px;
	float: right;
}


.sb_box_text {
	font-size: 73%;
	line-height: 130%;
	margin-top: 3px;
}


/*---------------アルファベットで探す---------------*/

body #right p.search_title {
	padding-left: 12px;
	background: url(/common/css/product_css/p_square_glay.gif) 0 0.4em no-repeat;
	font-weight: bold;
}

body #right ul.search_alfabet {
	margin: 4px 18px 0 18px;
	padding: 3px 5px 3px 12px;
	list-style: none;
	line-height: 1.8;
	border: 1px solid #CCCCCC;
}

body #right ul.search_alfabet li {
	margin: 0 7px 0 0;
	display: inline;
}



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

#search_keyword {
	width: 100%;
}

.search_keyword_box {
	padding: 0 0 0 18px;
	width: 153px;
	float: left;
}

#right .search_keyword_box p {
	margin: 12px 0 0 ;
	padding-left: 12px;
	padding-bottom: 4px;
	background: url(/common/css/product_css/p_square_glay.gif) 0 0.4em no-repeat;
}

#right .search_keyword_box ul {
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
}

.search_keyword_box ul li {
	padding-top: 8px;
	padding-left: 12px;
	background: url(/common/css/product_css/p_line.gif) 0.1em 0.9em no-repeat;
	line-height: 1.2;
}


