#group{
	margin-left:10px;
}

#group .top_msg{
	margin-top:20px;
	font-size:40px;
	color:blue;
	text-align:center;
}

#group .login a{
	font-size:15px;
	color:#555;
	float:right;
	border:1px solid #888;
	/*background-color:#FF8f33;*/
	border-radius:5px;
	margin-right:10px;
	margin-top:5px;
	text-decoration:none;
}

#group .green{
	background-color:#c3e373;
}
#group .col1_width{
	width:180px;
	height:135px;
	text-align:center;
}
#group .col2_width{
	width:100px;
	text-align:center;
}
#group .col3_width{
	width:650px;
}
#group .sincyaku{
	margin-left:auto;
	margin-right:auto;
	background-color:#ff6600;
	color:#ffffff;
}

/**************************/
/* group_touroku_input.php */
/**************************/
#group_touroku_input table {
	border-collapse:collapse;
	border-bottom:solid 1px grey;
}
#group_touroku_input th{
	font-weight:normal;
	text-align:center;
	border-bottom:solid 1px grey;
	width:150px;
}
#group_touroku_input td{
	border-bottom:solid 1px grey;
}
#group_touroku_input input{
	font-size:1.2em;
}
#group_touroku_input select{
	font-size:1.2em;
}
#group_touroku_input textarea{
	font-size:1.2em;
}

#group .kanrisya_you a{
	float:left;
	margin-left:10px;
	font-size:15px;
	text-decoration:none;
}

#group .jigyousyo_you a{
	float:left;
	margin-left:10px;
	font-size:15px;
	text-decoration:none;
}

#group .copy_right{
	text-align:right;
}

#group .link{
	word-break:break-all;
}

#group .aki_comment{
	width:100%;
	text-decoration:none;
	color:#333;
	word-break:break-all;
}

#group .border_line{
	padding:3px;
	border-bottom:5px solid limegreen;
}

#group .white_border_line{
	padding:3px;
	border-bottom:5px solid white;
}

#group .large1{
	font-size:18px;
	color:#00d;
}

#group .arrow{
	width:17px;
	height:15px;
}

#group .color_tel{
	background-color:pink;
	padding:0px 3px 0px 3px;
	border-radius:3px;
	border:1px solid #ccc;
}

#group select{
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}


.button_font{
	width:220px;
	font-size:18px;
}
