@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------

contents

------------------------------------------------- */

/* color */
.titleArea h2,
.titleArea ul li a,
.gotop a{
	background-color: #44b2e6;
}

/* mainArea */
#companyArea h3{
	font-size:1.4em;
	font-weight:bold;
	padding:0 0 10px;
	margin:0 0 20px;
	color:#44b2e6;
	border-bottom:4px solid #44b2e6;
}
/* Table */
#companyArea table{
	width:100%;
	margin:0 0 30px;
}
#companyArea table th{
	text-align:left;
	font-weight:normal;
	background-color:#cfebf7;
}
#companyArea table td{
	background-color:#f5f5f5;
}

/* profileArea */
.profileBox div p{
	margin-bottom:15px;
}
.profileName{
	text-align:right;
	font-size:0.9em;
	margin-right:10px;
}
.profileName img{
	vertical-align:bottom;
	margin:0 0 0 5px;
}

/* historyArea */
.historyArea{
	
}


/* PC */
@media screen and (min-width:769px) {
#companyArea table th{
	width:130px;
}
/* profileArea */
.profileBox{
	height:auto;
}
.profilePhoto{
	width:250px;
	float:left;
}
.profileBox div{
	width:690px;
	float:right;
}
}
/* Tablet */
@media screen and (max-width:768px) {
#companyArea table th,
#companyArea table td{
	display:block;
	width:100%;
	box-sizing:border-box;
}
/* profileArea */
.profilePhoto{
	text-align:center;
	margin-bottom:10px;
}
.profilePhoto img{
	width:90%;
}
.profileName{
	margin:0 0 20px;
}
.profileName img{
	width:40%;
}
}



















