/*
Template:aron
Theme Name:aron_child
Theme URI:http://www.infas.cc
Description:aron_child CSS
Author:Izumi.A
Version:1.0
*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");

.col-md-4.box1:hover {
    background: #222222;
    color: #fff;
}
.col-md-4.box1:hover a {
    color: #fff;
}
.col-md-4.box1:hover h5 {
    color: #fff;
}
.col-md-4.box1 {
    transition: all .5s;
    padding: 25px;
}
.col-md-12.box1:hover {
    background: #222222;
    color: #fff;
}
.col-md-12.box1:hover a {
    color: #fff;
}
.col-md-12.box1:hover h5 {
    color: #fff;
}

.col-md-12.box1 {
    transition: all .5s;
    padding: 25px;
}
.kaisha{
    background-image: url("http://www.infas.cc/images/office2.jpg");
}
/*固定ページ用スタイル*/
.fixed-page
{
padding-right:0px;
padding-left:0px;
color:#222222;
}
.fixed-page table a {text-decoration: none;}
.fixed-page table a:hover {
text-decoration: none;
}
.fixed-page table a {
color: #000000;
}
.fixed-page table a {
//text-decoration: none;
-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
-moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
-ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
-o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
}



/* 固定ページ　HOME/●●　*/
.page-intro2 {
padding: 27px 0 41px 0;
}

/*bootstrap3 ボーダー*/
.grids-box1{
    border: 1px solid #d3d3d3;
}

/* 固定ページのヘッダ部*/
.mainblogwrapper2 {
position: relative;
width: 100%;
}
.mainblogwrapper2 {
background-color: #fff;
}
.mainblogwrapper2 .container {
margin-top: -50px;
background-color: #FFF;
top: -40px;
padding: 20px 30px 20px 20px;

border-radius: 3px;
}
/* 固定ページ　パンくず */
.breadcrumb {
    font-size: 18px;

    color: #222222;

}
.breadcrumb a {
    font-size: 18px;

    color: #222222;

}

/* トップページのサービスのフォントが大文字であるのでフォントをしていしない。*/
.services h5 {
color: #222222;
margin-top: 10px;

}

/* **************************************************
 * 404error
************************************************** */
.notfoundArea {
  padding: 100px 0;
  text-align: center;
  height: 450px;
}
.notfoundArea .error {
  line-height: 1;
  margin-bottom: 50px;
}

/*
* contactform7
********************************************************/
#entry2017{
    width:600px;
}