@charset "utf-8";
.profileBox {
	width: 927px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 1em;
}
.profileBox h1 {
	font-size: 1.6rem;
	border-bottom: solid 3px #cce4ff;
	position: relative;
	margin-bottom: 1em;
	text-indent: 2.4em;
	background-image: url(../img/icon-item.png);
	background-repeat: no-repeat;
	background-position: 0.5em center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.2rem;
	font-family: "dnp-shuei-mincho-pr6",sans-serif;
	font-style: normal;
	font-weight:600;
}
.profileBox h2 {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.8;
	margin-top: 30px;
	letter-spacing: 0.2rem;
	padding-left: 20px;
	border-top: 1px solid #2CBDC8;
	border-bottom: 1px solid #2CBDC8;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5%;
	margin-right: 5%;
}
/*table*/
.col-head {
	border-collapse: collapse;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.95rem;
}
.col-head th, .col-head td {
	border: 1px solid #dbe1e8;
	padding: 8px;
	font-weight: normal;
	line-height: 1.35;
}
.col-head th {
	background: #F4F4F4;
	text-align: left;
	width: 120px;
	letter-spacing: 0.2em;
	vertical-align: text-top;
}
.col-head td{
	letter-spacing: 0.1em;
}
.col-head td ul{
	margin-left: 1em;
}	
.col-head td li{
	line-height: 1.15;
	margin-top: 10px;
}

.col-head-history {
	border-collapse: collapse;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9rem;
}
.col-head-history th, .col-head-history td {
	border-bottom: 1px solid #dbe1e8;
	padding: 8px;
	font-weight: normal;
	line-height: 1.35;
}
.col-head-history th {
	background: #F4F4F4;
	text-align: left;
	width: 140px;
	letter-spacing: 0.2em;
	vertical-align: text-top;
}
.col-head-history td{
	letter-spacing: 0.1em;
}


@media only screen and (max-width: 800px) {
.profileBox {
	width: 96%;
}
.profileBox h1 {
	font-size: 1.4rem;
	background-size: 1.4em auto;
	text-indent: 2em;
}
.col-head {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1rem;
}
.col-head tr,  .col-head th,  .col-head td {
	display: block;
	width: auto;
	letter-spacing: 0.05em;

}
.col-head tr:first-child {
	border-top: 1px solid #dbe1e8;
}
.col-head th,  .col-head td {
	border-top: none;
}

.col-head-history {
	font-size: 1rem;
}
.col-head-history tr,  .col-head-history th,  .col-head td {
	display: block;
	width: auto;
}
}

.col-head a{
	color: #0243A0;
	text-decoration: none;
}
.col-head a:hover{
	color: #040626;
}
