@charset "UTF-8";

/* h
-------------------------------------------------- */

#mainArea h2.mainTxt {
	width: 940px;
	padding: 0;
	margin: 0px 0px 41px;
	line-height: 0;
}

#mainArea h3.titleTxt {
	width: 940px;
	padding: 0;
	margin: 0px 0px 29px;
	line-height: 0;
}

/* image
-------------------------------------------------- */

#mainArea .image {
	width: 940px;
	padding: 7px 0px 6px;
	margin: 0px 0px 38px;
}

#mainArea .mapImg {
	width: 940px;
	height: 505px;
	position: relative;
	background: url(/equipment/images/map.jpg) top left no-repeat;
}

#mainArea .mapImg .btn {
	cursor: pointer;
}

#mainArea .mapImg .btn:hover img {
	opacity: 0;
}

/* twoColumnsType1
-------------------------------------------------- */

#mainArea .twoColumnsType1 {
	width: 940px;
	padding: 0 0 12px;
	margin: 0 0 30px;
	background: url(/shared/images/hr.gif) bottom left repeat-x;
}

#mainArea .twoColumnsType1 .column {
	width: 450px;
	margin: 0px 40px 0px 0px;
	float: left;
}

#mainArea .twoColumnsType1 .columnEnd {
	width: 450px;
	margin: 0px;
	padding: 0;
	float: right;
}

/* twoIntoColumnsType1
-------------------------------------------------- */

#mainArea .twoIntoColumnsType1 {
	width: 940px;
	padding: 0 0 12px;
	margin: 0 0 30px;
	background: url(/shared/images/hr.gif) bottom left repeat-x;
}

#mainArea .twoIntoColumnsType1 .column {
	width: 214px;
	margin: 0px 20px 0px 0px;
	float: left;
}

#mainArea .twoIntoColumnsType1 .column .image {
	width: 214px;
	padding: 5px 0px 6px;
	margin: 0 0 23px;
}

#mainArea .twoIntoColumnsType1 .columnEnd {
	width: 706px;
	float: right;
}

#mainArea .twoIntoColumnsType1 .columnEnd h4 {
	width: 706px;
	padding: 1px 0 0;
	margin: 0px 0px 10px;
	font-size: 128.6%;
	line-height: 1.444;
}

#mainArea .twoIntoColumnsType1 .columnEnd p {
	width: 706px;
}

/* modal
-------------------------------------------------- */

/*– モーダルを表示 --------------*/
#gyLayer {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	-ms-filter: "alpha(opacity=70)" !important;
	filter: alpha(opacity=70) !important;
	opacity: 0.70;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}

#overLayer {
	width: 700px;
	padding: 30px;
	background: #FFF;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -380px;
	display: none;
	z-index: 1001;
}

#overLayer #close {
	width: 59px;
	height: 60px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: -69px;
	top : 0;
	cursor: pointer;
	background: url(/equipment/images/modal/close_on.gif) top left no-repeat;
}

#overLayer .sc {
	overflow: inherit;
}

#overLayer .modalSide,
#overLayer .modalVertical {
	width: 700px;
	padding: 0px;
	margin: 0px;
}

#overLayer h1 {
	padding: 0px;
	margin: 0px 0px 6px;
	font-size: 128.6%;
	line-height: 1.444;
	color: #1e3e00;
}

#overLayer p {
	padding: 0px;
	margin: 0px 0px 13px;
}

#overLayer .modalSide .column {
	width: 700px;
	margin: 0px 0px 21px;
	padding: 0px;
}

#overLayer .modalVertical {
	display: table;
	table-layout: fixed;
}

#overLayer .modalVertical .column,
#overLayer .modalVertical .columnEnd {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

#overLayer .modalVertical .column {
	width: 360px;
}

#overLayer .modalVertical .columnEnd {
	width: 310px;
	padding: 0px 0px 0px 30px;
}

#overLayer #close:hover img,
#overLayer .btn a:hover img {
	opacity: 0;
}

#overLayer .btn {
	width: 213px;
	height: 31px;
	padding: 0px;
	background: url(/equipment/images/modal/btn_01_on.gif) top left no-repeat;
}

#overLayer .modalSide .btn {
	margin: 0 0 0 255px;
}

#overLayer .modalVertical .btn {
	margin: 0 0 0 48px;
}

/*– アコーディオンコンテンツを表示 --------------*/

#accordionContents {
	margin-bottom: 50px;
}

#accordionContents_1 {
	width: 940px;
	height: 700px;
	position: relative;
	overflow: hidden;
	color: #FFF;
}

#accordionContents_2,
#accordionContents_3,
#accordionContents_4,
#accordionContents_5,
#accordionContents_6,
#accordionContents_7,
#accordionContents_8,
#accordionContents_9,
#accordionContents_10,
#accordionContents_11 {
	width: 940px;
	height: 146px;
	position: relative;
	overflow: hidden;
	color: #FFF;
}

#accordionContents .border {
	position: absolute;
	left: 0;
	top: 0;
	width: 930px;
	height: 146px;
	border: 0px solid rgba(255, 255, 255, 0.5);
	z-index: 2;
}

