/* 


 profile


*/



/* !heading
---------------------------------------------------------- */
.profile .headding{
	background: url(../img/h2_bg.png) no-repeat;
	  -webkit-background-size: cover;
	 background-size: cover;
}

@media screen and (max-width: 480px) {
	.profile .headding{
		height: auto;
	    background: #983300;
	    margin-bottom: 40px;
	}
}

/* !box
---------------------------------------------------------- */

.profile .contentArea .box{
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 18px;
	margin-bottom: 28px;
}

.profile .contentArea .box h3{
	width: 102px;
	font-size: 1.5rem;
	color: #983300;
	float: left;
}

.profile .contentArea .box dl,
.profile .contentArea .box p,
.profile .contentArea .box ul{
	float: left;
    width: 674px;
}

.profile .contentArea .box dt{
	font-weight: bold;
	float: left;
	width: 80px;
}

.profile .contentArea .box dd{
	width: 650px;
	padding-left: 100px;
	margin-bottom: 18px;
}

@media screen and (max-width: 480px) {
	.profile .contentArea .box h3{
		width: 100%;
		float: none;
		padding-bottom: 8px;
	}
	.profile .contentArea .box dl,
	.profile .contentArea .box p,
	.profile .contentArea .box ul{
		float: none;
	    width: 100%;
	}
	.profile .contentArea .box dt{
		float: none;
		width: 100%;
	}
	.profile .contentArea .box dd{
		width: 100%;
		padding-left: 0;
		margin-bottom: 8px;
	}
}


/* !box01
---------------------------------------------------------- */

.profile .contentArea .box01 .name{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 36px;
}

.profile .contentArea .box01 .name .kana{
	font-size: 1.3rem;
}

.profile .contentArea .box01 .name .en{
	font-size: 1.2rem;
	color: #983300;
	display: block;
}

.profile .contentArea .box01 .profDetail p{
	margin-bottom: 18px;
}

.profile .contentArea .box01 .spFacePhoto{
	display: none;
}

@media screen and (max-width: 480px) {
	.profile .contentArea .box01 .spFacePhoto{
		display: block;
		width: 192px;
		margin: 0 auto 18px;
	}
}


/* !box05
---------------------------------------------------------- */
.profile .contentArea .box05 ul li a{
	display: inline;
	text-decoration: underline;
	text-decoration-color: #999;
}


/* !side
---------------------------------------------------------- */

.sideArea {
	padding-left: 0;
}
.sideArea .pcFacePhoto{
	width: 192px;
}

@media screen and (max-width: 480px) {
	.sideArea {
		display: none;
	}
}


