@charset "utf-8";

/* サイドナビ
----------------------------------------------------------- */
div#side_navi ul li#snavi_company04 {
	font-weight: bold;
}



/* コンテンツスタイル
----------------------------------------------------------- */
div#main p {
	margin: 0 5px 20px 5px;
}

div#main h4.title02 {
	margin-top: 0;
}



/* アクセスマップ */

div#main div#main_box02 {
	margin-bottom: 45px;
}

div#main div#main_box02 div#map {
	width: 590px;
	height: 350px;
	margin: 0 0 20px 0;
	border: 3px solid #CDCDCD;
	font-size: 86%;
	line-height: 1.8;
}

* html body div#main div#main_box02 div#map {
	width: 600px;
	height: 360px;
}

div#main div#main_box02 h5 {
	margin: 0 5px;
	color: #435BA8;
	font-weight: bold;
}




/* オフィス紹介 */

div#main div#main_box01 {
	margin: 0 0 35px 0;
	overflow: hidden;
	zoom: 1;
}

div#main div#main_box01 p {
	clear: both;
	margin: 0 5px;
	font-size: 71%;
	text-align: right;
}


div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 402px;
	margin: 0 0 10px 0;
}

div.content a,
div.navigation a {
	text-decoration: none;
}

div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}


/* ページ上部・ページ送り（HTML非表示） */

div.controls a {
	padding: 5px;
}

div.ss-controls {
	float: left;
}

div.nav-controls {
	float: right;
}


/* メイン画像部分 */

div.slideshow-container {
	position: relative;
	clear: both;
	height: 302px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 402px;
	height: 302px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow {}

div.slideshow span.image-wrapper {
	display: block;
	width: 402px;
	height: 305px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link {
	display: block;
	width: 402px;
	height: 302px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: left;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow img {
	vertical-align: middle;
	width: 400px;
	height: 300px;
	border: 1px solid #CDCDCD;
	margin-left: -5px;
}


/* メイン画像キャプション */

div.caption-container {
	display: none;
	position: relative;
	clear: left;
	height: 45px;
}

span.image-caption {
	display: block;
	position: absolute;
	width: 364px;
	height: 40px;
	top: 0;
	left: 0;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}


/* 写真一覧 */

div.navigation {
}

div#main div#thumbs ul {
	margin: 0;
	overflow: hidden;
	zoom: 1;
}

ul.thumbs {
	overflow: hidden;
	zoom: 1;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
	list-style: none;
}

a.thumb {
	display: block;
	border: 1px solid #CDCDCD;
}

ul.thumbs li.selected a.thumb {
/*	background: #013F9F;*/
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}


/* ページ遷移 */

div.pagination {
	overflow: hidden;
	zoom: 1;
	font-size: 10px;
}

div.navigation div.top {
	margin-bottom: 12px;
}

div.navigation div.bottom {
	margin-top: 5px;
}

div.pagination a,
div.pagination span.current,
div.pagination span.ellipsis {
	display: block;
	position: relative;
	float: left;
	min-width: 12px;
	margin-right: 3px;
	padding: 3px 5px 1px 5px;
	border: 1px solid #ccc;
	text-align: center;
}

* html body div.pagination a,
* html body div.pagination span.current,
* html body div.pagination span.ellipsis {
	width: 25px;
	white-space: nowrap;
	text-decoration: none;
}

div.pagination a:hover {
	border-color: #013F9F;
	background-color: #435BA8;
	background-color: #435BA8;
	color: #fff;
	text-decoration: none;
}

div.pagination span.current {
	border-color: #435BA8;
	background-color: #435BA8;
	color: #fff;
	font-weight: bold;
}

div.pagination span.ellipsis {
	border: none;
	padding: 4px 0 2px 2px;
}






