﻿
@charset "UTF-8";

/*
機器選定
*/
*{
margin:0;
padding:0;
font-size: 13px;
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif,Osaka;
}


#wrapper{
	width:975px;
	
}

#main{
	
}

.main_header{

	margin-top:30px;
	width:975px;
	background-color:#e8ecf0;
}


.main_header p.sentei{
	margin-bottom:20px;
	padding:10px 0px 10px 10px;
	font-size: 18px;
    font-weight: bold;
}


.koutei{
	margin-left: 70px;
	text-indent:-1em;
}


.center_link{
	text-align:center;
	margin:10px;
}


.soft_list {
  width:903px;
  height:55px;
  margin-left:70px;
  border-style: solid;
  border-width: 1px;
  border-color: dcdddd;
  margin-top: 10px;
}

.soft_list_left {
	height:55px;
	line-height: 55px;
    float:left;
	color:#ffffff;
    background-color:#8f939f;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:bolder ;
	
}
.soft_list_right {
	display: inline-block;
	padding-left:10px;
	height:25px;
	line-height: 30px;	

}
.soft_list_right a {
text-decoration: none;
	color:#0074BF;
	font-size:inherit;

}


.soft_list_right a:hover{
filter:alpha(opacity=70);
opacity:0.7;
color:#03C;
}

.soft_list_en {
  width:903px;
  height:150px;
  margin-left:70px;
  border-style: solid;
  border-width: 1px;
  border-color: dcdddd;
}

.soft_list_left_en {
	height:150px;
	line-height: 150px;
    float:left;
	color:#ffffff;
    background-color:#8f939f;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:bolder ;
}
.soft_list_right_en {
	display: inline-block;
	padding-left:10px;
	height:150px;
	line-height: 22px;	

}
.soft_list_right_en a {
text-decoration: none;
	color:#0074BF;
	font-size:inherit;

}


.boxContainer_zh{
	margin-bottom:30px;
}

.soft_list_zh {
  width:903px;
  height:55px;
  margin-left:70px;
  border-style: solid;
  border-width: 1px;
  border-color: dcdddd;
}

.soft_list_header{
    display: table-cell;
    width:6em;
    height: 55px;
    vertical-align: middle;
}

.soft_list_left_zh {
	height:55px;
    float:left;
	color:#ffffff;
    background-color:#8f939f;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:bolder ;
}
.soft_list_right_zh {
	display: inline-block;
	margin-right:20px;
	padding-left:20px;
	height:55px;
	line-height: 55px;	

}
.soft_list_right_zh a {
text-decoration: none;
	color:#0074BF;
	font-size:inherit;

}



.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

h4.margin10{
	margin-left:10px;
	margin-top:10px;
}


.box {
	display: inline-block;
	width:225px;
	height:100px;
	margin-left:10px;
	padding:0px;
	background-color:#ffffff;
	
}
.box img:hover{
filter:alpha(opacity=70);
opacity:0.7;
}

.pro_ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pro_ul .pro_list{
    width: 32%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #eee;
	margin-bottom: 30px;
	margin-right:2%
}
.pro_ul .pro_list:nth-child(3n){margin-right:0;}
.pro_ul .pro_list .pic{box-sizing: border-box;overflow: hidden;}
.pro_ul .pro_list a{color: black;}
.pro_ul .pro_list .p1{font-size: 18px;line-height: 18px;padding: 15px 0;font-weight: bold;}
.pro_ul .pro_list .p2{line-height: 24px;}
.pro_ul .pro_list .p3{line-height: 16px;margin: 20px auto;}
.pro_ul .pro_list:hover{
    background-color: rgb(0,115,190);
    transition: 0.5s;
}
.pro_ul .pro_list:hover a{
    color: white;
    transition: 0.5s;
}
.pro_ul .pro_list:hover .pic img{
    transform: scale(1.1);
    transition: 0.5s;
}
.logs{margin-top: 121px;}
.logs img{width: 100%;}



