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

section a{
	text-decoration:none;
}

.page_link{
	display:block;
	font-weight:bold;	
	background-color:rgb(245,204,222);
	width:180px;
	line-height:45px;
	padding:0 14px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-o-border-radius:12px;
	-ms-border-radius:12px;
	border-radius:12px;
}

section a:hover{
	text-decoration:underline;
}

div.page_grp{
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding:35px 28px 28px 28px;
	margin:42px 0 28px 0;
	width:100%;
	max-width:350px;
	
	border:2px dotted rgb(190,130,155);
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-o-border-radius:12px;
	-ms-border-radius:12px;
	border-radius:12px;
	
}

div.grp_title{
	position:absolute;
	top:-14px;
	color:rgb(190,130,155);
	background-color:rgb(253,251,251);
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	padding:0 14px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

div#kaiin_grp{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 28px 14px 28px;
	margin-top:28px;
	width:100%;
	background-color:rgb(216,210,216);
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-o-border-radius:12px;
	-ms-border-radius:12px;
	border-radius:12px;
	
}

div#kaiin_grp p{
	color:rgb(253,251,251);
	margin-bottom:7px;
}

.margin_b_28{
	margin-bottom:28px;
}

.margin_l_28{
	margin-left:28px;
}

.page_link ul{
	padding-bottom:7px;
}