@charset "utf-8";

/*--------------------------------------
	OEMサイト 産業用途フラッシュメモリー
--------------------------------------*/
/*ヘッダー*/
section#industrial{
	width: 100%;
    background: url(/static/images/business/industrial/photo01.jpg) no-repeat;
	background-position: 100% 75%;
	background-size: 60%;
	background-color: #eeeeee;
	overflow: hidden;
}

section.lp_usb{
    background: url(/static/images/business/industrial/photo01_usb.jpg) no-repeat!important;
	background-position: 100% 75%!important;
	background-size: 60%!important;
	background-color: #eeeeee!important;
}
section.lp_pcle{
    background: url(/static/images/business/industrial/photo01_pcle.jpg) no-repeat!important;
	background-position: 100% 75%!important;
	background-size: 60%!important;
	background-color: #eeeeee!important;
}
section.lp_sd{
    background: url(/static/images/business/industrial/photo01_sd.jpg) no-repeat!important;
	background-position: 100% 75%!important;
	background-size: 60%!important;
	background-color: #eeeeee!important;
}
section.lp_ssd{
    background: url(/static/images/business/industrial/photo01_ssd.jpg) no-repeat!important;
	background-position: 100% 75%!important;
	background-size: 60%!important;
	background-color: #eeeeee!important;
}
section.lp_emmc{
    background: url(/static/images/business/industrial/photo01_emmc.jpg) no-repeat!important;
	background-position: 100% 75%!important;
	background-size: 60%!important;
	background-color: #eeeeee!important;
}
section#industrial > div{
	display: flex;
	flex-wrap: wrap; 
	overflow: hidden;
	padding-top: 120px;
	padding-bottom: 120px;
	align-items: center;
}
section#industrial div > h1{
	order: 2;
	font-size: 2em;
	line-height: 1.6em;
	margin-left: 25px;	
	text-shadow:3px 3px 0 #eee, -3px -3px 0 #eee, -3px 3px 0 #eee, 3px -3px 0 #eee, 0px 3px 0 #eee,  0-3px 0 #eee, -3px 0 0 #eee, 3px 0 0 #eee;
}
section#industrial div > h1 > span{
	color: #cc0000;
}
section#industrial div > p{
	order: 1;
	display: table;
}
section#industrial div > p > span{
	order: 1;
	padding: 30px 40px;
	background-color: #50ac39;
	color: #ffffff;
	line-height: 1.5em;
	font-size: 1.4em;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

@media only screen and (max-width: 1080px) {
section#industrial > div{padding-top: 90px; padding-bottom: 90px;}
section#industrial div > h1{font-size: 1.6em; margin-left: 15px;}
section#industrial div > p > span{padding: 20px 30px; font-size: 1.3em;}
}


@media only screen and (max-width: 835px) {
section#industrial > div{padding-top: 5px; padding-bottom: 5px;}
section#industrial div > h1{font-size: 1.4em; margin-left: 0px;}
section#industrial div > p{width: 100%; margin-bottom: 0;}
section#industrial div > p > span{padding: 10px 25px; width: 100%; font-size: 1.2em;}
section#industrial div > p > span br{display: none;}
}

