@charset "utf-8";

/* ****************************************************
Title: top.css
***************************************************** */


/* -------------------------------------------------------------------- 

/* TOPページ

-------------------------------------------------------------------- */


#topPage #mainVisual {
	background: url(../../img/img_top_mainVi01.jpg) no-repeat center top;
	height: 566px;
	background-size: cover;
	moz-background-size: 100% auto;
	/*min-width: 1280px;*/

}

#topPage #mainVisual .contentMiddle {
	text-align: left;
	height: 566px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#topPage #mainVisual .contentMiddle p.leadTxt{
	padding: 40px 0 20px 0;
	color: #FFF;
}
#topPage #mainVisual .contentMiddle p.leadTxt span{
	background-color: #109a00;
	padding: 5px 20px;
	font-size: 24px;
	font-weight: normal;
}
#topPage #mainVisual .contentMiddle h1{
	padding: 10px 0 0 0;
	font-size: 36px;
	font-weight: normal;
	color: #000;
}
#topPage #mainVisual .contentMiddle h1 span{
	font-size: 40px;
}
#topPage #mainVisual .contentMiddle h1 strong{
	font-weight: bold;
}
#topPage #mainVisual .contentMiddle h2{
    position: absolute;
    left: 90px;
	bottom: 10px;
}
#topPage #mainVisual .contentMiddle p.companyTxt{
    position: absolute;
	text-align: right;
	right: 0;
	bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}

/* 新着情報*/
#topPage #ContentArea .topNews{
	margin: 50px 0 10px 0;
}
#topPage #ContentArea .topNews h2{
	font-size: 24px;
	font-weight: bold;
}
#topPage #ContentArea .topNews table{
	border-top: 1px solid #d2d2d2;
	width: 100%;
	background-color: #ececec;
	font-size: 110%;
}
#topPage #ContentArea .topNews td{
	border-bottom: 1px solid #d2d2d2;
	padding: 10px 0;
}
#topPage #ContentArea .topNews td.date{
	padding-left: 40px;
	width: 100px;
}
#topPage #ContentArea .topNews td.cat{
	width: 80px;
	font-size: 82%;
}
#topPage #ContentArea .topNews td.newsTxt{
	padding-left: 40px;
	padding-right: 40px;
}
#topPage #ContentArea .topNews span{
	display: inline-block;
	width: 60px;
	text-align: center;
}
#topPage #ContentArea .topNews .iconNews{
	padding: 2px 10px;
	background-color: #36aa00;
	color: #FFF;
}
#topPage #ContentArea .topNews .iconSeminar{
	padding: 2px 10px;
	background-color: #1f2156;
	color: #FFF;
}
#topPage #ContentArea .topNews .iconUpdate{
	padding: 2px 10px;
	background-color: #3fa9f5;
	color: #FFF;
}
#topPage #ContentArea .topNews .iconEvent{
	padding: 2px 10px;
	background-color: #ff931e;
	color: #FFF;
}
#topPage #ContentArea .topNews p{
	background-color: #ececec;
}
#topPage #ContentArea .topNews a{
	color: #000;
	text-decoration: none;
}
#topPage #ContentArea .topNews a:active,
#topPage #ContentArea .topNews a:hover{
    text-decoration: underline;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -ms-filter: 0.7;
    opacity: 0.7;
    cursor: pointer;
}

/* サイエンスソリューションズが選ばれる理由*/
#topPage #topReason{
	margin: 50px 0 10px 0;
	background-color: #e7e7e7;
}
#topPage #topReason .topReasonWrap{
	text-align: center;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 0;
}
#topPage #topReason .topReasonWrap h2{
	font-size: 36px;
	font-weight: bold;
	color: #1d2157;
	margin-bottom: 20px;
}
#topPage #topReason .topReasonWrap p.topReasonTxt{
	font-size: 120%;
	margin-bottom: 20px;
}
#topPage #topReason .topReasonWrap li{
	display: inline-block;
	padding-right: 115px;
}
#topPage #topReason .topReasonWrap li:last-child{
	padding-right: 0px;
}
#topPage #topReason .topReasonWrap li p{
	padding-top: 20px;
}

/*製品及びソリューション*/
#topPage #topProduct{
	margin: 50px 0 0 0;
}
#topPage #topProduct .topProductWrap{
	text-align: left;
	min-width: 960px;
}
#topPage #topProduct .topProductWrap a{
	text-decoration: none;
}

