@charset "UTF-8";

@media screen and (min-width: 641px) {/* PC用 */

	/*プロフィールページ*/
	
	div#profileBox {
		width: 900px;
		margin: 0px auto 50px auto;
	}
	
	div#profileBox table {
		width: 735px;
		margin: 0px auto 70px auto;
		font-size: 15px;
		line-height: 28px;
	}
	
	div#profileBox table th {
		width: 130px;
		font-weight: normal;
		border-bottom: 1px solid #1c4992;
		padding: 25px 0px 25px 20px;
	}
	
	div#profileBox table td {
		border-bottom: 1px solid #1c4992;
		padding: 25px 0px 25px 0px;
	}
	
	div#profileBox table td.line {
		border-bottom: 1px solid #1c4992;
		border-right: 1px solid #1c4992;
		padding: 25px 0px 25px 0px;
	}

}

@media screen and (max-width:641px){/* スマートフォン用 */

	/*プロフィールページ*/
	
	div#profileBox {
		width: 900px;
		margin: 0px auto 50px auto;
	}
	
	div#profileBox table {
		width: 830px;
		margin: 0px auto 70px auto;
		font-size: 26px;
		line-height: 39px;
	}
	
	div#profileBox table th {
		width: 190px;
		font-weight: normal;
		border-bottom: 1px solid #1c4992;
		padding: 25px 0px 25px 20px;
	}
	
	div#profileBox table td {
		border-bottom: 1px solid #1c4992;
		padding: 25px 0px 25px 0px;
	}
	
	div#profileBox table td.line {
		border-bottom: 1px solid #1c4992;
		border-right: 1px solid #1c4992;
		padding: 25px 0px 25px 0px;
	}


}


