/*　会社概要ページ　専用CSS　#####################################*/



.content_title{
	font-weight:bold;
	color:#366;
	float:left;
}

.content_naiyou{
	float:left;
}


.aboutus_table th{
	color:#36C;
	border-bottom:dotted 1px #B9DCFB;
}

.aboutus_table td{
	padding-left:10px;
	border-bottom:dotted 1px #B9DCFB;
}



.mente_btns{padding:30px;margin-bottom:30px;font-size:120%;}
.mente_no_submit{
	max-width:35em;
	margin:0px auto;
	color:#000;
	padding:10px;
	text-decoration:none;
	background-color:#DDD;
	color:#999;
	pointer-events:none;
	border-radius:20px;
	-webkit-border-radius:20px;-moz-border-radius:20px;-webkit-border-top-left-radius:20px;-webkit-border-top-right-radius:20px;-webkit-border-bottom-left-radius:20px;-webkit-border-bottom-right-radius:20px;-moz-border-radius:20px;-moz-border-radius-topleft:20px;-moz-border-radius-topright:20px;-moz-border-radius-bottomleft:20px;-moz-border-radius-bottomright:20px;user-select: none; /* CSS3 */-moz-user-select: none; /* Firefox */-webkit-user-select: none; /* Safari,Chrome,etc. */-ms-user-select: none; /* fromIE10 */
}