#topPage #topProduct .topProductWrap h2{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

#topPage #topProduct .topProductWrap .line1{

}

#topPage #topProduct .topProductWrap .line1 #emSolution{
	height: 270px;
	float: left;
	position: relative;
	width: 49%;
	background: url(../../img/img_top_product01.jpg) no-repeat left top;
	background-size: cover;
	moz-background-size: 100% auto;
}

#topPage #topProduct .topProductWrap .line1 #argoculus{
	height: 270px;
	float: right;
	position: relative;
	width: 49%;
	background: url(../../img/img_top_product02.jpg) no-repeat left top;
	background-size: cover;
	moz-background-size: 100% auto;
}

#topPage #topProduct .topProductWrap .line2{
	clear: both;
}

#topPage #topProduct .topProductWrap #emSolution h3 {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	background-color: rgba(145,30,2,0.7);
	padding: 5px 20px;
}
#topPage #topProduct .topProductWrap #emSolution h4 {
	position: absolute;
	bottom: 0;
	color: #FFF;
	font-size: 145%;
	font-weight: bold;
	background-color: rgba(145,30,2,0.7);
	padding: 10px 0 10px 0;
	text-align: center;
	width: 100%;
	line-height: 1.3;
}

#topPage #topProduct .topProductWrap #argoculus h3 {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	background-color: rgba(27,34,88,0.7);
	padding: 5px 20px;
}
#topPage #topProduct .topProductWrap #argoculus h4 {
	position: absolute;
	bottom: 0;
	color: #FFF;
	font-size: 145%;
	font-weight: bold;
	background-color: rgba(27,34,88,0.7);
	padding: 10px 0 10px 0;
	text-align: center;
	width: 100%;
	line-height: 1.3;
}

#topPage #topProduct .topProductWrap .line2 {
	margin-top: 30px;
}

#topPage #topProduct .topProductWrap .line2 #emSolution2{
	height: 270px;
	float: left;
	position: relative;
	width: 49%;
	background: url(../../img/img_top_product03.jpg) no-repeat left top;
	background-size: cover;
	moz-background-size: 100% auto;
}

#topPage #topProduct .topProductWrap .line2 #line2-2{
	height: 270px;
	float: right;
	position: relative;
	width: 49%;
}
#topPage #topProduct .topProductWrap .line2 #line2-2 #athenaNet{
	height: 120px;
	position: relative;
	background: url(../../img/img_top_product04.jpg) no-repeat right top;
	background-size: cover;
	moz-background-size: 100% auto;
}
#topPage #topProduct .topProductWrap .line2 #line2-2 #spatialView{
	height: 120px;
	position: relative;
	background: url(../../img/img_top_product05.jpg) no-repeat right top;
	background-size: cover;
	moz-background-size: 100% auto;
	margin-top: 30px;
}

#topPage #topProduct .topProductWrap #emSolution2 h3 {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	background-color: rgba(54,100,0,0.7);
	padding: 5px 20px;
}
#topPage #topProduct .topProductWrap #emSolution2 h4 {
	position: absolute;
	bottom: 0;
	color: #FFF;
	font-size: 145%;
	font-weight: bold;
	background-color: rgba(54,100,0,0.7);
	padding: 10px 0 10px 0;
	text-align: center;
	width: 100%;
	line-height: 1.3;
}

#topPage #topProduct .topProductWrap #athenaNet h3 {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	background-color: rgba(55,32,69,0.7);
	padding: 5px 20px;
}
#topPage #topProduct .topProductWrap #spatialView h3 {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.7);
	padding: 5px 20px;
}
#topPage #topProduct .topProductWrap #athenaNet h4,
#topPage #topProduct .topProductWrap #spatialView h4 {
	position: absolute;
	bottom: 0;
	color: #FFF;
	font-size: 145%;
	font-weight: bold;
	padding: 15px 0 10px 0;
	text-align: center;
	width: 76%;
	line-height: 1.3;
}
#topPage #topProduct div#emSolution:hover,
#topPage #topProduct div#argoculus:hover,
#topPage #topProduct div#emSolution2:hover,
#topPage #topProduct div#athenaNet:hover,
#topPage #topProduct div#spatialView:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -ms-filter: 0.7;
    opacity: 0.7;
    cursor: pointer;
}
