@charset "utf-8";
/* ===================================================================
CSS information

 file name  :work.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/*
----------------------------------------------------------- */
#page {
	width:100%;
	background:url(../images/bg_top.jpg) top center no-repeat;
	color:#505050;
}


/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.clearfix {
	min-height: 1px;
}

/* タイトル Recent Works | 制作実績
----------------------------------------------------------- */
.con_tit{
	width:100%;
	margin:0 auto;
	height:83px;
	background:url(../corporate/images/title.jpg) top center no-repeat;
	margin-top:13px;
}


/*content
----------------------------------------------------------- */
.content{
	width:100%;
}

/* RECENT WORKS
----------------------------------------------------------- */
.con_in2bgc .con_l{
	width:715px;
	overflow:hidden;
	float:left;
}

/* table
----------------------------------------------------------- */
.con_tat{
	width:715px;
	height:14px;
	background:url(../corporate/images/bg_cort.gif) top left no-repeat;
}

.con_tab{
	width:715px;
	height:14px;
	background:url(../corporate/images/bg_corb.gif) top left no-repeat;
	margin-bottom:38px;
}

.con_table{
	width:695px;
	margin-left:10px;
	background:url(../corporate/images/bg_cortdot.gif) top left repeat;
}

table.tab_base{
	width:685px;
	margin-left:5px;
}


table.tab_base th,
table.tab_base td{
    border-right:1px dotted #b6b6b6;
	border-bottom:1px dotted #b6b6b6;
	text-align:left;
	padding:14px 0 13px 20px;
}

table.tab_base th{
	width:170px;
	background:#fff;
	font-weight:normal;
}

table.tab_base td{
	width:565px;
	background:#fff;
}

table.tab_base td #gmap {margin-top: 15px;}

table.tab_base td.txt{
	font-weight:bold;
	text-align:left;
}

dt.txt{
	padding-top:26px;
}

/* map
----------------------------------------------------------- */

#map {
	margin:21px 0 30px 0;
	/*margin-top: 10px;*/
	width: 460px;
	height: 300px;
	border: 1px solid #b8b8b8;
}

#map_tokyo {
	margin:21px 0 30px 0;
	width: 460px;
	height: 300px;
	border: 1px solid #b8b8b8;
}

#map_tohoku {
	margin:21px 0 30px 0;
	width: 460px;
	height: 300px;
	border: 1px solid #b8b8b8;

}

#map_yamagata {
	margin:21px 0 30px 0;
	width: 460px;
	height: 300px;
	border: 1px solid #b8b8b8;

}

#map_kyusyu {
	margin:21px 0 30px 0;
	width: 460px;
	height: 300px;
	border: 1px solid #b8b8b8;

}

#map_hokkai {
	margin:21px 0 30px 0;
	width: 460px;
	height: 300px;
	border: 1px solid #b8b8b8;

}

#map_okinawa {
	margin:21px 0 30px 0;
	width: 460px;
	height: 300px;
	border: 1px solid #b8b8b8;
}

#map_nagano {
	margin:21px 0 30px 0;
	width: 460px;
	height: 300px;
	border: 1px solid #b8b8b8;
}

#map_nagano_d {
	margin:21px 0 30px 0;
	width: 460px;
	height: 300px;
	border: 1px solid #b8b8b8;
}

#map_oosaka {
	margin:21px 0 30px 0;
	width: 460px;
	height: 300px;
	border: 1px solid #b8b8b8;
}

#map_takamatu {
	margin:21px 0 30px 0;
	width: 460px;
	height: 300px;
	border: 1px solid #b8b8b8;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

