@charset "UTF-8";
/* CSS Document */

/*PC*/
@media only screen and (min-width: 1025px) {
	#user {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.user01 {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.user01 img {
		position: relative;
		width: 100%;
		height: auto;
		
	}
	
	.user01 h1 {
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: left;
	}
	
	.user02 {
		position: relative;
		width: 900px;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	.user02 table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	.user02 table tr th {
		width: 250px;
		padding: 15px 0 15px 0;
	}
	
	.user02 table tr td {
		width: 650px;
		padding: 15px 0 15px 0;
	}
	
	.cf {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 auto;
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	
	
	
}
