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


/* top */

section#main ul#works_top {
	margin-left:136px;/* old:margin-left:0px; */
}

section#main ul#works_top li{
	float:left;
	margin-bottom:82px;
}
section#main ul#works_top li:nth-child(odd){
	margin-right:72px;
}
section#main ul#works_top li:nth-last-child(1),
section#main ul#works_top li:nth-last-child(2){
	margin-bottom:0px;
}
section#main ul#works_top li img{
	width:340px;/* old:width:none; */
}

/* column */
.left_column{
	float:left;
	width:840px;
}
nav.right_column{
	float:right;
}

nav.right_column ul li{
}

nav.right_column ul li a{
	width:137px;
	height:53px;
	border-bottom:1px dotted #FFF;
	background:#0d3387;
	color:#fff;
	display:table-cell;
	vertical-align: middle;
	text-decoration:none;
}
nav.right_column ul li a:hover,
nav.right_column ul li a.current{
	background: #8e8abc; /* Old browsers */
	background: -moz-linear-gradient(top, #8e8abc 0%, #8d8abc 20%, #0f3488 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e8abc), color-stop(20%,#8d8abc), color-stop(100%,#0f3488)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8e8abc 0%,#8d8abc 20%,#0f3488 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8e8abc 0%,#8d8abc 20%,#0f3488 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8e8abc 0%,#8d8abc 20%,#0f3488 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8e8abc 0%,#8d8abc 20%,#0f3488 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8abc', endColorstr='#0f3488',GradientType=0 ); /* IE6-9 */
}

/* city */

h3{
	font-size:26px;
	line-height:32px;
	text-align:left;
	letter-spacing:0.1em;
	margin-bottom:53px;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.left_column table th,
.left_column table td{
	border-right:1px solid #000;
	padding:5px;
}
.left_column table th{
	color:#FFF;
}
.left_column table td{
	text-align:left;
	vertical-align:middle;
}
.left_column table td:last-child{
	text-align:center;
}
.left_column table th{
	background:#00a0e9;
}
.left_column table th:last-child,
.left_column table td:last-child{
	border-right:none;
}
.left_column table tr:nth-child(even){
	background:#dff2fc;
}



.left_column table th#table_th01{
	width:160px;
}
.left_column table th#table_th02{
	width:300px;
}
.left_column table th#table_th03{
	width:280px;
}
.left_column table th#table_th04{
	width:150px;
}
.left_column table th#table_th05{
	width:10px;
}





.left_column2{
	width: 840px;
	text-align:left;	
	float:left;
}

.left_column3{
	width: 840px;
	text-align:left;	
}



