@charset "utf-8";

@import url("reset.css");
@import url("common.css");
@import url("style.css");
@import url("flexcrollstyles.css");

/*-----キービジュアル(TOP）-----*/


#keyVisual-top {
background-image: url("../images/keyVisual-index.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 479px;
}

#keyVisual-topsm {
	display:none;
}

		  

/* index-All
-------------------------------------------------------------------------------- */

#index-All {
	width: 1296px;
	margin: 0px auto;
	margin-bottom: 10px;
}

#index-All h1{
	width:1296px;
/*  width:1296px;*/
	height: 32px;
	margin: 60px auto;
	padding: 0 auto;
	text-align:center;
	font-size: 25px;
	font:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#808080;
	
}

.main-word{
	width:1296px;
/*  width:1296px;*/
	margin: 60px 0 40px 0;
	padding: 70px auto;
	text-align:center;
	font-size: 13px;
	font:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#808080;
	
}

.main-word-in{
	width:780px;
	margin: 0 auto;
	text-align: left;
	font:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15.6px;
	color:#808080;
	

	
}


#index-All h2{
	width:1296px;
	height: 32px;
	padding: 0px 0px 0px  0px;
	margin: 40px auto;
	text-align:center;
	font-size: 18px;
	color:#FFFFFF;
	
}

#index-All .about-image{
	display:block;
	width:1296px;
	vertical-align:top;
	margin:60px auto;

}

#index-All .about-image-sm{
	display:none;
}


#index-All h3{
	width:1296px;
	height: 72px;
	margin: 350px 0 0 0;
	text-align:center;
	font-size: 18px;
	color:#FFFFFF;
	
}
#index-All h4{
	width:550px;
	height: 72px;
	margin: 80px auto 45px auto;
	background-color:#FFF;
}


#index-All .business-image{
	display:block;
	width:1296px;
	vertical-align:top;
	margin:60px auto;

}

#index-All .business-image-sm{
	display:none;
}


#index-All h5{
	width:283px;
	height: 72px;
	margin: 80px auto 45px auto;
	background-color:#FFF;
}



.sub-menu{
	width:1296px;
	height:163px;
	vertical-align:top;
	margin:60px auto;
/*  width:1296px;*/
}



/* INFORMATION CUSTOMIZE */
div#index-All #informatiion {
 
  float:left;
  margin-right:20px;
 
}

div#index-All dl.information {
	  width:1200px;
   margin:0 auto;
   height:150px;
   overflow-y: scroll; /* スクロールバーを表示(※) */
   scrollbar-face-color: #6cb3f2;
   scrollbar-track-color:#e7e7e7;
   background-image:
   
   
}

div#index-All dl.information dt {
   float:left;
   padding-top:5px;
   padding-left:25px;
}


div#index-All dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 11.5em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
   text-align:left;
}

#index-All .under-image{
	display:block;
	margin-bottom:80px;
}

/* 下段メニュー */
#index-All .undermenu-image{
	display:block;
	margin-bottom:80px;

}

#index-All .undermenu-image-sm{
	display:none;
}
/* 製品紹介エリア */

.item-area {
	width:1296px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px  0px;
	text-align:center;
}

/* お知らせエリア */

/*
.news-area {
	width:1296px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px; 
	border: solid 1px #999999;
	overflow:auto;
}

.news-area li{
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	border-bottom: 1px dotted #666666;
}


#rss-feed li{
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
    line-height: 25px;
}
*/

/* 弊社の取り組み */

.approach-area {
	width:1296px;

	margin: 10px 0px 10px 0px;
	padding: 10px 15px 10px 15px; 
	border: solid 1px #999999;
	overflow:auto;
}

.approach-area li{
	padding: 10px 0px 0px 0px;
	font-size: 13px;
	border-bottom: 1px dotted #666666;
}

/*RSS表示部分*/

/*
#rss-feed li{
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
    line-height: 25px;
}
*/



/********************************** タブレット **********************************/


