
/* profile
* --------------------------------------- */
.profBox {
	display: table;
	width: 80%;
	margin: 15px auto 30px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.profBox {
		display: block;
		width: 90%;
		margin: 0 auto 10px;
	}
}

.profBox .pht {
	display: table-cell;
}
@media screen and (max-width: 767px) {
	.profBox .pht {
		display: block;
		text-align: center;
	}
}

.profBox .pht img {
	width: 100%;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.profBox .pht img {
		width: 90%;
	}
}
.profBox .txtSide {
	display: table-cell;
	vertical-align: top;
	padding: 5px 0 0 3%;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.profBox .txtSide {
		display: block;
		padding: 10px 0 0;
	}
}

.profBox .txtSide dl {
	margin: 15px 0;
}
.profBox .txtSide dt {
	color: #0A3388;
	font-weight: bold;
}
.profBox .txtSide dd {
	padding-left: 1em;
}

@media screen and (max-width: 767px) {
	.profBox .txtSide dd {
		padding-left: 0;
	}
}

#section0 .accordionBox {
	width: 80%;
	margin: 0 auto;
	padding:0;
	text-align:left;
}
@media screen and (max-width: 767px) {
	#section0 .accordionBox {
		width: 90%;
	}
}
@media screen and (max-width: 480px) {
	#section0 .accordionBox {
		width: 100%;
		text-align:left;
	}
}

#section0 .accordionBox h1 {
	color: #222;
	font-size: 1.4em;
	text-shadow: 0.07em 0.07em 0 rgba(207, 207, 207, 0.8);
	padding: 0 0 0 10px;
	border-bottom: 3px solid #3399FF;
}
#section0 .accordionBox .panel {
	margin: 0 0 20px;
	padding: 10px;
	overflow: hidden;
}
#section0 .accordionBox .panel ul {
	padding-left: 1em;
	padding-right: 5em;
	list-style: disc outside;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 480px) {
	#section0 .accordionBox h1 {
		background:#3399FF;
		border-bottom: 1px solid #eee;
		margin: 0 0 1px;
		padding: 10px 30px 10px 10px;
		font-size: 1.2em !important;
		cursor:pointer;
		position: relative;
	}
	#section0 .accordionBox h1:before {
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 50%;
	  right: 15px;
	  width: 10px;
	  height: 10px;
	  margin-top: -8px;
	  background: #FFF;
	}
	#section0 .accordionBox h1:after {
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 50%;
	  right: 15px;
	  width: 10px;
	  height: 10px;
	  margin-top: -13px;
	  background: #3399FF;
	}
	#section0 .accordionBox h1.active:before {
	  margin-top: -2px;
	}
	#section0 .accordionBox h1.active:after {
	  margin-top: 3px;
	}
	#section0 .accordionBox .panel {
		display: none;
		padding-right: 15px;
		padding-left: 15px;
	}
	#section0 .accordionBox .panel ul {
		padding-left: 2em;
		padding-right: 0;
	}
}

