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

/*--------------------------------------------------
**************************************************
=1 会社概要
**************************************************
--------------------------------------------------*/
#contents_box table{
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
	font-size: 12px;
}

#contents_box p.chart {
	margin: 40px 0 0 0 !important;
}

#contents_box table th{
	width: 24%;
	border-bottom: solid 1px #08447b;
	text-align: left;
	padding: 18px 6px 6px 10px;
	font-weight: normal;
}

#contents_box table td{
	width: 85%;
	border-bottom: dashed 1px #C0C0C0;
	text-align: left;
	padding: 18px 6px 6px 15px;
	overflow: hidden;
}

#contents_box table th.b_none{
	border-bottom-style: none;
}

#contents_box table td.b_none{
	border-bottom-style: none;
}

.tyuui{
	color: #8ec6e9;
}

.form_button{
	margin: 20px 0 0 0;
	text-align: center;
}

.err{
	color: #f776aa;
}

input, select, textarea {
	padding: 3px 0 ;
	background-color: #F9F9F9;
	border: 1px solid #C0C0C0;
}

input:focus{
	padding: 3px 0 ;
	background-color: #ffd9e8;
	border: 1px solid #F1F1F1;
}

textarea:focus{
	padding: 3px 0 ;
	background-color: #ffd9e8;
	border: 1px solid #F1F1F1;
}

.form_button input{
	padding: 0 ;
	background-color: #FFF;
	border: 1px solid #FFF;
}