@charset "utf-8";

/* 日本語 */

	body {
		background: #F2F6F9;
		margin: 0 auto;
		padding: 0;
		color: #303030;
		/*font-size: 16px;*/
	}

	a {
		text-decoration:none;
		color: #303030;
	}

	a:hover {
		text-decoration:underline;
	}

	ul {
		list-style:none;
	}

	.img-radius {
		border-radius: 50%;
	}

	.profile_name {
		font-weight: bold;
	}

