@charset "utf-8";

@import url("../../common/css/common.css");

/*---------------------------------------------------------------------
フジカンパニーズ社員向けページ
---------------------------------------------------------------------*/

h2{
	margin-bottom:15px;	
}

#page_intro{
	display:block;
	margin-bottom:30px!important;
	min-height:30px;
	font-weight:bold;
	position:relative;
	color:#e50;
	font-size:14px;
}

#page_intro span{
	width:200px;
	padding:6px;
	position:absolute;
	right:0;
	background:#eee;
	color:#333;
	font-weight:12px;
}


h3{
	margin-bottom:15px;	
}

h4{
	margin-bottom:15px;	
}
h4 span{
	color:#3f9000;
}

/* product */

div.product_bx{
	margin-bottom:30px;
}

div.product_bx:after{
	display:block;
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
	font-size:0;
}

div.product_bx div.item{
	width:230px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

div.product_bx div.item div{
	border:1px #ccc solid;
	padding:10px;
	margin-bottom:3px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeeeee));
background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
background-image: linear-gradient(top, #ffffff, #eeeeee);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

}

div.product_bx div:nth-child(3n){
	margin-right:0;
}

a.com_banner{
	display:block;
	border-top:2px #3f9000 solid;
	padding-top:8px;
	margin-bottom:15px;	
}

div.product_bx span{
	color:#3f9000;
}

img.product_img{
	border:1px #ddd solid;
}

/* contact title */

h3.title_contact{
	clear:both;
	background:url(../../common/img/back_title_h3_4.gif) no-repeat left top;
	width:690px;
	height:41px;
	color:#409100;
	font-size:20px;
	font-weight:bold;
	line-height:41px;
	padding-left:30px;
	margin-bottom:20px;
}

/* contact window */

div#contact_window{
	border:4px solid #409100;
	padding:15px;
	background-color:#F2EEDB;
	margin-bottom:30px;
}

div#contact_window:after{
	display:block;
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
}
div#contact_window{display:inline-block;}
html[xmlns] div#contact_window{display:block;}
* html div#contact_window{height:1%;}

div#contents_left{
	float:left;
	width:330px;
}
div#contents_right{
	float:right;
	width:330px;
}
div#contact_window h4{
	font-size:20px;
	font-weight:bold;
	border-left:4px solid #409100;
	padding:0 0 0 8px;
	margin-bottom:20px;
}
div#contact_window p{
	margin-bottom:8px !important;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #999;
}
div#contact_window ul{
	margin-bottom:0px !important;
}

p#kaitei{
	clear:both;
	margin-bottom:0px !important;
	text-align:right;
}
div#contact_window ul span{
	font-size:16px;
	font-weight:bold;
	color:#409100;
}

/* other product */

.other_product{
	color:#35932E;
	font-size:130%;
	font-weight:bold;	
}