/* CSS Document */

h2.h2_top {
	background-image:url(../images/h_taxi.jpg);
	background-repeat:no-repeat;
	height:57px;
	color:#0065b7;
	font-size:15px;
	padding-top: 17px;
	padding-left:75px;
	letter-spacing: 0.2em;
	font-weight:bold;
	margin-bottom:0px;
}

/* ///////////////////大きいボックス */
.blue_box {
	width:100%;
	background-color:#c7ebfc;
	padding-bottom:10px;
	margin-bottom:30px;

}

.gr_box {
	width:100%;
	background-color:#cdf3f7;
	padding-bottom:10px;
}

.blue_box .title {
	width:100%;
	background-image:url(../images/blue_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	height:49px;
	letter-spacing:0.3em;
	display:table;
	margin:0 auto;
}

.gr_box .title {
	width:100%;
	background-image:url(../images/green_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	height:49px;
	letter-spacing:0.3em;
	display:table;
	margin:0 auto;
}

.title span {
	display:table-cell;
	vertical-align:middle;
}
/* ボックス（中）*/
.box_m {
	width:686px;
	margin:25px auto 30px auto;
}
.blue_box .sub_title {
	background-color:#57bdee;
	padding:10px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
		  /* 角丸*/
	-webkit-border-top-right-radius: 10px; 
    -moz-border-raduis-top-right: 10px; 
	-webkit-border-top-left-radius: 10px; 
    -moz-border-raduis-top-left: 10px;    
}


.gr_box .sub_title {
	background-color:#1dc5d9;
	padding:10px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
		  /* 角丸*/
	-webkit-border-top-right-radius: 10px; 
    -moz-border-raduis-top-right: 10px; 
	-webkit-border-top-left-radius: 10px; 
    -moz-border-raduis-top-left: 10px;    
}

.sub_title span:before{
	content:url(../images/arrow.png);
	position:relative;
	top:1px;
	margin-right:0.5em;
	
}
.box_m_in { /* ボックス（白い部分）*/
	width:686px;
	padding:5px 0px 5px 0px;
	background-color:#fff;
	 
	  /* 角丸*/
	-webkit-border-bottom-right-radius: 10px; 
    -moz-border-raduis-bottom-right: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
    -moz-border-raduis-bottom-left: 10px;     
}
.left_box {
	float:left;
	width:230px;
	padding:15px 0px 10px 0px;
	text-align:center;
}
.left_box .img01{
	padding:0px 0 10px 0 ;
}
.left_box .phone01{
}

.center_box {
	float:left;
	padding:20px 0 15px 0;

}

.sankou_box {
	float:left;
	padding:6px 20px;
}

.main ul{
	margin:20px 0 0 0;
}
.main ul li{
	background-image:url(../images/icon.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left: 13px;
 	margin-bottom: 0.9em;
  	line-height: 15px;
}

.sankou_box ul{
	margin:10px 0 0 0;
}

.right_box {
	float:right;
	padding:15px 15px 10px 0px;
}
.blue_box table{
	background-color:#fff;
	width:200px
}
.blue_box table th{
	background-color:#c7ebfc;
		text-align:left;
		padding:5px 0 5px 10px;
		border-bottom:1px solid #fff;
		width:60px;
						}
.blue_box table td.td_top{
	background-color:#57bdee;
			color:#fff;
		font-weight:bold;
			text-align:left;
			padding:5px 0 5px 10px;
			border-bottom:1px solid #fff;
}
.blue_box table td{
	background-color:#fff;
	text-align:right;
	padding:5px 5px 5px 10px;
	border-bottom:1px solid #c7ebfc;
	border-right:1px solid #c7ebfc;
}


.gr_box table{
	background-color:#fff;
	width:200px
}
.gr_box table th{
	background-color:#cdf3f7;
		text-align:left;
			padding:5px 0 5px 10px;
						border-bottom:1px solid #fff;
								width:120px;
						}
.gr_box table td.td_top{
	background-color:#1dc5d9;
			color:#fff;
		font-weight:bold;
			text-align:left;
			padding:5px 0 5px 10px;
			border-bottom:1px solid #fff;
}
.gr_box table td{
	background-color:#fff;
	text-align:right;
	padding:5px 5px 5px 10px;
	border-bottom:1px solid #cdf3f7;
	border-right:1px solid #cdf3f7;
}




/* */
.right{
	text-align:right;
}
.red{
	padding:10px 0 0 0 ;
	font-weight:bold;	
	color:#ff0000;
}
.blue{
	padding:10px 0 0 0 ;
	font-weight:bold;	
	color:#0d47a1;
}
.small{
	font-size:90%;
}