@charset "UTF-8";

div.center{
	margin: 0 auto;
	width: 750px;
	align: center;
}

h2 {
	margin-bottom: 10px;
	padding: 5px 10px 0 10px;
	font-size: 28px;
	border-bottom: solid 1px #ccc;
  color: #555;
  text-align: left;
  width: 100%;
}

div.center_profile{
  margin: 0 auto;
  width: 660px;
	height: auto;
}

div.left{
	float: left;
  padding: 5px;
}
div.right{
	float: right;
}

div.left img{
	width: 160px;
	height: auto;
}

table th{
  width: 120px;
	font-size: 17px;
  margin: 0 auto;
  color:white;
  border:solid 1px #ccc;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
}

table.g, table.e{
  margin: 0 auto;
  width: 600px;
}

table.p{
	margin: 0 auto;
  width: 446px;
}

table.e th{
	width: 220px;
}
table.p th{
	width: 170px;
}

th.top-coloer{
  background: #555;
}

table td{
  margin: 0 auto;
	font-size: 15px;
  color:black;
  border:solid 1px #ccc;
  vertical-align: middle;
  text-align: left;
  padding: 6px 25px;
  background: #eee;
}

td img{
	width: 450px;
}

td.next-coloer{
  background: #bbb;
  width: 100px;
	text-align: center;
	padding: 6px 10px;
}

td.skill-coloer{
	background: #bbb;
	width: 291px;
	text-align: center;
	padding: 6px 10px;
}

td.num{
	text-align: center;
}

div.pc{
	display: block;
}

@media screen and (max-width: 750px) {
	div.center_profile{
	  margin: 0 auto;
	  width: 100%;
	}

	div.center{
		margin: 0 auto;
		width: 100%;
	}

	h2{
  	font-size: 25px;
  }

div.left, div.right{
	float: none;
}

  table th{
    width: 100%;
		font-size: 15px;
    display:block;
		height: 26px;
		padding: 2px 10px;

  }

  table.g, table.e, table.p{
    margin: 0 auto;
    width: 90%;
    align: center;
  }

	table.e th, table.p th{
		width: 100%;
	}

  table td{
    text-align: center;
		font-size: 14px;
    display: block;
		padding: 6px 10px;
  }

	td img{
		width: 60%;
	}

  td.next-coloer{
    width: 100%;
		font-size: 14px;
		height: 25px;
		padding: 3px 10px;
  }

	td.skill-coloer{
		width: 100%;
		font-size: 14px;
		height: 25px;
		padding: 3px 10px;
	}

	div.pc{
		display: none;
	}
}
