@charset "utf-8";

/* -------------------------------------------------- */
/* 会社概要*/
/* -------------------------------------------------- */
/* メインイメージ */

#Main {
  background: url(../img/pc_company_fv.jpg) center center no-repeat;
}

/*clearfixセレクタ指定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
/* clearfix */
/* -------------------------------------------------- */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*--------------コンテンツ--------------*/

#comSe1 {
    margin: 0 auto 100px;
    width: 980px;
    font-size: 134%;
    color: #666666;
    line-height: 1.625;
}

#comSe1 th {
  color: #da2805;
  font-weight: bold;
  border-top: #da2805 solid 1px;
  border-bottom: #da2805 solid 1px;
  width: 280px;
  padding: 30px 0;
  text-align: left;
}

#comSe1 td {
  border-top: #cccccc solid 1px;
  border-bottom: #cccccc solid 1px;
  padding: 30px 0;
  width: 700px;
}

#comSe1 table {
  margin-bottom: 60px;
}

#comSe1 a {
  color: #666666;
}





/*--------------タグ--------------*/

#comSe2 {
  width: 980px;
  margin: 0 auto;
}

#comSe2 li {
  width: 292px;
  display: block;
  margin: 0 auto;
}


#comSe2 li a {
	display: block;
	position: relative;
	background-color: transparent;
	border: 1px solid #da2805;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

#comSe2 li a:before,
#comSe2 li a:after {
  width: 100%;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #da2805;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#comSe2 li a:before {
  top: 0;
}

#comSe2 li a:after {
  bottom: 0;
}

#comSe2 li a:hover:before,
#comSe2 li a:hover:after {
  height: 50%;
}

#comSe2 li p {
  display: inline-block;
  margin-bottom: 0;
	vertical-align: top;
}

#comSe2 li span {
  height: 58px;
  display: table-cell;
  position: relative;
  z-index: 5;
  vertical-align: middle;
  font-size: 125%;
  font-weight: bold;
  color: #da2805;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#comSe2 li a:hover span {
  color: #FFFFFF;
}

#comSe2 li p:after {
  width: 6px;
  height: 11px;
  display: block;
  content: "";
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 5;
  background: url(../img/pc_top_icon28.png) 94.5% center no-repeat;
}

#comSe2 li a:hover p:after {
  background-image: url(../img/pc_top_icon28_2.png);
}



