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

/*--------------------------------------------------
**************************************************
  table
**************************************************
--------------------------------------------------*/
.contents_box02 table{
	border-collapse: collapse;  
	width:100%;
	table-layout: fixed;
	margin: 10px 0 10px 0;
	border:1px solid #999999;
	font-size: 12px;
}

.contents_box02 table th{
	width: 25%;
	padding: 12px 15px;
	background-color: #EEE;
	background:-moz-linear-gradient(rgba(249,249,249,0.7), rgba(235,236,237,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(249,249,249,0.7)), to(rgba(235,236,237,0.9)));
	font-weight: bold;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	line-height: 120%;
	text-align: left;
	/*
	text-shadow:0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	*/
}

.contents_box02 table th:last-child {
	border-radius:0 5px 0 0;
	border-right:1px solid #999999;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(230,244,245,0.3) inset;
}
.contents_box02 table tr td {
	padding: 5px 15px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.contents_box02 table tr td:last-child {
	border-right: 1px solid #999999;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.contents_box02 table tr {
	background: #fff;
}
.contents_box02 table table tr:nth-child(2n+1) {
	background: #e6f4ff;
}

.contents_box02 table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
.contents_box02 table tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
.contents_box02 table tr:hover {
	background: #e6f4ff;
}

.form_button{
	padding: 15px 0 0 0;
	text-align: center;
}

.caution{
	color: #CC0000;
}

input,
select,
textarea {
	padding: 6px 0 ;
	background-color: #FFF;
	border: 1px solid #c0c0c0;
}

input:focus{
	padding: 6px 0 ;
	background-color: #c5ecff;
	border: 1px solid #f3f3f3;
}

textarea:focus{
	padding: 6px 0 ;
	background-color: #c5ecff;
	border: 1px solid #f3f3f3;
}

.form_button input,
.form_button_box02 input,
input ul label{
	border: 0;
}

.error{
	color: #EF6098;
}
/*--------------------------------------------------
**************************************************
  会社概要
**************************************************
--------------------------------------------------*/
#map_box{
	width: 640px;
	margin: 15px 0 0 0;
	padding: 15px;
	background-color: #EEE;
}


/*------------------------------------------------
**************************************************
  サイトマップ
**************************************************
--------------------------------------------------*/
#sitemap_box li a{
	display: block;
	margin: 0 0 1px 0;
	padding: 8px 0 8px 10px;
	background-color: #EEE;
}

#sitemap_box li a:hover{
	background-color: #90962A;
	color: #FFF;
}

#bt_box{
	margin: 0 0 0 84px;
}

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

.form_button_box{
    margin: 0px -20px 0 73px;
    padding: 15px 0 0 0;
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.form_button_box02{
    float: left;
    margin: 0 20px 0 0;
    width: 252px;
    display: inline;
}