@charset "UTF-8";
/************************************************************************************************


 = index Style
 
 
************************************************************************************************/


@media print, screen and (min-width: 768px) {

/* mainVisual -------------------------------------------------------------------------------------*/

div.mainVisual { padding:0 0 5px; background:url(../media/images/common/shaddow.png) repeat-x 0 bottom; }

div.slider{margin-top:-5px;/*slick.css参照*/}

div.infomation_bnr a img{ transition: all 0.8s; }
div.infomation_bnr a:hover img { opacity:0.6; }
	
/* news -------------------------------------------------------------------------------------*/

section.news {
	padding:20px;
	height:211px;
	overflow-y:scroll;
}
section.news dl{
	display:table;
	width:100%;
	padding:10px 5px 10px 5px;
	border-bottom:#ccc 1px dotted;
}
section.news dl dt { display:table-cell; width:120px; font-weight:bold; padding-right:20px; vertical-align:top; }
section.news dl dd { display:table-cell; vertical-align:top; }

  
  /* 追加修正ここから-----------------------*/
  /* PC制作実績の一例-----------------------*/
  
  .p_image ul {
  list-style: none;
}
  
	.p_wrap{
		width: 740px;
    height: 1120px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #666;
    margin: 0 auto;
		margin-bottom: 20px;
		}
	.p_wrap h4 {
    padding: 22px 0 5px 56px;
		}
  .p_image ul{
    padding: 0;
    margin: 0;
	  padding-top: 10px;
  }
  .p_image ul li{
    float: left;
    width: 350px;
    height: 280px;
    text-align: center;
    margin: 5px 10px 5px 15px;
    font-size: 13px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #666;
    padding: 30px 0;
  }
  .p_image ul li:nth-child(2n){
    margin-left: 0;
  }
  
  .p_image ul li a{
    text-decoration: none;
    text-align: center;
    margin: 10px;
   
    color: #000000;
    line-height: 1.5;
  }
  
  .p_image img{
    padding-bottom: 10px;
  }
  
  .p_cate{
    border-top: 1px dotted #D0D0D0;
    border-bottom: 1px dotted #D0D0D0;
    padding: 10px 0;
  }
  .p_cate span{
    color: #379677;
    padding-right: 10px;
  }
  .p_seisaku{
    font-size: 10px;
  }
  
  article h4{
    background: url(https://www.ibsolution.jp/media/images/common/bg_subtit.gif) no-repeat 0 0;
  }
    
/* ここまで-----------------------*/

  
  
}

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

/* mainVisual -------------------------------------------------------------------------------------*/

div.mainVisual { padding:0 0 5px; background:url(../media/images/common/shaddow.png) repeat-x 0 bottom; }

div.slider{/*slick.css参照*/}
div.slider .slick-slide img{ width:100% }

/* news -------------------------------------------------------------------------------------*/

section.news {
	padding:10px;
}
section.news dl{
	display:table;
	padding:5px;
	border-bottom:#ccc 1px dotted;
}
section.news dl dt { display:table-cell; font-weight:bold; padding-right:20px; vertical-align:top; }
section.news dl dd { display:table-cell; vertical-align:top; }


  
  /* 追加修正ここから-----------------------*/
  /* SP制作実績の一例-----------------------*/
	 .p_image ul {
  list-style: none;
}
  
	.p_wrap{
		/*width: 740px;
    height: 1200px;*/
    background-color: #fff;
    box-shadow: 0px 0px 5px #666;
    margin: 0 auto;
    padding: 10px;
		margin-bottom: 20px;
		}
	.p_wrap h4 {
    padding: 19px 10px 13px 56px;
    margin: 0;
	
		}
  .p_image ul{
    padding: 0;
    margin: 0;
	  padding-top: 10px;
  }
  .p_image ul li{
   /* float: left;
    width: 350px;
    height: 300px;*/
    text-align: center;
   /* margin: 5px 10px 5px 15px;*/
    font-size: 13px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #666;
    padding: 20px 0;
    margin-bottom: 10px;
  }
  .p_image ul li:nth-child(2n){
    margin-left: 0;
  }
  
  .p_image ul li a{
    text-decoration: none;
    text-align: center;
    margin: 10px;
   
    color: #000000;
    line-height: 1.5;
  }
  
  .p_image img{
    padding: 20px 0;
    width: 90%;
  }
  
  .p_cate{
    border-top: 1px dotted #D0D0D0;
    border-bottom: 1px dotted #D0D0D0;
    padding: 20px 0;
  }
  .p_cate span{
    color: #379677;
    padding-right: 10px;
  }
  .p_seisaku{
    font-size: 10px;
  }
  
  article h4{
    background: url(https://www.ibsolution.jp/media/images/common/bg_subtit.gif) no-repeat 0 0;
  }
    
/* ここまで-----------------------*/
}


/* tab */

.tab {
	overflow:hidden;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
}
.tab li {
	width:164px;
	background:#fff;
	padding:15px 10px;
	float:left;
	border-right:#ccc 1px solid;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}
.tab li.select {
	background:#eee;
}
.content li {
	background:#fff;
	padding:10px;
}
.hide {
	display:none;
}
iframe{
	width:720px;
	height:600px;
	padding:0;
	border:none;}
}




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


#main {
	width:100%; 
	background:url(../media/images/common/shaddow.png) repeat-x 0 bottom;
	padding:0 0 5px;
}

/*FIREFOXずれ対策*/
@-moz-document url-prefix() {
#slider {
	clear:both;
	position: relative;
	width:100%;
	height: 400px;
	overflow: hidden;
	margin-top:-5px;
	background: url(../img/loading.gif) no-repeat center center;
	z-index:1;
}

#slider {
	position: relative;
	width:100%;
	height: 400px;
	overflow: hidden;
	margin-top:-5px;
	background: url(../img/loading.gif) no-repeat center center;
	z-index:1;
}
#slider ul {
	position: absolute;
	top: 0;
	left: 0;
}
#slider li {
	float: left;
}
#slider #prev, #slider #next {
	position: absolute;
	top:170px;
	cursor: pointer;
}
#slider #prev {
	left:20px;
}
#slider #next {
	right:20px;
}
/* for script */
#slider ul, #slider #next, #slider #prev {
	visibility: hidden;
}
#slider .layer {
	width: 1000px;
	min-width: 1000px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/dot.gif) repeat 0 0 #666;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
@-moz-document url-prefix() {
	#slider .layer {
	width: 1000px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/dot.gif) repeat 0 0 #666;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#news {
	padding:20px;
	height:211px;
	overflow:scroll;
}
#news dt {
	font-weight:bold;
	font-size:14px;
}
#news dd {
	border-bottom:#ccc 1px dotted;
	padding:0 0 20px 100px;
	/*height:10px;　←お盆休み消したら戻す*/ 
	margin:-1.5em 0 20px;
}
/* tab */

.tab {
	overflow:hidden;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
}
.tab li {
	width:164px;
	background:#fff;
	padding:15px 10px;
	float:left;
	border-right:#ccc 1px solid;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}
.tab li.select {
	background:#eee;
}
.content li {
	background:#fff;
	padding:10px;
}
.hide {
	display:none;
}
iframe{
	width:720px;
	height:600px;
	padding:0;
	border:none;
}

}
	
	
	
	
	

	