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

#profile{
	clear:both;
}

.item{
	text-align:right;
}

.rinen{
	font-size:25px;
	text-align:center;
	color:#5F8834;
	text-shadow: 4px 4px 3px #999;
}

.rinen1{
	font-size:20px;
	margin-bottom:10px;
	text-align:center;
}

.rinen_box1{
	width:320px;
	height:260px;
	margin:10px;
	float:left;
	border:solid 1px #5F8834;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.4);
	padding:5px 10px 5px 10px;
}

.rinen_box2{
	width:320px;
	height:260px;
	margin:10px;
	float:left;
	border:solid 1px #5F8834;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.4);
	padding:5px 10px 5px 10px;
}

.nendo{
	text-align:left;
	background-color:#EFEA7D;
	padding-left:15px;
	font-weight:bold;
}