@charset "utf-8";



/*	style
-------------------------------*/

.accessProfile {
	margin: 0;
	border-top: 1px solid #cccccc;
}
.accessProfile th,
.accessProfile td {
	padding: 10px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}
	.accessProfile th {
		background: #D2F0FF;
		white-space: nowrap;
	}
	.accessProfile td {
	}
@media screen and (min-width: 641px){	/* for PC */
	.profilePC {
		display: table;
	}
	.profileSP {
		display: none;
	}
		.accessProfile th,
		.accessProfile td {
		}
}
@media screen and (max-width: 640px){	/* for SP */
	.profilePC {
		display: none;
	}
	.profileSP {
		display: table;
	}
		.accessProfile th,
		.accessProfile td {
			font-size: 90%;
		}
}

.accessProfile td iframe {
	width: 100%;
	margin-bottom: 10px;
}