@media only screen and (max-width: 500px) {
section#industrial{background-position: 120% 60%;}
section#industrial div > h1{font-size: 1.2em;}
section#industrial div > p > span{padding: 8px 13px; font-size: 1.0em;}
}


	
/*メニュー*/
nav.industrial_list ul{
	list-style: none;
	overflow: hidden;
	box-sizing: border-box!important;
	margin: 0px auto;
	padding: 30px 0;
	width: 1440px;
	letter-spacing: -5em;
}
@media only screen and (max-width: 1530px) {
nav.industrial_list ul{padding: 30px 40px; width: 100%;}}
@media only screen and (max-width: 1080px) {
nav.industrial_list ul{padding: 25px 30px;}}
@media only screen and (max-width: 835px) {
nav.industrial_list ul{padding: 15px 20px;}}
@media only screen and (max-width: 550px) {
nav.industrial_list ul{padding: 10px 10px; background-color: #dddddd;}}

nav.industrial_list ul li{
	display: inline-block;
	width: 32%;	
	margin: 0 2% 0 0;
	letter-spacing: normal;
}
nav.industrial_list ul li:last-child{
	margin-right: 0;
}


@media only screen and (max-width: 550px) {
nav.industrial_list a.button_basic, nav.industrial_list .button_grayout span {
    display: block;
  position: static;
	text-align: center;
	width: 100%!important;
	line-height: 1.3em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	height: 80px;
	border-radius: 10px;
}
nav.industrial_list a.button_basic:after {
	display: block;
  position: static;
	text-align: center;
	margin: 12px auto 0;
  width: 12px!important;
  height: 12px!important;
  transform: translateY(-50%) rotate(135deg);
}
}

/*
.bgcolor_p_gray{
	background-color: #f6f6f6;
	padding: 25px;
}*/

.industrial_flow{
	width: 100%;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.industrial_flow dl{
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}
.industrial_flow dl dt,
.industrial_flow dl dd{
	display: table-cell;
	margin: 0;
	padding: 0;
}
.industrial_flow dl dt{
	background-color: #666666;
	border: 4px solid #666666;
	color: #ffffff;
	font-size: 1.8em;
	font-weight: bold;
	width: 22%;
	text-align: center;
	vertical-align: middle;
}
.industrial_flow dl dd{
	background-color: #ffffff;
	border: 4px solid #666666;
	width: 78%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	padding: 7px 10px; 
}
.industrial_flow dl dd p{
	display: table;
	margin: 0 auto;
	width:100%;
}
.industrial_flow dl dd p span{
	display: table-cell;
	width: 50%;
}
.industrial_flow dl dd p span:first-child{
	text-align: center;
}
.industrial_flow dl dd p span:last-child{
}
.industrial_flow dl dd p span:last-child a{
	font-size: 0.7em!important;
	margin: 0 auto;
}

@media only screen and (max-width: 835px) {
.industrial_flow dl dt{font-size: 1.3em; line-height: 1.3em;}
.industrial_flow dl dd{font-size: 1.1em;}
.industrial_flow dl dd p{display: block;}
.industrial_flow dl dd p span{display: block; width: 100%;}
}

.industrial_flow > li::after {
  content:"";
  width: 0;
  height: 0;
  margin: 1rem auto;
  display: block;
  border-top: 20px solid #50ac39;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent; }

.industrial_flow > li:last-child::after {
  content:"";
  width: 0;
  height: 0;
  display: inline;
  border-top: none;
  border-left: none;
  border-right: none; }

/*キャッチ画像部分*/
.industrial_catch{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.industrial_catch p{
	display: table-cell;
	vertical-align: middle;
}

/*
.industrial_catch p:nth-child(1){
	width: 45%;
}
.industrial_catch p:nth-child(2){
	width: 55%;
}*/


/*バナー
.industrial_banner{
	width:100%;
	overflow: hidden;
}
.industrial_banner > a{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	display: table;
	border-left: solid 14px #cccccc;
	border-right: solid 14px #cccccc;
	background-color: #fafafa;
	padding: 0;
	margin: 0;
	background-image: url(/static/images/business/industrial/bn_p04.png), url(/static/images/business/industrial/bn_p04.png);
	background-position: top, bottom;
	background-repeat: repeat-x,repeat-x;
	background-size: 13px,13px;
}
.industrial_banner > a > div,
.industrial_banner > a > p{
	display: table-cell;
}
.industrial_banner > a > div {
	width: 68%;
	padding: 20px 3% 20px 3%;
	vertical-align: middle;
}
.industrial_banner > a > p{
	width: 22%;
	padding: 20px 3% 0 1%;
	vertical-align: bottom;
}

.industrial_banner > a > div img,
.industrial_banner > a > p img{
	vertical-align: bottom;
}

.industrial_banner > a > div > p > img,
.industrial_banner > a > p > img{
	width: 100%;
}

.industrial_banner > a > div > h3 img{
	width: 75%;
}

@media only screen and (max-width: 835px) {
.industrial_banner > a{
	border-left: solid 8px #cccccc;
	border-right: solid 8px #cccccc;
	background-size: 8px,8px;}
.industrial_banner > a > p{display: none;}
.industrial_banner > a > div {width: 96%; padding: 10px 2% 8px 2%; text-align: center;}
}
*/


.industrial_bn{
	overflow: hidden;
}
.industrial_bn > section{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	display: table;
	border-left: solid 14px #cccccc;
	border-right: solid 14px #cccccc;
	background-color: #fafafa;
	padding: 0;
	margin: 0;
	background-image: url(/static/images/business/industrial/bn_p04.png), url(/static/images/business/industrial/bn_p04.png);
	background-position: top, bottom;
	background-repeat: repeat-x,repeat-x;
	background-size: 13px,13px;
}
.industrial_bn > section > div,
.industrial_bn > section > p{
	display: table-cell;
}
.industrial_bn > section > div {
	width: 68%;
	padding: 20px 3% 20px 3%;
	vertical-align: middle;
}
.industrial_bn > section > p{
	width: 22%;
	padding: 20px 3% 0 1%;
	vertical-align: bottom;
}

.industrial_bn > section > div img,
.industrial_bn > section > p img{
	vertical-align: bottom;
}

.industrial_bn > section > div > p:nth-of-type(1) > img,
.industrial_bn > section > p > img{
	width: 100%;
}

.industrial_bn > section > div > h3 img{
	width: 75%;
}

.industrial_bn > section > div > p:nth-of-type(2){
	display: table;
	width: 100%;
	height: 75px;
}

.industrial_bn > section > div > p:nth-of-type(2) > span{
	display: table-cell;
	height: 75px;
	vertical-align: middle;
}

.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(1){
	border: 2px solid #e22353;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 1.1em;
	line-height: 1.1em;
	width: 40%;
}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(1) > span{
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #e22353;	
}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(2){
	width: 95px;
}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(2) img{
	width: 75px;
	margin: 0 10px;
}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(3){
	text-align: left;
	font-size: 3.4em;
	line-height: 1.5em;
	font-weight: bold;
	color: #e22353;
}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(3) a{
	text-decoration: none;
}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(3) a:hover{
	color: #e22353;
	text-decoration: none;
}


@media only screen and (max-width: 1250px) {
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(1){font-size: 1.0em;}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(1) > span{font-size: 1.2em;}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(3){font-size: 2.7em;}	
}

@media only screen and (max-width: 1050px) {
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(1){font-size: 0.9em;}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(1) > span{font-size: 1.1em;}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(3){font-size: 2.3em;}
	
.industrial_bn > section > div > p:nth-of-type(2),
.industrial_bn > section > div > p:nth-of-type(2) > span{height: 60px;}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(2){width: 80px;}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(2) img{width: 60px;}
}

@media only screen and (max-width: 950px) {
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(1){font-size: 0.9em;}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(1) > span{font-size: 1.1em;}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(3){font-size: 1.7em;}	
}


@media only screen and (max-width: 835px) {
.industrial_bn > section{
	border-left: solid 8px #cccccc;
	border-right: solid 8px #cccccc;
	background-size: 8px,8px;}
.industrial_bn > section > p{display: none;}
.industrial_bn > section > div {width: 96%; padding: 10px 2% 8px 2%; text-align: center;}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(1){font-size: 1.0em;}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(1) > span{font-size: 1.2em;}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(3){font-size: 2.8em;}	
}

@media only screen and (max-width: 700px) {
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(3){font-size: 2.3em;}
}

@media only screen and (max-width: 640px) {
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(1){font-size: 0.9em;}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(1) > span{font-size: 1.1em;}
.industrial_bn > section > div > p:nth-of-type(2) > span:nth-of-type(3){font-size: 1.7em;}	
}

/*テーブル*/
.industrial_table{
	border: 1px solid #bcbcbc;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 15px;
	overflow: hidden;
}

.industrial_table th, .industrial_table td {
    vertical-align: middle;
    padding: 0.65em 0.8em;
    border: 1px solid #bcbcbc;
    line-height: 1.5em;
    text-align: center;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.industrial_table th {
	font-weight: bold;
	color: #444444;
}
.industrial_table tr:first-child th {
	background-color: #eeeeee;
}
.industrial_table th img {
	width: 30px;
	padding-right: 5px;
	vertical-align: middle;
}
.industrial_table td {
}
.industrial_table tr:nth-of-type(n+2) th {
	text-align: left;	
}
.industrial_table td:nth-of-type(5){
	text-align: left;		
}
.industrial_table tr:first-child th span {
	display: block;
	text-align: center;
	width: 100%;
	border-radius: 8px;	
	padding: 4px 3px;
}

.industrial_m_list{
	margin: 15px 0 0;	
}
.industrial_m_list div{
	margin-bottom: 8px;		
	display: table;		
}
.industrial_m_list dt,
.industrial_m_list dd{
	display: table-cell;	
}
.industrial_m_list dt{
	width: 150px;	
	border-radius: 8px;
	padding: 3px 10px;
	font-weight: bold;
	text-align: center;
}
.industrial_m_list dd{
	padding-left: 15px;	
}

.industrial_table tr:first-child th:nth-of-type(2) span,
.industrial_m_list div:nth-of-type(1) dt{background-color: #b5f9b5;}
.industrial_table tr:first-child th:nth-of-type(3) span,
.industrial_m_list div:nth-of-type(2) dt{background-color: #f1ee9e;}
.industrial_table tr:first-child th:nth-of-type(4) span,
.industrial_m_list div:nth-of-type(3) dt{background-color: #b5d6f9;}
.industrial_table tr:first-child th:nth-of-type(5) span,
.industrial_m_list div:nth-of-type(4) dt{background-color: #e3b5f9;}

@media only screen and (max-width: 835px) {
.industrial_table,.industrial_m_list{font-size: 0.9em}
.industrial_table th img {display: none;}
}
@media only screen and (max-width: 550px) {
.industrial_table,.industrial_m_list{font-size: 0.7em}
.industrial_m_list dt{width: 90px;}
}
@media only screen and (max-width: 400px) {
.industrial_table,.industrial_m_list{font-size: 0.6em}
}

/* 製品ラインナップ製品ごとページ */

.industrial_product > p{
}
.industrial_product > p img{
}
.industrial_product table thead tr th,
.industrial_product table tr th{
	text-align: center;
}
.industrial_product table tbody tr td,
.industrial_product table tr td,
.industrial_product table tr th{
	padding: 4px 1em;
}
.industrial_product table thead tr th{
	padding: 0.5em 1em;
}

/* 導入までの流れページ */
.industrial_flow_p{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;	
}

.industrial_flow_p li{
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	/*padding: 10px;
	border: 1px solid #bbbbbb;*/
}

.industrial_flow_p li::after {
  content:"";
  width: 0;
  height: 0;
  margin: 1rem auto;
  display: block;
  border-top: 20px solid #666666;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent; 
}

.industrial_flow_p li:last-child::after {
  display: inline;
  border-top: none;
  border-left: none;
  border-right: none;
}

.industrial_flow_p li dl{
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	background-color: #666666;
	/*background-color: #01a62f;*/
	display: block;
	text-align: right;
	background-repeat: no-repeat;
	padding: 0;
}

.industrial_flow_p li:nth-of-type(1) dl{
	background-image: url(/static/images/business/industrial/flow_icon01.png);
	background-size:20%;
	background-position:6.5% 50%;
}
.industrial_flow_p li:nth-of-type(2) dl{
	background-image: url(/static/images/business/industrial/flow_icon02.png);
	background-size:18%;
	background-position:7.5% 50%;
}
.industrial_flow_p li:nth-of-type(3) dl{
	background-image: url(/static/images/business/industrial/flow_icon03.png);
	background-size:12%;
	background-position:10.5% 50%;
}
.industrial_flow_p li:nth-of-type(4) dl{
	background-image: url(/static/images/business/industrial/flow_icon04.png);
	background-size:15%;
	background-position:9.5% 50%;
}
.industrial_flow_p li:nth-of-type(5) dl{
	background-image: url(/static/images/business/industrial/flow_icon05.png);
	background-size:15%;
	background-position:9% 50%;
}
.industrial_flow_p li:nth-of-type(6) dl{
	background-image: url(/static/images/business/industrial/flow_icon06.png);
	background-size:16%;
	background-position:8.5% 50%;
}

.industrial_flow_p li dl div{
	overflow: hidden;
	width: 70%;
	display: inline-block;
	background-color: #eeeeee;
	box-sizing: border-box;
	/*background-color: #e1f5e6;*/
	text-align: left;
	margin: 0;
	padding: 30px 35px;
	height: 250px;
	vertical-align: bottom;
}
.industrial_flow_p li dl div dt,
.industrial_flow_p li dl div dd{
	margin: 0;
	padding: 0;
}

.industrial_flow_p li dl div dt{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	line-height: 1.0em;
}
.industrial_flow_p li dl div dt span{
	color: #ffffff;
	font-size: 1em;
	padding: 5px 35px 8px;
	margin-right: 10px;
	background-color: #50ac39;
	display: inline-block;
}

.industrial_flow_p li dl div dd{
	position: relative;
}

.industrial_flow_p li dl div dd p:nth-of-type(2){
	position:absolute;
	width: 100%;
	text-align: right;
	top:100px;
	font-weight: bold;
}

@media only screen and (max-width: 1000px) {
.industrial_flow_p li dl div dt{font-size: 1.7em;}
.industrial_flow_p li dl div dd{font-size: 0.9em;}
}

@media only screen and (max-width: 835px) {
.industrial_flow_p li::after {border-top-color: #50ac39;}
.industrial_flow_p li dl{background-color: #eeeeee; background-image: none!important; }
.industrial_flow_p li dl div{ 
	overflow: hidden; 
	width: 100%; 
	display: block; 
	background-color: transparent;
	height: auto;
	padding: 20px 25px;}
.industrial_flow_p li dl div dt span{background-color: #666666;}
.industrial_flow_p li dl div dd{position: static;}
.industrial_flow_p li dl div dd p:nth-of-type(2){position:static;}
}


@media only screen and (max-width: 550px) {
.industrial_flow_p li dl div dt{font-size: 1.5em;}
.industrial_flow_p li dl div dt span{display: block;width: 100%;margin-bottom: 14px;font-size: 0.9em;}
}



/*--------------------------------------
	産業用途フラッシュメモリー
--------------------------------------*/

div.industrial_img{
	width: 100%;
	background-color: #000000;
	margin: 0;
	padding: 0;
    text-align: center;	
}
#product .proDataTbl table th,
#product .proDataTbl table td {
 font-size: 0.85em !important;
}

.products_area{
    border: 1px solid #C2C2C2!important;
    text-align: center;
	margin: 15px 0 15px;
	padding: 12px 3px 2px;
	overflow: hidden;
}
.products_area li{
	list-style: none;
	display: inline-block;
	line-height: 30px;
	margin: 0 10px 0 0;
	padding: 0px 3px 0px;
}

.products_area li a{
	display: table;
}
.products_area li a img{
	display: table-cell;
        vertical-align:middle;
        width:40px;
}
.products_area li a span{
	display: table-cell;
        vertical-align:middle;
}


.lineup_table{
	width: 100%!important;
	margin: 20px 0 0 0;
}

.inline li{margin:10px!important; padding: 5px!important;
	background-color: #666666!important;
	color: #ffffff!important;
	border-radius: 10px!important;
}

.advantage-box{
	background: #fcc800;
	width: 100%;
	padding: 12px 0;
	margin: 60px 0!important;
}
.advantage-box_inner{
	width: 96%;
	margin: 20px auto!important;
	display: table;
}
.advantage-box h2{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.proDataTbl table{
	width: 100%;
}

.a1-list{
	list-style: none;	
	margin: 0;
	padding: 0;
}
.a1-list li{
	display: inline-block;
	width: 32%;
	height: 259px;
	background: #fff;
	text-align: center;
	position:relative;
}
.a1-list li:nth-child(-n+2){
	margin: 0 1% 0 0;
 }
.advantage-box h3{
	font-size: 16px;
	font-weight: bold;
}
.a1-list img{
	position:absolute;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.a2-list{
	width: 100%;
	margin: auto;
	padding: 0;
}
.a2-list li{
	width: 180px;
	list-style: none;
	display: inline-block;
}
.a2-list li:nth-child(-n+2){
	margin: 0 16px 0 0;	
}
.a2-list li p{
	background: #e8e8e8;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 5px;
	margin: 20px 0 0;
}
.a3-list{
	width: 100%;
	margin: 30px auto 50px;
	padding: 0;
}
.a3-list li{
	width: 268px;
	list-style: none;
	display: inline-block;
}
.a3-list li:nth-child(1){
	margin: 0 23px 0 0;	
}
.a3-list li p{
	background: #e8e8e8;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 5px;
	margin: 20px 0 0;
}
.adv_contents{
	background: #fff;
	text-align: center;
	padding: 28px;
	margin: 25px 0 0;
}
.lineup{
	background: #fcc800;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	padding: 10px 0 8px;
	overflow: hidden;
}

.lineup h3{
	padding-top: 30px!important;
}
.lineup_table{
	border: 2px solid #a9a9a9;
}
.lineup_table td{
	border: 1px solid #a9a9a9;	
	text-align: center;
}
.lineup1{
	width: 367px;
	height: 33px;
	text-align: center;
	font-weight: bold;
}
.lineup2{
	width: 70px;
	height: 33px;
	font-weight: bold;
	background: #ed7980;
}
.lineup3{
	width: 70px;
	height: 33px;
	font-weight: bold;
	background: #ffe41c;
}
.lineup4{
	width: 70px;
	height: 33px;
	font-weight: bold;
	background: #f7cbdf;
}
.lineup5{
	width: 120px;
	height: 33px;
	font-weight: bold;
}
.lineup6{
	background: #fffbcf;
	text-indent: 6px;
	padding: 8px 0 5px;	
	text-align: left !important;
}
.flow_list{
    background: url(img/industrial/flow_bg.png)no-repeat;
	width: 656px;
	height: 460px;
	margin: auto;
}
.flow_list li{
	list-style: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 77px;
}
.cv__area{
	margin: 0 0 50px;
}

h3 small{
	color: #666666;
	font-weight: normal;
}