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

.page {
  background: url("../images/company-images/page-bg.jpg") 50% 100% no-repeat;
  margin-bottom: 0;
}

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

.profile__table tr:nth-child(odd) {
	background-color: #eee;
}
.profile__table th {
	font-weight: bold;
	vertical-align: top;
	padding: 20px;
}
.profile__table td {
	padding: 20px;
}
.profile .ul-3column li {
	margin-bottom: 3.333%;
}

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

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


}
@media screen and (max-width: 1200px){/*1200以下*/

}


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

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

.profile .ul-3column {
	width: 105%;
}
.profile .ul-3column li {
	width: 45%;
	margin: 0 5% 5% 0;
}

}

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

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

.profile__table th {
	display: block;
	width: 100%;
	padding: 15px 15px 0 15px;
}
.profile__table td {
	display: block;
	width: 100%;
	padding: 10px 15px 15px 15px;

}

}
