@charset "utf-8";

/*=====================================================
PROFILE
======================================================*/

.mw640{
	max-width:640px;
	margin:0 auto;
}

.white_box{
	background:#FFF url("../images/profile/profile_bg.jpg") center bottom / 100% auto no-repeat ;
}


#outline div#container{
	max-width:960px;
	margin:0 auto;
	padding: 30px 10px;
}

.profile {
    border-collapse: collapse;
    padding: 0;
    width: 100%;
	font-size:16px;
}

.profile th {
    width: 180px;
    padding: 8px;
	font-weight:600;
    text-align: left;
	vertical-align:top;
	letter-spacing: 0.1em;
}

.profile th:before{
	content:"■";
	font-size:16px;
	color:#898989;
}

.profile td {
    padding: 8px;
	font-weight:600;	
	letter-spacing: 0.1em;
}




@media screen and (max-width: 767px){
	
	.profile{
		font-size:14px;
	}
	
	.profile th{
		width: 140px;
	}
	
}

@media screen and (max-width: 600px){

	.profile th {
		display: block;
		width: auto;
		padding:8px 5px 2px ;
		line-height: 1.2;
		
	}

	.profile td {
		display: block;
		padding:5px 5px 10px;
		border-bottom:1px solid #CCC;
	}

	
}

@media screen and (max-width: 320px){

	

	
}
