@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: 94%;
		margin: 0px auto 25px auto;
	}
	
	div#profileBox table {
		width: 100%;
		margin: 0px auto 70px auto;
		font-size: 14px;
		box-sizing: border-box;
	}
	
	div#profileBox table th {
		display:block;
		font-weight: normal;
		padding: 10px 0px 5px 0px;
	}
	
	div#profileBox table td {
		display:block;
		border-bottom: 1px solid #1c4992;
		padding: 0px 0px 10px 0px;
	}
	


}