@media screen and (max-width: 980px) {

#keyVisual-top {
	display:none;
}
#keyVisual-topsm {
	display:block;
	width:100%;
}

/* index-All
-------------------------------------------------------------------------------- */

#index-All {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
}

#index-All h1{
	width: 99%;
	height: 32px;
	padding: 8px 0px 0px 15px;
	font-size: 18px;
	color:#FFFFFF;
	margin:30px 0 0 0;

}

#index-All .main-word-in{
	width: 99%;
	height: 32px;
	padding: 8px 0px 0px 15px;
	text-align: left;
	font:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15.6px;
	color:#808080;
	margin:0 0 0 0;

}

#index-All .about-image{
	display:none;

}

#index-All .about-image-sm{
	display:block;
	width:99%;
	height:100%;
	font-size: 30px;
	color:#808080;
	margin:60px auto;
}

#index-All .about-image-smp{	
	margin:10px auto;
	width:99%;
}



#index-All h2{
	display:none;
	width: 99%;
	height: 32px;
	padding: 8px 0px 0px 15px;
	font-size: 18px;
	color:#FFFFFF;
	margin:0 0 0 0;
	
}

#index-All h3{
	width: 99%;
	height: 32px;
	padding: 8px 0px 0px 15px;
	font-size: 18px;
	color:#FFFFFF;
	margin:170px 0 0 0;

}
#index-All h4{
	width: 99%;
	height: 32px;
	padding: 8px 0px 0px 15px;
	font-size: 18px;
	color:#FFFFFF;
}

#index-All h5{
	width: 99%;
	height: 32px;
	padding: 8px 0px 0px 15px;
	font-size: 18px;
	color:#FFFFFF;
}

#index-All .business-image{
	display:none;

}
#index-All .business-image-sm{
	display:block;
	width:99%;
	height:100%;
	font-size: 30px;
	color:#808080;
	margin:70px auto;
}

#index-All .business-image-smp{	
	margin:10px auto;
	width:99%;
}

#index-All nav{
	width: 100%;
	margin: 0px;
}

/* INFORMATION CUSTOMIZE */


div#index-All dl.information {
	  width:99%;
   margin:60px auto;
   height:100%;
   overflow-y: scroll; /* スクロールバーを表示(※) */
   scrollbar-face-color: #6cb3f2;
   scrollbar-track-color:#e7e7e7;
   
   
}

div#index-All dl.information dt {
   width:30%;

}


div#index-All dl.information dd {
	 width:70%;
	 text-align:left;
}


#index-All .under-image{
	display:none;
}


#index-All .undermenu-image{
	display:none;

}

#index-All .undermenu-image-sm{
	display:block;
	width:99%;
	height:100%;
	font-size: 30px;
	color:#808080;
	margin:60px auto;
}

#index-All .undermenu-image-smp{	
	margin:10px auto;
	width:99%;
}


}


/* 製品紹介エリア */

.item-area {
	margin-bottom: 10px;
}

/* お知らせエリア */

/*
#news-area {
	max-width: 100%;
	width: 100%;
	height: 100%;
	padding: 0px 15px 10px 15px;
	border: none;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

#news-area h2{
	max-width: 100%;
	width: 100%;
	height: 30px;
	color:#000000;
	background:#FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	float: none;
}
*/

/* 弊社の取り組み */

.approach-area {
	width: 100%;
	height: 150px;
	margin: 10px 10px 0px 0px;
	border: none;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	overflow:auto;
}

.approach-area dl{
	padding: 10px 0px 0px 15px;
	font-size: 13px;
	border-bottom: 1px dotted #666666;
}


/*RSS表示部分*/

/*
#rss-feed li{
	width: 100%;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: normal;
	font-size: 13px;
    line-height: 25px;
}

*/

#index-All figure{
	width: 98%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}

#index-All figure a:hover {
	width: 100%;
	display: block;
	background:#ffffff;
	opacity: 0.7;
}




