﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    profile css
------------------------------------------------------------*/  

#profileImg{
	width:30.2%;
	float:left;
}

#profile{
	width:65.3%;
	float:right;
}

#profile dt{
	color:#333;
	font-size:134%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px solid;
	position:relative;
}

#profile dt:before{
	display:block;
	content:"";
	width:50%;
	height:2px;
	background:#ccc;
	position:absolute;
	bottom:-2px;
	right:0;
	z-index:10;
}

#profile dd{
	font-size:117%;
	line-height:1.7;
}




/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  


/* TABLET */
@media screen and (max-width: 788px){



/* プロフィール */

#profileImg{
	width:210px;
	float:none;
}

#profile{
	width:100%;
	float:none;
	margin-top:20px;
}

}


/* SP */
@media screen and (max-width: 560px){




}