#accordionContents .ar {
	position: absolute;
	right: 54px;
	top: 58px;
	z-index: 2;
}

#accordionContents .accordionContents-bg {
	position: absolute;
	left: 0;
	top: -400px;
}

#accordionContents_2 .accordionContents-bg {
	top: -420px;
}

#accordionContents_3 .accordionContents-bg {
	top: -461px;
}

#accordionContents_4 .accordionContents-bg {
	top: -344px;
}

#accordionContents_5 .accordionContents-bg {
	top: -423px;
}

#accordionContents_6 .accordionContents-bg {
	top: -423px;
}

#accordionContents_8 .accordionContents-bg {
	top: -357px;
}

#accordionContents_9 .accordionContents-bg {
	top: -362px;
}

#accordionContents_10 .accordionContents-bg {
	top: -295px;
}

#accordionContents_11 .accordionContents-bg {
	top: -346px;
}

#accordionContents .mask_1 {
	position: absolute;
	top: 0;
	width: 940px;
	height: 640px;
	background: rgba(30, 26, 15, 0.7);
	z-index: 1;
}

#accordionContents .mask_2 {
	position: absolute;
	top: 0;
	width: 470px;
	height: 752px;
	z-index: 1;
}

#accordionContents .number {
	font-size: 88px;
	position: absolute;
	top: -1px;
	left: 77px;
	z-index: 2;
	opacity: 0.4;
	height: 80px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho";
}

#accordionContents .acTitle {
	font-size: 18px;
	position: absolute;
	top: 33px;
	left: 237px;
	z-index: 2;
	color: #FFF;
	border-left: 1px rgba(255, 255, 255, 0.38) solid;
	padding: 20px 0 0px 51px;
	height: 55px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho";
	font-weight: bold;
	opacity: 0.8;
}

/*– サムネイルの指定 --------------*/


#accordionContents #accordionContents_1 .thum span {
	padding: 0 0 0 10px;
	cursor: pointer;
}

#accordionContents .thum {
	position: absolute;
	right: 17px;
	bottom: -150px;
	z-index: 6;
}

#accordionContents .thum span {
	padding: 0 0 0 10px;
	cursor: pointer;
}

#accordionContents .text {
	height: 500px;
	top: 66px;
	position: absolute;
	left: 543px;
	z-index: 2;
	width: 0px;
	overflow: hidden;
}

#accordionContents .text.line4 {
	top: 50px;
}

#accordionContents .thum span a img,
#accordionContents .accordionContentsThums span a img {
	opacity: 1;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

#accordionContents .thum span a:hover img,
#accordionContents .accordionContentsThums span a:hover img {
	opacity: 0.8;
}

/*– 各種設定 --------------*/

#accordionContents .pointer {
	cursor: pointer;
}

#mainArea .btn {
	width: 420px;
	height: 46px;
	padding: 0px;
	margin: 0 auto 70px auto;
}

#overLayer .titleTxt {
	color: #1e3e00;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho";
	font-size: 24px;
}

#accordionContents_5 .accordionContents-bg_1,
#accordionContents_5 .accordionContents-bg_2,
#accordionContents_6 .accordionContents-bg_1,
#accordionContents_6 .accordionContents-bg_2 {
	position: absolute;
	top: 220px;
	z-index: 2;
	display: none;
}

#mainBox .thum > p {
	margin-bottom: 0.5em;
}

#accordionContents_4 .accordionContents-bg_1,
#accordionContents_4 .accordionContents-bg_2,
#accordionContents_4 .accordionContents-bg_3 {
	position: absolute;
	top: 220px;
	z-index: 5;
}

.slideShowAlot {
	width: 940px;
	height: 640px;
	position: relative;
	overflow: hidden;
}

.slideShowAlot > div {
	position: absolute;
	opacity: 0;
}

.thum [class^=thum_] a {
/*
	background: #fff;
	padding: 35px 0 0 0;
	*/
}

.portraitPhoto a {
	padding: 80px 0 0 0;
}

.portraitPhoto {
	width: 65px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

#overLayer ul.link li a {
	padding: 0px 0px 0px 21px;
	margin: 0px;
	background: url(/shared/images/arrow_middle_right_red.png) 0px 3px no-repeat;
}

.portrait {
	width: 210px;
	position: absolute;
	right: 47px;
	bottom: 25px;
}

#accordionContents #accordionContents_1 .thum {
	width: 1300px;
}

.accordionContentsMask {
	position: absolute;
	left: 55px;
	bottom: 16px;
	z-index: 6;
	width : 830px;
	height: 80px;
	overflow: hidden;
}

.accordionContentsThums {
	width: 2000px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.accordionContentsPrev {
	position: absolute;
	bottom: 16px;
	left: 15px;
	width: 50px;
	text-align: center;
	padding: 28px 0px;
	cursor: pointer;
}

.accordionContentsBack {
	position: absolute;
	bottom: 16px;
	right: 8px;
	width: 50px;
	text-align: center;
	padding: 28px 0px;
	cursor: pointer;
}

.btn.contact {
	background: url(/equipment/images/btn_01_on.gif) no-repeat;
}
