@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.gnav li.nav-company a::after {
  -webkit-transform: scaleX(1)!important;
  -ms-transform: scaleX(1)!important;
  transform: scaleX(1)!important;
  background-color: #0a528f!important;
}
#topic-path {
	margin-bottom: 0;
}
.sub-nav .sub-company a {
	background-color: #cbe5fc;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.table-cmn01 {
	width: 80%;
	margin: 0 auto 30px auto;
}
.table-cmn01 td ul {
	float: left;
	margin-right: 40px;
}
.table-cmn01 td ul li {
	margin-bottom: 10px;
}
.table-cmn01 td ul li:last-child {
	margin-bottom: 0;
}
#outline {
	background: url(../images/company-images/bg.jpg) 100% 100% no-repeat;
	background-size: 40%;
	padding-bottom: 100px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.table-cmn01 {
	width: 100%;
}
#outline {
	background-size: 70%;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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



}

