@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
              strength
==================================*/
.strength_page #technology ul {
    width:1100px;
	margin:0 auto;
}
.strength_page p {
	width:80%;
	margin:0 auto 30px;
}
.strength_page h3 img {
	width:40px;
	height:auto;
	margin:0 10px 0 0;
}
.strength_page table {
	margin:0 auto 20px;
	width:500px;
  	border-collapse: collapse;	
}
.strength_page table th,
.strength_page table td {
	font-size:14px;
	padding:10px;
	text-align:center;
}
.strength_page table th {
    background-color: #f2f2f2;
	color:#000;
	font-weight:bold;
	width:170px;
}
.strength_page table td {
	width:290px;	
}
.strength_page table tr {
    border-bottom: solid 1px #bfbfbf;
}
.strength_page table tr:first-of-type {
    border-top: solid 1px #bfbfbf;
}
#stock ul {
    display: flex;
    justify-content: space-around;
	width:1100px;
	margin:50px auto;
}
#stock ul li {
	width:17%;
}
#stock ul li img,
#free ul li img {
	width:100%;
	height:auto;
}
.stock_parts h4 {
	margin:0 auto 20px;
	padding:5px;
	font-size:22px;
	font-weight:bold;
	color:#000;
	border-bottom:#000 solid 2px;
 	border-image: linear-gradient(to right, black 0%, lightgray 100%) 1;
}
#stock h5 {
	margin:0 auto 15px;
	padding:5px;
	font-size:20px;
	font-weight:bold;
	color:#000;
}
#main .stock_parts ul {
	display:block;	
}
#stock h4 {
	font-size:22px;
	font-weight:bold;
	margin:0 auto 10px;
	text-align:left;
}
#main .stock_parts ul li {
    width: 100%;
	margin:0 auto 30px;
	padding:15px;	
}
#main .stock_parts ul li img {
    width: 60%;
	height:auto;	
}
#main .stock_parts ul li p {
	text-align:center;
	width:auto;
}
#main .stock_parts ul li p {
	text-align:center;
	width:auto;
}
.stock_parts .small {
	margin:0 0 0 20px;
	color:#000;
}
#free ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	width:1100px;
	margin:0 auto;
}
#free ul li {
	width:25%;
	margin:10px 0;
}
#speed ul {
    display: flex;
    justify-content: space-around;
	width:90%;
	margin:0 auto;
}
#speed ul li {
	margin:10px;
}
#speed ul li img {
	width:100%;
	height:auto;
	margin:10px;
}
.technology_box {
    margin: 0 auto 50px;
    padding: 120px 0;
    background-image:url(../../img/technology_bg.jpg);
    background-position: left;
    background-size: 80% auto;
    background-repeat: no-repeat;
}
.technology_copy {
    float: right;
    width: 700px;
    margin: 0 30px 0 0;
    padding: 30px;
    background-color: #fff;
}
.technology_copy p {
    width: 600px;
    margin: 0 auto;
}
.technology_copy h4 {
    margin: 10px auto;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: #000 dotted 2px;
}
.technology_copy ul {
    display: inline-block;
    width: 300px;
    text-align: left;
}
.technology_copy ul li {
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
}
#main .stock_parts .tani {
	margin:30px 50px 0 0;
	text-align:right;
}